-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
26 lines (26 loc) · 715 Bytes
/
Copy pathcomposer.json
File metadata and controls
26 lines (26 loc) · 715 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
{
"name": "vitexsoftware/abraflexi-client-config",
"description": "Configurator and configuration shared with several abraflexi-tools",
"authors": [
{
"name": "Vítězslav Dvořák",
"email": "info@vitexsoftware.cz"
}
],
"minimum-stability": "stable",
"require": {
"spojenet/flexibee": "^3.7"
},
"require-dev": {
"phpunit/phpunit": "*",
"phpstan/phpstan": "*",
"friendsofphp/php-cs-fixer": "^3.93",
"ergebnis/composer-normalize": "^2.49",
"ergebnis/php-cs-fixer-config": "^6.59"
},
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}