diff --git a/.travis.yml b/.travis.yml index b3c89dc..9b9ec9f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ matrix: ## Install or update dependencies install: - - export COMPOSER_ROOT_VERSION='dev-'$TRAVIS_BRANCH + - export COMPOSER_ROOT_VERSION='dev-master' - if [ -z "$dependencies" ]; then composer install; fi; - if [ "$dependencies" = "lowest" ]; then composer update --prefer-lowest -n; fi; - if [ "$dependencies" = "highest" ]; then composer update -n; fi; diff --git a/README.md b/README.md index 5623fc7..62211f1 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,11 @@ -# API Client Foundation for PHP 7.x - -[![Build Status](https://travis-ci.org/php-api-clients/foundation.svg?branch=master)](https://travis-ci.org/php-api-clients/foundation) -[![Latest Stable Version](https://poser.pugx.org/api-clients/foundation/v/stable.png)](https://packagist.org/packages/api-clients/foundation) -[![Total Downloads](https://poser.pugx.org/api-clients/foundation/downloads.png)](https://packagist.org/packages/api-clients/foundation/stats) -[![Code Coverage](https://scrutinizer-ci.com/g/php-api-clients/foundation/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-api-clients/foundation/?branch=master) -[![License](https://poser.pugx.org/api-clients/foundation/license.png)](https://packagist.org/packages/api-clients/foundation) -[![PHP 7 ready](http://php7ready.timesplinter.ch/php-api-clients/foundation/badge.svg)](https://appveyor-ci.org/php-api-clients/foundation) - - -# Goals - -* Foundation for creating synchronous and asynchronous API clients +# API Client Resource for PHP 7.x + +[![Build Status](https://travis-ci.org/php-api-clients/resource.svg?branch=master)](https://travis-ci.org/php-api-clients/foundation) +[![Latest Stable Version](https://poser.pugx.org/api-clients/resource/v/stable.png)](https://packagist.org/packages/api-clients/resource) +[![Total Downloads](https://poser.pugx.org/api-clients/resource/downloads.png)](https://packagist.org/packages/api-clients/resource/stats) +[![Code Coverage](https://scrutinizer-ci.com/g/php-api-clients/resource/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/php-api-clients/resource/?branch=master) +[![License](https://poser.pugx.org/api-clients/resource/license.png)](https://packagist.org/packages/api-clients/foundation) +[![PHP 7 ready](http://php7ready.timesplinter.ch/php-api-clients/resource/badge.svg)](https://appveyor-ci.org/php-api-clients/resource) # License