diff --git a/ux.symfony.com/.env b/ux.symfony.com/.env index b891c05c68d..8a83fbb0582 100644 --- a/ux.symfony.com/.env +++ b/ux.symfony.com/.env @@ -41,3 +41,9 @@ DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db" ###> symfony/mercure-notifier ### MERCURE_DSN=mercure://default ###< symfony/mercure-notifier ### + +###> symfony/ux-leaflet-map ### +# Options available at https://github.com/symfony/symfony-ux/blob/2.x/src/Map/src/Bridge/Leaflet/README.md +# +UX_MAP_DSN=leaflet://default +###< symfony/ux-leaflet-map ### diff --git a/ux.symfony.com/assets/controllers.json b/ux.symfony.com/assets/controllers.json index 4850799981e..af11d3268d8 100644 --- a/ux.symfony.com/assets/controllers.json +++ b/ux.symfony.com/assets/controllers.json @@ -42,6 +42,12 @@ "fetch": "lazy" } }, + "@symfony/ux-leaflet-map": { + "map": { + "enabled": true, + "fetch": "lazy" + } + }, "@symfony/ux-live-component": { "live": { "enabled": true, diff --git a/ux.symfony.com/assets/images/ux_packages/map-1200x675.png b/ux.symfony.com/assets/images/ux_packages/map-1200x675.png new file mode 100644 index 00000000000..6705ccf231b Binary files /dev/null and b/ux.symfony.com/assets/images/ux_packages/map-1200x675.png differ diff --git a/ux.symfony.com/assets/images/ux_packages/map.svg b/ux.symfony.com/assets/images/ux_packages/map.svg new file mode 100644 index 00000000000..b0b75f09e7c --- /dev/null +++ b/ux.symfony.com/assets/images/ux_packages/map.svg @@ -0,0 +1,4 @@ + diff --git a/ux.symfony.com/assets/styles/components/_PackageBox.scss b/ux.symfony.com/assets/styles/components/_PackageBox.scss index 9fd414aea95..7cb39b3b8c6 100644 --- a/ux.symfony.com/assets/styles/components/_PackageBox.scss +++ b/ux.symfony.com/assets/styles/components/_PackageBox.scss @@ -77,10 +77,6 @@ justify-content: center; flex-shrink: 0; - [data-bs-theme="dark"] & { - background-blend-mode: darken; - } - img { width: calc(0.4 * var(--logo-size)); height: auto; diff --git a/ux.symfony.com/assets/styles/components/_PackageHeader.scss b/ux.symfony.com/assets/styles/components/_PackageHeader.scss index 2e5206465f9..7d2d6493b2b 100644 --- a/ux.symfony.com/assets/styles/components/_PackageHeader.scss +++ b/ux.symfony.com/assets/styles/components/_PackageHeader.scss @@ -15,8 +15,4 @@ .AppHeader + * & { padding-top: 3rem; } - - [data-bs-theme="dark"] & { - background-blend-mode: hue !important; - } } diff --git a/ux.symfony.com/assets/styles/sections/_hero.scss b/ux.symfony.com/assets/styles/sections/_hero.scss index 14e5ef86d35..46f8a9d9edc 100644 --- a/ux.symfony.com/assets/styles/sections/_hero.scss +++ b/ux.symfony.com/assets/styles/sections/_hero.scss @@ -16,7 +16,8 @@ } .hero-sub-text { - width: 35%; + width: 40%; + text-wrap: balance; } @media (max-width: 1114px) { diff --git a/ux.symfony.com/composer.json b/ux.symfony.com/composer.json index f9c3508126d..31d539062c3 100644 --- a/ux.symfony.com/composer.json +++ b/ux.symfony.com/composer.json @@ -38,7 +38,9 @@ "symfony/ux-dropzone": "2.x-dev", "symfony/ux-icons": "2.x-dev", "symfony/ux-lazy-image": "2.x-dev", + "symfony/ux-leaflet-map": "2.x-dev", "symfony/ux-live-component": "2.x-dev", + "symfony/ux-map": "2.x-dev", "symfony/ux-notify": "2.x-dev", "symfony/ux-react": "2.x-dev", "symfony/ux-svelte": "2.x-dev", diff --git a/ux.symfony.com/composer.lock b/ux.symfony.com/composer.lock index f5ea798539c..472010b4920 100644 --- a/ux.symfony.com/composer.lock +++ b/ux.symfony.com/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "6c9986b190fc86da65ae0b0af0c28c0c", + "content-hash": "d62f8ee7016044332d5d972f4bd06b5a", "packages": [ { "name": "composer/semver", - "version": "3.4.0", + "version": "3.4.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32" + "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32", - "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32", + "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", + "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", "shasum": "" }, "require": { @@ -69,7 +69,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.0" + "source": "https://github.com/composer/semver/tree/3.4.2" }, "funding": [ { @@ -85,20 +85,20 @@ "type": "tidelift" } ], - "time": "2023-08-31T09:50:34+00:00" + "time": "2024-07-12T11:35:52+00:00" }, { "name": "dflydev/dot-access-data", - "version": "v3.0.2", + "version": "v3.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "f41715465d65213d644d3141a6a93081be5d3549" + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549", - "reference": "f41715465d65213d644d3141a6a93081be5d3549", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/a23a2bf4f31d3518f3ecb38660c95715dfead60f", + "reference": "a23a2bf4f31d3518f3ecb38660c95715dfead60f", "shasum": "" }, "require": { @@ -158,9 +158,9 @@ ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", - "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2" + "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.3" }, - "time": "2022-10-27T11:44:00+00:00" + "time": "2024-07-08T12:26:09+00:00" }, { "name": "doctrine/cache", @@ -434,16 +434,16 @@ }, { "name": "doctrine/dbal", - "version": "3.8.6", + "version": "3.8.7", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1" + "reference": "2093d670ca17f634f3c095ec10a20687eccebd99" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/b7411825cf7efb7e51f9791dea19d86e43b399a1", - "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/2093d670ca17f634f3c095ec10a20687eccebd99", + "reference": "2093d670ca17f634f3c095ec10a20687eccebd99", "shasum": "" }, "require": { @@ -459,12 +459,12 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.11.5", + "phpstan/phpstan": "1.11.7", "phpstan/phpstan-strict-rules": "^1.6", - "phpunit/phpunit": "9.6.19", + "phpunit/phpunit": "9.6.20", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.10.1", + "squizlabs/php_codesniffer": "3.10.2", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0", "vimeo/psalm": "4.30.0" @@ -527,7 +527,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.8.6" + "source": "https://github.com/doctrine/dbal/tree/3.8.7" }, "funding": [ { @@ -543,7 +543,7 @@ "type": "tidelift" } ], - "time": "2024-06-19T10:38:17+00:00" + "time": "2024-08-07T11:57:25+00:00" }, { "name": "doctrine/deprecations", @@ -1435,16 +1435,16 @@ }, { "name": "doctrine/sql-formatter", - "version": "1.4.0", + "version": "1.4.1", "source": { "type": "git", "url": "https://github.com/doctrine/sql-formatter.git", - "reference": "d1ac84aef745c69ea034929eb6d65a6908b675cc" + "reference": "7f83911cc5eba870de7ebb11283972483f7e2891" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/d1ac84aef745c69ea034929eb6d65a6908b675cc", - "reference": "d1ac84aef745c69ea034929eb6d65a6908b675cc", + "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/7f83911cc5eba870de7ebb11283972483f7e2891", + "reference": "7f83911cc5eba870de7ebb11283972483f7e2891", "shasum": "" }, "require": { @@ -1484,22 +1484,22 @@ ], "support": { "issues": "https://github.com/doctrine/sql-formatter/issues", - "source": "https://github.com/doctrine/sql-formatter/tree/1.4.0" + "source": "https://github.com/doctrine/sql-formatter/tree/1.4.1" }, - "time": "2024-05-08T08:12:09+00:00" + "time": "2024-08-05T20:32:22+00:00" }, { "name": "guzzlehttp/psr7", - "version": "2.6.2", + "version": "2.7.0", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221" + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221", - "reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/a70f5c95fb43bc83f07c9c948baa0dc1829bf201", + "reference": "a70f5c95fb43bc83f07c9c948baa0dc1829bf201", "shasum": "" }, "require": { @@ -1514,8 +1514,8 @@ }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8.2", - "http-interop/http-factory-tests": "^0.9", - "phpunit/phpunit": "^8.5.36 || ^9.6.15" + "http-interop/http-factory-tests": "0.9.0", + "phpunit/phpunit": "^8.5.39 || ^9.6.20" }, "suggest": { "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" @@ -1586,7 +1586,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.2" + "source": "https://github.com/guzzle/psr7/tree/2.7.0" }, "funding": [ { @@ -1602,7 +1602,7 @@ "type": "tidelift" } ], - "time": "2023-12-03T20:05:35+00:00" + "time": "2024-07-18T11:15:46+00:00" }, { "name": "intervention/image", @@ -1811,16 +1811,16 @@ }, { "name": "league/commonmark", - "version": "2.4.2", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf" + "reference": "df09d5b6a4188f8f3c3ab2e43a109076a5eeb767" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/91c24291965bd6d7c46c46a12ba7492f83b1cadf", - "reference": "91c24291965bd6d7c46c46a12ba7492f83b1cadf", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/df09d5b6a4188f8f3c3ab2e43a109076a5eeb767", + "reference": "df09d5b6a4188f8f3c3ab2e43a109076a5eeb767", "shasum": "" }, "require": { @@ -1833,8 +1833,8 @@ }, "require-dev": { "cebe/markdown": "^1.0", - "commonmark/cmark": "0.30.3", - "commonmark/commonmark.js": "0.30.0", + "commonmark/cmark": "0.31.0", + "commonmark/commonmark.js": "0.31.0", "composer/package-versions-deprecated": "^1.8", "embed/embed": "^4.4", "erusev/parsedown": "^1.0", @@ -1856,7 +1856,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "2.5-dev" + "dev-main": "2.6-dev" } }, "autoload": { @@ -1913,7 +1913,7 @@ "type": "tidelift" } ], - "time": "2024-02-02T11:59:32+00:00" + "time": "2024-08-14T10:56:57+00:00" }, { "name": "league/config", @@ -2162,20 +2162,20 @@ }, { "name": "nette/utils", - "version": "v4.0.4", + "version": "v4.0.5", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", "shasum": "" }, "require": { - "php": ">=8.0 <8.4" + "php": "8.0 - 8.4" }, "conflict": { "nette/finder": "<3", @@ -2242,9 +2242,9 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.4" + "source": "https://github.com/nette/utils/tree/v4.0.5" }, - "time": "2024-01-17T16:50:36+00:00" + "time": "2024-08-07T15:39:19+00:00" }, { "name": "psr/cache", @@ -2775,16 +2775,16 @@ }, { "name": "symfony/asset-mapper", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/asset-mapper.git", - "reference": "5a388ee31d6536103b8a6a9d4e63b18670578fe0" + "reference": "b496ba0c1ca69abbbc2413b853decad2eed9a74b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/asset-mapper/zipball/5a388ee31d6536103b8a6a9d4e63b18670578fe0", - "reference": "5a388ee31d6536103b8a6a9d4e63b18670578fe0", + "url": "https://api.github.com/repos/symfony/asset-mapper/zipball/b496ba0c1ca69abbbc2413b853decad2eed9a74b", + "reference": "b496ba0c1ca69abbbc2413b853decad2eed9a74b", "shasum": "" }, "require": { @@ -2834,7 +2834,7 @@ "description": "Maps directories of assets & makes them available in a public directory with versioned filenames.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/asset-mapper/tree/v7.1.2" + "source": "https://github.com/symfony/asset-mapper/tree/v7.1.3" }, "funding": [ { @@ -2850,20 +2850,20 @@ "type": "tidelift" } ], - "time": "2024-06-28T08:00:31+00:00" + "time": "2024-07-09T19:36:07+00:00" }, { "name": "symfony/cache", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "e933e1d947ffb88efcdd34a2bd51561cab7deaae" + "reference": "8ac37acee794372f9732fe8a61a8221f6762148e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/e933e1d947ffb88efcdd34a2bd51561cab7deaae", - "reference": "e933e1d947ffb88efcdd34a2bd51561cab7deaae", + "url": "https://api.github.com/repos/symfony/cache/zipball/8ac37acee794372f9732fe8a61a8221f6762148e", + "reference": "8ac37acee794372f9732fe8a61a8221f6762148e", "shasum": "" }, "require": { @@ -2931,7 +2931,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v7.1.2" + "source": "https://github.com/symfony/cache/tree/v7.1.3" }, "funding": [ { @@ -2947,7 +2947,7 @@ "type": "tidelift" } ], - "time": "2024-06-11T13:32:38+00:00" + "time": "2024-07-17T06:10:24+00:00" }, { "name": "symfony/cache-contracts", @@ -3195,16 +3195,16 @@ }, { "name": "symfony/dependency-injection", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "6e108cded928bdafaf1da3fabe30dd5af20e36b9" + "reference": "8126f0be4ff984e4db0140e60917900a53facb49" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/6e108cded928bdafaf1da3fabe30dd5af20e36b9", - "reference": "6e108cded928bdafaf1da3fabe30dd5af20e36b9", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/8126f0be4ff984e4db0140e60917900a53facb49", + "reference": "8126f0be4ff984e4db0140e60917900a53facb49", "shasum": "" }, "require": { @@ -3255,7 +3255,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v7.1.2" + "source": "https://github.com/symfony/dependency-injection/tree/v7.1.3" }, "funding": [ { @@ -3271,7 +3271,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T10:03:55+00:00" + "time": "2024-07-26T07:35:39+00:00" }, { "name": "symfony/deprecation-contracts", @@ -3342,16 +3342,16 @@ }, { "name": "symfony/doctrine-bridge", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/doctrine-bridge.git", - "reference": "9fc4bebf69f00d4ebb12ee904d808b496035e2f6" + "reference": "b526822483124b62ff3cda14237418408f444e4d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/9fc4bebf69f00d4ebb12ee904d808b496035e2f6", - "reference": "9fc4bebf69f00d4ebb12ee904d808b496035e2f6", + "url": "https://api.github.com/repos/symfony/doctrine-bridge/zipball/b526822483124b62ff3cda14237418408f444e4d", + "reference": "b526822483124b62ff3cda14237418408f444e4d", "shasum": "" }, "require": { @@ -3430,7 +3430,7 @@ "description": "Provides integration for Doctrine with various Symfony components", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/doctrine-bridge/tree/v7.1.2" + "source": "https://github.com/symfony/doctrine-bridge/tree/v7.1.3" }, "funding": [ { @@ -3446,20 +3446,20 @@ "type": "tidelift" } ], - "time": "2024-06-28T09:27:18+00:00" + "time": "2024-07-26T12:41:01+00:00" }, { "name": "symfony/dotenv", - "version": "v7.1.1", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/dotenv.git", - "reference": "efa715ec40c098f2fba62444f4fd75d0d4248ede" + "reference": "a26be30fd61678dab694a18a85084cea7673bbf3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dotenv/zipball/efa715ec40c098f2fba62444f4fd75d0d4248ede", - "reference": "efa715ec40c098f2fba62444f4fd75d0d4248ede", + "url": "https://api.github.com/repos/symfony/dotenv/zipball/a26be30fd61678dab694a18a85084cea7673bbf3", + "reference": "a26be30fd61678dab694a18a85084cea7673bbf3", "shasum": "" }, "require": { @@ -3504,7 +3504,7 @@ "environment" ], "support": { - "source": "https://github.com/symfony/dotenv/tree/v7.1.1" + "source": "https://github.com/symfony/dotenv/tree/v7.1.3" }, "funding": [ { @@ -3520,20 +3520,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-07-09T19:36:07+00:00" }, { "name": "symfony/error-handler", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/error-handler.git", - "reference": "2412d3dddb5c9ea51a39cfbff1c565fc9844ca32" + "reference": "432bb369952795c61ca1def65e078c4a80dad13c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/error-handler/zipball/2412d3dddb5c9ea51a39cfbff1c565fc9844ca32", - "reference": "2412d3dddb5c9ea51a39cfbff1c565fc9844ca32", + "url": "https://api.github.com/repos/symfony/error-handler/zipball/432bb369952795c61ca1def65e078c4a80dad13c", + "reference": "432bb369952795c61ca1def65e078c4a80dad13c", "shasum": "" }, "require": { @@ -3579,7 +3579,7 @@ "description": "Provides tools to manage errors and ease debugging PHP code", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/error-handler/tree/v7.1.2" + "source": "https://github.com/symfony/error-handler/tree/v7.1.3" }, "funding": [ { @@ -3595,7 +3595,7 @@ "type": "tidelift" } ], - "time": "2024-06-25T19:55:06+00:00" + "time": "2024-07-26T13:02:51+00:00" }, { "name": "symfony/event-dispatcher", @@ -3949,16 +3949,16 @@ }, { "name": "symfony/flex", - "version": "v2.4.5", + "version": "v2.4.6", "source": { "type": "git", "url": "https://github.com/symfony/flex.git", - "reference": "b0a405f40614c9f584b489d54f91091817b0e26e" + "reference": "4dc11919791f81d087a12db2ab4c7e044431ef6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/flex/zipball/b0a405f40614c9f584b489d54f91091817b0e26e", - "reference": "b0a405f40614c9f584b489d54f91091817b0e26e", + "url": "https://api.github.com/repos/symfony/flex/zipball/4dc11919791f81d087a12db2ab4c7e044431ef6b", + "reference": "4dc11919791f81d087a12db2ab4c7e044431ef6b", "shasum": "" }, "require": { @@ -3994,7 +3994,7 @@ "description": "Composer plugin for Symfony", "support": { "issues": "https://github.com/symfony/flex/issues", - "source": "https://github.com/symfony/flex/tree/v2.4.5" + "source": "https://github.com/symfony/flex/tree/v2.4.6" }, "funding": [ { @@ -4010,20 +4010,20 @@ "type": "tidelift" } ], - "time": "2024-03-02T08:16:47+00:00" + "time": "2024-04-27T10:22:22+00:00" }, { "name": "symfony/form", - "version": "v7.1.1", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/form.git", - "reference": "b23a44f0edaceb8d70b0e7f8937feae81e6dede5" + "reference": "11df2e2e142161824eb341e96cbb3c56c3bb57dc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/form/zipball/b23a44f0edaceb8d70b0e7f8937feae81e6dede5", - "reference": "b23a44f0edaceb8d70b0e7f8937feae81e6dede5", + "url": "https://api.github.com/repos/symfony/form/zipball/11df2e2e142161824eb341e96cbb3c56c3bb57dc", + "reference": "11df2e2e142161824eb341e96cbb3c56c3bb57dc", "shasum": "" }, "require": { @@ -4091,7 +4091,7 @@ "description": "Allows to easily create, process and reuse HTML forms", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/form/tree/v7.1.1" + "source": "https://github.com/symfony/form/tree/v7.1.3" }, "funding": [ { @@ -4107,20 +4107,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-07-19T08:30:01+00:00" }, { "name": "symfony/framework-bundle", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/framework-bundle.git", - "reference": "54a84f49658e2e87167396b2259a55e55e11f4a2" + "reference": "a32ec544bd501eb4619eb977860ad3076ee55061" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/54a84f49658e2e87167396b2259a55e55e11f4a2", - "reference": "54a84f49658e2e87167396b2259a55e55e11f4a2", + "url": "https://api.github.com/repos/symfony/framework-bundle/zipball/a32ec544bd501eb4619eb977860ad3076ee55061", + "reference": "a32ec544bd501eb4619eb977860ad3076ee55061", "shasum": "" }, "require": { @@ -4238,7 +4238,7 @@ "description": "Provides a tight integration between Symfony components and the Symfony full-stack framework", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/framework-bundle/tree/v7.1.2" + "source": "https://github.com/symfony/framework-bundle/tree/v7.1.3" }, "funding": [ { @@ -4254,20 +4254,20 @@ "type": "tidelift" } ], - "time": "2024-06-28T08:00:31+00:00" + "time": "2024-07-26T13:24:34+00:00" }, { "name": "symfony/http-client", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "90ace27d17ccc9afc6f7ec0081e8529fb0e29425" + "reference": "b79858aa7a051ea791b0d50269a234a0b50cb231" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/90ace27d17ccc9afc6f7ec0081e8529fb0e29425", - "reference": "90ace27d17ccc9afc6f7ec0081e8529fb0e29425", + "url": "https://api.github.com/repos/symfony/http-client/zipball/b79858aa7a051ea791b0d50269a234a0b50cb231", + "reference": "b79858aa7a051ea791b0d50269a234a0b50cb231", "shasum": "" }, "require": { @@ -4332,7 +4332,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v7.1.2" + "source": "https://github.com/symfony/http-client/tree/v7.1.3" }, "funding": [ { @@ -4348,7 +4348,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T08:00:31+00:00" + "time": "2024-07-17T06:10:24+00:00" }, { "name": "symfony/http-client-contracts", @@ -4430,16 +4430,16 @@ }, { "name": "symfony/http-foundation", - "version": "v7.1.1", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "74d171d5b6a1d9e4bfee09a41937c17a7536acfa" + "reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/74d171d5b6a1d9e4bfee09a41937c17a7536acfa", - "reference": "74d171d5b6a1d9e4bfee09a41937c17a7536acfa", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f602d5c17d1fa02f8019ace2687d9d136b7f4a1a", + "reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a", "shasum": "" }, "require": { @@ -4487,7 +4487,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.1.1" + "source": "https://github.com/symfony/http-foundation/tree/v7.1.3" }, "funding": [ { @@ -4503,20 +4503,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-07-26T12:41:01+00:00" }, { "name": "symfony/http-kernel", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "ae3fa717db4d41a55d14c2bd92399e37cf5bc0f6" + "reference": "db9702f3a04cc471ec8c70e881825db26ac5f186" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/ae3fa717db4d41a55d14c2bd92399e37cf5bc0f6", - "reference": "ae3fa717db4d41a55d14c2bd92399e37cf5bc0f6", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db9702f3a04cc471ec8c70e881825db26ac5f186", + "reference": "db9702f3a04cc471ec8c70e881825db26ac5f186", "shasum": "" }, "require": { @@ -4601,7 +4601,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v7.1.2" + "source": "https://github.com/symfony/http-kernel/tree/v7.1.3" }, "funding": [ { @@ -4617,7 +4617,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T13:13:31+00:00" + "time": "2024-07-26T14:58:15+00:00" }, { "name": "symfony/intl", @@ -5108,12 +5108,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "06ddd76fd24dcf325a61e826b5c799e4b929422e" + "reference": "ed0e4a287282971d110fd8c99d9ac391559a43ce" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/06ddd76fd24dcf325a61e826b5c799e4b929422e", - "reference": "06ddd76fd24dcf325a61e826b5c799e4b929422e", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/ed0e4a287282971d110fd8c99d9ac391559a43ce", + "reference": "ed0e4a287282971d110fd8c99d9ac391559a43ce", "shasum": "" }, "require": { @@ -5126,7 +5126,7 @@ }, "require-dev": { "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/phpunit-bridge": "^6.3 || ^7.0", + "symfony/phpunit-bridge": "^7.1", "symfony/yaml": "^5.4 || ^6.0 || ^7.0" }, "default-branch": true, @@ -5182,7 +5182,7 @@ "type": "tidelift" } ], - "time": "2023-11-09T09:49:27+00:00" + "time": "2024-08-06T10:03:39+00:00" }, { "name": "symfony/notifier", @@ -5954,16 +5954,16 @@ }, { "name": "symfony/property-info", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/property-info.git", - "reference": "d7b91e4aa07e822a9b935fc29a7254c12d502f16" + "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/property-info/zipball/d7b91e4aa07e822a9b935fc29a7254c12d502f16", - "reference": "d7b91e4aa07e822a9b935fc29a7254c12d502f16", + "url": "https://api.github.com/repos/symfony/property-info/zipball/88a279df2db5b7919cac6f35d6a5d1d7147e6a9b", + "reference": "88a279df2db5b7919cac6f35d6a5d1d7147e6a9b", "shasum": "" }, "require": { @@ -6018,7 +6018,7 @@ "validator" ], "support": { - "source": "https://github.com/symfony/property-info/tree/v7.1.2" + "source": "https://github.com/symfony/property-info/tree/v7.1.3" }, "funding": [ { @@ -6034,20 +6034,20 @@ "type": "tidelift" } ], - "time": "2024-06-26T07:21:35+00:00" + "time": "2024-07-26T07:36:36+00:00" }, { "name": "symfony/routing", - "version": "v7.1.1", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "60c31bab5c45af7f13091b87deb708830f3c96c0" + "reference": "8a908a3f22d5a1b5d297578c2ceb41b02fa916d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/60c31bab5c45af7f13091b87deb708830f3c96c0", - "reference": "60c31bab5c45af7f13091b87deb708830f3c96c0", + "url": "https://api.github.com/repos/symfony/routing/zipball/8a908a3f22d5a1b5d297578c2ceb41b02fa916d0", + "reference": "8a908a3f22d5a1b5d297578c2ceb41b02fa916d0", "shasum": "" }, "require": { @@ -6099,7 +6099,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v7.1.1" + "source": "https://github.com/symfony/routing/tree/v7.1.3" }, "funding": [ { @@ -6115,7 +6115,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-07-17T06:10:24+00:00" }, { "name": "symfony/runtime", @@ -6198,16 +6198,16 @@ }, { "name": "symfony/serializer", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "d2077674aaaff02a95f290de512aa358947e6bbe" + "reference": "0d5ddac365fbfffc30ca9bc944ad3eb9b3763c09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/d2077674aaaff02a95f290de512aa358947e6bbe", - "reference": "d2077674aaaff02a95f290de512aa358947e6bbe", + "url": "https://api.github.com/repos/symfony/serializer/zipball/0d5ddac365fbfffc30ca9bc944ad3eb9b3763c09", + "reference": "0d5ddac365fbfffc30ca9bc944ad3eb9b3763c09", "shasum": "" }, "require": { @@ -6275,7 +6275,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v7.1.2" + "source": "https://github.com/symfony/serializer/tree/v7.1.3" }, "funding": [ { @@ -6291,7 +6291,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T07:42:43+00:00" + "time": "2024-07-17T06:10:24+00:00" }, { "name": "symfony/service-contracts", @@ -6382,12 +6382,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/stimulus-bundle.git", - "reference": "014a5842e9f3bebd7634b347f430f48859c25453" + "reference": "5e2e1aff3e7cff2875e2f901437543fda9ca9910" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/014a5842e9f3bebd7634b347f430f48859c25453", - "reference": "014a5842e9f3bebd7634b347f430f48859c25453", + "url": "https://api.github.com/repos/symfony/stimulus-bundle/zipball/5e2e1aff3e7cff2875e2f901437543fda9ca9910", + "reference": "5e2e1aff3e7cff2875e2f901437543fda9ca9910", "shasum": "" }, "require": { @@ -6428,7 +6428,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/stimulus-bundle/tree/2.x" + "source": "https://github.com/symfony/stimulus-bundle/tree/v2.19.0" }, "funding": [ { @@ -6444,7 +6444,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:44:37+00:00" + "time": "2024-07-30T19:26:23+00:00" }, { "name": "symfony/stopwatch", @@ -6597,16 +6597,16 @@ }, { "name": "symfony/translation", - "version": "v7.1.1", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "cf5ae136e124fc7681b34ce9fac9d5b9ae8ceee3" + "reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/cf5ae136e124fc7681b34ce9fac9d5b9ae8ceee3", - "reference": "cf5ae136e124fc7681b34ce9fac9d5b9ae8ceee3", + "url": "https://api.github.com/repos/symfony/translation/zipball/8d5e50c813ba2859a6dfc99a0765c550507934a1", + "reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1", "shasum": "" }, "require": { @@ -6671,7 +6671,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v7.1.1" + "source": "https://github.com/symfony/translation/tree/v7.1.3" }, "funding": [ { @@ -6687,7 +6687,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-07-26T12:41:01+00:00" }, { "name": "symfony/translation-contracts", @@ -7122,12 +7122,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-autocomplete.git", - "reference": "469aa74f04f48b5720ed7664311daab635dd6d74" + "reference": "ef15862c55e15a2225587e8b226df21561d36c7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-autocomplete/zipball/469aa74f04f48b5720ed7664311daab635dd6d74", - "reference": "469aa74f04f48b5720ed7664311daab635dd6d74", + "url": "https://api.github.com/repos/symfony/ux-autocomplete/zipball/ef15862c55e15a2225587e8b226df21561d36c7c", + "reference": "ef15862c55e15a2225587e8b226df21561d36c7c", "shasum": "" }, "require": { @@ -7191,7 +7191,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-autocomplete/tree/2.x" + "source": "https://github.com/symfony/ux-autocomplete/tree/v2.19.2" }, "funding": [ { @@ -7207,7 +7207,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:44:37+00:00" + "time": "2024-08-13T14:54:57+00:00" }, { "name": "symfony/ux-chartjs", @@ -7215,12 +7215,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-chartjs.git", - "reference": "3e7eefe88e1aa7aaf70d1fb14469cbf586a4cb5e" + "reference": "a16c8272e8e9d362c0f3b4d70742747e26d66147" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-chartjs/zipball/3e7eefe88e1aa7aaf70d1fb14469cbf586a4cb5e", - "reference": "3e7eefe88e1aa7aaf70d1fb14469cbf586a4cb5e", + "url": "https://api.github.com/repos/symfony/ux-chartjs/zipball/a16c8272e8e9d362c0f3b4d70742747e26d66147", + "reference": "a16c8272e8e9d362c0f3b4d70742747e26d66147", "shasum": "" }, "require": { @@ -7288,7 +7288,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:05:06+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-cropperjs", @@ -7296,12 +7296,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-cropperjs.git", - "reference": "00e20b8edeac93a64f2c44b09d1bfdb6d52d1200" + "reference": "c378ebc567bac63fb6f5811c8cd0a91c19560805" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-cropperjs/zipball/00e20b8edeac93a64f2c44b09d1bfdb6d52d1200", - "reference": "00e20b8edeac93a64f2c44b09d1bfdb6d52d1200", + "url": "https://api.github.com/repos/symfony/ux-cropperjs/zipball/c378ebc567bac63fb6f5811c8cd0a91c19560805", + "reference": "c378ebc567bac63fb6f5811c8cd0a91c19560805", "shasum": "" }, "require": { @@ -7358,7 +7358,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-cropperjs/tree/v2.18.0" + "source": "https://github.com/symfony/ux-cropperjs/tree/2.x" }, "funding": [ { @@ -7374,7 +7374,7 @@ "type": "tidelift" } ], - "time": "2024-06-01T17:50:16+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-dropzone", @@ -7382,12 +7382,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-dropzone.git", - "reference": "39d875766aa90edf957532c0c95808b4cf64fb0c" + "reference": "aacd654a9b344d574fa55d572fea9330aa47ece5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-dropzone/zipball/39d875766aa90edf957532c0c95808b4cf64fb0c", - "reference": "39d875766aa90edf957532c0c95808b4cf64fb0c", + "url": "https://api.github.com/repos/symfony/ux-dropzone/zipball/aacd654a9b344d574fa55d572fea9330aa47ece5", + "reference": "aacd654a9b344d574fa55d572fea9330aa47ece5", "shasum": "" }, "require": { @@ -7438,7 +7438,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-dropzone/tree/v2.18.0" + "source": "https://github.com/symfony/ux-dropzone/tree/2.x" }, "funding": [ { @@ -7454,7 +7454,7 @@ "type": "tidelift" } ], - "time": "2024-06-01T17:50:16+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-icons", @@ -7462,12 +7462,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-icons.git", - "reference": "3b5db367288b804e1d43550a966ee5e460f59ad4" + "reference": "c4826439f464c23cc0c2e2a997252100d6049daa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-icons/zipball/3b5db367288b804e1d43550a966ee5e460f59ad4", - "reference": "3b5db367288b804e1d43550a966ee5e460f59ad4", + "url": "https://api.github.com/repos/symfony/ux-icons/zipball/c4826439f464c23cc0c2e2a997252100d6049daa", + "reference": "c4826439f464c23cc0c2e2a997252100d6049daa", "shasum": "" }, "require": { @@ -7479,6 +7479,7 @@ "symfony/flex": "<1.13" }, "require-dev": { + "psr/log": "^2|^3", "symfony/asset-mapper": "^6.4|^7.0", "symfony/console": "^6.4|^7.0", "symfony/http-client": "6.4|^7.0", @@ -7526,7 +7527,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-icons/tree/2.x" + "source": "https://github.com/symfony/ux-icons/tree/v2.19.0" }, "funding": [ { @@ -7542,7 +7543,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:05:06+00:00" + "time": "2024-08-07T13:07:19+00:00" }, { "name": "symfony/ux-lazy-image", @@ -7550,12 +7551,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-lazy-image.git", - "reference": "e762ea418388dd7b3ad5ff3ef903be5070b441bd" + "reference": "bc8b7eb24a85d624f1012d034f6710dd4dbd1689" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-lazy-image/zipball/e762ea418388dd7b3ad5ff3ef903be5070b441bd", - "reference": "e762ea418388dd7b3ad5ff3ef903be5070b441bd", + "url": "https://api.github.com/repos/symfony/ux-lazy-image/zipball/bc8b7eb24a85d624f1012d034f6710dd4dbd1689", + "reference": "bc8b7eb24a85d624f1012d034f6710dd4dbd1689", "shasum": "" }, "require": { @@ -7606,7 +7607,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-lazy-image/tree/v2.18.0" + "source": "https://github.com/symfony/ux-lazy-image/tree/2.x" }, "funding": [ { @@ -7622,7 +7623,76 @@ "type": "tidelift" } ], - "time": "2024-06-01T17:58:20+00:00" + "time": "2024-08-14T04:55:38+00:00" + }, + { + "name": "symfony/ux-leaflet-map", + "version": "2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/ux-leaflet-map.git", + "reference": "b5f6a7d053646c0d7272cde50822e1d1240139f0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/ux-leaflet-map/zipball/b5f6a7d053646c0d7272cde50822e1d1240139f0", + "reference": "b5f6a7d053646c0d7272cde50822e1d1240139f0", + "shasum": "" + }, + "require": { + "php": ">=8.3", + "symfony/ux-map": "^2.19" + }, + "require-dev": { + "symfony/phpunit-bridge": "^6.4|^7.0" + }, + "default-branch": true, + "type": "symfony-ux-map-bridge", + "autoload": { + "psr-4": { + "Symfony\\UX\\Map\\Bridge\\Leaflet\\": "src/" + }, + "exclude-from-classmap": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Hugo Alliaume", + "email": "hugo@alliau.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony UX Map Leaflet Bridge", + "homepage": "https://symfony.com", + "keywords": [ + "leaflet", + "map", + "symfony-ux" + ], + "support": { + "source": "https://github.com/symfony/ux-leaflet-map/tree/v2.19.2" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-08-13T14:54:07+00:00" }, { "name": "symfony/ux-live-component", @@ -7630,17 +7700,18 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-live-component.git", - "reference": "61fdca3036cf3f0718e6476b213acefa645eef61" + "reference": "9b292543eed8ae0d760d7f5e5397e91e632f2cf5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-live-component/zipball/61fdca3036cf3f0718e6476b213acefa645eef61", - "reference": "61fdca3036cf3f0718e6476b213acefa645eef61", + "url": "https://api.github.com/repos/symfony/ux-live-component/zipball/9b292543eed8ae0d760d7f5e5397e91e632f2cf5", + "reference": "9b292543eed8ae0d760d7f5e5397e91e632f2cf5", "shasum": "" }, "require": { "php": ">=8.1", "symfony/property-access": "^5.4.5|^6.0|^7.0", + "symfony/stimulus-bundle": "^2.9", "symfony/ux-twig-component": "^2.8", "twig/twig": "^3.8.0" }, @@ -7699,7 +7770,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-live-component/tree/2.x" + "source": "https://github.com/symfony/ux-live-component/tree/v2.19.2" }, "funding": [ { @@ -7715,7 +7786,86 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:45:21+00:00" + "time": "2024-08-11T12:24:16+00:00" + }, + { + "name": "symfony/ux-map", + "version": "2.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/ux-map.git", + "reference": "216594c4bed747b9a580d5f92cdd331152d94c00" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/ux-map/zipball/216594c4bed747b9a580d5f92cdd331152d94c00", + "reference": "216594c4bed747b9a580d5f92cdd331152d94c00", + "shasum": "" + }, + "require": { + "php": ">=8.3", + "symfony/stimulus-bundle": "^2.18.1" + }, + "require-dev": { + "symfony/asset-mapper": "^6.4|^7.0", + "symfony/framework-bundle": "^6.4|^7.0", + "symfony/phpunit-bridge": "^6.4|^7.0", + "symfony/twig-bundle": "^6.4|^7.0" + }, + "default-branch": true, + "type": "symfony-bundle", + "extra": { + "thanks": { + "name": "symfony/ux", + "url": "https://github.com/symfony/ux" + } + }, + "autoload": { + "psr-4": { + "Symfony\\UX\\Map\\": "src/" + }, + "exclude-from-classmap": [] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Hugo Alliaume", + "email": "hugo@alliau.me" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Easily embed interactive maps in your Symfony application", + "homepage": "https://symfony.com", + "keywords": [ + "map", + "maps", + "markers", + "symfony-ux" + ], + "support": { + "source": "https://github.com/symfony/ux-map/tree/2.x" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-08-14T11:50:02+00:00" }, { "name": "symfony/ux-notify", @@ -7723,12 +7873,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-notify.git", - "reference": "8394cbc0a29a2e0e0c864e5aa9d5e24b6828f8af" + "reference": "001e7867e46a3f090c5523741aa576b3404c1bea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-notify/zipball/8394cbc0a29a2e0e0c864e5aa9d5e24b6828f8af", - "reference": "8394cbc0a29a2e0e0c864e5aa9d5e24b6828f8af", + "url": "https://api.github.com/repos/symfony/ux-notify/zipball/001e7867e46a3f090c5523741aa576b3404c1bea", + "reference": "001e7867e46a3f090c5523741aa576b3404c1bea", "shasum": "" }, "require": { @@ -7798,7 +7948,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:05:06+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-react", @@ -7806,12 +7956,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-react.git", - "reference": "ec8926aa99ad31653230d4a99d0fc2c190fc007a" + "reference": "6518cecc62c800b1ece02b70d1dec0067d012495" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-react/zipball/ec8926aa99ad31653230d4a99d0fc2c190fc007a", - "reference": "ec8926aa99ad31653230d4a99d0fc2c190fc007a", + "url": "https://api.github.com/repos/symfony/ux-react/zipball/6518cecc62c800b1ece02b70d1dec0067d012495", + "reference": "6518cecc62c800b1ece02b70d1dec0067d012495", "shasum": "" }, "require": { @@ -7875,7 +8025,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:05:06+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-svelte", @@ -7883,12 +8033,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-svelte.git", - "reference": "22f7bdec063beac3e5db577719033a7a7d401479" + "reference": "cbd401041a605e14010a82066b378a0be01734e8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-svelte/zipball/22f7bdec063beac3e5db577719033a7a7d401479", - "reference": "22f7bdec063beac3e5db577719033a7a7d401479", + "url": "https://api.github.com/repos/symfony/ux-svelte/zipball/cbd401041a605e14010a82066b378a0be01734e8", + "reference": "cbd401041a605e14010a82066b378a0be01734e8", "shasum": "" }, "require": { @@ -7956,7 +8106,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:05:06+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-swup", @@ -7964,12 +8114,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-swup.git", - "reference": "208f26399b594613a0eb18dcf6117f67a691a2c4" + "reference": "a976f3811329436022f369cef48475be4895002b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-swup/zipball/208f26399b594613a0eb18dcf6117f67a691a2c4", - "reference": "208f26399b594613a0eb18dcf6117f67a691a2c4", + "url": "https://api.github.com/repos/symfony/ux-swup/zipball/a976f3811329436022f369cef48475be4895002b", + "reference": "a976f3811329436022f369cef48475be4895002b", "shasum": "" }, "conflict": { @@ -8008,7 +8158,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-swup/tree/v2.18.0" + "source": "https://github.com/symfony/ux-swup/tree/2.x" }, "funding": [ { @@ -8024,7 +8174,7 @@ "type": "tidelift" } ], - "time": "2024-06-01T17:50:16+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-toggle-password", @@ -8032,12 +8182,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-toggle-password.git", - "reference": "d1a3861db9e8d44842b3620e59083bd65d9bcaf6" + "reference": "4d7d9a70bac309c8e388b09528094a59cd1a01ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-toggle-password/zipball/d1a3861db9e8d44842b3620e59083bd65d9bcaf6", - "reference": "d1a3861db9e8d44842b3620e59083bd65d9bcaf6", + "url": "https://api.github.com/repos/symfony/ux-toggle-password/zipball/4d7d9a70bac309c8e388b09528094a59cd1a01ab", + "reference": "4d7d9a70bac309c8e388b09528094a59cd1a01ab", "shasum": "" }, "require": { @@ -8105,7 +8255,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:44:37+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-translator", @@ -8113,12 +8263,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-translator.git", - "reference": "2425cf0f38b1dc5342aaa18eac4fa19a12696cfa" + "reference": "2c0027a4aeda6a9c58db7428862c778e106c12a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-translator/zipball/2425cf0f38b1dc5342aaa18eac4fa19a12696cfa", - "reference": "2425cf0f38b1dc5342aaa18eac4fa19a12696cfa", + "url": "https://api.github.com/repos/symfony/ux-translator/zipball/2c0027a4aeda6a9c58db7428862c778e106c12a1", + "reference": "2c0027a4aeda6a9c58db7428862c778e106c12a1", "shasum": "" }, "require": { @@ -8182,7 +8332,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:05:06+00:00" + "time": "2024-08-14T14:09:20+00:00" }, { "name": "symfony/ux-turbo", @@ -8190,12 +8340,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-turbo.git", - "reference": "de54d0d44b4825953891d9de44bcb5e9668773c6" + "reference": "4a38f267193017958d487171c0a86e64f36164a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-turbo/zipball/de54d0d44b4825953891d9de44bcb5e9668773c6", - "reference": "de54d0d44b4825953891d9de44bcb5e9668773c6", + "url": "https://api.github.com/repos/symfony/ux-turbo/zipball/4a38f267193017958d487171c0a86e64f36164a3", + "reference": "4a38f267193017958d487171c0a86e64f36164a3", "shasum": "" }, "require": { @@ -8280,7 +8430,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T21:12:36+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-twig-component", @@ -8288,12 +8438,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-twig-component.git", - "reference": "15504740c134a69640d30833cb1c37b81a9382ba" + "reference": "7f8d4891e8e3a3303de11bfc7224b176a23a2c1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/15504740c134a69640d30833cb1c37b81a9382ba", - "reference": "15504740c134a69640d30833cb1c37b81a9382ba", + "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/7f8d4891e8e3a3303de11bfc7224b176a23a2c1c", + "reference": "7f8d4891e8e3a3303de11bfc7224b176a23a2c1c", "shasum": "" }, "require": { @@ -8349,7 +8499,7 @@ "twig" ], "support": { - "source": "https://github.com/symfony/ux-twig-component/tree/2.x" + "source": "https://github.com/symfony/ux-twig-component/tree/v2.19.2" }, "funding": [ { @@ -8365,7 +8515,7 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:34:38+00:00" + "time": "2024-08-13T03:00:01+00:00" }, { "name": "symfony/ux-typed", @@ -8373,12 +8523,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-typed.git", - "reference": "c9b4eaf886794a8f15e41b62922498d43b235e8f" + "reference": "0aad58dd4fd713821e14cf897fe8b32d83ec3299" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-typed/zipball/c9b4eaf886794a8f15e41b62922498d43b235e8f", - "reference": "c9b4eaf886794a8f15e41b62922498d43b235e8f", + "url": "https://api.github.com/repos/symfony/ux-typed/zipball/0aad58dd4fd713821e14cf897fe8b32d83ec3299", + "reference": "0aad58dd4fd713821e14cf897fe8b32d83ec3299", "shasum": "" }, "conflict": { @@ -8417,7 +8567,7 @@ "symfony-ux" ], "support": { - "source": "https://github.com/symfony/ux-typed/tree/v2.18.0" + "source": "https://github.com/symfony/ux-typed/tree/2.x" }, "funding": [ { @@ -8433,7 +8583,7 @@ "type": "tidelift" } ], - "time": "2024-06-01T17:50:16+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/ux-vue", @@ -8441,12 +8591,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/ux-vue.git", - "reference": "8f3df3b3df6437acf565b626e1b793c3f74f45ce" + "reference": "3f2966b0677f2b025bf3966fc50ee8e43f8f1caf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/ux-vue/zipball/8f3df3b3df6437acf565b626e1b793c3f74f45ce", - "reference": "8f3df3b3df6437acf565b626e1b793c3f74f45ce", + "url": "https://api.github.com/repos/symfony/ux-vue/zipball/3f2966b0677f2b025bf3966fc50ee8e43f8f1caf", + "reference": "3f2966b0677f2b025bf3966fc50ee8e43f8f1caf", "shasum": "" }, "require": { @@ -8514,20 +8664,20 @@ "type": "tidelift" } ], - "time": "2024-06-26T14:05:06+00:00" + "time": "2024-08-14T04:55:38+00:00" }, { "name": "symfony/validator", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/validator.git", - "reference": "bed12b7d5bd4dac452db5fa6203331c876b489e7" + "reference": "ba711a6cfc008544dad059abb3c1d997f1472237" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/bed12b7d5bd4dac452db5fa6203331c876b489e7", - "reference": "bed12b7d5bd4dac452db5fa6203331c876b489e7", + "url": "https://api.github.com/repos/symfony/validator/zipball/ba711a6cfc008544dad059abb3c1d997f1472237", + "reference": "ba711a6cfc008544dad059abb3c1d997f1472237", "shasum": "" }, "require": { @@ -8595,7 +8745,7 @@ "description": "Provides tools to validate values", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/validator/tree/v7.1.2" + "source": "https://github.com/symfony/validator/tree/v7.1.3" }, "funding": [ { @@ -8611,20 +8761,20 @@ "type": "tidelift" } ], - "time": "2024-06-25T19:55:06+00:00" + "time": "2024-07-26T12:41:01+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "5857c57c6b4b86524c08cf4f4bc95327270a816d" + "reference": "86af4617cca75a6e28598f49ae0690f3b9d4591f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/5857c57c6b4b86524c08cf4f4bc95327270a816d", - "reference": "5857c57c6b4b86524c08cf4f4bc95327270a816d", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/86af4617cca75a6e28598f49ae0690f3b9d4591f", + "reference": "86af4617cca75a6e28598f49ae0690f3b9d4591f", "shasum": "" }, "require": { @@ -8678,7 +8828,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.1.2" + "source": "https://github.com/symfony/var-dumper/tree/v7.1.3" }, "funding": [ { @@ -8694,7 +8844,7 @@ "type": "tidelift" } ], - "time": "2024-06-28T08:00:31+00:00" + "time": "2024-07-26T12:41:01+00:00" }, { "name": "symfony/var-exporter", @@ -9037,16 +9187,16 @@ }, { "name": "tempest/highlight", - "version": "2.7.0", + "version": "2.8.2", "source": { "type": "git", "url": "https://github.com/tempestphp/highlight.git", - "reference": "ea8bb975aeef56e6c01ee471a77aa8bd8f4c07fb" + "reference": "7901d5f3d632fdcd3a0c1c360af7bfdcf8785f65" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/tempestphp/highlight/zipball/ea8bb975aeef56e6c01ee471a77aa8bd8f4c07fb", - "reference": "ea8bb975aeef56e6c01ee471a77aa8bd8f4c07fb", + "url": "https://api.github.com/repos/tempestphp/highlight/zipball/7901d5f3d632fdcd3a0c1c360af7bfdcf8785f65", + "reference": "7901d5f3d632fdcd3a0c1c360af7bfdcf8785f65", "shasum": "" }, "require": { @@ -9055,10 +9205,10 @@ "require-dev": { "assertchris/ellison": "^1.0.2", "friendsofphp/php-cs-fixer": "^3.21", - "larapack/dd": "^1.1", "league/commonmark": "^2.4", "phpstan/phpstan": "^1.10.0", - "phpunit/phpunit": "^10.0" + "phpunit/phpunit": "^10.0", + "symfony/var-dumper": "^6.4|^7.0" }, "suggest": { "assertchris/ellison": "Allows you to analyse sentence complexity", @@ -9083,7 +9233,7 @@ "description": "Fast, extensible, server-side code highlighting", "support": { "issues": "https://github.com/tempestphp/highlight/issues", - "source": "https://github.com/tempestphp/highlight/tree/2.7.0" + "source": "https://github.com/tempestphp/highlight/tree/2.8.2" }, "funding": [ { @@ -9091,7 +9241,7 @@ "type": "github" } ], - "time": "2024-05-28T09:10:05+00:00" + "time": "2024-08-14T12:31:48+00:00" }, { "name": "twbs/bootstrap", @@ -9145,16 +9295,16 @@ }, { "name": "twig/extra-bundle", - "version": "v3.10.0", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/twigphp/twig-extra-bundle.git", - "reference": "cdc6e23aeb7f4953c1039568c3439aab60c56454" + "reference": "bf8a304eac15838d7724fdf64c345bdefbb75f03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/cdc6e23aeb7f4953c1039568c3439aab60c56454", - "reference": "cdc6e23aeb7f4953c1039568c3439aab60c56454", + "url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/bf8a304eac15838d7724fdf64c345bdefbb75f03", + "reference": "bf8a304eac15838d7724fdf64c345bdefbb75f03", "shasum": "" }, "require": { @@ -9203,7 +9353,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.10.0" + "source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.11.0" }, "funding": [ { @@ -9215,20 +9365,20 @@ "type": "tidelift" } ], - "time": "2024-05-11T07:35:57+00:00" + "time": "2024-06-21T06:25:01+00:00" }, { "name": "twig/html-extra", - "version": "v3.10.0", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/twigphp/html-extra.git", - "reference": "1c045fc28ace0dcaf464f8e0d4e2aca6347d5fda" + "reference": "e5de60eb0afb24a60f371de428864b5df9414aa6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/html-extra/zipball/1c045fc28ace0dcaf464f8e0d4e2aca6347d5fda", - "reference": "1c045fc28ace0dcaf464f8e0d4e2aca6347d5fda", + "url": "https://api.github.com/repos/twigphp/html-extra/zipball/e5de60eb0afb24a60f371de428864b5df9414aa6", + "reference": "e5de60eb0afb24a60f371de428864b5df9414aa6", "shasum": "" }, "require": { @@ -9271,7 +9421,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/html-extra/tree/v3.10.0" + "source": "https://github.com/twigphp/html-extra/tree/v3.11.0" }, "funding": [ { @@ -9283,20 +9433,20 @@ "type": "tidelift" } ], - "time": "2024-05-11T07:35:57+00:00" + "time": "2024-06-21T06:25:01+00:00" }, { "name": "twig/intl-extra", - "version": "v3.10.0", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/twigphp/intl-extra.git", - "reference": "693f6beb8ca91fc6323e01b3addf983812f65c93" + "reference": "e9cadd61342e71e45b2f4f0558122433fd7e4566" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/693f6beb8ca91fc6323e01b3addf983812f65c93", - "reference": "693f6beb8ca91fc6323e01b3addf983812f65c93", + "url": "https://api.github.com/repos/twigphp/intl-extra/zipball/e9cadd61342e71e45b2f4f0558122433fd7e4566", + "reference": "e9cadd61342e71e45b2f4f0558122433fd7e4566", "shasum": "" }, "require": { @@ -9335,7 +9485,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/intl-extra/tree/v3.10.0" + "source": "https://github.com/twigphp/intl-extra/tree/v3.11.0" }, "funding": [ { @@ -9347,20 +9497,20 @@ "type": "tidelift" } ], - "time": "2024-05-11T07:35:57+00:00" + "time": "2024-06-21T06:25:01+00:00" }, { "name": "twig/markdown-extra", - "version": "v3.10.0", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/twigphp/markdown-extra.git", - "reference": "e4bf2419df819dcf9dc7a0b25dd8cd1092cbd86d" + "reference": "504557d60d80478260ebd2221a2b3332a480865d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/e4bf2419df819dcf9dc7a0b25dd8cd1092cbd86d", - "reference": "e4bf2419df819dcf9dc7a0b25dd8cd1092cbd86d", + "url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/504557d60d80478260ebd2221a2b3332a480865d", + "reference": "504557d60d80478260ebd2221a2b3332a480865d", "shasum": "" }, "require": { @@ -9407,7 +9557,7 @@ "twig" ], "support": { - "source": "https://github.com/twigphp/markdown-extra/tree/v3.10.0" + "source": "https://github.com/twigphp/markdown-extra/tree/v3.11.0" }, "funding": [ { @@ -9419,20 +9569,20 @@ "type": "tidelift" } ], - "time": "2024-05-11T07:35:57+00:00" + "time": "2024-08-07T17:34:09+00:00" }, { "name": "twig/string-extra", - "version": "v3.10.0", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/twigphp/string-extra.git", - "reference": "cd76ed8ae081bcd4fddf549e92e20c5df76c358a" + "reference": "d25c61baf38705a72ebb5a92d2e9ecb7c473b8ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/string-extra/zipball/cd76ed8ae081bcd4fddf549e92e20c5df76c358a", - "reference": "cd76ed8ae081bcd4fddf549e92e20c5df76c358a", + "url": "https://api.github.com/repos/twigphp/string-extra/zipball/d25c61baf38705a72ebb5a92d2e9ecb7c473b8ac", + "reference": "d25c61baf38705a72ebb5a92d2e9ecb7c473b8ac", "shasum": "" }, "require": { @@ -9474,7 +9624,7 @@ "unicode" ], "support": { - "source": "https://github.com/twigphp/string-extra/tree/v3.10.0" + "source": "https://github.com/twigphp/string-extra/tree/v3.11.0" }, "funding": [ { @@ -9486,20 +9636,20 @@ "type": "tidelift" } ], - "time": "2024-05-11T07:35:57+00:00" + "time": "2024-08-07T17:34:09+00:00" }, { "name": "twig/twig", - "version": "v3.10.3", + "version": "v3.11.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "67f29781ffafa520b0bbfbd8384674b42db04572" + "reference": "e80fb8ebba85c7341a97a9ebf825d7fd4b77708d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/67f29781ffafa520b0bbfbd8384674b42db04572", - "reference": "67f29781ffafa520b0bbfbd8384674b42db04572", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/e80fb8ebba85c7341a97a9ebf825d7fd4b77708d", + "reference": "e80fb8ebba85c7341a97a9ebf825d7fd4b77708d", "shasum": "" }, "require": { @@ -9507,7 +9657,8 @@ "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8", "symfony/polyfill-mbstring": "^1.3", - "symfony/polyfill-php80": "^1.22" + "symfony/polyfill-php80": "^1.22", + "symfony/polyfill-php81": "^1.29" }, "require-dev": { "psr/container": "^1.0|^2.0", @@ -9553,7 +9704,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.10.3" + "source": "https://github.com/twigphp/Twig/tree/v3.11.0" }, "funding": [ { @@ -9565,7 +9716,7 @@ "type": "tidelift" } ], - "time": "2024-05-16T10:04:27+00:00" + "time": "2024-08-08T16:15:16+00:00" } ], "packages-dev": [ @@ -10322,45 +10473,45 @@ }, { "name": "phpunit/phpunit", - "version": "9.6.19", + "version": "9.6.20", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8" + "reference": "49d7820565836236411f5dc002d16dd689cde42f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8", - "reference": "a1a54a473501ef4cdeaae4e06891674114d79db8", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/49d7820565836236411f5dc002d16dd689cde42f", + "reference": "49d7820565836236411f5dc002d16dd689cde42f", "shasum": "" }, "require": { - "doctrine/instantiator": "^1.3.1 || ^2", + "doctrine/instantiator": "^1.5.0 || ^2", "ext-dom": "*", "ext-json": "*", "ext-libxml": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.10.1", - "phar-io/manifest": "^2.0.3", - "phar-io/version": "^3.0.2", + "myclabs/deep-copy": "^1.12.0", + "phar-io/manifest": "^2.0.4", + "phar-io/version": "^3.2.1", "php": ">=7.3", - "phpunit/php-code-coverage": "^9.2.28", - "phpunit/php-file-iterator": "^3.0.5", + "phpunit/php-code-coverage": "^9.2.31", + "phpunit/php-file-iterator": "^3.0.6", "phpunit/php-invoker": "^3.1.1", - "phpunit/php-text-template": "^2.0.3", - "phpunit/php-timer": "^5.0.2", - "sebastian/cli-parser": "^1.0.1", - "sebastian/code-unit": "^1.0.6", + "phpunit/php-text-template": "^2.0.4", + "phpunit/php-timer": "^5.0.3", + "sebastian/cli-parser": "^1.0.2", + "sebastian/code-unit": "^1.0.8", "sebastian/comparator": "^4.0.8", - "sebastian/diff": "^4.0.3", - "sebastian/environment": "^5.1.3", - "sebastian/exporter": "^4.0.5", - "sebastian/global-state": "^5.0.1", - "sebastian/object-enumerator": "^4.0.3", - "sebastian/resource-operations": "^3.0.3", - "sebastian/type": "^3.2", + "sebastian/diff": "^4.0.6", + "sebastian/environment": "^5.1.5", + "sebastian/exporter": "^4.0.6", + "sebastian/global-state": "^5.0.7", + "sebastian/object-enumerator": "^4.0.4", + "sebastian/resource-operations": "^3.0.4", + "sebastian/type": "^3.2.1", "sebastian/version": "^3.0.2" }, "suggest": { @@ -10405,7 +10556,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.20" }, "funding": [ { @@ -10421,7 +10572,7 @@ "type": "tidelift" } ], - "time": "2024-04-05T04:35:58+00:00" + "time": "2024-07-10T11:45:39+00:00" }, { "name": "sebastian/cli-parser", @@ -11754,16 +11905,16 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", - "reference": "8eb63f1c0e2001f97b3cd9ed550b18765cdeb1c8" + "reference": "e823122d31935eb711e2767c31f3d71cb0b87fb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/8eb63f1c0e2001f97b3cd9ed550b18765cdeb1c8", - "reference": "8eb63f1c0e2001f97b3cd9ed550b18765cdeb1c8", + "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/e823122d31935eb711e2767c31f3d71cb0b87fb1", + "reference": "e823122d31935eb711e2767c31f3d71cb0b87fb1", "shasum": "" }, "require": { @@ -11816,7 +11967,7 @@ "description": "Provides utilities for PHPUnit, especially user deprecation notices management", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/phpunit-bridge/tree/v7.1.2" + "source": "https://github.com/symfony/phpunit-bridge/tree/v7.1.3" }, "funding": [ { @@ -11832,20 +11983,20 @@ "type": "tidelift" } ], - "time": "2024-06-25T19:55:06+00:00" + "time": "2024-07-26T12:41:01+00:00" }, { "name": "symfony/web-profiler-bundle", - "version": "v7.1.2", + "version": "v7.1.3", "source": { "type": "git", "url": "https://github.com/symfony/web-profiler-bundle.git", - "reference": "82b22245d9f3ef8ccb1d55d4e8ade8bc3885c302" + "reference": "b9357f73d2c14dcd36783a67386f510654828668" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/82b22245d9f3ef8ccb1d55d4e8ade8bc3885c302", - "reference": "82b22245d9f3ef8ccb1d55d4e8ade8bc3885c302", + "url": "https://api.github.com/repos/symfony/web-profiler-bundle/zipball/b9357f73d2c14dcd36783a67386f510654828668", + "reference": "b9357f73d2c14dcd36783a67386f510654828668", "shasum": "" }, "require": { @@ -11897,7 +12048,7 @@ "dev" ], "support": { - "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.1.2" + "source": "https://github.com/symfony/web-profiler-bundle/tree/v7.1.3" }, "funding": [ { @@ -11913,7 +12064,7 @@ "type": "tidelift" } ], - "time": "2024-06-25T19:55:06+00:00" + "time": "2024-07-26T12:41:01+00:00" }, { "name": "theseer/tokenizer", @@ -11967,16 +12118,16 @@ }, { "name": "vincentlanglet/twig-cs-fixer", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/VincentLanglet/Twig-CS-Fixer.git", - "reference": "3954bbfece3dfd5881f1437e72334e089595d5de" + "reference": "ac11c63f17322e31dc6d8c5e8dada54423d66fe0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/VincentLanglet/Twig-CS-Fixer/zipball/3954bbfece3dfd5881f1437e72334e089595d5de", - "reference": "3954bbfece3dfd5881f1437e72334e089595d5de", + "url": "https://api.github.com/repos/VincentLanglet/Twig-CS-Fixer/zipball/ac11c63f17322e31dc6d8c5e8dada54423d66fe0", + "reference": "ac11c63f17322e31dc6d8c5e8dada54423d66fe0", "shasum": "" }, "require": { @@ -12035,7 +12186,7 @@ "homepage": "https://github.com/VincentLanglet/Twig-CS-Fixer", "support": { "issues": "https://github.com/VincentLanglet/Twig-CS-Fixer/issues", - "source": "https://github.com/VincentLanglet/Twig-CS-Fixer/tree/3.0.0" + "source": "https://github.com/VincentLanglet/Twig-CS-Fixer/tree/3.0.1" }, "funding": [ { @@ -12043,7 +12194,7 @@ "type": "github" } ], - "time": "2024-07-28T11:46:49+00:00" + "time": "2024-08-13T16:27:40+00:00" }, { "name": "webmozart/assert", @@ -12295,16 +12446,16 @@ }, { "name": "zenstruck/foundry", - "version": "v1.38.2", + "version": "v1.38.3", "source": { "type": "git", "url": "https://github.com/zenstruck/foundry.git", - "reference": "841bb70df8e6fa5110b85dec1e851a28b7ac496e" + "reference": "112e3a6ce1d75627a3fbfd6cd009055994167edb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zenstruck/foundry/zipball/841bb70df8e6fa5110b85dec1e851a28b7ac496e", - "reference": "841bb70df8e6fa5110b85dec1e851a28b7ac496e", + "url": "https://api.github.com/repos/zenstruck/foundry/zipball/112e3a6ce1d75627a3fbfd6cd009055994167edb", + "reference": "112e3a6ce1d75627a3fbfd6cd009055994167edb", "shasum": "" }, "require": { @@ -12377,7 +12528,7 @@ ], "support": { "issues": "https://github.com/zenstruck/foundry/issues", - "source": "https://github.com/zenstruck/foundry/tree/v1.38.2" + "source": "https://github.com/zenstruck/foundry/tree/v1.38.3" }, "funding": [ { @@ -12385,7 +12536,7 @@ "type": "github" } ], - "time": "2024-06-19T12:38:34+00:00" + "time": "2024-07-04T19:59:49+00:00" } ], "aliases": [], @@ -12398,7 +12549,9 @@ "symfony/ux-dropzone": 20, "symfony/ux-icons": 20, "symfony/ux-lazy-image": 20, + "symfony/ux-leaflet-map": 20, "symfony/ux-live-component": 20, + "symfony/ux-map": 20, "symfony/ux-notify": 20, "symfony/ux-react": 20, "symfony/ux-svelte": 20, @@ -12418,5 +12571,5 @@ "ext-iconv": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/ux.symfony.com/config/bundles.php b/ux.symfony.com/config/bundles.php index b45fdc6f3d0..c9bb8d7be97 100644 --- a/ux.symfony.com/config/bundles.php +++ b/ux.symfony.com/config/bundles.php @@ -31,4 +31,5 @@ Symfony\UX\TogglePassword\TogglePasswordBundle::class => ['all' => true], Symfonycasts\SassBundle\SymfonycastsSassBundle::class => ['all' => true], Symfony\UX\Icons\UXIconsBundle::class => ['all' => true], + Symfony\UX\Map\UXMapBundle::class => ['all' => true], ]; diff --git a/ux.symfony.com/config/packages/ux_map.yaml b/ux.symfony.com/config/packages/ux_map.yaml new file mode 100644 index 00000000000..ce0f0c75fb5 --- /dev/null +++ b/ux.symfony.com/config/packages/ux_map.yaml @@ -0,0 +1,3 @@ +ux_map: + # https://symfony.com/bundles/ux-map/current/index.html#available-renderers + renderer: '%env(resolve:default::UX_MAP_DSN)%' diff --git a/ux.symfony.com/importmap.php b/ux.symfony.com/importmap.php index e27a8994a5e..af8af902954 100644 --- a/ux.symfony.com/importmap.php +++ b/ux.symfony.com/importmap.php @@ -190,4 +190,17 @@ 'chart.js' => [ 'version' => '4.4.3', ], + '@symfony/ux-map/abstract-map-controller' => [ + 'path' => './vendor/symfony/ux-map/assets/dist/abstract_map_controller.js', + ], + 'leaflet' => [ + 'version' => '1.9.4', + ], + 'leaflet/dist/leaflet.min.css' => [ + 'version' => '1.9.4', + 'type' => 'css', + ], + '@symfony/ux-leaflet-map/map-controller' => [ + 'path' => './vendor/symfony/ux-leaflet-map/assets/dist/map_controller.js', + ], ]; diff --git a/ux.symfony.com/src/Controller/UxPackage/MapController.php b/ux.symfony.com/src/Controller/UxPackage/MapController.php new file mode 100644 index 00000000000..e6d6b88c143 --- /dev/null +++ b/ux.symfony.com/src/Controller/UxPackage/MapController.php @@ -0,0 +1,53 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace App\Controller\UxPackage; + +use Symfony\Bundle\FrameworkBundle\Controller\AbstractController; +use Symfony\Component\HttpFoundation\Response; +use Symfony\Component\Routing\Attribute\Route; +use Symfony\UX\Map\Bridge\Leaflet\LeafletOptions; +use Symfony\UX\Map\Bridge\Leaflet\Option\TileLayer; +use Symfony\UX\Map\InfoWindow; +use Symfony\UX\Map\Map; +use Symfony\UX\Map\Marker; +use Symfony\UX\Map\Point; + +class MapController extends AbstractController +{ + #[Route('/map', name: 'app_map')] + public function __invoke(): Response + { + $map = (new Map('default')) + ->center(new Point(45.7534031, 4.8295061)) + ->zoom(6) + + ->addMarker(new Marker( + position: new Point(45.7534031, 4.8295061), + title: 'Lyon', + infoWindow: new InfoWindow( + content: '
Thank you @Kocal for this component!
', + ) + )) + + ->options((new LeafletOptions()) + ->tileLayer(new TileLayer( + url: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png', + attribution: '© OpenStreetMap', + options: ['maxZoom' => 19] + )) + ); + + return $this->render('ux_packages/map.html.twig', [ + 'map' => $map, + ]); + } +} diff --git a/ux.symfony.com/src/Service/UxPackageRepository.php b/ux.symfony.com/src/Service/UxPackageRepository.php index 9fefded98c4..85f00eb2734 100644 --- a/ux.symfony.com/src/Service/UxPackageRepository.php +++ b/ux.symfony.com/src/Service/UxPackageRepository.php @@ -21,19 +21,6 @@ class UxPackageRepository public function findAll(?string $query = null): array { $packages = [ - (new UxPackage( - 'turbo', - 'Turbo', - 'app_turbo', - '#5920A0', - 'linear-gradient(95deg, #5920A0 -5%, #844EC9 105%)', - 'Single-page Symfony app', - 'Integration with Turbo for single-page-app and real-time experience', - 'I need to transform my app into an SPA!' - )) - ->setDocsLink('https://turbo.hotwired.dev/handbook/introduction', 'Documentation specifically for the Turbo JavaScript library.') - ->setScreencastLink('https://symfonycasts.com/screencast/turbo', 'Go deep into all 3 parts of Turbo.'), - new UxPackage( 'icons', 'UX Icons', @@ -46,6 +33,19 @@ public function findAll(?string $query = null): array 'icons.svg', ), + new UxPackage( + 'map', + 'UX Map', + 'app_map', + '#fff', + // 'linear-gradient(to bottom right, #58D984EB, #0083A2D1), #3386dfd4', + 'linear-gradient(to bottom right, #1BA980, #209127 75%, #C0CB2A)', + 'Interactive Maps', + 'Render interactive Maps in PHP with Leaflet or Google Maps.', + 'I need to display markers on a Map.', + 'map.svg', + ), + new UxPackage( 'twig-component', 'Twig Components', @@ -68,6 +68,19 @@ public function findAll(?string $query = null): array 'I need Twig templates that update in real-time!' ), + (new UxPackage( + 'turbo', + 'Turbo', + 'app_turbo', + '#5920A0', + 'linear-gradient(95deg, #5920A0 -5%, #844EC9 105%)', + 'Single-page Symfony app', + 'Integration with Turbo for single-page-app and real-time experience', + 'I need to transform my app into an SPA!' + )) + ->setDocsLink('https://turbo.hotwired.dev/handbook/introduction', 'Documentation specifically for the Turbo JavaScript library.') + ->setScreencastLink('https://symfonycasts.com/screencast/turbo', 'Go deep into all 3 parts of Turbo.'), + new UxPackage( 'autocomplete', 'Autocomplete', diff --git a/ux.symfony.com/src/Twig/Extension/PackageExtension.php b/ux.symfony.com/src/Twig/Extension/PackageExtension.php new file mode 100644 index 00000000000..45e9ca9cf66 --- /dev/null +++ b/ux.symfony.com/src/Twig/Extension/PackageExtension.php @@ -0,0 +1,34 @@ + + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + +namespace App\Twig\Extension; + +use App\Service\UxPackageRepository; +use Twig\Extension\AbstractExtension; +use Twig\TwigFilter; + +/** + * @author Simon André + */ +final class PackageExtension extends AbstractExtension +{ + public function __construct( + private readonly UxPackageRepository $packageRepository, + ) { + } + + public function getFilters(): array + { + return [ + new TwigFilter('ux_package', $this->packageRepository->find(...)), + ]; + } +} diff --git a/ux.symfony.com/symfony.lock b/ux.symfony.com/symfony.lock index b0ebbfe198c..98914f57672 100644 --- a/ux.symfony.com/symfony.lock +++ b/ux.symfony.com/symfony.lock @@ -563,6 +563,15 @@ "symfony/ux-lazy-image": { "version": "v2.1.1" }, + "symfony/ux-leaflet-map": { + "version": "2.19", + "recipe": { + "repo": "github.com/symfony/recipes", + "branch": "main", + "version": "2.19", + "ref": "e696e4124071004125072f3b582a2b7e43ad58c1" + } + }, "symfony/ux-live-component": { "version": "2.9999999", "recipe": { @@ -575,6 +584,18 @@ "config/routes/ux_live_component.yaml" ] }, + "symfony/ux-map": { + "version": "2.19", + "recipe": { + "repo": "github.com/symfony/recipes", + "branch": "main", + "version": "2.19", + "ref": "04de870967555f00bd82f542e9e2d29683c3d39e" + }, + "files": [ + "config/packages/ux_map.yaml" + ] + }, "symfony/ux-notify": { "version": "2.x-dev" }, diff --git a/ux.symfony.com/templates/components/Hero.html.twig b/ux.symfony.com/templates/components/Hero.html.twig new file mode 100644 index 00000000000..b16fcbd82c6 --- /dev/null +++ b/ux.symfony.com/templates/components/Hero.html.twig @@ -0,0 +1,15 @@ +{{ eyebrows }}
+ {% endif %} +interactive maps
in your Symfony application in a breeze!
+ Google Maps
, LeaftLet
.
+