mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Set the minimum language level to PHP 8 in composer.json
This commit is contained in:
parent
697b3fa5a8
commit
fc231fe11f
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.4",
|
||||
"php": ">=8.0",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
|
|
Loading…
Reference in a new issue