-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
composer.json
35 lines (35 loc) · 968 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
{
"name": "kindy/egyptian-e-invoice",
"description": "PHP Package for Egyptian eInvoicing SDK, eInvoicing is the solution of the Egyptian Tax Authority used by taxpayers to register their issued documents with the Tax Authority",
"keywords": [
"EEI",
"ETA",
"Egyptian eInvoicing SDK",
"Egyptian eInvoicing Package",
"eInvoicing"
],
"homepage": "https://github.com/mrkindy/EgyaptianEInvoice",
"license": "MIT",
"authors": [
{
"name": ":Ibrahim Abotaleb",
"email": "[email protected]",
"homepage": "https://mrkindy.com",
"role": "Software Engineer"
}
],
"require": {
"php" : ">=5.5",
"guzzlehttp/guzzle": "^7"
},
"autoload": {
"psr-4": {
"Kindy\\EgyaptianEInvoice\\": "src"
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}