File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 56
56
"php-http/cache-plugin" : " ^1.7" ,
57
57
"php-http/mock-client" : " ^1.2" ,
58
58
"php-http/promise" : " ^1.0" ,
59
+ "phpunit/phpunit" : " ^8.5" ,
59
60
"symfony/browser-kit" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
60
61
"symfony/cache" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
61
62
"symfony/dom-crawler" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
62
63
"symfony/framework-bundle" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
63
64
"symfony/http-foundation" : " ^4.4.19 || ^5.0 || ^6.0 || ^7.0" ,
64
- "symfony/phpunit-bridge" : " ^6.4.1" ,
65
65
"symfony/stopwatch" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
66
66
"symfony/twig-bundle" : " ^4.4 || ^5.0 || ^6.0 || ^7.0" ,
67
67
"symfony/web-profiler-bundle" : " ^4.4.19 || ^5.0 || ^6.0 || ^7.0" ,
97
97
},
98
98
"prefer-stable" : false ,
99
99
"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"
102
102
}
103
103
}
You can’t perform that action at this time.
0 commit comments