projects
/
friendica.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a5c62f
)
Bump minimum required PHP version to 7.3
author
Hypolite Petovan
<hypolite@mrpetovan.com>
Thu, 2 Dec 2021 03:04:18 +0000
(22:04 -0500)
committer
Hypolite Petovan
<hypolite@mrpetovan.com>
Thu, 2 Dec 2021 21:48:54 +0000
(16:48 -0500)
- Code already references some PHP 7.3 specific features
composer.json
patch
|
blob
|
history
diff --git
a/composer.json
b/composer.json
index 46f3f3bf3a5796bfb2ee3deeed3ae2505fc60f5c..398a15f1898a29098e83bf75860023fdfec03ac8 100644
(file)
--- a/
composer.json
+++ b/
composer.json
@@
-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,