|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "f17c83386904be5fbae1adf19e62b937",
|
|
|
|
|
|
+ "content-hash": "3c8000e9218b34c791423332c7230c6a",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "composer/semver",
|
|
"name": "composer/semver",
|
|
@@ -1281,6 +1281,138 @@
|
|
],
|
|
],
|
|
"time": "2025-03-06T22:45:56+00:00"
|
|
"time": "2025-03-06T22:45:56+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "giggsey/libphonenumber-for-php",
|
|
|
|
+ "version": "9.0.10",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
|
|
|
+ "reference": "727af7896f37194f7417def96b2140481668a28c"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/727af7896f37194f7417def96b2140481668a28c",
|
|
|
|
+ "reference": "727af7896f37194f7417def96b2140481668a28c",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "giggsey/locale": "^2.7",
|
|
|
|
+ "php": "^8.1",
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.31"
|
|
|
|
+ },
|
|
|
|
+ "replace": {
|
|
|
|
+ "giggsey/libphonenumber-for-php-lite": "self.version"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "ext-dom": "*",
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.71",
|
|
|
|
+ "infection/infection": "^0.28.0",
|
|
|
|
+ "nette/php-generator": "^4.1",
|
|
|
|
+ "php-coveralls/php-coveralls": "^2.7",
|
|
|
|
+ "phpstan/extension-installer": "^1.4.3",
|
|
|
|
+ "phpstan/phpstan": "^2.1.7",
|
|
|
|
+ "phpstan/phpstan-deprecation-rules": "^2.0.1",
|
|
|
|
+ "phpstan/phpstan-phpunit": "^2.0.4",
|
|
|
|
+ "phpstan/phpstan-strict-rules": "^2.0.3",
|
|
|
|
+ "phpunit/phpunit": "^10.5.45",
|
|
|
|
+ "symfony/console": "^6.4",
|
|
|
|
+ "symfony/filesystem": "^6.4",
|
|
|
|
+ "symfony/process": "^6.4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "9.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "libphonenumber\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "Apache-2.0"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Joshua Gigg",
|
|
|
|
+ "email": "giggsey@gmail.com",
|
|
|
|
+ "homepage": "https://giggsey.com/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A library for parsing, formatting, storing and validating international phone numbers, a PHP Port of Google's libphonenumber.",
|
|
|
|
+ "homepage": "https://github.com/giggsey/libphonenumber-for-php",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "geocoding",
|
|
|
|
+ "geolocation",
|
|
|
|
+ "libphonenumber",
|
|
|
|
+ "mobile",
|
|
|
|
+ "phonenumber",
|
|
|
|
+ "validation"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
|
|
|
|
+ "source": "https://github.com/giggsey/libphonenumber-for-php"
|
|
|
|
+ },
|
|
|
|
+ "time": "2025-07-18T06:47:04+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "giggsey/locale",
|
|
|
|
+ "version": "2.8.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/giggsey/Locale.git",
|
|
|
|
+ "reference": "1cd8b3ad2d43e04f4c2c6a240495af44780f809b"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/giggsey/Locale/zipball/1cd8b3ad2d43e04f4c2c6a240495af44780f809b",
|
|
|
|
+ "reference": "1cd8b3ad2d43e04f4c2c6a240495af44780f809b",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": "^8.1"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "friendsofphp/php-cs-fixer": "^3.66",
|
|
|
|
+ "pear/pear-core-minimal": "^1.10",
|
|
|
|
+ "pear/pear_exception": "^1.0",
|
|
|
|
+ "pear/versioncontrol_git": "^0.5",
|
|
|
|
+ "phing/phing": "^2.17.4",
|
|
|
|
+ "php-coveralls/php-coveralls": "^2.7",
|
|
|
|
+ "phpunit/phpunit": "^10.5.45",
|
|
|
|
+ "symfony/console": "^6.4",
|
|
|
|
+ "symfony/filesystem": "6.4",
|
|
|
|
+ "symfony/finder": "^6.4",
|
|
|
|
+ "symfony/process": "^6.4",
|
|
|
|
+ "symfony/var-exporter": "^6.4"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Giggsey\\Locale\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Joshua Gigg",
|
|
|
|
+ "email": "giggsey@gmail.com",
|
|
|
|
+ "homepage": "https://giggsey.com/"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Locale functions required by libphonenumber-for-php",
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/giggsey/Locale/issues",
|
|
|
|
+ "source": "https://github.com/giggsey/Locale/tree/2.8.0"
|
|
|
|
+ },
|
|
|
|
+ "time": "2025-03-20T14:25:27+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "monolog/monolog",
|
|
"name": "monolog/monolog",
|
|
"version": "3.9.0",
|
|
"version": "3.9.0",
|
|
@@ -1384,6 +1516,82 @@
|
|
],
|
|
],
|
|
"time": "2025-03-24T10:02:05+00:00"
|
|
"time": "2025-03-24T10:02:05+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "odolbeau/phone-number-bundle",
|
|
|
|
+ "version": "v4.2.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/odolbeau/phone-number-bundle.git",
|
|
|
|
+ "reference": "0952c8d10a245d2e6d13263c97715679654cd7e4"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/odolbeau/phone-number-bundle/zipball/0952c8d10a245d2e6d13263c97715679654cd7e4",
|
|
|
|
+ "reference": "0952c8d10a245d2e6d13263c97715679654cd7e4",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "giggsey/libphonenumber-for-php": "^9.0.2",
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/config": "^6.4 || ^7.2",
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
+ "symfony/framework-bundle": "^6.4 || ^7.2",
|
|
|
|
+ "symfony/intl": "^6.4 || ^7.2",
|
|
|
|
+ "symfony/polyfill-mbstring": "^1.28"
|
|
|
|
+ },
|
|
|
|
+ "replace": {
|
|
|
|
+ "misd/phone-number-bundle": "self.version"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/doctrine-bundle": "^1.12|^2.0",
|
|
|
|
+ "phpspec/prophecy": "^1.20",
|
|
|
|
+ "phpspec/prophecy-phpunit": "^2.3",
|
|
|
|
+ "phpunit/phpunit": "^9.6.11",
|
|
|
|
+ "symfony/form": "^6.4 || ^7.2",
|
|
|
|
+ "symfony/phpunit-bridge": "^7.2",
|
|
|
|
+ "symfony/property-access": "^6.4 || ^7.2",
|
|
|
|
+ "symfony/serializer": "^6.4 || ^7.2",
|
|
|
|
+ "symfony/twig-bundle": "^6.4 || ^7.2",
|
|
|
|
+ "symfony/validator": "^6.4 || ^7.2"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "doctrine/doctrine-bundle": "Add a DBAL mapping type",
|
|
|
|
+ "symfony/form": "Add a data transformer",
|
|
|
|
+ "symfony/property-access": "Choose a path in the validation constraint",
|
|
|
|
+ "symfony/serializer": "Serialize/deserialize phone numbers using Symfony library",
|
|
|
|
+ "symfony/twig-bundle": "Format phone numbers in Twig templates",
|
|
|
|
+ "symfony/validator": "Add a validation constraint"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bundle",
|
|
|
|
+ "extra": {
|
|
|
|
+ "branch-alias": {
|
|
|
|
+ "dev-master": "3.10.x-dev"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Misd\\PhoneNumberBundle\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Integrates libphonenumber into your Symfony application",
|
|
|
|
+ "homepage": "https://github.com/odolbeau/phone-number-bundle",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "bundle",
|
|
|
|
+ "libphonenumber",
|
|
|
|
+ "phone-number",
|
|
|
|
+ "phonenumber",
|
|
|
|
+ "telephone number"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/odolbeau/phone-number-bundle/issues",
|
|
|
|
+ "source": "https://github.com/odolbeau/phone-number-bundle/tree/v4.2.0"
|
|
|
|
+ },
|
|
|
|
+ "time": "2025-07-15T20:50:09+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "phpdocumentor/reflection-common",
|
|
"name": "phpdocumentor/reflection-common",
|
|
"version": "2.2.0",
|
|
"version": "2.2.0",
|
|
@@ -5266,6 +5474,85 @@
|
|
],
|
|
],
|
|
"time": "2025-02-20T12:04:08+00:00"
|
|
"time": "2025-02-20T12:04:08+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/polyfill-uuid",
|
|
|
|
+ "version": "v1.32.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-uuid.git",
|
|
|
|
+ "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
|
|
|
|
+ "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
+ },
|
|
|
|
+ "provide": {
|
|
|
|
+ "ext-uuid": "*"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "ext-uuid": "For best performance"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "thanks": {
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "files": [
|
|
|
|
+ "bootstrap.php"
|
|
|
|
+ ],
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Polyfill\\Uuid\\": ""
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Grégoire Pineau",
|
|
|
|
+ "email": "lyrixx@lyrixx.info"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Symfony polyfill for uuid functions",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "compatibility",
|
|
|
|
+ "polyfill",
|
|
|
|
+ "portable",
|
|
|
|
+ "uuid"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-uuid/tree/v1.32.0"
|
|
|
|
+ },
|
|
|
|
+ "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-09-09T11:45:10+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "symfony/process",
|
|
"name": "symfony/process",
|
|
"version": "v7.3.0",
|
|
"version": "v7.3.0",
|
|
@@ -6847,6 +7134,169 @@
|
|
],
|
|
],
|
|
"time": "2025-06-27T19:55:54+00:00"
|
|
"time": "2025-06-27T19:55:54+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/uid",
|
|
|
|
+ "version": "v7.3.1",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/uid.git",
|
|
|
|
+ "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/uid/zipball/a69f69f3159b852651a6bf45a9fdd149520525bb",
|
|
|
|
+ "reference": "a69f69f3159b852651a6bf45a9fdd149520525bb",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=8.2",
|
|
|
|
+ "symfony/polyfill-uuid": "^1.15"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "symfony/console": "^6.4|^7.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\Component\\Uid\\": ""
|
|
|
|
+ },
|
|
|
|
+ "exclude-from-classmap": [
|
|
|
|
+ "/Tests/"
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Grégoire Pineau",
|
|
|
|
+ "email": "lyrixx@lyrixx.info"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
|
+ "email": "p@tchwork.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Provides an object-oriented API to generate and represent UIDs",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "UID",
|
|
|
|
+ "ulid",
|
|
|
|
+ "uuid"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/uid/tree/v7.3.1"
|
|
|
|
+ },
|
|
|
|
+ "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": "2025-06-27T19:55:54+00:00"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/ux-icons",
|
|
|
|
+ "version": "v2.27.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/ux-icons.git",
|
|
|
|
+ "reference": "af6d09779e786717c6e3b5a8a004e8c18ce3ef00"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/ux-icons/zipball/af6d09779e786717c6e3b5a8a004e8c18ce3ef00",
|
|
|
|
+ "reference": "af6d09779e786717c6e3b5a8a004e8c18ce3ef00",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/framework-bundle": "^6.4|^7.0",
|
|
|
|
+ "symfony/twig-bundle": "^6.4|^7.0"
|
|
|
|
+ },
|
|
|
|
+ "conflict": {
|
|
|
|
+ "symfony/flex": "<1.13",
|
|
|
|
+ "symfony/ux-twig-component": "<2.21"
|
|
|
|
+ },
|
|
|
|
+ "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",
|
|
|
|
+ "symfony/phpunit-bridge": "^6.3|^7.0",
|
|
|
|
+ "symfony/ux-twig-component": "^2.14",
|
|
|
|
+ "zenstruck/console-test": "^1.5"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bundle",
|
|
|
|
+ "extra": {
|
|
|
|
+ "thanks": {
|
|
|
|
+ "url": "https://github.com/symfony/ux",
|
|
|
|
+ "name": "symfony/ux"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\UX\\Icons\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Kevin Bond",
|
|
|
|
+ "email": "kevinbond@gmail.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Simon André",
|
|
|
|
+ "email": "smn.andre@gmail.com"
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Renders local and remote SVG icons in your Twig templates.",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "icons",
|
|
|
|
+ "svg",
|
|
|
|
+ "symfony-ux",
|
|
|
|
+ "twig"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/ux-icons/tree/v2.27.0"
|
|
|
|
+ },
|
|
|
|
+ "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": "2025-06-17T06:15:15+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "symfony/ux-turbo",
|
|
"name": "symfony/ux-turbo",
|
|
"version": "v2.27.0",
|
|
"version": "v2.27.0",
|
|
@@ -6946,6 +7396,89 @@
|
|
],
|
|
],
|
|
"time": "2025-06-06T20:27:21+00:00"
|
|
"time": "2025-06-06T20:27:21+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "symfony/ux-twig-component",
|
|
|
|
+ "version": "v2.27.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/symfony/ux-twig-component.git",
|
|
|
|
+ "reference": "0879cd53812b79e8b6a20e104b6e785a2ac2c013"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/ux-twig-component/zipball/0879cd53812b79e8b6a20e104b6e785a2ac2c013",
|
|
|
|
+ "reference": "0879cd53812b79e8b6a20e104b6e785a2ac2c013",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/deprecation-contracts": "^2.2|^3.0",
|
|
|
|
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/property-access": "^5.4|^6.0|^7.0",
|
|
|
|
+ "twig/twig": "^3.10.3"
|
|
|
|
+ },
|
|
|
|
+ "conflict": {
|
|
|
|
+ "symfony/config": "<5.4.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "symfony/console": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/css-selector": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/dom-crawler": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/framework-bundle": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/phpunit-bridge": "^6.0|^7.0",
|
|
|
|
+ "symfony/stimulus-bundle": "^2.9.1",
|
|
|
|
+ "symfony/twig-bundle": "^5.4|^6.0|^7.0",
|
|
|
|
+ "symfony/webpack-encore-bundle": "^1.15"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bundle",
|
|
|
|
+ "extra": {
|
|
|
|
+ "thanks": {
|
|
|
|
+ "url": "https://github.com/symfony/ux",
|
|
|
|
+ "name": "symfony/ux"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Symfony\\UX\\TwigComponent\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Symfony Community",
|
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "Twig components for Symfony",
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "components",
|
|
|
|
+ "symfony-ux",
|
|
|
|
+ "twig"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "source": "https://github.com/symfony/ux-twig-component/tree/v2.27.0"
|
|
|
|
+ },
|
|
|
|
+ "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": "2025-06-21T16:41:28+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "symfony/validator",
|
|
"name": "symfony/validator",
|
|
"version": "v7.3.1",
|
|
"version": "v7.3.1",
|
|
@@ -7360,6 +7893,52 @@
|
|
],
|
|
],
|
|
"time": "2025-06-03T06:57:57+00:00"
|
|
"time": "2025-06-03T06:57:57+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "symfonycasts/verify-email-bundle",
|
|
|
|
+ "version": "v1.17.3",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/SymfonyCasts/verify-email-bundle.git",
|
|
|
|
+ "reference": "2cb1cd94ca7a65471563a5cb91ddf40e8433844e"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/SymfonyCasts/verify-email-bundle/zipball/2cb1cd94ca7a65471563a5cb91ddf40e8433844e",
|
|
|
|
+ "reference": "2cb1cd94ca7a65471563a5cb91ddf40e8433844e",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "ext-json": "*",
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
+ "symfony/config": "^5.4 | ^6.0 | ^7.0",
|
|
|
|
+ "symfony/dependency-injection": "^5.4 | ^6.0 | ^7.0",
|
|
|
|
+ "symfony/deprecation-contracts": "^2.2 | ^3.0",
|
|
|
|
+ "symfony/http-kernel": "^5.4 | ^6.0 | ^7.0",
|
|
|
|
+ "symfony/routing": "^5.4 | ^6.0 | ^7.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "doctrine/orm": "^2.7",
|
|
|
|
+ "doctrine/persistence": "^2.0",
|
|
|
|
+ "symfony/framework-bundle": "^5.4 | ^6.0 | ^7.0",
|
|
|
|
+ "symfony/phpunit-bridge": "^5.4 | ^6.0 | ^7.0"
|
|
|
|
+ },
|
|
|
|
+ "type": "symfony-bundle",
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "SymfonyCasts\\Bundle\\VerifyEmail\\": "src/"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "description": "Simple, stylish Email Verification for Symfony",
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/SymfonyCasts/verify-email-bundle/issues",
|
|
|
|
+ "source": "https://github.com/SymfonyCasts/verify-email-bundle/tree/v1.17.3"
|
|
|
|
+ },
|
|
|
|
+ "time": "2024-12-09T18:44:25+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "twig/extra-bundle",
|
|
"name": "twig/extra-bundle",
|
|
"version": "v3.21.0",
|
|
"version": "v3.21.0",
|