Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Dump PHP version on composer.json to >= 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jedrzejchalubek committed Nov 28, 2016
1 parent 660a3fe commit a0ed64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "GPL-2.0+",
"type": "wordpress-plugin",
"require": {
"php": ">=5.4"
"php": ">=5.6"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a0ed64b

Please sign in to comment.