-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
35 lines (35 loc) · 1.02 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
{
"name": "academe/sage-pay-pi-open-api",
"description": "Snapshot of Sage Pay Pi OpenAPI description files, until they are officially released in a usable form",
"type": "library",
"authors": [
{
"name": "Jason Judge",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {},
"repositories" : [
{
"type": "vcs",
"url": "[email protected]:consilience/openapi-generator-psr18.git"
},
{
"type": "package",
"package": {
"name": "xeroapi/xero-openapi",
"version": "dev-master",
"source": {
"url": "https://github.com/XeroAPI/Xero-OpenAPI.git",
"type": "git",
"reference": "origin/master"
}
}
}
],
"require-dev": {
"consilience/openapi-generator-psr18": "dev-master",
"xeroapi/xero-openapi": "dev-master"
}
}