Skip to content

Commit

Permalink
Updates minimal php version in composer.json. Closes #289
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Phillips committed May 22, 2020
1 parent c27079d commit 4a83a90
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 @@ -12,7 +12,7 @@
],
"type": "wordpress-plugin",
"require": {
"php": ">=5.3.2",
"php": ">=5.4.0",
"composer/installers": "v1.0.6"
},
"autoload": {
Expand Down

0 comments on commit 4a83a90

Please sign in to comment.