Skip to content

Commit ea4606a

Browse files
committed
fix build
1 parent 5c3e184 commit ea4606a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,18 @@
5050
},
5151
"require-dev": {
5252
"guzzlehttp/psr7": "^1.7 || ^2.0",
53-
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
53+
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.0",
5454
"nyholm/nsa": "^1.1",
5555
"nyholm/psr7": "^1.2.1",
5656
"php-http/cache-plugin": "^1.7",
5757
"php-http/mock-client": "^1.2",
5858
"php-http/promise": "^1.0",
59+
"phpunit/phpunit": "^9.6",
5960
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6061
"symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6162
"symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6263
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6364
"symfony/http-foundation": "^4.4.19 || ^5.0 || ^6.0 || ^7.0",
64-
"symfony/phpunit-bridge": "^6.4.1",
6565
"symfony/stopwatch": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6666
"symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6767
"symfony/web-profiler-bundle": "^4.4.19 || ^5.0 || ^6.0 || ^7.0",
@@ -97,7 +97,7 @@
9797
},
9898
"prefer-stable": false,
9999
"scripts": {
100-
"test": "vendor/bin/simple-phpunit",
101-
"test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml"
100+
"test": "vendor/bin/phpunit",
101+
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
102102
}
103103
}

0 commit comments

Comments
 (0)