Skip to content

Commit

Permalink
Add a dev requirement to force Silex to use HttpKernel 2.4+
Browse files Browse the repository at this point in the history
Using HttpKernel 2.3 with HttpFoundation 2.4 makes Silex create a RequestStack
but which is not updated by the kernel, which breaks our lowest-bound test.
  • Loading branch information
stof committed Aug 22, 2017
1 parent 38c7663 commit e4837dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"require-dev": {
"pimple/pimple": "~1.0",
"symfony/http-foundation": "~2.4|~3.0",
"symfony/http-kernel": "~2.4|~3.0",
"symfony/phpunit-bridge": "~3.3",
"symfony/routing": "~2.3|~3.0",
"silex/silex": "~1.0",
Expand Down

0 comments on commit e4837dc

Please sign in to comment.