Commit 6d1ad87d authored by Christophe Coevoet's avatar Christophe Coevoet Committed by Fabien Potencier

Fixed the requirements in the subtree splits

parent b0aa888c
......@@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.3.3",
"pimple/pimple": "~1.0"
"pimple/pimple": "~2.1"
},
"suggest": {
"symfony/event-dispatcher": "For EventListenerProviderInterface",
......
......@@ -17,8 +17,8 @@
],
"require": {
"php": ">=5.3.3",
"pimple/pimple": "~1.0",
"silex/api": "*"
"pimple/pimple": "~2.1",
"silex/api": "~2.0"
},
"autoload": {
"psr-0": { "Silex\\Provider": "" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment