diff --git a/README.md b/README.md index 2060012f0..0138eeda8 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,11 @@ A PHP wrapper to be used with [Gitlab's API](https://github.com/gitlabhq/gitlabh [![Build Status](https://travis-ci.org/Jeroeny/gitlab-api.svg?branch=master)](https://travis-ci.org/jeroeny/gitlab-api) [![StyleCI](https://styleci.io/repos/217726394/shield?branch=master)](https://github.styleci.io/repos/217726394) [![codecov](https://codecov.io/gh/Jeroeny/gitlab-api/branch/master/graph/badge.svg)](https://codecov.io/gh/Jeroeny/gitlab-api) +[![Latest Stable Version](https://poser.pugx.org/jeroeny/gitlab-api/v/stable)](https://packagist.org/packages/jeroeny/gitlab-api) +[![Total Downloads](https://poser.pugx.org/jeroeny/gitlab-api/downloads)](https://packagist.org/packages/jeroeny/gitlab-api) +[![Latest Unstable Version](https://poser.pugx.org/jeroeny/gitlab-api/v/unstable)](https://packagist.org/packages/jeroeny/gitlab-api) +[![composer.lock](https://poser.pugx.org/jeroeny/gitlab-api/composerlock)](https://packagist.org/packages/jeroeny/gitlab-api) +[![License](https://poser.pugx.org/jeroeny/gitlab-api/license)](https://packagist.org/packages/jeroeny/gitlab-api) Forked from [php-gitlab-api](https://github.com/jeroeny/gitlab-api) and based on [php-github-api](https://github.com/m4tthumphrey/php-github-api) and code from [KnpLabs](https://github.com/KnpLabs/php-github-api). diff --git a/phpunit.xml.dist b/phpunit.xml.dist index a86a5bad4..b131030c2 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -13,7 +13,7 @@ - ./lib/Gitlab/ + ./src/