-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
36 lines (36 loc) · 839 Bytes
/
composer.json
File metadata and controls
36 lines (36 loc) · 839 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "mistressofjellyfish/not-grocy",
"description": "A fork of grocy, the household ERP management – but faster, better, harder, stronger.",
"license": "MIT",
"require": {
"php": ">=7.3",
"eluceo/ical": "^0.16.0",
"erusev/parsedown": "^1.7",
"ezyang/htmlpurifier": "^4.13",
"gettext/gettext": "^4.8",
"gumlet/php-image-resize": "^1.9",
"guzzlehttp/guzzle": "^7.0",
"jucksearm/php-barcode": "^1.0",
"mike42/escpos-php": "^3.0",
"morris/lessql": "^0.4.1",
"php-di/php-di": "^6.0",
"rubellum/slim-blade-view": "^0.1.1",
"slim/http": "^1.0",
"slim/psr7": "^1.0",
"slim/slim": "^4.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.15"
},
"config": {
"platform-check": false
},
"autoload": {
"psr-4": {
"Grocy\\": "php/"
},
"files": [
"php/Helpers/extensions.php"
]
}
}