Skip to content

Commit 59e840d

Browse files
committed
minor symfony#2773 [Map] Add missing dependency for spatie/phpunit-snapshot-assertions to require-dev (dannyvw)
This PR was merged into the 2.x branch. Discussion ---------- [Map] Add missing dependency for spatie/phpunit-snapshot-assertions to require-dev | Q | A | ------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Docs? | no <!-- required for new features --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> There is a reference to the spatie package inside https://github.com/symfony/ux/blob/2.x/src/Map/src/Test/RendererTestCase.php#L16 Commits ------- f1797b8 [Map] Add missing dependency for spatie/phpunit-snapshot-assertions to require-dev
2 parents a890400 + f1797b8 commit 59e840d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Map/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
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",
46+
"phpunit/phpunit": "^9.6.22"
4547
},
4648
"conflict": {
4749
"symfony/ux-twig-component": "<2.21"

0 commit comments

Comments
 (0)