Merge pull request #1446 from jonnybarnes/dependabot/composer/symfony/serializer-7.1.1

build(deps): Bump symfony/serializer from 7.0.4 to 7.1.1
This commit is contained in:
Jonny Barnes 2024-06-29 15:24:26 +01:00 committed by GitHub
commit 55a1444ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
composer.lock generated
View file

@ -7829,20 +7829,21 @@
}, },
{ {
"name": "symfony/serializer", "name": "symfony/serializer",
"version": "v7.0.4", "version": "v7.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/serializer.git", "url": "https://github.com/symfony/serializer.git",
"reference": "c71d61c6c37804e10981960e5f5ebc2c8f0a4fbb" "reference": "74817ee48e37cce1a1b33c66ffdb750e7e048c3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/c71d61c6c37804e10981960e5f5ebc2c8f0a4fbb", "url": "https://api.github.com/repos/symfony/serializer/zipball/74817ee48e37cce1a1b33c66ffdb750e7e048c3c",
"reference": "c71d61c6c37804e10981960e5f5ebc2c8f0a4fbb", "reference": "74817ee48e37cce1a1b33c66ffdb750e7e048c3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.2", "php": ">=8.2",
"symfony/deprecation-contracts": "^2.5|^3",
"symfony/polyfill-ctype": "~1.8" "symfony/polyfill-ctype": "~1.8"
}, },
"conflict": { "conflict": {
@ -7872,6 +7873,7 @@
"symfony/property-access": "^6.4|^7.0", "symfony/property-access": "^6.4|^7.0",
"symfony/property-info": "^6.4|^7.0", "symfony/property-info": "^6.4|^7.0",
"symfony/translation-contracts": "^2.5|^3", "symfony/translation-contracts": "^2.5|^3",
"symfony/type-info": "^7.1",
"symfony/uid": "^6.4|^7.0", "symfony/uid": "^6.4|^7.0",
"symfony/validator": "^6.4|^7.0", "symfony/validator": "^6.4|^7.0",
"symfony/var-dumper": "^6.4|^7.0", "symfony/var-dumper": "^6.4|^7.0",
@ -7904,7 +7906,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/v7.0.4" "source": "https://github.com/symfony/serializer/tree/v7.1.1"
}, },
"funding": [ "funding": [
{ {
@ -7920,7 +7922,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-22T20:27:20+00:00" "time": "2024-05-31T14:57:53+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",