Skip to content

Commit bf414e2

Browse files
committed
Ensure to have the last version of phpunit in require-dev.
1 parent 5a20bbd commit bf414e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"symfony/serializer": "^4.0|^5.0",
2929
"symfony/yaml": "^4.0|^5.0"
3030
},
31+
"require-dev": {
32+
"phpunit/phpunit": "^9.1.0"
33+
},
3134
"autoload": {
3235
"psr-4": {
3336
"Spatie\\Snapshots\\": "src"

0 commit comments

Comments
 (0)