Skip to content

Commit d82166d

Browse files
committed
remove min requirement dev
1 parent 9230f5c commit d82166d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"php": ">=5.4.16"
2323
},
2424
"require-dev": {
25-
"dereuromark/cakephp-tools": "dev-cake3",
26-
"cakephp/migrations": "dev-master"
25+
"dereuromark/cakephp-tools": "dev-master",
26+
"cakephp/migrations": "~1.0"
2727
},
2828
"suggest": {
2929
"dereuromark/cakephp-tools": "For the Email lib and QueueEmailTask. Or write your own task here."
@@ -43,6 +43,5 @@
4343
"TestApp\\": "tests/TestApp",
4444
"Cake\\Test\\": "vendor/cakephp/cakephp/tests"
4545
}
46-
},
47-
"minimum-stability": "dev"
46+
}
4847
}

0 commit comments

Comments
 (0)