diff --git a/.travis.yml b/.travis.yml index 913e1aa..941386f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ jobs: - php: 7.1 env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" - php: 7.2 - env: COVERAGE=true DEPENDENCIES="leanphp/phpspec-code-coverage phpspec/phpspec:^4.2" + env: COVERAGE=true DEPENDENCIES="friends-of-phpspec/phpspec-code-coverage phpspec/phpspec:^4.2" script: - composer test-ci after_success: diff --git a/phpspec.ci.yml b/phpspec.ci.yml index d8e1383..06a7469 100644 --- a/phpspec.ci.yml +++ b/phpspec.ci.yml @@ -4,7 +4,7 @@ suites: psr4_prefix: Http\Client\Common formatter.name: pretty extensions: - LeanPHP\PhpSpec\CodeCoverage\CodeCoverageExtension: ~ + FriendsOfPhpSpec\PhpSpec\CodeCoverage\CodeCoverageExtension: ~ code_coverage: format: clover output: build/coverage.xml