Page MenuHomePhorge

No OneTemporary

Size
871 B
Referenced Files
None
Subscribers
None
diff --git a/composer.json b/composer.json
index b1d95ab9335..f21fc8e437a 100644
--- a/composer.json
+++ b/composer.json
@@ -44,7 +44,7 @@
"pear/mail": "2.0.0",
"pear/mail_mime": "1.10.12",
"pear/net_smtp": "1.12.1",
- "php": ">=7.4.3",
+ "php": ">=8.1.0",
"psr/container": "1.1.2",
"psr/http-message": "1.1",
"psr/log": "1.1.4",
diff --git a/includes/PHPVersionCheck.php b/includes/PHPVersionCheck.php
index 0178f2238e5..2ced9af2dc1 100644
--- a/includes/PHPVersionCheck.php
+++ b/includes/PHPVersionCheck.php
@@ -79,7 +79,7 @@ class PHPVersionCheck {
* Displays an error, if the installed PHP version does not meet the minimum requirement.
*/
function checkRequiredPHPVersion() {
- $minimumVersion = '7.4.3';
+ $minimumVersion = '8.1.0';
/**
* This is a list of known-bad ranges of PHP versions. Syntax is like SemVer – either:

File Metadata

Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (17 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227552
Default Alt Text
(871 B)

Event Timeline