-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
37 lines (37 loc) · 995 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
35
36
37
{
"name": "spojenet/abraflexi-ipex",
"description": "Ipex ⛗ AbraFlexi integration",
"type": "project",
"require": {
"mpdf/mpdf": "^8.2",
"spojenet/flexibee": "^3.3",
"spojenet/ipexb2b": "dev-main",
"vitexsoftware/ease-html": "^1.40"
},
"license": "MIT",
"autoload": {
"psr-4": {
"SpojeNet\\AbraFlexiIpex\\": "src/AbraFlexiIpex/"
}
},
"authors": [
{
"name": "Vítězslav Dvořák",
"email": "[email protected]"
}
],
"require-dev": {
"phpunit/phpunit": "*",
"phpstan/phpstan": "^2.1",
"friendsofphp/php-cs-fixer": "^3.61",
"ergebnis/composer-normalize": "^2.43",
"ergebnis/php-cs-fixer-config": "^6.34",
"phpstan/phpstan-phpunit": "2.0.x-dev"
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}