Skip to content

Commit

Permalink
Merge pull request #30 from derrabus/sf3
Browse files Browse the repository at this point in the history
Allow Symfony 3.0
  • Loading branch information
Florian Preusner committed Dec 8, 2015
2 parents bc0c13d + d33bba2 commit 5c91fc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.0",
"eightpoints/guzzle-wsse-middleware": "~3.0",
"symfony/http-kernel": "~2.3",
"symfony/http-kernel": "~2.3|~3.0",
"psr/log": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "*",
"symfony/config": "*"
"symfony/config": "~2.3|~3.0"
},
"target-dir": "EightPoints/Bundle/GuzzleBundle",
"autoload": {
Expand Down

0 comments on commit 5c91fc9

Please sign in to comment.