Skip to content

Commit a9ebefb

Browse files
committed
[Map] Add missing dependency for spatie/phpunit-snapshot-assertions to require-dev
1 parent f26124c commit a9ebefb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Map/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"symfony/phpunit-bridge": "^7.2",
4242
"symfony/twig-bundle": "^6.4|^7.0",
4343
"symfony/ux-twig-component": "^2.18",
44-
"symfony/ux-icons": "^2.18"
44+
"symfony/ux-icons": "^2.18",
45+
"spatie/phpunit-snapshot-assertions": "^4.2.17"
4546
},
4647
"conflict": {
4748
"symfony/ux-twig-component": "<2.21"

0 commit comments

Comments
 (0)