Skip to content

Commit

Permalink
Merge pull request #1 from php-api-clients/readme-fixes
Browse files Browse the repository at this point in the history
Badge fixes
  • Loading branch information
WyriHaximus committed Sep 17, 2016
2 parents 2a28225 + d8dea48 commit 9680643
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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;
Expand Down
21 changes: 8 additions & 13 deletions 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

Expand Down

0 comments on commit 9680643

Please sign in to comment.