Skip to content

Commit

Permalink
Merge pull request #259 from FriendsOfSymfony/symfony-3.0-1.4
Browse files Browse the repository at this point in the history
Upgrade Symfony dependencies to 3.0
  • Loading branch information
dbu committed Dec 7, 2015
2 parents c89e4f6 + fd08370 commit eb24688
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"require": {
"php": ">=5.3.3",
"guzzle/guzzle": "~3.8",
"symfony/event-dispatcher": "~2.3",
"symfony/options-resolver": "~2.3"
"symfony/event-dispatcher": "^2.3||^3.0",
"symfony/options-resolver": "^2.3||^3.0"
},
"require-dev": {
"mockery/mockery": "~0.9.1",
"monolog/monolog": "~1.0",
"symfony/process": "~2.3",
"symfony/http-kernel": "~2.3"
"symfony/process": "^2.3||^3.0",
"symfony/http-kernel": "^2.3||^3.0"
},
"suggest": {
"monolog/monolog": "For logging issues while invalidating"
Expand Down

0 comments on commit eb24688

Please sign in to comment.