Skip to content

Commit

Permalink
Drop Symfony 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Nov 8, 2016
1 parent d2f4a43 commit b66eac5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ matrix:
include:
- php: 5.3
env: deps=low SYMFONY_DEPRECATIONS_HELPER=weak
- php: 5.6
env: SYMFONY_VERSION="2.3.*"
- php: 5.6
env: SYMFONY_VERSION="2.8.*@dev"
- php: 5.6
Expand Down
15 changes: 7 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,18 @@
],
"require": {
"php": ">=5.3.2",
"symfony/framework-bundle": "~2.3|~3.0",
"symfony/console": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/framework-bundle": "~2.7|~3.0",
"symfony/console": "~2.7|~3.0",
"symfony/dependency-injection": "~2.7|~3.0",
"doctrine/dbal": "~2.3",
"jdorn/sql-formatter": "~1.1",
"symfony/doctrine-bridge": "~2.2|~3.0",
"doctrine/doctrine-cache-bundle": "~1.0",
"symfony/web-profiler-bundle": "~2.7|~3.0"
"symfony/doctrine-bridge": "~2.7|~3.0",
"doctrine/doctrine-cache-bundle": "~1.0"
},
"require-dev": {
"doctrine/orm": "~2.3",
"symfony/yaml": "~2.2|~3.0",
"symfony/validator": "~2.2|~3.0",
"symfony/yaml": "~2.7|~3.0",
"symfony/validator": "~2.7|~3.0",
"symfony/property-info": "~2.8|~3.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"twig/twig": "~1.10",
Expand Down

0 comments on commit b66eac5

Please sign in to comment.