Skip to content

Commit 34afc2c

Browse files
committed
Prepare matcher for 3.0 release
1 parent a222274 commit 34afc2c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
[![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)
66

7-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master (2.1.*)
7+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg)](https://travis-ci.org/coduo/php-matcher) - master (3.0.*)
8+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.2)](https://travis-ci.org/coduo/php-matcher) - 2.2.*
9+
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.1)](https://travis-ci.org/coduo/php-matcher) - 2.1.*
810
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.0)](https://travis-ci.org/coduo/php-matcher) - 2.0.*
9-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=1.1)](https://travis-ci.org/coduo/php-matcher) - 1.1.*
10-
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=1.0)](https://travis-ci.org/coduo/php-matcher) - 1.0.*
1111

12-
[Readme for master (2.1) version](https://github.com/coduo/php-matcher/tree/master/README.md)
12+
[Readme for master (3.0) version](https://github.com/coduo/php-matcher/tree/master/README.md)
13+
[Readme for 2.2 version](https://github.com/coduo/php-matcher/tree/2.2/README.md)
14+
[Readme for 2.1 version](https://github.com/coduo/php-matcher/tree/2.1/README.md)
1315
[Readme for 2.0 version](https://github.com/coduo/php-matcher/tree/2.0/README.md)
14-
[Readme for 1.1 version](https://github.com/coduo/php-matcher/tree/1.1/README.md)
15-
[Readme for 1.0 version](https://github.com/coduo/php-matcher/tree/1.0/README.md)
1616

1717

1818
##Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"extra": {
4343
"branch-alias": {
44-
"dev-master": "2.1-dev"
44+
"dev-master": "3.0-dev"
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)