Skip to content

Commit

Permalink
fix: add missing validation package
Browse files Browse the repository at this point in the history
  • Loading branch information
albertcht committed Jul 25, 2024
1 parent 5eafe02 commit 3387f1c
Showing 1 changed file with 9 additions and 29 deletions.
38 changes: 9 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,22 @@
"description": "A Laravel styled framework skeleton based on powerful Hyperf framework.",
"license": "Apache-2.0",
"require": {
"php": ">=8.0",
"friendsofhyperf/model-observer": "^3.0",
"friendsofhyperf/tinker": "^3.1",
"hyperf/async-queue": "^3.0",
"hyperf/cache": "~3.1.0",
"hyperf/command": "~3.1.0",
"hyperf/config": "~3.1.0",
"hyperf/database": "~3.1.0",
"hyperf/db-connection": "~3.1.0",
"hyperf/framework": "~3.1.0",
"hyperf/guzzle": "~3.1.0",
"hyperf/http-server": "~3.1.0",
"hyperf/logger": "~3.1.0",
"hyperf/memory": "~3.1.0",
"hyperf/paginator": "^3.1",
"hyperf/process": "^3.1",
"php": ">=8.1",
"friendsofhyperf/model-observer": "~3.1.0",
"friendsofhyperf/pretty-console": "~3.1.0",
"friendsofhyperf/tinker": "~3.1.0",
"hyperf/paginator": "~3.1.0",
"hyperf/redis": "~3.1.0",
"hyperf/signal": "^3.0",
"hyperf/translation": "^3.1",
"hyperf/validation": "^3.1",
"psr/http-message": "^1.0",
"swooletw/hyperf-packages": "@dev",
"symfony/error-handler": "^6.3"
"swooletw/hyperf-packages": "@dev"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"friendsofphp/php-cs-fixer": "^3.1",
"friendsofphp/php-cs-fixer": "~3.1.0",
"hyperf/devtool": "~3.1.0",
"hyperf/testing": "~3.1.0",
"hyperf/watcher": "^3.0",
"mockery/mockery": "^1.0",
"phpstan/phpstan": "^1.0",
"swoole/ide-helper": "^5.0"
"hyperf/watcher": "~3.1.0",
"phpstan/phpstan": "^1.0"
},
"suggest": {
"ext-openssl": "Required to use HTTPS.",
Expand All @@ -54,9 +37,6 @@
"ext-redis": "Required to use Redis Client."
},
"autoload": {
"exclude-from-classmap": [
"vendor/hyperf/di/src/Container.php"
],
"psr-4": {
"App\\": "app/"
},
Expand Down

0 comments on commit 3387f1c

Please sign in to comment.