Skip to content

Commit

Permalink
começa a passar o repositorio para lib composer
Browse files Browse the repository at this point in the history
  • Loading branch information
asaferamos committed May 23, 2018
1 parent c3bb65d commit 7be4ba4
Show file tree
Hide file tree
Showing 8 changed files with 1,259 additions and 232 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
/vendor/
.DS_Store
26 changes: 20 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
{
"name": "baru/correios-rastreio-parser",
"description": "Biblioteca que gera uma API a partir de parsing da página de rastreio dos Correios.",
"keywords": ["correios", "correios api", "rastrerio correios"],
"license": "DBAD",
"authors": [
{
"name": "Asafe Ramos",
"email": "[email protected]"
}
],
"type": "project",
"require": {
"slim/slim": "^3.0"
"php": ">=5.4"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
"require-dev": {
"phpunit/phpunit": "5.2.*"
},
"autoload": {
"psr-4": {
"Baru\\CorreiosRastreioParser\\": "src/"
}
}
}
Loading

0 comments on commit 7be4ba4

Please sign in to comment.