Skip to content
This repository was archived by the owner on Nov 14, 2024. It is now read-only.

Commit cbeba41

Browse files
Bump PHP required version to 7.0
1 parent 3e3983f commit cbeba41

File tree

3 files changed

+29
-28
lines changed

3 files changed

+29
-28
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ notifications:
66
on_failure: change
77

88
php:
9-
- '7.1'
9+
- 7.1
10+
- 7.0
1011

1112
before_script:
1213
- composer self-update

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keywords": ["tonik", "gin", "wordpress", "cli"],
55
"license": "MIT",
66
"require": {
7-
"php": ">=7.1",
7+
"php": ">=7.0",
88
"league/climate": "^3.2",
99
"symfony/finder": "~2.3|~3.0"
1010
},

composer.lock

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

0 commit comments

Comments
 (0)