update chill to release 2.14.1 #8

Merged
julienfastre merged 2 commits from release/chill-2.14.1 into main 2023-11-30 08:27:56 +00:00
4 changed files with 193 additions and 103 deletions

3
.changes/v1.3.0.md Normal file
View File

@ -0,0 +1,3 @@
## v1.3.0 - 2023-11-30
### Release
* Update dependencies. Chill-bundles upgraded from 2.14.0 to 2.14.1

View File

@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie). and is generated by [Changie](https://github.com/miniscruff/changie).
## v1.3.0 - 2023-11-30
### Release
* Update dependencies. Chill-bundles upgraded from 2.14.0 to 2.14.1
## v1.2.0 - 2023-11-24 ## v1.2.0 - 2023-11-24
### Release ### Release
* Update dependencies. Chill-bundles upgraded from 2.13.0 to 2.14.0 * Update dependencies. Chill-bundles upgraded from 2.13.0 to 2.14.0

View File

@ -15,7 +15,7 @@
}, },
"require": { "require": {
"ext-redis": "*", "ext-redis": "*",
"chill-project/chill-bundles": "2.14.0", "chill-project/chill-bundles": "2.14.1",
"symfony/flex": "^1.9", "symfony/flex": "^1.9",
"symfony/http-client": "^4.4 || ^5", "symfony/http-client": "^4.4 || ^5",
"nelmio/alice": "^3.8", "nelmio/alice": "^3.8",

287
composer.lock generated
View File

@ -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": "ea594273b5bddc49bfdea875ab75eec5", "content-hash": "2c0f421378ea6b4d933dd160fce2889f",
"packages": [ "packages": [
{ {
"name": "brick/math", "name": "brick/math",
@ -223,16 +223,16 @@
}, },
{ {
"name": "chill-project/chill-bundles", "name": "chill-project/chill-bundles",
"version": "2.14.0", "version": "2.14.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@gitlab.com:Chill-Projet/chill-bundles.git", "url": "git@gitlab.com:Chill-Projet/chill-bundles.git",
"reference": "2e4e5ee79ac1f54e7394b82506feb828cb943c2d" "reference": "f4d258882f16832868a6b35c36320c854110a7a2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=2e4e5ee79ac1f54e7394b82506feb828cb943c2d", "url": "https://gitlab.com/api/v4/projects/Chill-Projet%2Fchill-bundles/repository/archive.zip?sha=f4d258882f16832868a6b35c36320c854110a7a2",
"reference": "2e4e5ee79ac1f54e7394b82506feb828cb943c2d", "reference": "f4d258882f16832868a6b35c36320c854110a7a2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -344,7 +344,7 @@
"chill", "chill",
"social worker" "social worker"
], ],
"time": "2023-11-24T11:39:13+00:00" "time": "2023-11-29T21:23:42+00:00"
}, },
{ {
"name": "composer/package-versions-deprecated", "name": "composer/package-versions-deprecated",
@ -2988,32 +2988,32 @@
}, },
{ {
"name": "knpuniversity/oauth2-client-bundle", "name": "knpuniversity/oauth2-client-bundle",
"version": "v2.16.0", "version": "v2.17.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/knpuniversity/oauth2-client-bundle.git", "url": "https://github.com/knpuniversity/oauth2-client-bundle.git",
"reference": "2d4aacdf4d32a869d785d20515adf0615d9da248" "reference": "7966f17c964dbcf5a53da60d342c11a590b149e2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/2d4aacdf4d32a869d785d20515adf0615d9da248", "url": "https://api.github.com/repos/knpuniversity/oauth2-client-bundle/zipball/7966f17c964dbcf5a53da60d342c11a590b149e2",
"reference": "2d4aacdf4d32a869d785d20515adf0615d9da248", "reference": "7966f17c964dbcf5a53da60d342c11a590b149e2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"league/oauth2-client": "^2.0", "league/oauth2-client": "^2.0",
"php": ">=7.4", "php": ">=7.4",
"symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^4.4|^5.0|^6.0|^7.0",
"symfony/framework-bundle": "^4.4|^5.0|^6.0", "symfony/framework-bundle": "^4.4|^5.0|^6.0|^7.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^4.4|^5.0|^6.0|^7.0",
"symfony/routing": "^4.4|^5.0|^6.0" "symfony/routing": "^4.4|^5.0|^6.0|^7.0"
}, },
"require-dev": { "require-dev": {
"league/oauth2-facebook": "^1.1|^2.0", "league/oauth2-facebook": "^1.1|^2.0",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^0.12",
"symfony/phpunit-bridge": "^5.3.1|^6.0", "symfony/phpunit-bridge": "^5.3.1|^6.0|^7.0",
"symfony/security-guard": "^4.4|^5.0|^6.0", "symfony/security-guard": "^4.4|^5.0|^6.0|^7.0",
"symfony/yaml": "^4.4|^5.0|^6.0" "symfony/yaml": "^4.4|^5.0|^6.0|^7.0"
}, },
"suggest": { "suggest": {
"symfony/security-guard": "For integration with Symfony's Guard Security layer" "symfony/security-guard": "For integration with Symfony's Guard Security layer"
@ -3042,9 +3042,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues", "issues": "https://github.com/knpuniversity/oauth2-client-bundle/issues",
"source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.16.0" "source": "https://github.com/knpuniversity/oauth2-client-bundle/tree/v2.17.0"
}, },
"time": "2023-10-24T15:57:05+00:00" "time": "2023-11-28T19:03:31+00:00"
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
@ -4248,23 +4248,24 @@
}, },
{ {
"name": "odolbeau/phone-number-bundle", "name": "odolbeau/phone-number-bundle",
"version": "v3.9.2", "version": "v3.9.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/odolbeau/phone-number-bundle.git", "url": "https://github.com/odolbeau/phone-number-bundle.git",
"reference": "1564f190551bc275904687facb2af7590d5888d8" "reference": "c3237ffdbe8c6b9f62ecc5e658a5eaee27afd17c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/odolbeau/phone-number-bundle/zipball/1564f190551bc275904687facb2af7590d5888d8", "url": "https://api.github.com/repos/odolbeau/phone-number-bundle/zipball/c3237ffdbe8c6b9f62ecc5e658a5eaee27afd17c",
"reference": "1564f190551bc275904687facb2af7590d5888d8", "reference": "c3237ffdbe8c6b9f62ecc5e658a5eaee27afd17c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"giggsey/libphonenumber-for-php": "^8.0", "giggsey/libphonenumber-for-php": "^8.0",
"php": ">=7.4", "php": ">=7.4",
"symfony/framework-bundle": "^4.4|^5.3|^6.0", "symfony/framework-bundle": "^4.4|^5.3|^6.0",
"symfony/intl": "^4.4|^5.3|^6.0" "symfony/intl": "^4.4|^5.3|^6.0",
"symfony/polyfill-mbstring": "^1.28"
}, },
"conflict": { "conflict": {
"symfony/serializer": "6.0.0" "symfony/serializer": "6.0.0"
@ -4294,7 +4295,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.6.x-dev" "dev-master": "3.9.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -4317,9 +4318,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/odolbeau/phone-number-bundle/issues", "issues": "https://github.com/odolbeau/phone-number-bundle/issues",
"source": "https://github.com/odolbeau/phone-number-bundle/tree/v3.9.2" "source": "https://github.com/odolbeau/phone-number-bundle/tree/v3.9.3"
}, },
"time": "2023-07-06T18:41:41+00:00" "time": "2023-11-29T14:43:39+00:00"
}, },
{ {
"name": "ovh/ovh", "name": "ovh/ovh",
@ -4776,16 +4777,16 @@
}, },
{ {
"name": "phpseclib/phpseclib", "name": "phpseclib/phpseclib",
"version": "3.0.33", "version": "3.0.34",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpseclib/phpseclib.git", "url": "https://github.com/phpseclib/phpseclib.git",
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0" "reference": "56c79f16a6ae17e42089c06a2144467acc35348a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/33fa69b2514a61138dd48e7a49f99445711e0ad0", "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/56c79f16a6ae17e42089c06a2144467acc35348a",
"reference": "33fa69b2514a61138dd48e7a49f99445711e0ad0", "reference": "56c79f16a6ae17e42089c06a2144467acc35348a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4866,7 +4867,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpseclib/phpseclib/issues", "issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/3.0.33" "source": "https://github.com/phpseclib/phpseclib/tree/3.0.34"
}, },
"funding": [ "funding": [
{ {
@ -4882,20 +4883,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-21T14:00:39+00:00" "time": "2023-11-27T11:13:31+00:00"
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.44", "version": "1.10.46",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "bf84367c53a23f759513985c54ffe0d0c249825b" "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/bf84367c53a23f759513985c54ffe0d0c249825b", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/90d3d25c5b98b8068916bbf08ce42d5cb6c54e70",
"reference": "bf84367c53a23f759513985c54ffe0d0c249825b", "reference": "90d3d25c5b98b8068916bbf08ce42d5cb6c54e70",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4944,7 +4945,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-21T16:30:46+00:00" "time": "2023-11-28T14:57:26+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@ -6333,16 +6334,16 @@
}, },
{ {
"name": "symfony/cache", "name": "symfony/cache",
"version": "v5.4.31", "version": "v5.4.32",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/cache.git", "url": "https://github.com/symfony/cache.git",
"reference": "9c0a3a5d0718e51ff81e0605be38fe1acbee9eeb" "reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/9c0a3a5d0718e51ff81e0605be38fe1acbee9eeb", "url": "https://api.github.com/repos/symfony/cache/zipball/2553faca77502a4f68dc93cd2f3b9ec650751e40",
"reference": "9c0a3a5d0718e51ff81e0605be38fe1acbee9eeb", "reference": "2553faca77502a4f68dc93cd2f3b9ec650751e40",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6410,7 +6411,7 @@
"psr6" "psr6"
], ],
"support": { "support": {
"source": "https://github.com/symfony/cache/tree/v5.4.31" "source": "https://github.com/symfony/cache/tree/v5.4.32"
}, },
"funding": [ "funding": [
{ {
@ -6426,7 +6427,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-06T17:37:55+00:00" "time": "2023-11-24T13:04:07+00:00"
}, },
{ {
"name": "symfony/cache-contracts", "name": "symfony/cache-contracts",
@ -6509,21 +6510,22 @@
}, },
{ {
"name": "symfony/clock", "name": "symfony/clock",
"version": "v6.3.4", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/clock.git", "url": "https://github.com/symfony/clock.git",
"reference": "a74086d3db70d0f06ffd84480daa556248706e98" "reference": "48102bcc56b26d453c7f5e7f72829abc9df25a16"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/clock/zipball/a74086d3db70d0f06ffd84480daa556248706e98", "url": "https://api.github.com/repos/symfony/clock/zipball/48102bcc56b26d453c7f5e7f72829abc9df25a16",
"reference": "a74086d3db70d0f06ffd84480daa556248706e98", "reference": "48102bcc56b26d453c7f5e7f72829abc9df25a16",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1", "php": ">=8.1",
"psr/clock": "^1.0" "psr/clock": "^1.0",
"symfony/polyfill-php83": "^1.28"
}, },
"provide": { "provide": {
"psr/clock-implementation": "1.0" "psr/clock-implementation": "1.0"
@ -6562,7 +6564,7 @@
"time" "time"
], ],
"support": { "support": {
"source": "https://github.com/symfony/clock/tree/v6.3.4" "source": "https://github.com/symfony/clock/tree/v6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -6578,7 +6580,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-07-31T11:35:03+00:00" "time": "2023-10-13T14:46:14+00:00"
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
@ -6886,16 +6888,16 @@
}, },
{ {
"name": "symfony/dependency-injection", "name": "symfony/dependency-injection",
"version": "v5.4.31", "version": "v5.4.32",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dependency-injection.git", "url": "https://github.com/symfony/dependency-injection.git",
"reference": "eb1bcafa54e00ed218e1b733b8b6ad1c9ff83d20" "reference": "d5d48f215ed73f7973d01256b9a2fac729bef759"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/eb1bcafa54e00ed218e1b733b8b6ad1c9ff83d20", "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d5d48f215ed73f7973d01256b9a2fac729bef759",
"reference": "eb1bcafa54e00ed218e1b733b8b6ad1c9ff83d20", "reference": "d5d48f215ed73f7973d01256b9a2fac729bef759",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6955,7 +6957,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application", "description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dependency-injection/tree/v5.4.31" "source": "https://github.com/symfony/dependency-injection/tree/v5.4.32"
}, },
"funding": [ "funding": [
{ {
@ -6971,7 +6973,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-31T07:58:33+00:00" "time": "2023-11-29T06:58:28+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -7152,22 +7154,22 @@
}, },
{ {
"name": "symfony/doctrine-messenger", "name": "symfony/doctrine-messenger",
"version": "v6.3.8", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/doctrine-messenger.git", "url": "https://github.com/symfony/doctrine-messenger.git",
"reference": "6fa8a21e013ea22dd490cc6060508b14f7ad4b51" "reference": "c7369937287ecd017e9e6f60482818efa62d51a7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/6fa8a21e013ea22dd490cc6060508b14f7ad4b51", "url": "https://api.github.com/repos/symfony/doctrine-messenger/zipball/c7369937287ecd017e9e6f60482818efa62d51a7",
"reference": "6fa8a21e013ea22dd490cc6060508b14f7ad4b51", "reference": "c7369937287ecd017e9e6f60482818efa62d51a7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/dbal": "^2.13|^3|^4", "doctrine/dbal": "^2.13|^3|^4",
"php": ">=8.1", "php": ">=8.1",
"symfony/messenger": "^5.4|^6.0", "symfony/messenger": "^5.4|^6.0|^7.0",
"symfony/service-contracts": "^2.5|^3" "symfony/service-contracts": "^2.5|^3"
}, },
"conflict": { "conflict": {
@ -7175,8 +7177,8 @@
}, },
"require-dev": { "require-dev": {
"doctrine/persistence": "^1.3|^2|^3", "doctrine/persistence": "^1.3|^2|^3",
"symfony/property-access": "^5.4|^6.0", "symfony/property-access": "^5.4|^6.0|^7.0",
"symfony/serializer": "^5.4|^6.0" "symfony/serializer": "^5.4|^6.0|^7.0"
}, },
"type": "symfony-messenger-bridge", "type": "symfony-messenger-bridge",
"autoload": { "autoload": {
@ -7204,7 +7206,7 @@
"description": "Symfony Doctrine Messenger Bridge", "description": "Symfony Doctrine Messenger Bridge",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/doctrine-messenger/tree/v6.3.8" "source": "https://github.com/symfony/doctrine-messenger/tree/v6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -7220,20 +7222,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-07T10:17:15+00:00" "time": "2023-11-20T16:41:16+00:00"
}, },
{ {
"name": "symfony/dom-crawler", "name": "symfony/dom-crawler",
"version": "v5.4.25", "version": "v5.4.32",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/dom-crawler.git", "url": "https://github.com/symfony/dom-crawler.git",
"reference": "d2aefa5a7acc5511422792931d14d1be96fe9fea" "reference": "728f1fc136252a626ba5a69c02bd66a3697ff201"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/d2aefa5a7acc5511422792931d14d1be96fe9fea", "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/728f1fc136252a626ba5a69c02bd66a3697ff201",
"reference": "d2aefa5a7acc5511422792931d14d1be96fe9fea", "reference": "728f1fc136252a626ba5a69c02bd66a3697ff201",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7279,7 +7281,7 @@
"description": "Eases DOM navigation for HTML and XML documents", "description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/dom-crawler/tree/v5.4.25" "source": "https://github.com/symfony/dom-crawler/tree/v5.4.32"
}, },
"funding": [ "funding": [
{ {
@ -7295,7 +7297,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-06-05T08:05:41+00:00" "time": "2023-11-17T20:43:48+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
@ -9826,6 +9828,86 @@
], ],
"time": "2023-01-26T09:26:14+00:00" "time": "2023-01-26T09:26:14+00:00"
}, },
{
"name": "symfony/polyfill-php83",
"version": "v1.28.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php83.git",
"reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
"reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-php80": "^1.14"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.28-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php83\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php83/tree/v1.28.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": "2023-08-16T06:22:46+00:00"
},
{ {
"name": "symfony/property-access", "name": "symfony/property-access",
"version": "v5.4.26", "version": "v5.4.26",
@ -9909,16 +9991,16 @@
}, },
{ {
"name": "symfony/property-info", "name": "symfony/property-info",
"version": "v6.3.0", "version": "v6.3.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/property-info.git", "url": "https://github.com/symfony/property-info.git",
"reference": "7f3a03716112269741fe2a809f8f791a371d1fcd" "reference": "664ae7ad443d7cc591ff3e15496b954e4cefe729"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/property-info/zipball/7f3a03716112269741fe2a809f8f791a371d1fcd", "url": "https://api.github.com/repos/symfony/property-info/zipball/664ae7ad443d7cc591ff3e15496b954e4cefe729",
"reference": "7f3a03716112269741fe2a809f8f791a371d1fcd", "reference": "664ae7ad443d7cc591ff3e15496b954e4cefe729",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9972,7 +10054,7 @@
"validator" "validator"
], ],
"support": { "support": {
"source": "https://github.com/symfony/property-info/tree/v6.3.0" "source": "https://github.com/symfony/property-info/tree/v6.3.9"
}, },
"funding": [ "funding": [
{ {
@ -9988,7 +10070,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-19T08:06:44+00:00" "time": "2023-11-24T11:57:32+00:00"
}, },
{ {
"name": "symfony/psr-http-message-bridge", "name": "symfony/psr-http-message-bridge",
@ -10637,16 +10719,16 @@
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v5.4.31", "version": "v5.4.32",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "15574cfa408a6082b6d66c2b6922f95db6cab26d" "reference": "c31ec3e7ffb6c8681c732bcc0bcbd8b84ce8d90f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/15574cfa408a6082b6d66c2b6922f95db6cab26d", "url": "https://api.github.com/repos/symfony/serializer/zipball/c31ec3e7ffb6c8681c732bcc0bcbd8b84ce8d90f",
"reference": "15574cfa408a6082b6d66c2b6922f95db6cab26d", "reference": "c31ec3e7ffb6c8681c732bcc0bcbd8b84ce8d90f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10720,7 +10802,7 @@
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/serializer/tree/v5.4.31" "source": "https://github.com/symfony/serializer/tree/v5.4.32"
}, },
"funding": [ "funding": [
{ {
@ -10736,7 +10818,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-31T07:58:33+00:00" "time": "2023-11-29T09:47:40+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@ -10885,16 +10967,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v6.3.8", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "13880a87790c76ef994c91e87efb96134522577a" "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/13880a87790c76ef994c91e87efb96134522577a", "url": "https://api.github.com/repos/symfony/string/zipball/b45fcf399ea9c3af543a92edf7172ba21174d809",
"reference": "13880a87790c76ef994c91e87efb96134522577a", "reference": "b45fcf399ea9c3af543a92edf7172ba21174d809",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10908,11 +10990,11 @@
"symfony/translation-contracts": "<2.5" "symfony/translation-contracts": "<2.5"
}, },
"require-dev": { "require-dev": {
"symfony/error-handler": "^5.4|^6.0", "symfony/error-handler": "^5.4|^6.0|^7.0",
"symfony/http-client": "^5.4|^6.0", "symfony/http-client": "^5.4|^6.0|^7.0",
"symfony/intl": "^6.2", "symfony/intl": "^6.2|^7.0",
"symfony/translation-contracts": "^2.5|^3.0", "symfony/translation-contracts": "^2.5|^3.0",
"symfony/var-exporter": "^5.4|^6.0" "symfony/var-exporter": "^5.4|^6.0|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -10951,7 +11033,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v6.3.8" "source": "https://github.com/symfony/string/tree/v6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -10967,7 +11049,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-11-09T08:28:21+00:00" "time": "2023-11-28T20:41:49+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
@ -11538,23 +11620,24 @@
}, },
{ {
"name": "symfony/var-exporter", "name": "symfony/var-exporter",
"version": "v6.3.6", "version": "v6.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-exporter.git", "url": "https://github.com/symfony/var-exporter.git",
"reference": "374d289c13cb989027274c86206ddc63b16a2441" "reference": "d6081c0316f0f5921f2010d1766925005a82ea3b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/374d289c13cb989027274c86206ddc63b16a2441", "url": "https://api.github.com/repos/symfony/var-exporter/zipball/d6081c0316f0f5921f2010d1766925005a82ea3b",
"reference": "374d289c13cb989027274c86206ddc63b16a2441", "reference": "d6081c0316f0f5921f2010d1766925005a82ea3b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.1" "php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3"
}, },
"require-dev": { "require-dev": {
"symfony/var-dumper": "^5.4|^6.0" "symfony/var-dumper": "^5.4|^6.0|^7.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -11592,7 +11675,7 @@
"serialize" "serialize"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.3.6" "source": "https://github.com/symfony/var-exporter/tree/v6.4.0"
}, },
"funding": [ "funding": [
{ {
@ -11608,7 +11691,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-10-13T09:16:49+00:00" "time": "2023-11-28T20:41:49+00:00"
}, },
{ {
"name": "symfony/webpack-encore-bundle", "name": "symfony/webpack-encore-bundle",