forked from openboleto/OpenCnabPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 810 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
{
"name": "louisriverstone/opencnabphp",
"type": "library",
"description": "Fork do OpenCNABPHP do Quilhasoft, com algumas correções e melhorias.",
"keywords": ["boleto", "remessa", "retorno", "cnabphp", "cnab240", "cnab400","itau","bradesco","caixa","santander","sicoob","uniprime"],
"license": "MIT",
"authors": [
{
"name": "Luiz Gustavo Benicio Neves",
"email": "[email protected]"
},
{
"name": "Rogerio Muniz de Castro",
"email": "[email protected]"
}
],
"autoload": {
"psr-4" : {
"CnabPHP\\" : [
"src"
]
}
},
"autoload-dev": {
"psr-4": {
"CnabPHP\\Tests\\": [
"tests"
]
}
},
"require": {
"php": ">=5.6"
},
"config": {},
"require-dev": {
"phpunit/phpunit": "^6.5",
"codeclimate/php-test-reporter": "dev-master"
}
}