-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
38 lines (38 loc) · 1.18 KB
/
composer.json
File metadata and controls
38 lines (38 loc) · 1.18 KB
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
{
"require": {
"foxycart/foxyclient": "0.1.*",
"riimu/kit-csrf": "2.*"
},
"require-dev": {
"behat/behat": "^3.0",
"behat/mink": "^1.7",
"behat/mink-extension": "^2.1",
"behat/mink-goutte-driver": "~1.1"
},
"repositories": [
{
"type": "package",
"package":
{
"name": "foxycart/foxyclient",
"description": "FoxyClient - a PHP Guzzle based API Client for working with the Foxy Hypermedia API ",
"type": "library",
"homepage": "https://github.com/FoxyCart/foxyclient-php",
"version": "0.1.0",
"source": {
"url": "git@github.com:FoxyCart/foxyclient-php.git",
"type": "git",
"reference": "master"
},
"require": {
"guzzlehttp/guzzle": "~5.2",
"guzzlehttp/cache-subscriber": "0.1.*@dev",
"php": ">=5.3.3"
},
"autoload": {
"psr-0": {"Foxy\\FoxyClient": "src/"}
}
}
}
]
}