mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"slim/slim": "^3.8",
|
|
"morris/lessql": "^0.3.4",
|
|
"rubellum/slim-blade-view": "^0.1.1",
|
|
"tuupola/cors-middleware": "^0.7.0",
|
|
"eluceo/ical": "^0.15.0",
|
|
"erusev/parsedown": "^1.7.1",
|
|
"gettext/gettext": "^4.6"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grocy\\Services\\": "services/",
|
|
"Grocy\\Controllers\\": "controllers/",
|
|
"Grocy\\Middleware\\": "middleware/",
|
|
"Grocy\\Helpers\\": "helpers/"
|
|
},
|
|
"files": [
|
|
"helpers/extensions.php"
|
|
]
|
|
}
|
|
}
|