Skip to content

Commit

Permalink
Remoção do index.php, adição do comando de test
Browse files Browse the repository at this point in the history
  • Loading branch information
claudsonm committed Jun 6, 2020
1 parent d9f56d2 commit 52fc9f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ para Node.js e web browsers.
- Feito utilizando a implementação para PHP de promises do pacote [guzzle/promises](https://github.com/guzzle/promises);

## Instalação
A maneira mais recomendada de instalar o pacote é via [Composer](https://getcomposer.org/download/).
A maneira recomendada de instalar o pacote é via [Composer](https://getcomposer.org/download/).
Com a ferramenta instalada, execute o comando abaixo:

```bash
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,8 @@
"psr-4": {
"Claudsonm\\CepPromise\\Tests\\": "tests/"
}
},
"scripts": {
"test": "vendor/bin/phpunit"
}
}
15 changes: 0 additions & 15 deletions index.php

This file was deleted.

0 comments on commit 52fc9f1

Please sign in to comment.