Skip to content

Commit

Permalink
Upgrade hyperf to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jul 17, 2021
1 parent e685546 commit 9f12b06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions php/hyperf/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@
"hyperf/dispatcher": "*",
"hyperf/event": "*",
"hyperf/exception-handler": "*",
"hyperf/framework": "~2.1.0",
"hyperf/framework": "~2.2.0",
"hyperf/http-server": "*",
"hyperf/utils": "*"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
},
"minimum-stability": "dev",
"prefer-stable": true
}
2 changes: 1 addition & 1 deletion php/hyperf/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
framework:
website: hyperf.io
version: 2.1
version: 2.2

php_ext:
- redis
Expand Down

0 comments on commit 9f12b06

Please sign in to comment.