Skip to content

Commit

Permalink
chore: bump version (#21)
Browse files Browse the repository at this point in the history
* chore: bump version
  • Loading branch information
Reasno authored Dec 29, 2020
1 parent 8f1e420 commit cb558f5
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@
}
},
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-swoole": ">=4.5",
"hyperf/command": "~2.0.0",
"hyperf/config": "~2.0.0",
"hyperf/di": "~2.0.0",
"hyperf/framework": "~2.0.0",
"hyperf/http-server": "~2.0.0",
"hyperf/utils": "~2.0.0"
"hyperf/command": "^2.0.0",
"hyperf/config": "^2.0.0",
"hyperf/di": "^2.0.0",
"hyperf/framework": "^2.0.0",
"hyperf/http-server": "^2.0.0",
"hyperf/utils": "^2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/crontab": "~2.0.0",
"hyperf/db": "~2.0.0",
"hyperf/guzzle": "~2.0.0",
"hyperf/process": "~2.0.0",
"hyperf/testing": "~2.0.0",
"hyperf/crontab": "^2.0.0",
"hyperf/db": "^2.0.0",
"hyperf/guzzle": "^2.0.0",
"hyperf/process": "^2.0.0",
"hyperf/testing": "^2.0.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.0",
"swoole/ide-helper": "^4.5.2",
Expand Down

0 comments on commit cb558f5

Please sign in to comment.