forked from filipsedivy/php-eet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
34 lines (34 loc) · 972 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": "filipsedivy/php-eet",
"description": "PHP knihovna pro elektronickou evidenci tržeb",
"homepage": "https://github.com/filipsedivy/PHP-EET",
"license": "GNU GPL 3",
"keywords": ["EET", "elektronická evidence tržeb", "etrzby.cz"],
"type": "library",
"time": "2016-09-03",
"support": {
"email": "[email protected]",
"issues": "https://github.com/filipsedivy/PHP-EET/issues",
"source:": "https://github.com/filipsedivy/PHP-EET"
},
"authors": [
{
"name": "Filip Šedivý",
"email": "[email protected]",
"homepage": "https://filipsedivy.cz",
"role": "Developer"
},
{
"name": "Milan Otáhal",
"email": "[email protected]"
}
],
"autoload": {
"classmap": ["src/"]
},
"require": {
"php": ">=7.0",
"robrichards/wse-php": "2.0.0",
"ext-curl": "*"
}
}