Skip to content

Commit

Permalink
chore: adjust required extensions in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Sep 15, 2024
1 parent b12fcce commit e4741a0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
"framework",
"hyperf",
"microservice",
"laravel"
"laravel",
"laravel-hyperf"
],
"description": "A Laravel style framework skeleton based on powerful Hyperf framework.",
"license": "MIT",
"require": {
"php": ">=8.1",
"ext-redis": "*",
"ext-session": "*",
"friendsofhyperf/http-client": "^3.1",
"friendsofhyperf/model-observer": "~3.1.0",
"friendsofhyperf/pretty-console": "~3.1.0",
Expand All @@ -34,13 +37,6 @@
"hyperf/watcher": "~3.1.0",
"phpstan/phpstan": "^1.0"
},
"suggest": {
"ext-openssl": "Required to use HTTPS.",
"ext-json": "Required to use JSON.",
"ext-pdo": "Required to use MySQL Client.",
"ext-pdo_mysql": "Required to use MySQL Client.",
"ext-redis": "Required to use Redis Client."
},
"autoload": {
"psr-4": {
"App\\": "app/"
Expand Down

0 comments on commit e4741a0

Please sign in to comment.