Skip to content

Commit

Permalink
update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
myadream authored Jul 31, 2021
1 parent 0300b9b commit 6cf9b8b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"require": {
"php": ">=7.3",
"ext-swoole": ">=4.5",
"hyperf/config": "2.2.*",
"hyperf/di": "2.2.*",
"hyperf/framework": "2.2.*"
"hyperf/config": "~2.2.0",
"hyperf/di": "~2.2.0",
"hyperf/framework": "~2.2.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/testing": "2.2.*",
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/testing": "~2.2.0",
"phpstan/phpstan": "^0.12",
"swoole/ide-helper": "dev-master"
},
"config": {
"sort-packages": true
},
"scripts": {
"test": "co-phpunit -c phpunit.xml --colors=always",
"test": "co-phpunit --prepend tests/bootstrap.php -c phpunit.xml --colors=always",
"analyse": "phpstan analyse --memory-limit 1024M -l 0 ./src",
"cs-fix": "php-cs-fixer fix $1"
},
Expand Down

0 comments on commit 6cf9b8b

Please sign in to comment.