We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a688778 + e23e5a3 commit 2087393Copy full SHA for 2087393
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.0
5
- 7.1
6
- 7.2
7
- 7.3
CHANGELOG.md
@@ -2,6 +2,9 @@
All notable changes to `phpunit-snapshot-assertions` will be documented in this file
+## 1.4.1 - 2019-01-29
+- Fix JSON array comparisons
+
8
## 1.4.0 - 2019-01-29
9
- Allow arrays to be serialized to JSON
10
composer.json
@@ -20,8 +20,8 @@
20
}
21
],
22
"require": {
23
- "php": "^7.0",
24
- "phpunit/phpunit": "^6.0.5|^7.0",
+ "php": "^7.1",
+ "phpunit/phpunit": "^7.0",
25
"symfony/yaml": "^4.2"
26
},
27
"autoload": {
0 commit comments