Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F585136
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
871 B
Referenced Files
None
Subscribers
None
View Options
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
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Jul 5, 5:32 AM (12 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
227552
Default Alt Text
(871 B)
Attached To
Mode
rMW mediawiki
Attached
Detach File
Event Timeline
Log In to Comment