Skip to content

Commit

Permalink
chore: bump version number (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Reasno authored Dec 29, 2020
1 parent f433a37 commit 6fdd702
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
"require": {
"php": ">=7.2",
"ext-swoole": ">=4.4",
"hyperf/pool": "~2.0.0",
"hyperf/process": "~2.0.0",
"hyperf/pool": "^2.0.0",
"hyperf/process": "^2.0.0",
"spiral/goridge": "^2.4.1",
"symfony/event-dispatcher": "^5.1"
},
"require-dev": {
"ext-mongodb": "*",
"friendsofphp/php-cs-fixer": "^2.14",
"hyperf/command": "~2.0.0",
"hyperf/config": "~2.0.0",
"hyperf/di": "~2.0.0",
"hyperf/framework": "~2.0.0",
"hyperf/testing": "~2.0.0",
"hyperf/command": "^2.0.0",
"hyperf/config": "^2.0.0",
"hyperf/di": "^2.0.0",
"hyperf/framework": "^2.0.0",
"hyperf/testing": "^2.0.0",
"mockery/mockery": "^1.3",
"phpstan/phpstan": "^0.12",
"swoole/ide-helper": "^4.5"
Expand Down

0 comments on commit 6fdd702

Please sign in to comment.