File tree 1 file changed +4
-1
lines changed 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Array comparison helper.
4
4
5
+ [ ![ Latest Stable Version] ( https://poser.pugx.org/myclabs/array-comparator/v/stable.png )] ( https://packagist.org/packages/myclabs/array-comparator )
5
6
[ ![ 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 )
6
8
7
9
## Principle
8
10
@@ -145,7 +147,7 @@ Edit your `composer.json` to add the dependency:
145
147
``` json
146
148
{
147
149
"require" : {
148
- "myclabs/array-comparator" : " *"
150
+ "myclabs/array-comparator" : " 1.0. *"
149
151
}
150
152
}
151
153
```
@@ -154,6 +156,7 @@ ArrayComparator is tested with PHP 5.3 and greater.
154
156
155
157
## Changelog
156
158
159
+ - 1.0: Stable version after testing and use in production (no change from 0.3)
157
160
- 0.3: PHP 5.3 compatibility and support all PHP callable types
158
161
- 0.2: Allowed to extend the ` ArrayComparator ` class and write custom comparators
159
162
- 0.1: First version
You can’t perform that action at this time.
0 commit comments