diff --git a/README.md b/README.md index e808e1b..e157a55 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,15 @@ [![License](https://poser.pugx.org/coduo/php-humanizer/license)](https://packagist.org/packages/coduo/php-humanizer) ### Tests -* [![Build Status](https://travis-ci.org/coduo/php-humanizer.svg?branch=master)](https://travis-ci.org/coduo/php-humanizer) - master (3.0) +* [![Build Status](https://travis-ci.org/coduo/php-humanizer.svg?branch=master)](https://travis-ci.org/coduo/php-humanizer) - master (3.1) +* [![Build Status](https://travis-ci.org/coduo/php-humanizer.svg?branch=3.0)](https://travis-ci.org/coduo/php-humanizer) - 3.0 * [![Build Status](https://travis-ci.org/coduo/php-humanizer.svg?branch=2.0)](https://travis-ci.org/coduo/php-humanizer) - 2.0 * [![Build Status](https://travis-ci.org/coduo/php-humanizer.svg?branch=1.0)](https://travis-ci.org/coduo/php-humanizer) - 1.0 -[Readme for master (3.0) version](https://github.com/coduo/php-humanizer/tree/master/README.md) -[Readme for 2.0 version](https://github.com/coduo/php-matcher/tree/2.0/README.md) -[Readme for 1.0 version](https://github.com/coduo/php-matcher/tree/1.0/README.md) +[Readme for master (3.1) version](https://github.com/coduo/php-humanizer/tree/master/README.md) +[Readme for 3.0 version](https://github.com/coduo/php-humanizer/tree/3.0/README.md) +[Readme for 2.0 version](https://github.com/coduo/php-humanizer/tree/2.0/README.md) +[Readme for 1.0 version](https://github.com/coduo/php-humanizer/tree/1.0/README.md) Humanize values to make them readable for regular people ;) diff --git a/composer.json b/composer.json index bb9d931..f5598f8 100644 --- a/composer.json +++ b/composer.json @@ -18,13 +18,13 @@ "php": ">=7.0.0", "symfony/config": "^2.3|^3.0|^4", "symfony/translation": "^2.3|^3.0|^4", - "symfony/yaml": "^2.3|^3.0|^4", - "friendsofphp/php-cs-fixer": "^2.14" + "symfony/yaml": "^2.3|^3.0|^4" }, "require-dev": { "thunderer/shortcode": "^0.7", "phpspec/phpspec": "^2", - "phpunit/phpunit": "^4.5|^5.0" + "phpunit/phpunit": "^4.5|^5.0", + "friendsofphp/php-cs-fixer": "^2.14" }, "config": { "bin-dir": "bin" @@ -35,11 +35,6 @@ "Coduo\\PHPHumanizer\\Tests\\": "tests/" } }, - "extra": { - "branch-alias": { - "dev-master": "3.0-dev" - } - }, "suggest": { "ext-intl": "Required if you are going to use humanizer with locales different than en_EN" },