Skip to content

Commit 6276652

Browse files
authored
Merge pull request #407 from FriendsOfSymfony/fix-build
prevent installing with symfony/http-foundation 4
2 parents 155671b + ec3de5f commit 6276652

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
"FOS\\HttpCache\\Tests\\": "tests/"
4242
}
4343
},
44+
"conflict": {
45+
"symfony/http-foundation": ">=4.0"
46+
},
4447
"extra": {
4548
"branch-alias": {
4649
"dev-master": "1.4.x-dev"

0 commit comments

Comments
 (0)