Merge pull request #11053 from MrPetovan/task/php7.3

Bump minimum required PHP version to 7.3
This commit is contained in:
Tobias Diekershoff
2021-12-03 07:23:06 +01:00
committed by GitHub
2 changed files with 266 additions and 350 deletions
+2 -2
View File
@@ -13,7 +13,7 @@
"issues": "https://github.com/friendica/friendica/issues"
},
"require": {
"php": ">=7.2",
"php": ">=7.3",
"ext-ctype": "*",
"ext-curl": "*",
"ext-dom": "*",
@@ -95,7 +95,7 @@
},
"config": {
"platform": {
"php": "7.2"
"php": "7.3"
},
"autoloader-suffix": "Friendica",
"optimize-autoloader": true,
Generated
+264 -348
View File
File diff suppressed because it is too large Load Diff