-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
44 lines (44 loc) · 1.14 KB
/
composer.json
File metadata and controls
44 lines (44 loc) · 1.14 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
39
40
41
42
43
44
{
"name": "gcdtech/payment-test-harness",
"description": "A test harness for payments",
"minimum-stability": "stable",
"license": "proprietary",
"autoload": {
"psr-4": {
"Gcd\\Payments\\TestHarness\\": "src/",
"Gcd\\Payments\\TestHarness\\Tests\\": "tests/"
}
},
"repositories": [
{
"type": "composer",
"url": "https://packages.gcdtech.com"
},
{
"type": "git",
"url": "https://github.com/gcdtech/rhubarb.scaffold.payments"
},
{
"type": "git",
"url": "https://github.com/gcdtech/rhubarb.scaffold.payments.stripe"
}
],
"require": {
"rhubarbphp/rhubarb": "^1.3.21",
"rhubarbphp/module-stem": "^1.5.6",
"gcdtech/rhubarb-scaffold-payments": "dev-master",
"gcdtech/rhubarb-scaffold-payments-stripe": "dev-master"
},
"require-dev": {
"gcdtech/gcdocker": "*",
"rhubarbphp/custard": "^1.0.0",
"codeception/codeception": "^2.2",
"codeception/specify": "^0.4.5",
"codeception/verify": "^0.3.2",
"gcdtech/speculator" : "dev-master",
"rhubarbphp/scaffold-leaf-harness": "dev-master"
},
"config": {
"bin-dir": "bin/"
}
}