Skip to content

Commit 8087501

Browse files
committed
iterate
1 parent 1f5f330 commit 8087501

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
@@ -43,7 +43,7 @@
4343
"symfony/ux-twig-component": "^2.18|^8.0",
4444
"symfony/ux-icons": "^2.18",
4545
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
46-
"phpunit/phpunit": "^9.6.22"
46+
"phpunit/phpunit": "^9.6.22|^10.0|^11.0|^12.0"
4747
},
4848
"conflict": {
4949
"symfony/ux-twig-component": "<2.21"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/phpunit-bridge": "^7.2|^8.0",
2525
"symfony/ux-icons": "^2.18",
2626
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
27-
"phpunit/phpunit": "^9.6.22"
27+
"phpunit/phpunit": "^9.6.22|^10.0|^11.0|^12.0"
2828
},
2929
"autoload": {
3030
"psr-4": { "Symfony\\UX\\Map\\Bridge\\Google\\": "src/" },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"symfony/phpunit-bridge": "^7.2|^8.0",
2525
"symfony/ux-icons": "^2.18",
2626
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
27-
"phpunit/phpunit": "^9.6.22"
27+
"phpunit/phpunit": "^9.6.22|^10.0|^11.0|^12.0"
2828
},
2929
"autoload": {
3030
"psr-4": { "Symfony\\UX\\Map\\Bridge\\Leaflet\\": "src/" },

src/Toolkit/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"symfony/phpunit-bridge": "^7.2|^8.0",
5050
"vincentlanglet/twig-cs-fixer": "^3.9",
5151
"spatie/phpunit-snapshot-assertions": "^4.2.17|^5.2.3",
52-
"phpunit/phpunit": "^9.6.22",
52+
"phpunit/phpunit": "^9.6.22|^10.0|^11.0|^12.0",
5353
"symfony/ux-icons": "^2.18",
5454
"tales-from-a-dev/twig-tailwind-extra": "^0.4.0"
5555
},

0 commit comments

Comments
 (0)