Skip to content

Commit

Permalink
Drop PHP 5.6, 7.0 and Symfony 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre committed Aug 8, 2018
1 parent a5c8957 commit a499158
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .travis.yml
Expand Up @@ -15,14 +15,8 @@ php:
- 7.2

env:
- SYMFONY_VERSION="2.8.*"
- SYMFONY_VERSION="3.4.*"

matrix:
include:
- php: 7.0
env: SYMFONY_VERSION="3.4.*"

# Only send code coverage to Code Climate for the current versions of PHP and Symfony LTS
# https://github.com/doctrine/doctrine2/blob/3570f4a49afc7e98fed71e0596dded6a39d4fd7b/.travis.yml#L16
before_install:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -12,15 +12,15 @@
"role": "Developer"
}],
"require" : {
"php": ">=5.6",
"php": ">=7.0",
"ext-mbstring": "*",
"symfony/symfony": "~2.7||~3.2",
"symfony/symfony": "~3.4",
"abraham/twitteroauth": "~0.6"
},
"require-dev": {
"doctrine/orm": "^2.4.8",
"symfony/assetic-bundle": "~2.3",
"symfony/monolog-bundle": "~2.4||~3.1",
"symfony/monolog-bundle": "~3.1",
"doctrine/doctrine-fixtures-bundle": "^3.0",
"liip/functional-test-bundle": "~2.0@alpha",
"phpunit/phpunit": "~6.5.6|~7.0",
Expand Down

0 comments on commit a499158

Please sign in to comment.