8000 Fixed constraint requirements for Doctrine Common · symfony/symfony@f26c1ce · GitHub
[go: up one dir, main page]

Skip to content

Commit f26c1ce

Browse files
committed
Fixed constraint requirements for Doctrine Common
1 parent 011791d commit f26c1ce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Symfony/Bridge/Doctrine/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.2",
20-
"doctrine/common": "2.1.*"
20+
"doctrine/common": ">=2.1,<2.3"
2121
},
2222
"recommend": {
23-
"doctrine/dbal": ">=2.1",
24-
"doctrine/orm": ">=2.1"
23+
"doctrine/dbal": ">=2.1,<2.3",
24+
"doctrine/orm": ">=2.1,<2.3"
2525
},
2626
"suggest": {
2727
"symfony/form": "self.version",

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": ">=5.3.2",
20-
"doctrine/common": ">=2.1"
20+
"doctrine/common": ">=2.1,<2.3"
2121
},
2222
"suggest": {
2323
"symfony/http-foundation": "self.version",

0 commit comments

Comments
 (0)
0