Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hedeqiang authored Aug 14, 2020
1 parent 09b7585 commit 49a1aa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,21 @@
},
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.4",
"ext-swoole": ">=4.5",
"tencent/tls-sig-api-v2": "1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpstan/phpstan": "^0.10.5",
"hyperf/testing": "1.1.*",
"phpstan/phpstan": "^0.12",
"hyperf/testing": "2.0.*",
"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",
"analyze": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"
},
"extra": {
Expand Down

0 comments on commit 49a1aa2

Please sign in to comment.