Skip to content

Commit

Permalink
[MINOR] Drop support for symfony 3
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Nov 21, 2019
1 parent 4f37839 commit de57132
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
"doctrine/event-manager": "^1.0",
"doctrine/orm": "^2.5",
"sonata-project/doctrine-extensions": "^1.3.1",
"symfony/property-access": "^3.4 || ^4.2 || ^5.0"
"symfony/property-access": "^4.2 || ^5.0"
},
"conflict": {
"symfony/framework-bundle": "<3.4"
"symfony/framework-bundle": "<4.2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"sllh/composer-lint": "^1.0",
"symfony/dependency-injection": "^3.4 || ^4.2 || ^5.0",
"symfony/expression-language": "^3.4 || ^4.2 || ^5.0",
"symfony/framework-bundle": "^3.4 || ^4.2 || ^5.0"
"symfony/dependency-injection": "^4.2 || ^5.0",
"symfony/expression-language": "^4.2 || ^5.0",
"symfony/framework-bundle": "^4.2 || ^5.0"
},
"suggest": {
"symfony/framework-bundle": "If you want to use symfony"
Expand Down

0 comments on commit de57132

Please sign in to comment.