8000 Fix doctrine requirement · DavidChristmann/symfony@ca974f5 · GitHub
[go: up one dir, main page]

Skip to content

Commit ca974f5

Browse files
committed
Fix doctrine requirement
1 parent a250e3d commit ca974f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"symfony/routing": "self.version",
2424
"symfony/templating": "self.version",
2525
"symfony/translator": "self.version",
26-
"doctrine/common": ">=2.2.0-dev"
26+
"doctrine/common": ">=2.1.0"
2727
},
2828
"recommend": {
2929
"symfony/console": "self.version",

0 commit comments

Comments
 (0)
0