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

Commit

Permalink
Move doctrine/dbal to suggests (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream authored Dec 17, 2021
1 parent 657beee commit 19af8b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"require": {
"cboden/ratchet": "^0.4.1",
"clue/redis-react": "^2.3",
"doctrine/dbal": "^2.9",
"evenement/evenement": "^2.0|^3.0",
"facade/ignition-contracts": "^1.0",
"guzzlehttp/psr7": "^1.5|^2.0",
Expand All @@ -53,7 +52,8 @@
"phpunit/phpunit": "^8.0|^9.0"
},
"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": {
"psr-4": {
Expand Down

0 comments on commit 19af8b0

Please sign in to comment.