Skip to content

Commit

Permalink
Remove support for Symfony ~2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ruudk committed Feb 7, 2019
1 parent 939594a commit bf2db5d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,20 @@
"require": {
"php": "^7.1",
"simple-bus/message-bus": "~3.0",
"symfony/config": "~2.7 || ~3.3 || ~4.0",
"symfony/dependency-injection": "~2.7 || ~3.3 || ~4.0",
"symfony/http-kernel": "~2.7 || ~3.3 || ~4.0",
"symfony/yaml": "~2.7 || ~3.3 || ~4.0"
"symfony/config": "~3.3 || ~4.0",
"symfony/dependency-injection": "~3.3 || ~4.0",
"symfony/http-kernel": "~3.3 || ~4.0",
"symfony/yaml": "~3.3 || ~4.0"
},
"require-dev": {
"doctrine/doctrine-bundle": "~1.0",
"doctrine/orm": "~2.5",
"phpunit/phpunit": "^5.7 || ^6.0",
"simple-bus/doctrine-orm-bridge": "~5.0",
"symfony/framework-bundle": "~2.7 || ~3.3 || ~4.0",
"symfony/monolog-bridge": "~2.7 || ~3.3 || ~4.0",
"symfony/framework-bundle": "~3.3 || ~4.0",
"symfony/monolog-bridge": "~3.3 || ~4.0",
"symfony/monolog-bundle": "~2.3 || ~3.0",
"symfony/proxy-manager-bridge": "~2.7 || ~3.3 || ~4.0"
"symfony/proxy-manager-bridge": "~3.3 || ~4.0"
},
"suggest": {
"doctrine/doctrine-bundle": "For integration with Doctrine ORM",
Expand Down

0 comments on commit bf2db5d

Please sign in to comment.