Commit 45bd7086 authored by Fabien Potencier's avatar Fabien Potencier

bug #954 Fixed the requirements in the subtree splits (stof)

This PR was squashed before being merged into the 2.0.x-dev branch (closes #954).

Discussion
----------

Fixed the requirements in the subtree splits

They should use Pimple 2.1, not 1.0

Commits
-------

6d1ad87d Fixed the requirements in the subtree splits
parents 4559e989 6d1ad87d
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
], ],
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"pimple/pimple": "~1.0" "pimple/pimple": "~2.1"
}, },
"suggest": { "suggest": {
"symfony/event-dispatcher": "For EventListenerProviderInterface", "symfony/event-dispatcher": "For EventListenerProviderInterface",
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
], ],
"require": { "require": {
"php": ">=5.3.3", "php": ">=5.3.3",
"pimple/pimple": "~1.0", "pimple/pimple": "~2.1",
"silex/api": "*" "silex/api": "~2.0"
}, },
"autoload": { "autoload": {
"psr-0": { "Silex\\Provider": "" } "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