-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
53 lines (53 loc) · 1.52 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": "laravel/cashier-authorize",
"description": "Laravel Cashier-Authorize provides an expressive, fluent interface to Authorize.net's subscription billing services.",
"keywords": ["laravel", "stripe", "billing"],
"license": "MIT",
"authors": [
{
"name": "Matt Lantz",
"email": "[email protected]"
},
{
"name": "Taylor Otwell",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/goetas/serializer.git"
}
],
"require": {
"php": ">=5.5.9",
"illuminate/database": "~5.1",
"illuminate/support": "~5.1",
"illuminate/container": "^5.2|^5.1",
"dompdf/dompdf": "^0.6.1",
"nesbot/carbon": "~1.0",
"symfony/http-kernel": "~2.7|~3.0",
"authorizenet/authorizenet": "1.8.8",
"jms/serializer": "xsd2php-dev as 0.18.0"
},
"require-dev": {
"goetas/xsd2php": "2.0.x-dev#fdc2ab0bb3f2b3ab796ca567cf8c0f3446a7ea3a",
"goetas/xsd-reader": "2.*@dev",
"illuminate/routing": "~5.1",
"illuminate/http": "~5.1",
"illuminate/view": "~5.1",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0",
"vlucas/phpdotenv": "~2.0"
},
"autoload": {
"psr-4": {
"Laravel\\CashierAuthorizeNet\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "6.0-dev"
}
}
}