Skip to content
Snippets Groups Projects
Commit 827004b8 authored by Apparao G's avatar Apparao G
Browse files

Updated php verison in composer to fix PHP Compatibiliy issues in other dependent libraries

parent 1d74909b
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
}, },
"minimum-stability": "stable", "minimum-stability": "stable",
"require": { "require": {
"php": ">=7.2.0", "php": ">=8.1",
"ext-mysqli": "*", "ext-mysqli": "*",
"ext-imap": "*", "ext-imap": "*",
"ext-curl": "*", "ext-curl": "*",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment