Skip to content

Commit

Permalink
Update to allow for Symfony 4
Browse files Browse the repository at this point in the history
Update Symfony dependencies to allow for v4
  • Loading branch information
dlpetrie authored Dec 4, 2017
1 parent c32db2e commit b9c19bc
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 @@ -20,14 +20,14 @@
},
"require": {
"php": ">=5.5.1",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/security-bundle": "~2.3|~3.0",
"symfony/framework-bundle": "~2.3|~3.0|~4.0",
"symfony/security-bundle": "~2.3|~3.0|~4.0",
"lightsaml/symfony-bridge": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.6",
"symfony/symfony": "~2.3|~3.0",
"symfony/monolog-bundle": "~2.3|~3.0",
"symfony/symfony": "~2.3|~3.0|~4.0",
"symfony/monolog-bundle": "~2.3|~3.0|~4.0",
"satooshi/php-coveralls": "~0.6"
},
"config": {
Expand Down

0 comments on commit b9c19bc

Please sign in to comment.