diff --git a/composer.lock b/composer.lock index 5a89f2f3a..f11f223cc 100644 --- a/composer.lock +++ b/composer.lock @@ -10125,16 +10125,16 @@ }, { "name": "symfony/security", - "version": "v4.4.17", + "version": "v4.4.34", "source": { "type": "git", "url": "https://github.com/symfony/security.git", - "reference": "6329d59608c465417934b63a8ca72419246a9f0a" + "reference": "e6dec06cf8fecc28f2cef80d47935b32635b42cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security/zipball/6329d59608c465417934b63a8ca72419246a9f0a", - "reference": "6329d59608c465417934b63a8ca72419246a9f0a", + "url": "https://api.github.com/repos/symfony/security/zipball/e6dec06cf8fecc28f2cef80d47935b32635b42cb", + "reference": "e6dec06cf8fecc28f2cef80d47935b32635b42cb", "shasum": "" }, "require": { @@ -10142,6 +10142,7 @@ "symfony/event-dispatcher-contracts": "^1.1|^2", "symfony/http-foundation": "^3.4.40|^4.4.7|^5.0.7", "symfony/http-kernel": "^4.4", + "symfony/polyfill-php80": "^1.16", "symfony/property-access": "^3.4|^4.0|^5.0", "symfony/service-contracts": "^1.1|^2" }, @@ -10156,8 +10157,8 @@ "symfony/security-http": "self.version" }, "require-dev": { - "psr/container": "^1.0", - "psr/log": "~1.0", + "psr/container": "^1.0|^2.0", + "psr/log": "^1|^2|^3", "symfony/expression-language": "^3.4|^4.0|^5.0", "symfony/finder": "^3.4|^4.0|^5.0", "symfony/ldap": "^4.4|^5.0", @@ -10201,10 +10202,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Security Component", + "description": "Provides a complete security system for your web application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/security/tree/v4.4.17" + "source": "https://github.com/symfony/security/tree/v4.4.34" }, "funding": [ { @@ -10220,7 +10221,7 @@ "type": "tidelift" } ], - "time": "2020-11-27T08:28:28+00:00" + "time": "2021-11-15T14:42:25+00:00" }, { "name": "symfony/security-bundle", @@ -10384,47 +10385,47 @@ }, { "name": "symfony/serializer", - "version": "v4.4.17", + "version": "v4.4.35", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "5719c6d5913375e453efb51d168510cc848471ff" + "reference": "1b2ae02cb1b923987947e013688c51954a80b751" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/5719c6d5913375e453efb51d168510cc848471ff", - "reference": "5719c6d5913375e453efb51d168510cc848471ff", + "url": "https://api.github.com/repos/symfony/serializer/zipball/1b2ae02cb1b923987947e013688c51954a80b751", + "reference": "1b2ae02cb1b923987947e013688c51954a80b751", "shasum": "" }, "require": { "php": ">=7.1.3", - "symfony/polyfill-ctype": "~1.8" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php80": "^1.16" }, "conflict": { - "phpdocumentor/type-resolver": "<0.2.1", + "phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2", + "phpdocumentor/type-resolver": "<0.3.0|1.3.*", "symfony/dependency-injection": "<3.4", "symfony/property-access": "<3.4", "symfony/property-info": "<3.4", "symfony/yaml": "<3.4" }, "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "phpdocumentor/reflection-docblock": "^3.2|^4.0", + "doctrine/annotations": "^1.10.4", + "phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0", "symfony/cache": "^3.4|^4.0|^5.0", "symfony/config": "^3.4|^4.0|^5.0", "symfony/dependency-injection": "^3.4|^4.0|^5.0", "symfony/error-handler": "^4.4|^5.0", "symfony/http-foundation": "^3.4|^4.0|^5.0", "symfony/mime": "^4.4|^5.0", - "symfony/property-access": "^3.4|^4.0|^5.0", + "symfony/property-access": "^3.4.41|^4.4.9|^5.0.9", "symfony/property-info": "^3.4.13|~4.0|^5.0", "symfony/validator": "^3.4|^4.0|^5.0", "symfony/yaml": "^3.4|^4.0|^5.0" }, "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "doctrine/annotations": "For using the annotation mapping.", "psr/cache-implementation": "For using the metadata cache.", "symfony/config": "For using the XML mapping loader.", "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", @@ -10455,10 +10456,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Serializer Component", + "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/v4.4.17" + "source": "https://github.com/symfony/serializer/tree/v4.4.35" }, "funding": [ { @@ -10474,7 +10475,7 @@ "type": "tidelift" } ], - "time": "2020-11-25T11:55:08+00:00" + "time": "2021-11-24T08:12:42+00:00" }, { "name": "symfony/service-contracts", @@ -14230,5 +14231,5 @@ "platform-overrides": { "php": "7.3.5" }, - "plugin-api-version": "2.0.0" + "plugin-api-version": "2.1.0" }