Skip to content

Commit

Permalink
update client to 0.7 and remove apigen (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mararok authored Jul 11, 2019
1 parent 7ad0554 commit 09f03d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ script:
- phpunit --testsuite unit --coverage-clover build/logs/clover.xml
after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
after_success:
- bash .travis_gen_apidocs.sh
#after_success:
#- bash .travis_gen_apidocs.sh
addons:
code_climate:
repo_token: "$CODECLIMATE_TOKEN"
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@
"require-dev": {
"phpunit/phpunit": "6.*",
"mockery/mockery": "1.1.*",
"apigen/apigen": "dev-master",
"roave/better-reflection": "dev-master#c87d856",
"guzzlehttp/guzzle": "^6.2"
},
"require": {
"php": "^7.1",
"sarehub/client": "0.6.*",
"sarehub/client": "0.7.*",
"hoa/ruler": "~2.0",
"guzzlehttp/guzzle": "^6.2"
},
Expand Down

0 comments on commit 09f03d9

Please sign in to comment.