Skip to content

Commit

Permalink
feat: update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
lixworth committed Jun 18, 2024
1 parent 4ab3504 commit 209facd
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 @@ -30,16 +30,16 @@
"require": {
"php": ">=8.0",
"elasticsearch/elasticsearch": "^7.13",
"hyperf/config": "3.0.*",
"hyperf/di": "3.0.*",
"hyperf/framework": "3.0.*",
"hyperf/guzzle": "3.0.*",
"hyperf/pool": "3.0.*",
"hyperf/logger": "3.0.*"
"hyperf/config": "3.1.*",
"hyperf/di": "3.1.*",
"hyperf/framework": "3.1.*",
"hyperf/guzzle": "3.1.*",
"hyperf/pool": "3.1.*",
"hyperf/logger": "3.1.*"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.0",
"hyperf/testing": "3.0.*",
"hyperf/testing": "3.1.*",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "dev-master",
"mockery/mockery": "^1.0"
Expand Down

0 comments on commit 209facd

Please sign in to comment.