Skip to content

Commit ea0a244

Browse files
committed
require php7.1+
Signed-off-by: Faizan Akram <hello@faizanakram.me>
1 parent c1d25e3 commit ea0a244

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: php
22
php:
3-
- 5.4
4-
- 5.5
5-
- 5.6
6-
- hhvm
3+
- '7.1'
74
install:
85
- phpenv rehash
96
- travis_retry composer self-update

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"homepage": "http://github.com/c9s/ClassTemplate",
44
"description": "Class template Utilities",
55
"require": {
6-
"php": ">=5.3.0",
6+
"php": ">=7.1",
77
"corneltek/codegen": "^3.2",
88
"twig/twig": "^2.11|^1.42"
99
},

0 commit comments

Comments
 (0)