Skip to content

Commit 2087393

Browse files
Merge branch 'master' into v2
2 parents a688778 + e23e5a3 commit 2087393

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.0
54
- 7.1
65
- 7.2
76
- 7.3

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to `phpunit-snapshot-assertions` will be documented in this file
44

5+
## 1.4.1 - 2019-01-29
6+
- Fix JSON array comparisons
7+
58
## 1.4.0 - 2019-01-29
69
- Allow arrays to be serialized to JSON
710

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^7.0",
24-
"phpunit/phpunit": "^6.0.5|^7.0",
23+
"php": "^7.1",
24+
"phpunit/phpunit": "^7.0",
2525
"symfony/yaml": "^4.2"
2626
},
2727
"autoload": {

0 commit comments

Comments
 (0)