Skip to content

Commit ba3d517

Browse files
committed
Merge pull request #128 from lainosantos/stable-migrations
Constraint for a stable migartion version
2 parents 700dc7e + 0a3c377 commit ba3d517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": ">=5.3.2",
2424
"symfony/framework-bundle": "~2.3|~3.0",
2525
"doctrine/doctrine-bundle": "~1.0",
26-
"doctrine/migrations": "~1.0@dev"
26+
"doctrine/migrations": "~1.0"
2727
},
2828
"autoload": {
2929
"psr-0": { "Doctrine\\Bundle\\MigrationsBundle": "" }

0 commit comments

Comments
 (0)