revert minimum PHP version to 7.4 to allow some more time for upgrading PHP

This commit is contained in:
Daniel Waxweiler 2023-05-07 17:41:36 +02:00
parent d0ada74642
commit 163d0d27a6
2 changed files with 2 additions and 1 deletions

View File

@ -61,7 +61,7 @@
},
"additionalDetails": {
"niceName": "Connector for Mobilizon",
"phpMinimumVersion": 8,
"phpMinimumVersion": 7.4,
"wordpressMinimumVersion": 5.6,
"wordpressTestedUpToVersion": "6.2"
},

View File

@ -4,6 +4,7 @@
#### Deprecated
#### Removed
#### Fixed
- Revert minimum PHP version to 7.4 to allow some more time for upgrading PHP
#### Security
### [0.11.0]