File: //proc/self/root/home/artinside/public_html/lhh/composer.json
{
"name": "infinity/engemaxi",
"description": "Engemaxi",
"minimum-stability": "stable",
"authors": [
{
"name": "Sergio Hidalgo Junior",
"email": "sergio@studioinfinity.com.br",
"homepage": "https://www.studioinfinity.com.br",
"role": "Developer"
}
],
"config": {
"vendor-dir": "vendor"
},
"autoload": {
"psr-4": {
"Source\\": "source/"
},
"files": [
"source/Boot/Helpers.php",
"source/Boot/Config.php"
]
},
"require": {
"php": "^7.1",
"ext-pdo": "^7.1",
"phpmailer/phpmailer": "~6.0",
"matthiasmullie/minify": "^1.3",
"coffeecode/uploader": "^1.0",
"coffeecode/cropper": "^1.3",
"coffeecode/optimizer": "^1.0",
"coffeecode/paginator": "^1.0",
"coffeecode/router": "^1.0.7",
"league/plates": "v4.0.0-alpha",
"frenet/frenet-php": "^1.1",
"guhelski/forecast-php": "^1.1",
"anam/phpcart": "^1.1",
"flyingluscas/viacep-php": "^2.0",
"flyingluscas/correios-php": "^2.3",
"pagarme/pagarme-php": "^4.0",
"espresso-dev/instagram-basic-display-php": "^1.1"
}
}