-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
46 lines (46 loc) · 1.26 KB
/
Copy pathcomposer.json
File metadata and controls
46 lines (46 loc) · 1.26 KB
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
43
44
45
46
{
"name": "vitexsoftware/abraflexi-reminder",
"description": "Reminder sender for AbraFlexi written in PHP",
"license": "MIT",
"authors": [
{
"name": "Vítězslav Dvořák",
"email": "info@vitexsoftware.cz"
}
],
"minimum-stability": "dev",
"require": {
"spojenet/flexibee": "^3.6",
"vitexsoftware/abraflexi-bricks": "^1.5",
"spipu/html2pdf": "^5.3",
"tecnickcom/tcpdf": "^6.11",
"hsp-dev/huawei-api": "dev-master",
"dfridrich/czech-data-box": "^1.4"
},
"autoload": {
"psr-4": {
"AbraFlexi\\Reminder\\": "src/AbraFlexi/Reminder/",
"AbraFlexi\\Reminder\\Notifier\\": "src/AbraFlexi/Reminder/Notifier/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\AbraFlexi\\": "vendor/spojenet/abraflexi/testing/src/AbraFlexi/",
"Test\\AbraFlexi\\Reminder\\": "tests/AbraFlexi/Reminder/",
"Test\\AbraFlexi\\Reminder\\Notifier\\": "tests/AbraFlexi/Reminder/Notifier/"
}
},
"require-dev": {
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"friendsofphp/php-cs-fixer": "^3.95",
"ergebnis/composer-normalize": "^2.51",
"ergebnis/php-cs-fixer-config": "^6.61"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
},
"type": "project"
}