Commit 2bdcc339 authored by Joseph Bielawski's avatar Joseph Bielawski

Update composer.json

Use same PHP version as for Symfony component to match its requirements.
parent 9e3ae1fa
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
} }
], ],
"require": { "require": {
"php": ">=5.3.0", "php": ">=5.3.2",
"symfony/event-dispatcher": "2.*" "symfony/event-dispatcher": "2.*"
}, },
"autoload": { "autoload": {
......
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