forked from dinkbit/conekta-cashier
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
48 lines (48 loc) · 1.35 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
{
"name": "dinkbit/conekta-cashier",
"description": "Dinkbit Cashier nos da una interface para cobrar subscripciones con Conketa en Laravel.",
"keywords": ["dinkbit", "conekta", "laravel", "billing"],
"license": "MIT",
"authors": [
{
"name": "dinkbit",
"email": "developers@dinkbit.com",
"homepage": "https://github.com/dinkbit/conekta-cashier"
},
{
"name": "Rafael Masri",
"email": "rafael.masri@dinkbit.com",
"role": "Developer"
},
{
"name": "Joseph Cohen",
"email": "joseph.cohen@dinkbit.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"conekta/conekta-php": "~2.0.4",
"illuminate/filesystem": "5.0.*|5.1.*|5.2.*|5.3.*",
"illuminate/support": "5.0.*|5.1.*|5.2.*|5.3.*",
"nesbot/carbon": "~1.0",
"symfony/http-kernel": "~2.6|~3.0"
},
"require-dev": {
"illuminate/routing": "~5.0",
"illuminate/view": "~5.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.0.*"
},
"autoload": {
"psr-0": {
"Dinkbit\\ConektaCashier\\": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"minimum-stability": "dev"
}