This repository has been archived on 2023-07-28. You can view files and clone it, but cannot push or open issues or pull requests.
prosody_web_admin_rest/composer.json

29 lines
616 B
JSON
Raw Normal View History

2016-07-10 15:32:38 +00:00
{
"require": {
"slim/slim": "^3.0",
"monolog/monolog": "^1.18",
"slim/twig-view": "^2.1",
"slim/flash": "^0.1.0",
"wixel/gump": "^1.3",
"curl/curl": "^1.4",
"phpmailer/phpmailer": "^5.2",
"illuminate/database": "~5.2",
"davedevelopment/phpmig": "^1.2",
"symfony/translation": "^3.1",
"symfony/twig-bridge": "^3.1",
"vlucas/phpdotenv": "^2.3",
"fabiang/xmpp": "^0.6.1",
2016-11-23 00:05:06 +00:00
"jeremykendall/slim-auth": "dev-slim-3.x",
"symfony/yaml": "*"
2016-07-10 15:32:38 +00:00
},
"config": {
"bin-dir": "bin/"
},
"autoload": {
"classmap": [
"src/",
"config/"
]
}
}