Skip to content

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 3bd7e0d commit 332c03d
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 55 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -6,9 +6,8 @@ notifications:
on_failure: change

php:
- '5.6'
- '7.0'
- '7.1'
- 7.1
- 7.0

before_script:
- composer self-update
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "wordpress-plugin",
"require": {
"php": ">=5.6"
"php": ">=7.0"
},
"require-dev": {
"brain/monkey": "^1.3.0",
Expand Down
102 changes: 51 additions & 51 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 332c03d

Please sign in to comment.