Skip to content

Commit 72346fb

Browse files
author
Bashar
committed
updated composer
1 parent f030d5a commit 72346fb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

composer.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,23 @@
11
{
22
"name": "alfallouji/dhl_api",
3+
34
"description": "PHP library to communicate with the DHL XML Services.",
5+
46
"require": {
57
"php": ">=5.3.0"
68
}
9+
10+
"license": "LGPL-2.1",
11+
12+
"autoload": {
13+
"psr-0": { "DHL\\": "DHL/" }
14+
},
15+
16+
"authors": [
17+
{
18+
"name": "Bashar Al-Fallouji",
19+
"email": "[email protected]"
20+
}
21+
]
22+
}
723
}

0 commit comments

Comments
 (0)