Skip to content

Commit a80e5e3

Browse files
Allow doctrine 2.7
1 parent 337b82d commit a80e5e3

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
@@ -24,7 +24,7 @@
2424
],
2525
"require": {
2626
"php": ">=5.5.0",
27-
"doctrine/orm": "2.5.*|2.6.*",
27+
"doctrine/orm": "2.5.*|2.6.*|2.7.*",
2828
"doctrine/inflector": "^1.1"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)