mirror of https://github.com/kcal-app/kcal.git
Add `gd` as platform requirement
This commit is contained in:
parent
f67ae25b13
commit
ae57db3f01
|
|
@ -5,6 +5,7 @@
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0",
|
"php": "^8.0",
|
||||||
|
"ext-gd": "*",
|
||||||
"babenkoivan/elastic-migrations": "^1.4",
|
"babenkoivan/elastic-migrations": "^1.4",
|
||||||
"babenkoivan/elastic-scout-driver": "^1.3",
|
"babenkoivan/elastic-scout-driver": "^1.3",
|
||||||
"babenkoivan/elastic-scout-driver-plus": "^2.0",
|
"babenkoivan/elastic-scout-driver-plus": "^2.0",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue