Skip to content

Commit b3ae9e0

Browse files
try installing with php 8.1 (plattform setting) (#57)
* try installing with php 8.1 (plattform setting) * adds changelog
1 parent 933fa1c commit b3ae9e0

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Readme.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ While the released code is hosted on the WordPress svn, we develop the plugin on
5656

5757
== Changelog ==
5858

59+
= 3.0.3 =
60+
61+
* Add platform directive (8.1), so we can actually support older php versions.
62+
5963
= 3.0.2 =
6064

6165
* Show error message for wrong credentials

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"illuminate/container": "^11.30 || ^10"
1919
},
2020
"config": {
21+
"platform": {
22+
"php": "8.1"
23+
},
2124
"allow-plugins": {
2225
"johnpbloch/wordpress-core-installer": true,
2326
"dealerdirect/phpcodesniffer-composer-installer": true

0 commit comments

Comments
 (0)