Skip to content

Commit e24fea2

Browse files
committed
composer: fix doctrine/orm oldest possible version
1 parent e0012a8 commit e24fea2

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
@@ -4,7 +4,7 @@
44
"license": ["MIT"],
55
"require": {
66
"php": ">=7.1.0",
7-
"doctrine/orm": ">=2.5.0",
7+
"doctrine/orm": ">=2.5.11",
88
"nette/utils": ">=2.4.0"
99
},
1010
"require-dev": {

0 commit comments

Comments
 (0)