Skip to content

Commit 1e909b7

Browse files
committed
add phpunit snapshot assertions package
1 parent e3d79ad commit 1e909b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
},
2727
"bin": "bin/coverage-check",
2828
"require-dev": {
29-
"phpunit/phpunit": "^9.5"
29+
"phpunit/phpunit": "^9.5",
30+
"spatie/phpunit-snapshot-assertions": "^4.2"
3031
}
3132
}

0 commit comments

Comments
 (0)