Skip to content

Commit

Permalink
Drop PHP 5.6 support
Browse files Browse the repository at this point in the history
Twig 2.0 requires PHP 7.0
  • Loading branch information
AlexMasterov committed Jan 7, 2017
1 parent 4f2cca8 commit 1af8145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -17,10 +17,9 @@ env:
matrix:
fast_finish: true
include:
- php: 5.6
- php: 7
env:
- COMPOSER_FLAGS="--prefer-stable"
- php: 7
- php: 7.1

before_script:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -15,7 +15,7 @@
"email": "alex.masterow@gmail.com"
}],
"require": {
"php": ">=5.5.9",
"php": "^7.0 || ^7.1",
"equip/framework": "3.0.0-alpha1",
"twig/twig": "^2.0"
},
Expand Down

0 comments on commit 1af8145

Please sign in to comment.