Skip to content

Commit 7fb5ba7

Browse files
authored
Optimized all composer.json (#3569)
* Optimized all composer.json * Update package-lock.json
1 parent a34a66c commit 7fb5ba7

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

composer.json

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,27 +19,18 @@
1919
},
2020
"require": {
2121
"php": ">=7.2",
22-
"hyperf/config": "~2.1.0",
23-
"hyperf/contract": "~2.1.0",
24-
"hyperf/pool": "~2.1.0",
25-
"hyperf/utils": "~2.1.0",
22+
"hyperf/config": "~2.2.0",
23+
"hyperf/contract": "~2.2.0",
24+
"hyperf/pool": "~2.2.0",
25+
"hyperf/utils": "~2.2.0",
2626
"psr/container": "^1.0|^2.0"
2727
},
28-
"require-dev": {
29-
"friendsofphp/php-cs-fixer": "^2.14",
30-
"hyperf/testing": "~2.1.0",
31-
"mockery/mockery": "^1.0"
32-
},
3328
"suggest": {
3429
"ext-swoole": "Required to use swoole Swoole MySQL."
3530
},
3631
"config": {
3732
"sort-packages": true
3833
},
39-
"scripts": {
40-
"test": "co-phpunit -c phpunit.xml --colors=always",
41-
"cs-fix": "php-cs-fixer fix $1"
42-
},
4334
"extra": {
4435
"branch-alias": {
4536
"dev-master": "2.1-dev"

0 commit comments

Comments
 (0)