Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ajustes gerais #17

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
[UPD] Remove phpunit to compatibility
edigomes committed Apr 20, 2019
commit f9542a2ae9653e1067df8f93a657ae02b142c001
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -9,8 +9,7 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"guzzlehttp/guzzle": "^6.2@dev",
"phpunit/phpunit": "^6.4"
"guzzlehttp/guzzle": "^6.2@dev"
},
"scripts" : {
"test" : "./vendor/bin/phpunit --colors --debug",