diff --git a/.travis.yml b/.travis.yml index 0a8d4c6..5026eec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" \ No newline at end of file diff --git a/composer.json b/composer.json index 7f5eea3..5933f9a 100644 --- a/composer.json +++ b/composer.json @@ -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" },