Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #219 from greg0ire/drop_old_versions
Browse files Browse the repository at this point in the history
Drop old versions
  • Loading branch information
core23 committed Dec 9, 2016
2 parents f656dbd + 480bffd commit 166fc01
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 @@ -17,15 +17,15 @@
}
],
"require": {
"php": "^5.3 || ^7.0",
"symfony/config": "^2.3.9 || ^3.0",
"symfony/console": "^2.3 || ^3.0",
"symfony/dependency-injection": "^2.3.3 || ^3.0",
"symfony/event-dispatcher": "^2.3 || ^3.0",
"php": "^5.6 || ^7.0",
"symfony/config": "^2.8 || ^3.0",
"symfony/console": "^2.8 || ^3.0",
"symfony/dependency-injection": "^2.8 || ^3.0",
"symfony/event-dispatcher": "^2.8 || ^3.0",
"symfony/form": "^2.3.5 || ^3.0",
"symfony/http-foundation": "^2.3 || ^3.0",
"symfony/http-kernel": "^2.3 || ^3.0",
"symfony/security": "^2.3 || ^3.0",
"symfony/http-foundation": "^2.8 || ^3.0",
"symfony/http-kernel": "^2.8 || ^3.0",
"symfony/security": "^2.8 || ^3.0",
"sonata-project/doctrine-extensions": "^1.0",
"sonata-project/easy-extends-bundle": "^2.1",
"sonata-project/core-bundle": "^3.0",
Expand Down

0 comments on commit 166fc01

Please sign in to comment.