Skip to content

Commit

Permalink
Optimized all composer.json (#3569)
Browse files Browse the repository at this point in the history
* Optimized all composer.json

* Update package-lock.json
  • Loading branch information
limingxinleo committed May 11, 2021
1 parent 032a598 commit bc14c4d
Showing 1 changed file with 4 additions and 18 deletions.
22 changes: 4 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,13 @@
"require": {
"php": ">=7.2",
"psr/http-message": "^1.0",
"hyperf/contract": "~2.1.0",
"hyperf/di": "~2.1.0",
"hyperf/guzzle": "~2.1.0",
"hyperf/utils": "~2.1.0",
"hyperf/contract": "~2.2.0",
"hyperf/di": "~2.2.0",
"hyperf/guzzle": "~2.2.0",
"hyperf/utils": "~2.2.0",
"jcchavezs/zipkin-opentracing":"^1.0",
"opentracing/opentracing":"^1.0"
},
"require-dev": {
"hyperf/event": "~2.1.0",
"malukenho/docheader": "^0.1.6",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.4",
"friendsofphp/php-cs-fixer": "^2.9",
"jonahgeorge/jaeger-client-php": "^1.0"
},
"suggest": {
"hyperf/event": "Required to use DbQueryExecutedListener.",
"jonahgeorge/jaeger-client-php":"Required (^0.6) to use jaeger tracing."
Expand All @@ -56,11 +48,5 @@
"hyperf": {
"config": "Hyperf\\Tracer\\ConfigProvider"
}
},
"bin": [
],
"scripts": {
"cs-fix": "php-cs-fixer fix $1",
"test": "phpunit --colors=always"
}
}

0 comments on commit bc14c4d

Please sign in to comment.