Skip to content

Commit

Permalink
composer.json优化
Browse files Browse the repository at this point in the history
  • Loading branch information
pengxuxu committed Feb 22, 2023
1 parent 0b7f677 commit fe8d1ed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"license": "MIT",
"keywords": [
"php",
"hyperf"
"hyperf",
"easywechat"
],
"description": "hyperf easywechat6",
"autoload": {
Expand All @@ -19,15 +20,15 @@
},
"require": {
"php": ">=8.0",
"w7corp/easywechat": "^6.11.1",
"w7corp/easywechat": "^6.11.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14|^3.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": ">=7.0",
"swoole/ide-helper": "^4.5",
"hyperf/context": "~2.2.0|^3.0",
"hyperf/context": "~2.2.0|^3.0"
},
"conflict": {
"w7corp/easywechat": "<6.0"
Expand Down

0 comments on commit fe8d1ed

Please sign in to comment.