-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
49 lines (49 loc) · 1.37 KB
/
composer.json
File metadata and controls
49 lines (49 loc) · 1.37 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
45
46
47
48
49
{
"name": "creatydev/authorize-billing",
"description": "Laravel Cashier-Authorize provides an expressive, fluent interface to Authorize.net's subscription billing services.",
"keywords": ["laravel", "authorize", "billing"],
"license": "MIT",
"authors": [
{
"name": "Dukens Thelemaque",
"email": "dukensdev@gmail.com"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/goetas/serializer.git"
}
],
"require": {
"php": ">= 7.2.0",
"laravel/framework": "~5.8.0|~6.0|~6.2.0",
"dompdf/dompdf": "^0.8.2",
"nesbot/carbon": "~2.0",
"symfony/http-kernel": "^4.3|^5.0",
"authorizenet/authorizenet": "^2.0"
},
"require-dev": {
"illuminate/routing": "~5.8.0|^6.0|^7.0",
"illuminate/http": "~5.8.0|^6.0|^7.0",
"illuminate/view": "~5.8.0|^6.0|^7.0",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^7.5|^8.0",
"vlucas/phpdotenv": "~4.0"
},
"autoload": {
"psr-4": {
"Laravel\\CashierAuthorizeNet\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Laravel\\CashierAuthorizeNet\\CashierServiceProvider"
]
},
"branch-alias": {
"dev-master": "1.0-dev"
}
}
}