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.
1 parent 605acd7 commit 4fcadbeCopy full SHA for 4fcadbe
CHANGELOG.md
@@ -2,9 +2,11 @@
2
3
All notable changes to `phpunit-snapshot-assertions` will be documented in this file
4
5
-## 2.1.1 - 2019-03-04
+## 2.1.2 - 2019-03-27
6
+- Less restrictive symfony/yaml version requirement
7
-- fix for json driver
8
+## 2.1.1 - 2019-03-04
9
+- Fix for json driver
10
11
## 2.1.0 - 2019-02-07
12
- Require PHPUnit 8 & PHP 7.2
composer.json
@@ -22,7 +22,7 @@
22
"require": {
23
"php": "^7.2",
24
"phpunit/phpunit": "^8.0",
25
- "symfony/yaml": "^4.2"
+ "symfony/yaml": "^4.0"
26
},
27
"autoload": {
28
"psr-4": {
0 commit comments