diff --git a/composer.json b/composer.json index 910127a..2bbdc23 100644 --- a/composer.json +++ b/composer.json @@ -56,7 +56,7 @@ "phly/phly-event-dispatcher": "^1.4.0", "spatie/yaml-front-matter": "^2.0.8", "symfony/console": "^6.4.6", - "symfony/yaml": "^6.4.3" + "symfony/yaml": "^7.1.1" }, "require-dev": { "filp/whoops": "^2.14.5", diff --git a/composer.lock b/composer.lock index ab4c87c..2df2a6e 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": "c4845b5358322e8fb147008826e37917", + "content-hash": "f8321db3bec74484891b63c0bed38013", "packages": [ { "name": "brick/varexporter", @@ -3711,28 +3711,27 @@ }, { "name": "symfony/yaml", - "version": "v6.4.3", + "version": "v7.1.1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90" + "reference": "fa34c77015aa6720469db7003567b9f772492bf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/d75715985f0f94f978e3a8fa42533e10db921b90", - "reference": "d75715985f0f94f978e3a8fa42533e10db921b90", + "url": "https://api.github.com/repos/symfony/yaml/zipball/fa34c77015aa6720469db7003567b9f772492bf2", + "reference": "fa34c77015aa6720469db7003567b9f772492bf2", "shasum": "" }, "require": { - "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", + "php": ">=8.2", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<5.4" + "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/console": "^6.4|^7.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -3763,7 +3762,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.3" + "source": "https://github.com/symfony/yaml/tree/v7.1.1" }, "funding": [ { @@ -3779,7 +3778,7 @@ "type": "tidelift" } ], - "time": "2024-01-23T14:51:35+00:00" + "time": "2024-05-31T14:57:53+00:00" }, { "name": "webimpress/safe-writer",