1 Commits

Author SHA1 Message Date
dependabot[bot]
9fcb8621b1 Bump symfony/validator from 7.4.0 to 8.0.0
Bumps [symfony/validator](https://github.com/symfony/validator) from 7.4.0 to 8.0.0.
- [Release notes](https://github.com/symfony/validator/releases)
- [Changelog](https://github.com/symfony/validator/blob/7.3/CHANGELOG.md)
- [Commits](https://github.com/symfony/validator/compare/v7.4.0...v8.0.0)

---
updated-dependencies:
- dependency-name: symfony/validator
  dependency-version: 8.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-12-11 15:49:23 +00:00
2 changed files with 36 additions and 46 deletions

View File

@@ -39,7 +39,7 @@
"symfony/twig-bundle": "7.4.*", "symfony/twig-bundle": "7.4.*",
"symfony/uid": "7.4.*", "symfony/uid": "7.4.*",
"symfony/ux-turbo": "^2.31.0", "symfony/ux-turbo": "^2.31.0",
"symfony/validator": "7.4.*", "symfony/validator": "8.0.*",
"symfony/yaml": "7.4.*", "symfony/yaml": "7.4.*",
"symfonycasts/sass-bundle": "^0.8.3", "symfonycasts/sass-bundle": "^0.8.3",
"symfonycasts/verify-email-bundle": "^1.17.4", "symfonycasts/verify-email-bundle": "^1.17.4",

80
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": "cca43431fa5e85682cead6e9b8465bd7", "content-hash": "51214e07bb05d692de8f3e33ecff343f",
"packages": [ "packages": [
{ {
"name": "composer/pcre", "name": "composer/pcre",
@@ -1970,16 +1970,16 @@
}, },
{ {
"name": "phpdocumentor/reflection-docblock", "name": "phpdocumentor/reflection-docblock",
"version": "5.6.5", "version": "5.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "90614c73d3800e187615e2dd236ad0e2a01bf761" "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/90614c73d3800e187615e2dd236ad0e2a01bf761", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/90a04bcbf03784066f16038e87e23a0a83cee3c2",
"reference": "90614c73d3800e187615e2dd236ad0e2a01bf761", "reference": "90a04bcbf03784066f16038e87e23a0a83cee3c2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2028,9 +2028,9 @@
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": { "support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.5" "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.4"
}, },
"time": "2025-11-27T19:50:05+00:00" "time": "2025-11-17T21:13:10+00:00"
}, },
{ {
"name": "phpdocumentor/type-resolver", "name": "phpdocumentor/type-resolver",
@@ -7942,58 +7942,48 @@
}, },
{ {
"name": "symfony/validator", "name": "symfony/validator",
"version": "v7.4.2", "version": "v8.0.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/validator.git", "url": "https://github.com/symfony/validator.git",
"reference": "569b71d1243ccc58e8f1d21e279669239e78f60d" "reference": "9a98d365b29a4f6116a2e2b6ca62d8a7179a86e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/569b71d1243ccc58e8f1d21e279669239e78f60d", "url": "https://api.github.com/repos/symfony/validator/zipball/9a98d365b29a4f6116a2e2b6ca62d8a7179a86e1",
"reference": "569b71d1243ccc58e8f1d21e279669239e78f60d", "reference": "9a98d365b29a4f6116a2e2b6ca62d8a7179a86e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.2", "php": ">=8.4",
"symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php83": "^1.27",
"symfony/translation-contracts": "^2.5|^3" "symfony/translation-contracts": "^2.5|^3"
}, },
"conflict": { "conflict": {
"doctrine/lexer": "<1.1", "doctrine/lexer": "<1.1",
"symfony/dependency-injection": "<6.4", "symfony/doctrine-bridge": "<7.4"
"symfony/doctrine-bridge": "<7.0",
"symfony/expression-language": "<6.4",
"symfony/http-kernel": "<6.4",
"symfony/intl": "<6.4",
"symfony/property-info": "<6.4",
"symfony/translation": "<6.4.3|>=7.0,<7.0.3",
"symfony/var-exporter": "<6.4.25|>=7.0,<7.3.3",
"symfony/yaml": "<6.4"
}, },
"require-dev": { "require-dev": {
"egulias/email-validator": "^2.1.10|^3|^4", "egulias/email-validator": "^2.1.10|^3|^4",
"symfony/cache": "^6.4|^7.0|^8.0", "symfony/cache": "^7.4|^8.0",
"symfony/config": "^6.4|^7.0|^8.0", "symfony/config": "^7.4|^8.0",
"symfony/console": "^6.4|^7.0|^8.0", "symfony/console": "^7.4|^8.0",
"symfony/dependency-injection": "^6.4|^7.0|^8.0", "symfony/dependency-injection": "^7.4|^8.0",
"symfony/expression-language": "^6.4|^7.0|^8.0", "symfony/expression-language": "^7.4|^8.0",
"symfony/finder": "^6.4|^7.0|^8.0", "symfony/finder": "^7.4|^8.0",
"symfony/http-client": "^6.4|^7.0|^8.0", "symfony/http-client": "^7.4|^8.0",
"symfony/http-foundation": "^6.4|^7.0|^8.0", "symfony/http-foundation": "^7.4|^8.0",
"symfony/http-kernel": "^6.4|^7.0|^8.0", "symfony/http-kernel": "^7.4|^8.0",
"symfony/intl": "^6.4|^7.0|^8.0", "symfony/intl": "^7.4|^8.0",
"symfony/mime": "^6.4|^7.0|^8.0", "symfony/mime": "^7.4|^8.0",
"symfony/process": "^6.4|^7.0|^8.0", "symfony/process": "^7.4|^8.0",
"symfony/property-access": "^6.4|^7.0|^8.0", "symfony/property-access": "^7.4|^8.0",
"symfony/property-info": "^6.4|^7.0|^8.0", "symfony/property-info": "^7.4|^8.0",
"symfony/string": "^6.4|^7.0|^8.0", "symfony/string": "^7.4|^8.0",
"symfony/translation": "^6.4.3|^7.0.3|^8.0", "symfony/translation": "^7.4|^8.0",
"symfony/type-info": "^7.1.8", "symfony/type-info": "^7.4|^8.0",
"symfony/yaml": "^6.4|^7.0|^8.0" "symfony/yaml": "^7.4|^8.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -8022,7 +8012,7 @@
"description": "Provides tools to validate values", "description": "Provides tools to validate values",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/validator/tree/v7.4.2" "source": "https://github.com/symfony/validator/tree/v8.0.2"
}, },
"funding": [ "funding": [
{ {
@@ -8042,7 +8032,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-12-07T17:35:40+00:00" "time": "2025-12-08T06:57:48+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",