-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
38 lines (38 loc) · 892 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
38
{
"name": "i3or1s/efakture",
"description": "Library for e-fakture SEF",
"homepage": "https://github.com/i3or1s/EFakture",
"keywords": [
"PHP",
"SEF",
"EFakture",
"e-fakture"
],
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"i3or1s\\EFakture\\": "src/"
}
},
"authors": [
{
"name": "Boris Vujicic",
"email": "boris.vujicic@gmail.com"
}
],
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"i3or1s/ubl": "dev-main",
"react/http": "^1.8",
"react/async": "^4",
"ramsey/uuid": "4.x-dev"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "dev-master",
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^9.5",
"symfony/console": "6.3.x-dev"
}
}