Skip to content

Commit

Permalink
require php7.1+
Browse files Browse the repository at this point in the history
Signed-off-by: Faizan Akram <[email protected]>
  • Loading branch information
faizanakram99 committed Aug 19, 2019
1 parent c1d25e3 commit ea0a244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: php
php:
- 5.4
- 5.5
- 5.6
- hhvm
- '7.1'
install:
- phpenv rehash
- travis_retry composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"homepage": "http://github.com/c9s/ClassTemplate",
"description": "Class template Utilities",
"require": {
"php": ">=5.3.0",
"php": ">=7.1",
"corneltek/codegen": "^3.2",
"twig/twig": "^2.11|^1.42"
},
Expand Down

0 comments on commit ea0a244

Please sign in to comment.