-
Notifications
You must be signed in to change notification settings - Fork 121
/
Copy pathcomposer.json
40 lines (40 loc) · 934 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
39
40
{
"name": "ugurisik/efatura",
"description": "EFatura",
"keywords": [
"efatura",
"fatura",
"e-fatura",
"e-arşiv",
"earşiv"
],
"homepage": "https://github.com/ugurisik/efatura",
"license": "MIT",
"version": "1.9.4",
"authors": [
{
"name": "Furkan Kadıoğlu",
"email": "[email protected]",
"homepage": "http://furkankadioglu.com"
}
],
"require": {
"php": ">=5.5.9 <=8.2.10",
"guzzlehttp/guzzle": "^6.5|^7.0",
"ramsey/uuid": "^3.7|^4.0",
"kwn/number-to-words": "^1.9",
"mpdf/mpdf": "^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
"furkankadioglu\\eFatura\\": "src/"
}
},
"scripts": {
"test": "phpunit --debug"
},
"minimum-stability": "stable"
}