Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Support symfony/http-kernel 3.0
Browse files Browse the repository at this point in the history
This dependency is required by Symfony 3.0
  • Loading branch information
vincentchalamon committed Dec 27, 2015
1 parent 417b9c9 commit 4399b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}
],
"require": {
"symfony/http-kernel": "~2.3"
"symfony/http-kernel": "~2.3|~3.0"
},
"autoload": {
"psr-0": {
Expand Down

0 comments on commit 4399b3e

Please # to comment.