forked from anvargear/LaravelPayuLatam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 985 Bytes
/
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
{
"name": "anvarco/payulatam",
"description": "Payulatam form laravel provides an expressive, fluent interface to PayuLatam subscription billing services.",
"type": "project",
"require": {
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"orchestra/testbench": "~3.1"
},
"license": "MIT",
"authors": [
{
"name": "AnvarStudios.CO Labs",
"email": "[email protected]",
"homepage": "http://www.anvarstudios.co",
"role": "Developer"
},
{
"name": "Jose Luis Fonseca",
"email": "[email protected]",
"homepage": "https://www.josefonseca.me",
"role": "Developer"
}
],
"support": {
"email": "[email protected]",
"wiki": "https://github.com/anvarstudios/LaravelPayuLatam/wiki"
},
"autoload": {
"psr-4": {
"AnvarCO\\PayuLatam\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AnvarCO\\PayuLatam\\Tests\\": "tests/"
}
}
}