Skip to content

Commit

Permalink
Adding dependency over doctrine/migrations to force the right version…
Browse files Browse the repository at this point in the history
… of file
  • Loading branch information
Alan Grente-Lequertier committed Nov 2, 2020
1 parent f4863cc commit 59ababe
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 @@ -9,6 +9,7 @@
"require": {
"php": ">=7.1",
"symfony/framework-bundle": "~3.4|~4.0|~5.0",
"doctrine/doctrine-migrations-bundle": "^2.2"
"doctrine/doctrine-migrations-bundle": "^2.0",
"doctrine/migrations": "^2.3"
}
}

0 comments on commit 59ababe

Please sign in to comment.