mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"slim/slim": "^3.12.2",
|
|
"morris/lessql": "^0.4.1",
|
|
"rubellum/slim-blade-view": "^0.1.1",
|
|
"tuupola/cors-middleware": "^1.0.0",
|
|
"eluceo/ical": "^0.15.1",
|
|
"erusev/parsedown": "^1.7.3",
|
|
"gettext/gettext": "^4.6.3",
|
|
"gumlet/php-image-resize": "^1.9.2"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Grocy\\Services\\": "services/",
|
|
"Grocy\\Controllers\\": "controllers/",
|
|
"Grocy\\Middleware\\": "middleware/",
|
|
"Grocy\\Helpers\\": "helpers/"
|
|
},
|
|
"files": [
|
|
"helpers/extensions.php"
|
|
]
|
|
}
|
|
}
|