mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +03:00
Change min PHP version requirement to 7.4
This commit is contained in:
parent
d2c6d5a571
commit
15086e15f8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.3",
|
||||
"php": ">=7.4",
|
||||
"ext-curl": "*",
|
||||
"ext-json": "*",
|
||||
"ext-mbstring": "*",
|
||||
|
|
Loading…
Reference in a new issue