Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
狂奔的螞蟻 committed Sep 11, 2019
1 parent a6c00e4 commit 9581c5b
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"keywords": ["微信", "微信小程序", "微信API", "微信用户授权", "hyperf"],
"homepage": "http://www.firstphp.com/",
"license": "MIT",
"version": "1.1.1",
"version": "1.2",
"authors": [
{
"name": "狂奔的蚂蚁",
Expand All @@ -25,24 +25,15 @@
},
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.3",
"hyperf/utils": "1.0.*",
"hyperf/framework": "1.0.*",
"hyperf/di": "1.0.*"
"ext-swoole": ">=4.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/testing": "1.0.*",
"phpstan/phpstan": "^0.10.5",
"swoft/swoole-ide-helper": "dev-master"
},
"config": {
"sort-packages": true
},
"scripts": {
"test": "co-phpunit -c phpunit.xml --colors=always",
"analyze": "phpstan analyse --memory-limit 300M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"

},
"extra": {
"hyperf": {
Expand Down

0 comments on commit 9581c5b

Please sign in to comment.