Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a dev requirement to force Silex to use HttpKernel 2.4+
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