File tree Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Expand file tree Collapse file tree 1 file changed +6
-17
lines changed Original file line number Diff line number Diff line change 2121 "require" : {
2222 "php" : " >=7.2" ,
2323 "psr/container" : " ^1.0|^2.0" ,
24- "phpunit/phpunit" : " ^9.4" ,
25- "hyperf/contract" : " ~2.1.0" ,
26- "hyperf/http-message" : " ~2.1.0" ,
27- "hyperf/http-server" : " ~2.1.0" ,
28- "hyperf/utils" : " ~2.1.0"
29- },
30- "require-dev" : {
31- "malukenho/docheader" : " ^0.1.6" ,
32- "mockery/mockery" : " ^1.0" ,
33- "friendsofphp/php-cs-fixer" : " ^2.9"
34- },
35- "suggest" : {
24+ "phpunit/phpunit" : " ^9.5" ,
25+ "hyperf/contract" : " ~2.2.0" ,
26+ "hyperf/http-message" : " ~2.2.0" ,
27+ "hyperf/http-server" : " ~2.2.0" ,
28+ "hyperf/utils" : " ~2.2.0"
3629 },
3730 "extra" : {
3831 "branch-alias" : {
4134 },
4235 "bin" : [
4336 " co-phpunit"
44- ],
45- "scripts" : {
46- "test" : " ./vendor/bin/phpunit -c phpunit.xml" ,
47- "co_test" : " php tests/co_phpunit.php -c phpunit.xml"
48- }
37+ ]
4938}
You can’t perform that action at this time.
0 commit comments