Skip to content

Commit dc8a829

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

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,18 +18,11 @@
1818
"require": {
1919
"php": ">=7.2",
2020
"ext-redis": "*",
21-
"hyperf/contract": "~2.1.0",
22-
"hyperf/pool": "~2.1.0",
23-
"hyperf/utils": "~2.1.0",
21+
"hyperf/contract": "~2.2.0",
22+
"hyperf/pool": "~2.2.0",
23+
"hyperf/utils": "~2.2.0",
2424
"psr/container": "^1.0|^2.0"
2525
},
26-
"require-dev": {
27-
"hyperf/di": "~2.1.0",
28-
"malukenho/docheader": "^0.1.6",
29-
"mockery/mockery": "^1.0",
30-
"phpunit/phpunit": "^9.4",
31-
"friendsofphp/php-cs-fixer": "^2.9"
32-
},
3326
"suggest": {
3427
"hyperf/di": "Create the RedisPool via dependency injection.",
3528
"ext-redis": "Required to use sentinel mode (>=5.2)."
@@ -54,11 +47,5 @@
5447
"hyperf": {
5548
"config": "Hyperf\\Redis\\ConfigProvider"
5649
}
57-
},
58-
"bin": [
59-
],
60-
"scripts": {
61-
"cs-fix": "php-cs-fixer fix $1",
62-
"test": "phpunit --colors=always"
6350
}
6451
}

0 commit comments

Comments
 (0)