diff --git a/README.md b/README.md index e0cd2f96..d9202982 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,11 @@ [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/coduo/php-matcher/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/coduo/php-matcher/?branch=master) -* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master (2.1.*) -* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.0)](https://travis-ci.org/coduo/php-matcher) - 2.0.* -* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=1.1)](https://travis-ci.org/coduo/php-matcher) - 1.1.* -* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=1.0)](https://travis-ci.org/coduo/php-matcher) - 1.0.* - -[Readme for master (2.1) version](https://github.com/coduo/php-matcher/tree/master/README.md) -[Readme for 2.0 version](https://github.com/coduo/php-matcher/tree/2.0/README.md) -[Readme for 1.1 version](https://github.com/coduo/php-matcher/tree/1.1/README.md) -[Readme for 1.0 version](https://github.com/coduo/php-matcher/tree/1.0/README.md) +* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master (2.4.*) +* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.3)](https://travis-ci.org/coduo/php-matcher) - 2.3.* + +[Readme for master (2.4) version](https://github.com/coduo/php-matcher/tree/master/README.md) +[Readme for 2.3 version](https://github.com/coduo/php-matcher/tree/2.3/README.md) ##Installation diff --git a/composer.json b/composer.json index 211acf33..50108365 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.4-dev" + "dev-master": "2.5-dev" } } }