Skip to content
This repository has been archived by the owner on Jun 24, 2019. It is now read-only.

Commit

Permalink
[MINOR] Removed support for outdated symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
core23 committed Jan 12, 2019
1 parent 4a35d19 commit aae25bd
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Expand Up @@ -19,20 +19,20 @@
"require": {
"php": "^7.2",
"monolog/monolog": "^1.10",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0"
"symfony/config": "^3.4 || ^4.2",
"symfony/dependency-injection": "^3.4 || ^4.2",
"symfony/http-foundation": "^3.4 || ^4.2",
"symfony/http-kernel": "^3.4 || ^4.2"
},
"conflict": {
"symfony/framework-bundle": "<3.4"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"sllh/composer-lint": "^1.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/expression-language": "^3.4 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0"
"symfony/dependency-injection": "^3.4 || ^4.2",
"symfony/expression-language": "^3.4 || ^4.2",
"symfony/framework-bundle": "^3.4 || ^4.2"
},
"suggest": {
"symfony/framework-bundle": "If you want to use symfony"
Expand Down

0 comments on commit aae25bd

Please sign in to comment.