forked from mediaopt/dhl-oxid-hub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
53 lines (53 loc) · 1.33 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "mediaopt/dhl-oxid",
"type": "oxideshop-module",
"keywords": [
"oxid",
"modules",
"eShop"
],
"license": "proprietary",
"config": {
"platform": {
"php": "7.4.33"
},
"prepend-autoloader": false,
"vendor-dir": "src/modules/mo/mo_dhl/vendor",
"allow-plugins": {
"php-http/discovery": false
}
},
"require": {
"php": ">=7.1",
"monolog/monolog": "^1.12",
"guzzlehttp/guzzle": "^7.0",
"ext-json": "*",
"ext-calendar": "*",
"ext-iconv": "*",
"ext-soap": "*",
"symfony/console": "^2.7||^3.1||^4.0||^5.0",
"jane-php/open-api-3": "^7.4",
"php-http/curl-client": "^2.2",
"nyholm/psr7": "^1.5"
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"phpunit/phpunit": "^7.5",
"mjaschen/phpgeo": "^1.3",
"fzaninotto/faker": "^1.7",
"guzzlehttp/streams": "^3.0"
},
"extra": {
"oxideshop": {
"source-directory": "src/modules/mo/mo_dhl",
"target-directory": "mo/mo_dhl"
}
},
"autoload": {
"psr-4": {
"Mediaopt\\DHL\\": "src/modules/mo/mo_dhl"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}