Skip to content

Commit 692e7d3

Browse files
authored
Merge pull request #66 from php-api-clients/wyrihaximus-async-test-utilities
Build up on wyrihaximus/async-test-utilities
2 parents 1ce92dd + 5310e33 commit 692e7d3

File tree

4 files changed

+145
-211
lines changed

4 files changed

+145
-211
lines changed

.php_cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
use ApiClients\Tools\TestUtilities\PhpCsFixerConfig;
3+
use ApiClients\Tools\CsFixerConfig\PhpCsFixerConfig;
44

55
return (function ()
66
{

composer.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,7 @@
1111
"require": {
1212
"php": "^7.2",
1313
"api-clients/cs-fixer-config": "^1.1.1",
14-
"clue/block-react": "^1.3",
15-
"composer/composer": "^1.8",
16-
"friendsofphp/php-cs-fixer": "^2.14",
17-
"infection/infection": "^0.11.4",
18-
"jakub-onderka/php-console-highlighter": "^0.4",
19-
"jakub-onderka/php-parallel-lint": "^1.0.0",
20-
"localheinz/composer-normalize": "^1.0.0",
21-
"nunomaduro/collision": "^2.1",
22-
"phpstan/phpstan": "^0.10.7 || ^0.11",
23-
"phpunit/phpunit": "^7.5"
14+
"wyrihaximus/async-test-utilities": "^1.0.1"
2415
},
2516
"require-dev": {},
2617
"config": {

composer.lock

Lines changed: 141 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)