2020-06-24 18:35:15 +00:00
|
|
|
{
|
2021-10-04 12:28:21 +00:00
|
|
|
"license": "AGPL-3.0",
|
2020-06-24 18:35:15 +00:00
|
|
|
"type": "project",
|
2021-07-12 15:13:15 +00:00
|
|
|
"name": "chevereto/chevereto-free",
|
2021-10-04 12:28:21 +00:00
|
|
|
"description": "Community/Personal Image Hosting",
|
|
|
|
"homepage": "https://github.com/chevereto/chevereto-free",
|
2021-07-12 15:13:15 +00:00
|
|
|
"keywords": [
|
|
|
|
"image-hosting",
|
|
|
|
"gallery"
|
|
|
|
],
|
2020-06-24 18:35:15 +00:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Rodolfo Berrios",
|
|
|
|
"email": "inbox@rodolfoberrios.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2021-07-12 15:13:15 +00:00
|
|
|
"php": "~7.4",
|
|
|
|
"ext-exif": "*",
|
|
|
|
"ext-gd": "*",
|
|
|
|
"ext-json": "*",
|
2021-07-15 21:05:21 +00:00
|
|
|
"phpmailer/phpmailer": "~6.5",
|
2020-06-24 18:35:15 +00:00
|
|
|
"jbroadway/urlify": "~1.1.2",
|
|
|
|
"mobiledetect/mobiledetectlib": "^2.8",
|
2021-10-03 14:24:13 +00:00
|
|
|
"tijsverkoyen/akismet": "~1.0",
|
|
|
|
"mlocati/ip-lib": "^1.17"
|
2020-06-24 18:35:15 +00:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"vendor-dir": "app/vendor"
|
|
|
|
}
|
2021-10-04 12:28:21 +00:00
|
|
|
}
|