diff --git a/composer.json b/composer.json index e7233551..5fbf42cc 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "php": "^8.1", "verifiedjoseph/gotify-api-php": "^1.7", "verifiedjoseph/ntfy-php-library": "^4.0", - "symfony/yaml": "^6.1.6", + "symfony/yaml": "^7.1.1", "debril/feed-io": "^6.0", "guzzlehttp/guzzle": "^7.4.5" }, diff --git a/composer.lock b/composer.lock index d5775597..68ce2d3c 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": "bc0fcca925d253b7ca0abfa4ce813cce", + "content-hash": "0c39e5826f230f38574964e8620975ad", "packages": [ { "name": "debril/feed-io", @@ -1070,28 +1070,27 @@ }, { "name": "symfony/yaml", - "version": "v6.4.8", + "version": "v7.1.1", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "52903de178d542850f6f341ba92995d3d63e60c9" + "reference": "fa34c77015aa6720469db7003567b9f772492bf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/52903de178d542850f6f341ba92995d3d63e60c9", - "reference": "52903de178d542850f6f341ba92995d3d63e60c9", + "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" @@ -1122,7 +1121,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v6.4.8" + "source": "https://github.com/symfony/yaml/tree/v7.1.1" }, "funding": [ { @@ -1138,7 +1137,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:49:08+00:00" + "time": "2024-05-31T14:57:53+00:00" }, { "name": "verifiedjoseph/gotify-api-php",