Skip to content

Commit

Permalink
composer require php:^7.0
Browse files Browse the repository at this point in the history
Because wp.org svn pre-commit hook rejects PHP7.1+ syntax.
  • Loading branch information
tangrufus committed Feb 19, 2019
1 parent 2b10669 commit eeb2cf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -25,9 +25,9 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.0",
"automattic/vipwpcs": "^0.4.0",
"wp-coding-standards/wpcs": "^1.1"
"wp-coding-standards/wpcs": "^1.2.1"
},
"require-dev": {
"roave/security-advisories": "dev-master"
Expand Down
14 changes: 7 additions & 7 deletions composer.lock

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

0 comments on commit eeb2cf1

Please sign in to comment.