Skip to content

Commit 4fcadbe

Browse files
Less restrictive symfony/yaml version requirement
1 parent 605acd7 commit 4fcadbe

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

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

5-
## 2.1.1 - 2019-03-04
5+
## 2.1.2 - 2019-03-27
6+
- Less restrictive symfony/yaml version requirement
67

7-
- fix for json driver
8+
## 2.1.1 - 2019-03-04
9+
- Fix for json driver
810

911
## 2.1.0 - 2019-02-07
1012
- Require PHPUnit 8 & PHP 7.2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"php": "^7.2",
2424
"phpunit/phpunit": "^8.0",
25-
"symfony/yaml": "^4.2"
25+
"symfony/yaml": "^4.0"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)