forked from VitexSoftware/AbraFlexi-Contractor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
39 lines (39 loc) · 1.14 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
{
"name": "vitexsoftware/spoje-contractor",
"description": "Customize and Print your AbraFlexi Contracts ",
"type": "project",
"require": {
"vitexsoftware/ease-twbootstrap5": "dev-main",
"vitexsoftware/ease-bootstrap5-widgets-abraflexi": "dev-main",
"vitexsoftware/ease-bootstrap5-widgets": "dev-main",
"byjg/jinja-php": "dev-master",
"phpoffice/phpword": "dev-master",
"mpdf/mpdf": "dev-development"
},
"license": "MIT",
"authors": [
{
"name": "Cybervitexus",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"autoload": {
"psr-4": {
"AbraFlexi\\Contractor\\": "src/Contractor/",
"AbraFlexi\\Contractor\\Ui\\": "src/Contractor/Ui/"
}
},
"require-dev": {
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"friendsofphp/php-cs-fixer": "^3.61",
"ergebnis/composer-normalize": "^2.43",
"ergebnis/php-cs-fixer-config": "^6.34"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}