Skip to content

Commit c0d2fc2

Browse files
authored
Optimized all composer.json (#3569)
* Optimized all composer.json * Update package-lock.json
1 parent 7172cc2 commit c0d2fc2

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

composer.json

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,9 @@
1818
"php": ">=7.2",
1919
"psr/container": "^1.0|^2.0",
2020
"psr/event-dispatcher": "^1.0",
21-
"hyperf/contract": "~2.1.0",
22-
"hyperf/command": "~2.1.0",
23-
"hyperf/utils": "~2.1.0"
24-
},
25-
"require-dev": {
26-
"hyperf/process": "~2.1.0",
27-
"malukenho/docheader": "^0.1.6",
28-
"mockery/mockery": "^1.0",
29-
"phpunit/phpunit": "^9.4",
30-
"friendsofphp/php-cs-fixer": "^2.9"
21+
"hyperf/contract": "~2.2.0",
22+
"hyperf/command": "~2.2.0",
23+
"hyperf/utils": "~2.2.0"
3124
},
3225
"suggest": {
3326
"hyperf/di": "Required to use annotations.",
@@ -55,11 +48,5 @@
5548
"hyperf": {
5649
"config": "Hyperf\\AsyncQueue\\ConfigProvider"
5750
}
58-
},
59-
"bin": [
60-
],
61-
"scripts": {
62-
"cs-fix": "php-cs-fixer fix $1",
63-
"test": "phpunit --colors=always"
6451
}
6552
}

0 commit comments

Comments
 (0)