Skip to content

Commit 79908c9

Browse files
committed
Use own vendor test utilities
1 parent 6e7ea9d commit 79908c9

File tree

3 files changed

+3
-81
lines changed

3 files changed

+3
-81
lines changed

.php_cs

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

3-
use ApiClients\Tools\TestUtilities\PhpCsFixerConfig;
43
use PhpCsFixer\Config;
4+
use WyriHaximus\CsFixerConfig\PhpCsFixerConfig;
55

66
return (function (): Config
77
{

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react/cache": "^0.6.0 || ^1.0.0"
1515
},
1616
"require-dev": {
17-
"api-clients/test-utilities": "^5.4"
17+
"wyrihaximus/async-test-utilities": "^1.1"
1818
},
1919
"autoload": {
2020
"psr-4": {

composer.lock

Lines changed: 1 addition & 79 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)