Skip to content

Commit 88a76ed

Browse files
committed
fix build
1 parent 5c3e184 commit 88a76ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -56,12 +56,12 @@
5656
"php-http/cache-plugin": "^1.7",
5757
"php-http/mock-client": "^1.2",
5858
"php-http/promise": "^1.0",
59+
"phpunit/phpunit": "^8.5",
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)