File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments