Skip to content

Commit

Permalink
Make console optional in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
arogachev committed Apr 30, 2023
1 parent d4db913 commit 719e175
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"require": {
"ext-pdo": "*",
"php": "^8.0",
"symfony/console": "^5.3|^6.0",
"yiisoft/db": "^1.0",
"yiisoft/rbac": "dev-schema-manager"
},
Expand All @@ -32,11 +31,13 @@
"rector/rector": "^0.15.0",
"roave/infection-static-analysis-plugin": "^1.25",
"spatie/phpunit-watcher": "^1.23",
"symfony/console": "^5.3|^6.0",
"vimeo/psalm": "^4.30|^5.2",
"yiisoft/cache": "^3.0",
"yiisoft/db-sqlite": "^1.0"
},
"suggest": {
"symfony/console": "For using console command to create schemas",
"yiisoft/db-sqlite": "For using with SQLite",
"yiisoft/db-mysql": "For using with MySQL",
"yiisoft/db-pgsql": "For using with PosgtgreSQL",
Expand Down

0 comments on commit 719e175

Please sign in to comment.