Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 19af8b0

Browse files
authored
Move doctrine/dbal to suggests (#900)
1 parent 657beee commit 19af8b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"require": {
3232
"cboden/ratchet": "^0.4.1",
3333
"clue/redis-react": "^2.3",
34-
"doctrine/dbal": "^2.9",
3534
"evenement/evenement": "^2.0|^3.0",
3635
"facade/ignition-contracts": "^1.0",
3736
"guzzlehttp/psr7": "^1.5|^2.0",
@@ -53,7 +52,8 @@
5352
"phpunit/phpunit": "^8.0|^9.0"
5453
},
5554
"suggest": {
56-
"ext-pcntl": "Running the server needs pcntl to listen to command signals and soft-shutdown."
55+
"ext-pcntl": "Running the server needs pcntl to listen to command signals and soft-shutdown.",
56+
"doctrine/dbal": "Required to run database migrations (^2.9|^3.0)."
5757
},
5858
"autoload": {
5959
"psr-4": {

0 commit comments

Comments
 (0)