diff --git a/composer.json b/composer.json index 64d677a..eaf01fd 100644 --- a/composer.json +++ b/composer.json @@ -47,7 +47,7 @@ "ext-json": "*", "ext-mbstring": "*", "ext-sodium": "*", - "symfony/yaml": "^7.1" + "symfony/yaml": "6.2.5" }, "suggest": { "guzzlehttp/guzzle": "^7.0" diff --git a/composer.lock b/composer.lock index 2952dd4..e056f7d 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": "98f5e2534e0fdf280d4f613ab735e9ad", + "content-hash": "f4bc1dc741eadeaffffebc923071418b", "packages": [ { "name": "symfony/polyfill-ctype", @@ -87,27 +87,30 @@ }, { "name": "symfony/yaml", - "version": "v7.1.6", + "version": "v6.2.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671" + "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", - "reference": "3ced3f29e4f0d6bce2170ff26719f1fe9aacc671", + "url": "https://api.github.com/repos/symfony/yaml/zipball/2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19", + "reference": "2bbfbdacc8a15574f8440c4838ce0d7bb6c86b19", "shasum": "" }, "require": { - "php": ">=8.2", + "php": ">=8.1", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<6.4" + "symfony/console": "<5.4" }, "require-dev": { - "symfony/console": "^6.4|^7.0" + "symfony/console": "^5.4|^6.0" + }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" }, "bin": [ "Resources/bin/yaml-lint" @@ -138,7 +141,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.1.6" + "source": "https://github.com/symfony/yaml/tree/v6.2.5" }, "funding": [ { @@ -154,7 +157,7 @@ "type": "tidelift" } ], - "time": "2024-09-25T14:20:29+00:00" + "time": "2023-01-10T18:53:53+00:00" } ], "packages-dev": [],