We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd076b0 commit 26e9841Copy full SHA for 26e9841
2 files changed
‎README.md‎
@@ -19,7 +19,7 @@ You can find all the documentation in [the wiki](https://github.com/dimitriBoute
19
20
The server requirements are basically the same as for [WordPress](https://wordpress.org/about/requirements/) with the addition of a few ones :
21
22
-- PHP >= 8.2
+- PHP >= 8.3
23
- [Composer](https://getcomposer.org/)
24
25
**Installation**
‎composer.json‎
@@ -30,7 +30,7 @@
30
}
31
},
32
"require": {
33
- "php": ">=8.2",
+ "php": ">=8.3",
34
"psr/cache": "^1.0|^2.0|^3.0"
35
36
"require-dev": {
0 commit comments