-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
33 lines (33 loc) · 872 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
{
"name": "schiggi/gls-cee-shipping-api",
"description": "API for GLS Shipping & Tracking in Eastern Europe",
"license": "GPL-3.0",
"authors": [
{
"name" : "schiggi",
"email": "alex@schikalow.de",
"homepage": "http://schikalow.de/",
"role": "Maintainer"
}
],
"minimum-stability": "dev",
"require": {
"php" : "^7.1",
"ext-zlib": "*",
"ext-dom": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^6.0",
"respect/validation":"~1.1",
"symfony/css-selector": "~2.5.7",
"symfony/options-resolver": "^3.0",
"tightenco/collect":"^5.4",
"monolog/monolog":"^1.23",
"econea/nusoap":"~0.9.5.4",
"butopea/monolog-logdna": "^2.1"
},
"autoload": {
"psr-4": {
"GLS\\": "src/"
}
}
}