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 authored May 11, 2021
1 parent 08c5480 commit f25a660
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,6 @@
"php": ">=7.2",
"google/protobuf": "^3.6.1"
},
"require-dev": {
"malukenho/docheader": "^0.1.6",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^9.4",
"friendsofphp/php-cs-fixer": "^2.9"
},
"suggest": {
"ext-protobuf": "For better performance, install the protobuf C extension."
},
Expand All @@ -33,24 +27,12 @@
"Hyperf\\Grpc\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
}
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
},
"hyperf": {
}
},
"bin": [
],
"scripts": {
"cs-fix": "php-cs-fixer fix $1",
"test": "phpunit --colors=always"
}
}

0 comments on commit f25a660

Please sign in to comment.