Skip to content

Commit

Permalink
Bumped required PHP version to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhendricks committed Aug 17, 2017
1 parent fbbacbf commit aa22489
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ It may also be used as the means of [separating custom code](https://www.billeric
## Requirements

* WordPress 4.0 or higher
* PHP 5.4 or higher
* PHP 5.6 or higher
* [Carbon Fields](https://github.com/htmlburger/carbon-fields) 2.0 or higher (see [Dependencies](https://github.com/dmhendricks/wordpress-base-plugin/wiki#dependencies) for more info)

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
}
],
"require": {
"php": ">=5.4.0",
"php": ">=5.6.0",
"PHLAK/Config": "^2.0.0",
"jjgrainger/posttypes": "dev-master",
"tgmpa/tgm-plugin-activation": "^2.6.0",
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ It is intended to be used as a starting point for quickly creating WordPress plu
= Requirements =

* WordPress 4.0 or higher
* PHP 5.4 or higher
* PHP 5.6 or higher
* [Carbon Fields](https://github.com/htmlburger/carbon-fields) 2.0 or higher (see [Dependencies](https://github.com/dmhendricks/wordpress-base-plugin/wiki#dependencies) for more info)

== Installation ==

Expand Down
2 changes: 1 addition & 1 deletion wordpress-plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"expire_hours": 72
},
"dependencies": {
"php": "5.4.0",
"php": "5.6",
"carbon_fields": "2.0"
},
"encrypt_method": "AES-128-ECB"
Expand Down

0 comments on commit aa22489

Please sign in to comment.