Skip to content

Commit

Permalink
Bumped PHP requirement to 5.4
Browse files Browse the repository at this point in the history
Fixes #143
  • Loading branch information
Rarst committed Dec 20, 2014
1 parent c40a995 commit cb5b702
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ We are currently looking for contributors to help us complete the work on the pa
There is a guide to developing for developer.wordpress.org in the [WordPress documentation handbook](http://make.wordpress.org/docs/handbook/projects/devhub/)

## Requirements
* PHP 5.3.6+
* PHP 5.4+
* [Composer](https://getcomposer.org/)
* [WP CLI](http://wp-cli.org/)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -26,7 +26,7 @@
"issues": "https://github.com/rmccue/WP-Parser/issues"
},
"require" : {
"php" : ">=5.3.6",
"php" : ">=5.4",
"composer/installers" : "~1.0",
"phpdocumentor/reflection" : "~1.0",
"erusev/parsedown" : "~1.1",
Expand Down
8 changes: 5 additions & 3 deletions composer.lock

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

0 comments on commit cb5b702

Please sign in to comment.