Skip to content

Commit 26e9841

Browse files
🔧 Update minium PHP version
1 parent dd076b0 commit 26e9841

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can find all the documentation in [the wiki](https://github.com/dimitriBoute
1919

2020
The server requirements are basically the same as for [WordPress](https://wordpress.org/about/requirements/) with the addition of a few ones :
2121

22-
- PHP >= 8.2
22+
- PHP >= 8.3
2323
- [Composer](https://getcomposer.org/)
2424

2525
**Installation**

‎composer.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131
},
3232
"require": {
33-
"php": ">=8.2",
33+
"php": ">=8.3",
3434
"psr/cache": "^1.0|^2.0|^3.0"
3535
},
3636
"require-dev": {

0 commit comments

Comments
 (0)