Skip to content

Commit ec3de5f

Browse files
committed
prevent installing with symfony/http-foundation 4 as we are not compatible with that
1 parent 155671b commit ec3de5f

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)