Skip to content

Commit d4abad9

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

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

composer.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,14 @@
1717
},
1818
"require": {
1919
"php": ">=7.2",
20-
"hyperf/contract": "~2.1.0",
21-
"hyperf/exception-handler": "~2.1.0",
22-
"hyperf/http-server": "~2.1.0",
23-
"hyperf/utils": "~2.1.0",
20+
"hyperf/contract": "~2.2.0",
21+
"hyperf/exception-handler": "~2.2.0",
22+
"hyperf/http-server": "~2.2.0",
23+
"hyperf/utils": "~2.2.0",
2424
"psr/container": "^1.0|^2.0",
2525
"psr/event-dispatcher": "^1.0",
2626
"psr/log": "^1.0"
2727
},
28-
"require-dev": {
29-
"friendsofphp/php-cs-fixer": "^2.9",
30-
"malukenho/docheader": "^0.1.6",
31-
"mockery/mockery": "^1.0",
32-
"phpunit/phpunit": "^9.4"
33-
},
34-
"suggest": {
35-
},
3628
"autoload": {
3729
"psr-4": {
3830
"Hyperf\\WebSocketServer\\": "src/"
@@ -53,11 +45,5 @@
5345
"hyperf": {
5446
"config": "Hyperf\\WebSocketServer\\ConfigProvider"
5547
}
56-
},
57-
"bin": [
58-
],
59-
"scripts": {
60-
"cs-fix": "php-cs-fixer fix $1",
61-
"test": "phpunit --colors=always"
6248
}
6349
}

0 commit comments

Comments
 (0)