From 1c197e2966ae8382dbf3d84cd0ed503b61fdb6eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:31:32 +0200 Subject: [PATCH] build(deps): bump symfony/yaml from 6.4.x-dev to 7.0.0 (#92) Bumps [symfony/yaml](https://github.com/symfony/yaml) from 6.4.x-dev to 7.0.0. - [Release notes](https://github.com/symfony/yaml/releases) - [Changelog](https://github.com/symfony/yaml/blob/7.0/CHANGELOG.md) - [Commits](https://github.com/symfony/yaml/commits/v7.0.0) --- updated-dependencies: - dependency-name: symfony/yaml dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- composer.json | 2 +- composer.lock | 23 +++++++++++------------ 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 5f4c6c3..d461ef4 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ "vlucas/phpdotenv": "^5.3", "wujunze/php-cli-color": "dev-master", "symfony/translation": "^6.3.3", - "symfony/yaml": "^6.3.3" + "symfony/yaml": "^7.0.0" }, "require-dev": { "phpunit/phpunit": "^10.0", diff --git a/composer.lock b/composer.lock index 6d6af0e..c042fbe 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": "b5cbe198a409f5ee1f4b7ebaf8f5be99", + "content-hash": "0bf163b64dc81de91eeaae3f3fd74337", "packages": [ { "name": "carbonphp/carbon-doctrine-types", @@ -2575,28 +2575,27 @@ }, { "name": "symfony/yaml", - "version": "6.4.x-dev", + "version": "v7.0.0", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587" + "reference": "0055b230c408428b9b5cde7c55659555be5c0278" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/4f9237a1bb42455d609e6687d2613dde5b41a587", - "reference": "4f9237a1bb42455d609e6687d2613dde5b41a587", + "url": "https://api.github.com/repos/symfony/yaml/zipball/0055b230c408428b9b5cde7c55659555be5c0278", + "reference": "0055b230c408428b9b5cde7c55659555be5c0278", "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" @@ -2627,7 +2626,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/6.4" + "source": "https://github.com/symfony/yaml/tree/v7.0.0" }, "funding": [ { @@ -2643,7 +2642,7 @@ "type": "tidelift" } ], - "time": "2023-11-06T11:00:25+00:00" + "time": "2023-11-07T10:26:03+00:00" }, { "name": "team-reflex/discord-php", @@ -5658,5 +5657,5 @@ "php": "^8.0" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" }