Skip to content

Commit

Permalink
Prepare matcher for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Jul 20, 2017
1 parent a222274 commit 34afc2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

[![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)](https://travis-ci.org/coduo/php-matcher) - master (3.0.*)
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.2)](https://travis-ci.org/coduo/php-matcher) - 2.2.*
* [![Build Status](https://travis-ci.org/coduo/php-matcher.svg?branch=2.1)](https://travis-ci.org/coduo/php-matcher) - 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 master (3.0) version](https://github.com/coduo/php-matcher/tree/master/README.md)
[Readme for 2.2 version](https://github.com/coduo/php-matcher/tree/2.2/README.md)
[Readme for 2.1 version](https://github.com/coduo/php-matcher/tree/2.1/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)


##Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
"dev-master": "3.0-dev"
}
}
}

0 comments on commit 34afc2c

Please sign in to comment.