Skip to content

Commit f19d384

Browse files
authored
update doctrine/migration requirement to 3.0
1 parent 6c16298 commit f19d384

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": "^7.2",
2424
"symfony/framework-bundle": "~3.4|~4.0|~5.0",
2525
"doctrine/doctrine-bundle": "~1.0|~2.0",
26-
"doctrine/migrations": "dev-master"
26+
"doctrine/migrations": "~3.0"
2727
},
2828
"require-dev": {
2929
"phpunit/phpunit": "^6.4|^7.0",

0 commit comments

Comments
 (0)