Skip to content

Commit 64362f1

Browse files
committed
fix build
1 parent 5c3e184 commit 64362f1

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

composer.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,19 @@
5050
},
5151
"require-dev": {
5252
"guzzlehttp/psr7": "^1.7 || ^2.0",
53-
"matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0",
53+
"matthiasnoback/symfony-config-test": "^4.3 || ^5.0",
54+
"matthiasnoback/symfony-dependency-injection-test": "^4.3.1 || ^5.0",
5455
"nyholm/nsa": "^1.1",
5556
"nyholm/psr7": "^1.2.1",
5657
"php-http/cache-plugin": "^1.7",
5758
"php-http/mock-client": "^1.2",
5859
"php-http/promise": "^1.0",
60+
"phpunit/phpunit": "^9.6",
5961
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6062
"symfony/cache": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6163
"symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6264
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6365
"symfony/http-foundation": "^4.4.19 || ^5.0 || ^6.0 || ^7.0",
64-
"symfony/phpunit-bridge": "^6.4.1",
6566
"symfony/stopwatch": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6667
"symfony/twig-bundle": "^4.4 || ^5.0 || ^6.0 || ^7.0",
6768
"symfony/web-profiler-bundle": "^4.4.19 || ^5.0 || ^6.0 || ^7.0",
@@ -97,7 +98,7 @@
9798
},
9899
"prefer-stable": false,
99100
"scripts": {
100-
"test": "vendor/bin/simple-phpunit",
101-
"test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml"
101+
"test": "vendor/bin/phpunit",
102+
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
102103
}
103104
}

0 commit comments

Comments
 (0)