Skip to content

Commit 3ff4164

Browse files
committed
Fix up migrations plugin constraints
1 parent 5c2c709 commit 3ff4164

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
"dereuromark/cakephp-tools": "For the QueueEmailTask (if you don't write your own task here). Also for admin backend.",
4848
"friendsofcake/search": "For admin backend and filtering of current jobs."
4949
},
50+
"conflict": {
51+
"cakephp/migrations": "<4.5"
52+
},
5053
"minimum-stability": "stable",
5154
"prefer-stable": true,
5255
"autoload": {

0 commit comments

Comments
 (0)