-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
42 lines (42 loc) · 1.16 KB
/
composer.json
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
37
38
39
40
41
42
{
"name": "memurame/easy-customer-management",
"type": "project",
"description": "Easy Customer Management ist eine simple und einfach zu bedienende Kunden und Auftragsverwaltung.",
"homepage": "https://github.com/Memurame",
"license": "MIT",
"require": {
"php": "^8.2",
"codeigniter4/framework": "^4.3.2",
"codeigniter4/settings": "^2.1",
"erusev/parsedown": "^1.7",
"phpoffice/phpspreadsheet": "^3.3",
"ext-curl": "*",
"sprain/swiss-qr-bill": "^4.10",
"fpdf/fpdf": "^1.86",
"codeigniter4/shield": "^1.0"
},
"require-dev": {
"fakerphp/faker": "^1.9",
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^11.0"
},
"suggest": {
"ext-fileinfo": "Improves mime type detection for files"
},
"autoload": {
"exclude-from-classmap": [
"**/Database/Migrations/**"
]
},
"autoload-dev": {
"psr-4": {
"Tests\\Support\\": "tests/_support"
}
},
"scripts": {
"test": "phpunit"
},
"minimum-stability": "dev",
"prefer-stable": true,
"version": "1.0.3"
}