Bump minimum required PHP version to 7.3

- Code already references some PHP 7.3 specific features
This commit is contained in:
Hypolite Petovan 2021-12-01 22:04:18 -05:00
parent 5a5c62f0fe
commit b238a3b5c9
1 changed files with 2 additions and 2 deletions

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,