Skip to content

Commit d9b473d

Browse files
authored
Merge pull request doctrine#622 from TomHAnderson/hotfix/conflict-migrations-3
Added conflict for Doctrine Migrations >=3
2 parents b048cd3 + 95dfc66 commit d9b473d

File tree

2 files changed

+1008
-384
lines changed

2 files changed

+1008
-384
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@
6565
"phpunit/phpunit": "^8.5",
6666
"squizlabs/php_codesniffer": "^3.5"
6767
},
68+
"conflict": {
69+
"doctrine/migrations": ">=3.0"
70+
},
6871
"suggest": {
6972
"laminas/laminas-form": "if you want to use form elements backed by Doctrine",
7073
"laminas/laminas-developer-tools": "laminas-developer-tools if you want to profile operations executed by the ORM during development",

0 commit comments

Comments
 (0)