forked from StormCommerce/Storm.API-client-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 712 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 712 Bytes
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
{
"name": "storm/storm-client",
"description": "Storm Commerce API client",
"minimum-stability": "stable",
"license": "",
"authors": [
{
"name": "Bruno Lanevik",
"email": "bruno@iveo.se"
},
{
"name": "Vilhelm Josander",
"email": "vilhelm@iveo.se"
}
],
"require": {
"guzzlehttp/guzzle": "~6.0",
"league/container": "^2.0",
"league/uri": "^4.0",
"predis/predis": "^1.0",
"elasticsearch/elasticsearch": "~2.0",
"wsdl2phpgenerator/wsdl2phpgenerator": "^3.3",
"hassankhan/config": "^0.10.0",
"defuse/php-encryption": "^1.2",
"nesbot/carbon": "^1.21"
},
"autoload": {
"psr-4": {
"Storm\\": "src/Storm"
}
}
}