Move doctrine/dbal to suggests (#900)

This commit is contained in:
Kieran 2021-12-17 15:41:38 +00:00 committed by GitHub
parent 657beeeb53
commit 19af8b0414
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,6 @@
"require": { "require": {
"cboden/ratchet": "^0.4.1", "cboden/ratchet": "^0.4.1",
"clue/redis-react": "^2.3", "clue/redis-react": "^2.3",
"doctrine/dbal": "^2.9",
"evenement/evenement": "^2.0|^3.0", "evenement/evenement": "^2.0|^3.0",
"facade/ignition-contracts": "^1.0", "facade/ignition-contracts": "^1.0",
"guzzlehttp/psr7": "^1.5|^2.0", "guzzlehttp/psr7": "^1.5|^2.0",
@ -53,7 +52,8 @@
"phpunit/phpunit": "^8.0|^9.0" "phpunit/phpunit": "^8.0|^9.0"
}, },
"suggest": { "suggest": {
"ext-pcntl": "Running the server needs pcntl to listen to command signals and soft-shutdown." "ext-pcntl": "Running the server needs pcntl to listen to command signals and soft-shutdown.",
"doctrine/dbal": "Required to run database migrations (^2.9|^3.0)."
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {