Skip to content

Commit 89e44b3

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

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

composer.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,15 @@
2020
},
2121
"require": {
2222
"php": ">=7.0",
23-
"hyperf/guzzle": "~2.1.0",
24-
"elasticsearch/elasticsearch": "^7.0"
23+
"elasticsearch/elasticsearch": "^7.0",
24+
"hyperf/guzzle": "~2.2.0"
2525
},
26-
"require-dev": {
27-
"phpunit/phpunit": "^9.4",
28-
"guzzlehttp/ringphp": "~1.0"
26+
"config": {
27+
"sort-packages": true
2928
},
3029
"extra": {
3130
"branch-alias": {
3231
"dev-master": "2.1-dev"
3332
}
34-
},
35-
"scripts": {
36-
"test": "./vendor/bin/phpunit -c phpunit.xml",
37-
"co_test": "php tests/co_phpunit.php -c phpunit.xml"
3833
}
3934
}

0 commit comments

Comments
 (0)