-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
34 lines (32 loc) · 887 Bytes
/
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
{
"name": "vitexsoftware/redmine-to-abraflexi",
"description": "Ve AbraFlexi vytvoří fakturu z Hodn odpracovaných ve AbraFlexi",
"authors": [
{
"name": "Vitex",
"email": "info@vitexsoftware.cz"
}
],
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"Redmine2AbraFlexi\\": "src/Redmine2AbraFlexi/",
"Test\\Redmine2AbraFlexi\\": "testing/src/Redmine2AbraFlexi/"
}
},
"require": {
"spojenet/flexibee": "^3.3"
},
"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
}
}
}