Skip to content

Commit b3f9a4b

Browse files
authored
Optimized all composer.json (#3569)
* Optimized all composer.json * Update package-lock.json
1 parent 0783bb7 commit b3f9a4b

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

composer.json

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,12 @@
1717
},
1818
"require": {
1919
"php": ">=7.2",
20-
"hyperf/contract": "~2.1.0",
21-
"hyperf/http-message": "~2.1.0",
22-
"hyperf/utils": "~2.1.0",
20+
"hyperf/contract": "~2.2.0",
21+
"hyperf/http-message": "~2.2.0",
22+
"hyperf/utils": "~2.2.0",
2323
"psr/container": "^1.0|^2.0",
2424
"psr/log": "^1.0"
2525
},
26-
"require-dev": {
27-
"friendsofphp/php-cs-fixer": "^2.9",
28-
"malukenho/docheader": "^0.1.6",
29-
"mockery/mockery": "^1.0",
30-
"phpunit/phpunit": "^9.4"
31-
},
32-
"suggest": {
33-
},
3426
"autoload": {
3527
"psr-4": {
3628
"Hyperf\\WebSocketClient\\": "src/"
@@ -51,11 +43,5 @@
5143
"hyperf": {
5244
"config": "Hyperf\\WebSocketClient\\ConfigProvider"
5345
}
54-
},
55-
"bin": [
56-
],
57-
"scripts": {
58-
"cs-fix": "php-cs-fixer fix $1",
59-
"test": "phpunit --colors=always"
6046
}
6147
}

0 commit comments

Comments
 (0)