Archived
1
0
Fork 0
This repository has been archived on 2023-09-27. You can view files and clone it, but cannot push or open issues or pull requests.
ts3web/composer.json
2019-08-06 20:25:50 +02:00

33 lines
811 B
JSON

{
"require": {
"php": ">= 7.3",
"slim/slim": "^3.0",
"monolog/monolog": "^1.18",
"slim/twig-view": "^2.1",
"slim/flash": "^0.1.0",
"wixel/gump": "^1.3",
"symfony/translation": "^3.1",
"symfony/twig-bridge": "^3.1",
"symfony/yaml": "*",
"vlucas/phpdotenv": "^2.3",
"jeremykendall/slim-auth": "dev-slim-3.x",
"par0noid/ts3admin": "^1.0",
"nesbot/carbon": "^2.0.0",
"bryanjhv/slim-session": "^3.5",
"symfony/filesystem": "^4.0",
"symfony/finder": "^4.0"
},
"config": {
"bin-dir": "bin/"
},
"autoload": {
"classmap": [
"src/",
"config/",
"data/",
"vendor/"
]
},
"require-dev": {
}
}