forked from openboleto/openboleto
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.json
33 lines (33 loc) · 809 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
{
"name": "openboleto/openboleto",
"type": "library",
"description": "Biblioteca para geração de boletos bancários.",
"keywords": ["boleto", "boleto bancario"],
"homepage": "http://github.com/openboleto/openboleto",
"license": "MIT",
"authors": [
{
"name": "José Frederico",
"email": "contato@livetechtecnologia.com.br"
},
{
"name": "Daniel Garajau",
"email": "daniel@garajau.com.br"
},
{
"name": "Rogerio Muniz",
"email": "rogerio@quilhasoft.com.br"
}
],
"require": {
"php": ">=5.6"
},
"autoload": {
"psr-0": {
"OpenBoleto\\": "src/"
}
},
"require-dev": {
"phpunit/phpunit": "^5"
}
}