Skip to content

Commit bd43b48

Browse files
committed
Merge pull request #1008 from FriendsOfSymfony/disallow_early_2_5
fix conflict to just list the validator
2 parents 5c46f98 + e834b07 commit bd43b48

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
@@ -48,7 +48,7 @@
4848
},
4949

5050
"conflict": {
51-
"symfony/framework-bundle": ">=2.5,<2.5.5",
51+
"symfony/validator": ">=2.5.0,<2.5.5",
5252
"jms/serializer": "<0.12",
5353
"jms/serializer-bundle": "<0.11"
5454
},

0 commit comments

Comments
 (0)