Skip to content

Commit

Permalink
PHP 5.4.0 support.
Browse files Browse the repository at this point in the history
Moving to PHP 5.4.0 because of traits.
  • Loading branch information
amostajo committed Jul 29, 2015
1 parent e5d0b5e commit ae409ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The power of **Composer** and **MVC** in your **Wordpress** plugins.

## Requirements

* PHP >= 5.3.0
* PHP >= 5.4.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=5.3.0",
"php": ">=5.4.0",
"amostajo/wordpress-plugin-core": "1.0.*"
},
"autoload": {
Expand Down

0 comments on commit ae409ec

Please sign in to comment.