Skip to content

Commit f9eae0a

Browse files
committed
require php7.2>=
Signed-off-by: Faizan Akram <[email protected]>
1 parent ea0a244 commit f9eae0a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22
php:
3-
- '7.1'
3+
- '7.2'
44
install:
55
- phpenv rehash
66
- travis_retry composer self-update

composer.json

+1-1
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": ">=7.1",
6+
"php": ">=7.2",
77
"corneltek/codegen": "^3.2",
88
"twig/twig": "^2.11|^1.42"
99
},

composer.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)