Skip to content

Commit

Permalink
Upgraded symfony/validator vendor to v7.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
TheCartpenter committed Jul 9, 2024
1 parent 9be5a3a commit 0312600
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions upload/system/storage/vendor/composer/installed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1223,17 +1223,17 @@
},
{
"name": "symfony/validator",
"version": "v7.0.8",
"version_normalized": "7.0.8.0",
"version": "v7.0.9",
"version_normalized": "7.0.9.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf"
"reference": "04266058fb2b936ad71ce726ab021b791b896f86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/23af65dff1f4dfee9aab3a0123a243e40fa3d9cf",
"reference": "23af65dff1f4dfee9aab3a0123a243e40fa3d9cf",
"url": "https://api.github.com/repos/symfony/validator/zipball/04266058fb2b936ad71ce726ab021b791b896f86",
"reference": "04266058fb2b936ad71ce726ab021b791b896f86",
"shasum": ""
},
"require": {
Expand Down Expand Up @@ -1272,7 +1272,7 @@
"symfony/translation": "^6.4.3|^7.0.3",
"symfony/yaml": "^6.4|^7.0"
},
"time": "2024-06-02T15:49:03+00:00",
"time": "2024-06-22T11:38:48+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
Expand Down Expand Up @@ -1301,7 +1301,7 @@
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v7.0.8"
"source": "https://github.com/symfony/validator/tree/v7.0.9"
},
"funding": [
{
Expand Down
10 changes: 5 additions & 5 deletions upload/system/storage/vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
'name' => 'opencart/opencart-3',
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '10b0f0b7357b50bda823b281f18eeb124774c5d1',
'reference' => '9be5a3ab96f27fdfeeb91a652049caf876f97647',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand Down Expand Up @@ -58,7 +58,7 @@
'opencart/opencart-3' => array(
'pretty_version' => 'dev-main',
'version' => 'dev-main',
'reference' => '10b0f0b7357b50bda823b281f18eeb124774c5d1',
'reference' => '9be5a3ab96f27fdfeeb91a652049caf876f97647',
'type' => 'project',
'install_path' => __DIR__ . '/../../../../../',
'aliases' => array(),
Expand Down Expand Up @@ -182,9 +182,9 @@
'dev_requirement' => false,
),
'symfony/validator' => array(
'pretty_version' => 'v7.0.8',
'version' => '7.0.8.0',
'reference' => '23af65dff1f4dfee9aab3a0123a243e40fa3d9cf',
'pretty_version' => 'v7.0.9',
'version' => '7.0.9.0',
'reference' => '04266058fb2b936ad71ce726ab021b791b896f86',
'type' => 'library',
'install_path' => __DIR__ . '/../symfony/validator',
'aliases' => array(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public function validate(mixed $value, Constraint $constraint): void

if (\in_array($element, $collectionElements, true)) {
$this->context->buildViolation($constraint->message)
->setParameter('{{ value }}', $this->formatValue($value))
->setParameter('{{ value }}', $this->formatValue($element))
->setCode(Unique::IS_NOT_UNIQUE)
->addViolation();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
</trans-unit>
<trans-unit id="113">
<source>This URL is missing a top-level domain.</source>
<target state="needs-review-translation">Acest URL îi lipsește un domeniu de nivel superior.</target>
<target>Acestui URL îi lipsește un domeniu de nivel superior.</target>
</trans-unit>
</body>
</file>
Expand Down

0 comments on commit 0312600

Please sign in to comment.