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

Commit

Permalink
Bump PHP required version to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed May 25, 2017
1 parent bdd3072 commit 828547d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo: false
php:
- 7.1
- 7.0
- 5.6

env:
- TRAVIS_NODE_VERSION="6"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "wordpress-theme",
"require": {
"php": ">=5.6",
"php": ">=7.0",
"tonik/gin": "2.0.0-rc.1"
},
"require-dev": {
Expand Down

0 comments on commit 828547d

Please sign in to comment.