Skip to content

Commit c57f5e0

Browse files
committed
minor #16 Allow Symfony 5 usage (l-vo)
This PR was merged into the master branch. Discussion ---------- Allow Symfony 5 usage cc @nicolas-grekas Commits ------- 460d41e Allow Symfony 5 usage
2 parents 36c2a92 + 460d41e commit c57f5e0

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
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^7.0",
88
"doctrine/orm": "^2.5.11",
9-
"doctrine/doctrine-bundle": "^1.6.10",
9+
"doctrine/doctrine-bundle": "^1.6.10|^2.0",
1010
"doctrine/doctrine-migrations-bundle": "^1.3|^2.0"
1111
}
1212
}

0 commit comments

Comments
 (0)