Skip to content

Commit 94d6e18

Browse files
committed
Update spatie/phpunit-snapshot-assertions version constraint to support ^5.2.3
1 parent ca8f626 commit 94d6e18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/Map/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"symfony/twig-bundle": "^6.4|^7.0|^8.0",
4343
"symfony/ux-twig-component": "^2.18|^8.0",
4444
"symfony/ux-icons": "^2.18",
45-
"spatie/phpunit-snapshot-assertions": "^4.2.17",
45+
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
4646
"phpunit/phpunit": "^9.6.22"
4747
},
4848
"conflict": {

src/Map/src/Bridge/Google/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"symfony/phpunit-bridge": "^7.2|^8.0",
2525
"symfony/ux-icons": "^2.18",
26-
"spatie/phpunit-snapshot-assertions": "^4.2.17",
26+
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
2727
"phpunit/phpunit": "^9.6.22"
2828
},
2929
"autoload": {

src/Map/src/Bridge/Leaflet/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"require-dev": {
2424
"symfony/phpunit-bridge": "^7.2|^8.0",
2525
"symfony/ux-icons": "^2.18",
26-
"spatie/phpunit-snapshot-assertions": "^4.2.17",
26+
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
2727
"phpunit/phpunit": "^9.6.22"
2828
},
2929
"autoload": {

src/Toolkit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"symfony/stopwatch": "^6.4|^7.0|^8.0",
4949
"symfony/phpunit-bridge": "^7.2|^8.0",
5050
"vincentlanglet/twig-cs-fixer": "^3.9",
51-
"spatie/phpunit-snapshot-assertions": "^4.2.17",
51+
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
5252
"phpunit/phpunit": "^9.6.22",
5353
"symfony/ux-icons": "^2.18",
5454
"tales-from-a-dev/twig-tailwind-extra": "^0.4.0"

0 commit comments

Comments
 (0)