Skip to content

Commit

Permalink
bump minimum wp requirements to 5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramoonus committed Sep 16, 2021
1 parent 0265400 commit 81bd995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PowerPack",
"type": "wordpress-plugin",
"minimum-stability": "dev",
"minimum-stability": "stable",
"version": "1.0.0",
"dist": {
"url": "https://github.com/Ramoonus/Powerpack/archive/master.zip",
Expand All @@ -10,7 +10,7 @@

"require": {
"php": "^7.0",
"wordpress": ">=5.7"
"wordpress": ">=5.8"
},

"require-dev": {
Expand Down

0 comments on commit 81bd995

Please # to comment.