Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Drop old symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Nov 26, 2016
1 parent eaeab08 commit 143c989
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 @@ -18,13 +18,13 @@
],
"require": {
"php": "^5.6 || ^7.0",
"symfony/framework-bundle": "^2.1 || ^3.0",
"symfony/console": "^2.1 || ^3.0",
"symfony/finder": "^2.1 || ^3.0"
"symfony/framework-bundle": "^2.8 || ^3.0",
"symfony/console": "^2.8 || ^3.0",
"symfony/finder": "^2.8 || ^3.0"
},
"require-dev": {
"doctrine/orm": "^2.2",
"symfony/phpunit-bridge": "^2.7 || ^3.0",
"symfony/phpunit-bridge": "^2.8 || ^3.0",
"sllh/php-cs-fixer-styleci-bridge": "^2.0"
},
"autoload": {
Expand Down

0 comments on commit 143c989

Please sign in to comment.