Skip to content

Commit

Permalink
Allow Symfony 4 packages (Drupal 9)
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Aug 18, 2021
1 parent 91b0712 commit 1d4f22f
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 @@ -13,12 +13,12 @@
}
],
"require": {
"symfony/console": "^3.0|^5.0",
"symfony/console": "^3.0|^4.0|^5.0",
"ifsnop/mysqldump-php": "^2.9",
"cweagans/composer-patches": "^1.7",
"bomoko/mysql-cnf-parser": "dev-master",
"fakerphp/faker": "^1.14",
"symfony/event-dispatcher": "^3.0|^5.0"
"symfony/event-dispatcher": "^3.0|^4.0|^5.0"
},
"bin": [
"mysqldump"
Expand Down

0 comments on commit 1d4f22f

Please sign in to comment.