Skip to content

Commit

Permalink
Merge pull request #312 from acrobat/symfony-constraint-bump
Browse files Browse the repository at this point in the history
Bump minimum symfony version to 2.7
  • Loading branch information
acrobat authored Jul 9, 2017
2 parents 453fce3 + 6943553 commit b3931e9
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 b3931e9

Please sign in to comment.