Skip to content

Commit ce87a0e

Browse files
committed
Badges and changelog for 1.0
1 parent 60dd968 commit ce87a0e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
Array comparison helper.
44

5+
[![Latest Stable Version](https://poser.pugx.org/myclabs/array-comparator/v/stable.png)](https://packagist.org/packages/myclabs/array-comparator)
56
[![Build Status](https://travis-ci.org/myclabs/ArrayComparator.png)](https://travis-ci.org/myclabs/ArrayComparator)
7+
[![Coverage Status](https://coveralls.io/repos/myclabs/ArrayComparator/badge.png?branch=master)](https://coveralls.io/r/myclabs/ArrayComparator?branch=master)
68

79
## Principle
810

@@ -145,7 +147,7 @@ Edit your `composer.json` to add the dependency:
145147
```json
146148
{
147149
"require": {
148-
"myclabs/array-comparator": "*"
150+
"myclabs/array-comparator": "1.0.*"
149151
}
150152
}
151153
```
@@ -154,6 +156,7 @@ ArrayComparator is tested with PHP 5.3 and greater.
154156

155157
## Changelog
156158

159+
- 1.0: Stable version after testing and use in production (no change from 0.3)
157160
- 0.3: PHP 5.3 compatibility and support all PHP callable types
158161
- 0.2: Allowed to extend the `ArrayComparator` class and write custom comparators
159162
- 0.1: First version

0 commit comments

Comments
 (0)