Skip to content

Commit 2267511

Browse files
Updated for the 2.0 release
1 parent 3a095c7 commit 2267511

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Factory Muffin
22
==============
33

4-
[![Build Status](https://img.shields.io/travis/thephpleague/factory-muffin/master.svg?style=flat)](https://travis-ci.org/thephpleague/factory-muffin)
4+
[![Build Status](https://img.shields.io/travis/thephpleague/factory-muffin/2.0.svg?style=flat)](https://travis-ci.org/thephpleague/factory-muffin)
55
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/thephpleague/factory-muffin.svg?style=flat)](https://scrutinizer-ci.com/g/thephpleague/factory-muffin/code-structure)
66
[![Quality Score](https://img.shields.io/scrutinizer/g/thephpleague/factory-muffin.svg?style=flat)](https://scrutinizer-ci.com/g/thephpleague/factory-muffin)
77
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)

composer.json

-5
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,5 @@
3737
"classmap": [
3838
"tests/AbstractTestCase.php"
3939
]
40-
},
41-
"extra": {
42-
"branch-alias": {
43-
"dev-master": "2.0-dev"
44-
}
4540
}
4641
}

0 commit comments

Comments
 (0)