Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit bfdf629

Browse files
committed
minor #852 Use a proper version constraint (GrahamCampbell)
This PR was merged into the 2.8 branch. Discussion ---------- Use a proper version constraint Any reason why this wasn't used already? I noticed this when looking at #850. Commits ------- 8d04960 Use a proper version constraint
2 parents dab337e + 8d04960 commit bfdf629

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
@@ -9,7 +9,7 @@
99
},
1010
"require": {
1111
"php": ">=5.3.9",
12-
"symfony/symfony": "2.8.x-dev",
12+
"symfony/symfony": "2.8.*@dev",
1313
"doctrine/orm": "^2.4.8",
1414
"doctrine/doctrine-bundle": "~1.4",
1515
"symfony/swiftmailer-bundle": "~2.3",

0 commit comments

Comments
 (0)