-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1022 Bytes
/
composer.json
File metadata and controls
38 lines (38 loc) · 1022 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
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "spojenet/abraflexi-ipex",
"description": "Ipex ⛗ AbraFlexi integration",
"type": "project",
"require": {
"php": ">=8.2",
"mpdf/mpdf": "^8.2",
"spojenet/flexibee": "dev-main",
"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": "vitezslav.dvorak@spojenet.cz"
}
],
"require-dev": {
"phpunit/phpunit": "*",
"phpstan/phpstan": "^2.1",
"friendsofphp/php-cs-fixer": "^3.87",
"ergebnis/composer-normalize": "^2.48",
"ergebnis/php-cs-fixer-config": "^6.54",
"phpstan/phpstan-phpunit": "2.0.x-dev"
},
"minimum-stability": "dev",
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true
}
}
}