Skip to content

Commit 0464ccf

Browse files
authored
Optimized all composer.json (#3569)
* Optimized all composer.json * Update package-lock.json
1 parent 5338cf6 commit 0464ccf

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

composer.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,10 @@
2020
},
2121
"require": {
2222
"php": ">=7.2",
23-
"hyperf/utils": "~2.1.0",
23+
"hyperf/utils": "~2.2.0",
2424
"psr/event-dispatcher": "^1.0",
2525
"symfony/console": "^5.0"
2626
},
27-
"require-dev": {
28-
"malukenho/docheader": "^0.1.6",
29-
"mockery/mockery": "^1.0",
30-
"phpunit/phpunit": "^9.4",
31-
"friendsofphp/php-cs-fixer": "^2.9"
32-
},
3327
"suggest": {
3428
"hyperf/di": "Required to use annotations."
3529
},
@@ -40,9 +34,5 @@
4034
"branch-alias": {
4135
"dev-master": "2.1-dev"
4236
}
43-
},
44-
"scripts": {
45-
"test": "./vendor/bin/phpunit -c phpunit.xml",
46-
"co_test": "php tests/co_phpunit.php -c phpunit.xml"
4737
}
4838
}

0 commit comments

Comments
 (0)