Skip to content

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 f7694a9 commit 6cf71a2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
"core23/lastfm-api": "^0.5 || ^0.6",
"php-http/client-implementation": "^1.0",
"php-http/httplug-bundle": "^1.1",
"symfony/config": "^3.4 || ^4.0",
"symfony/dependency-injection": "^3.4 || ^4.0",
"symfony/event-dispatcher": "^3.4 || ^4.0",
"symfony/expression-language": "^3.4 || ^4.0",
"symfony/framework-bundle": "^3.4 || ^4.0",
"symfony/http-foundation": "^3.4 || ^4.0",
"symfony/http-kernel": "^3.4 || ^4.0",
"symfony/routing": "^3.4 || ^4.0",
"symfony/config": "^3.4 || ^4.2",
"symfony/dependency-injection": "^3.4 || ^4.2",
"symfony/event-dispatcher": "^3.4 || ^4.2",
"symfony/expression-language": "^3.4 || ^4.2",
"symfony/framework-bundle": "^3.4 || ^4.2",
"symfony/http-foundation": "^3.4 || ^4.2",
"symfony/http-kernel": "^3.4 || ^4.2",
"symfony/routing": "^3.4 || ^4.2",
"twig/twig": "^2.4"
},
"require-dev": {
Expand Down

0 comments on commit 6cf71a2

Please sign in to comment.