diff --git a/composer.json b/composer.json index 647767de1..039b071d4 100644 --- a/composer.json +++ b/composer.json @@ -62,12 +62,12 @@ "symfony/translation": "7.3.*", "symfony/twig-pack": "^1.0", "symfony/validator": "7.3.*", - "symfony/yaml": "7.3.*", + "symfony/yaml": "7.4.*", + "tiime/newrelic-bundle": "^1.0", "twig/extra-bundle": "^3.21", "twig/intl-extra": "^3.21", "twig/string-extra": "^3.21", "twig/twig": "^3.21", - "tiime/newrelic-bundle": "^1.0", "webmozart/assert": "^2.1", "znk3r/html_common": "*", "znk3r/html_quickform": "4.0.2" diff --git a/composer.lock b/composer.lock index 7bd095976..97723a5f4 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "2e8f8a5acf16d7cd9a324efb6861a699", + "content-hash": "60f549aacfc12090fc4267d21c40af28", "packages": [ { "name": "algolia/algoliasearch-client-php", @@ -10462,28 +10462,28 @@ }, { "name": "symfony/yaml", - "version": "v7.3.3", + "version": "v7.4.8", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d4f4a66866fe2451f61296924767280ab5732d9d" + "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d4f4a66866fe2451f61296924767280ab5732d9d", - "reference": "d4f4a66866fe2451f61296924767280ab5732d9d", + "url": "https://api.github.com/repos/symfony/yaml/zipball/c58fdf7b3d6c2995368264c49e4e8b05bcff2883", + "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883", "shasum": "" }, "require": { "php": ">=8.2", - "symfony/deprecation-contracts": "^2.5|^3.0", + "symfony/deprecation-contracts": "^2.5|^3", "symfony/polyfill-ctype": "^1.8" }, "conflict": { "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^6.4|^7.0" + "symfony/console": "^6.4|^7.0|^8.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -10514,7 +10514,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.3.3" + "source": "https://github.com/symfony/yaml/tree/v7.4.8" }, "funding": [ { @@ -10534,7 +10534,7 @@ "type": "tidelift" } ], - "time": "2025-08-27T11:34:33+00:00" + "time": "2026-03-24T13:12:05+00:00" }, { "name": "tiime/newrelic-bundle",