Skip to content

Commit

Permalink
Bump minimum symfony version to 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
acrobat committed Jun 29, 2017
1 parent 7d97adf commit 6943553
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"require": {
"php": "^5.6 || ^7.0",
"bernard/normalt": "~1.0",
"symfony/event-dispatcher": "~2.3|~3.0",
"symfony/event-dispatcher": "^2.7|^3.0",
"beberlei/assert": "~2.1"
},
"require-dev" : {
"psr/log": "~1.0",
"pimple/pimple": "~1.0",
"predis/predis": "~0.8",
"symfony/console": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/console": "^2.7|^3.0",
"symfony/dependency-injection": "^2.7|^3.0",
"doctrine/dbal": "~2.3",
"aws/aws-sdk-php": "~2.4|~3.0",
"pda/pheanstalk": "~3.0",
Expand Down

0 comments on commit 6943553

Please sign in to comment.