diff --git a/images/reactphp/composer.json b/images/reactphp/composer.json index 0f75cc2..83ed461 100644 --- a/images/reactphp/composer.json +++ b/images/reactphp/composer.json @@ -2,7 +2,7 @@ "require": { "php": "^8.3", "react/http": "^1.4", - "symfony/yaml": "^5.0", + "symfony/yaml": "^5.0 || ^7.0", "wyrihaximus/fake-php-version": "^1.9.3", "wyrihaximus/react-http-middleware-with-headers": "^3.0", "react-inspector/http-middleware": "^3.1", diff --git a/images/reactphp/composer.lock b/images/reactphp/composer.lock index 4cf2893..631117e 100644 --- a/images/reactphp/composer.lock +++ b/images/reactphp/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": "758bb16c0a6fec665da79c0a3ba9b991", + "content-hash": "df4d412cf426f3f4028ebf3d1c992d84", "packages": [ { "name": "evenement/evenement", @@ -1675,31 +1675,27 @@ }, { "name": "symfony/yaml", - "version": "v5.4.44", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "7025b964f123bbf1896d7563db6ec7f1f63e918a" + "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/7025b964f123bbf1896d7563db6ec7f1f63e918a", - "reference": "7025b964f123bbf1896d7563db6ec7f1f63e918a", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4", + "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4", "shasum": "" }, "require": { - "php": ">=7.2.5", - "symfony/deprecation-contracts": "^2.1|^3", + "php": ">=8.2", "symfony/polyfill-ctype": "^1.8" }, "conflict": { - "symfony/console": "<5.3" + "symfony/console": "<6.4" }, "require-dev": { - "symfony/console": "^5.3|^6.0" - }, - "suggest": { - "symfony/console": "For validating YAML files using the lint command" + "symfony/console": "^6.4|^7.0" }, "bin": [ "Resources/bin/yaml-lint" @@ -1730,7 +1726,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v5.4.44" + "source": "https://github.com/symfony/yaml/tree/v7.1.5" }, "funding": [ { @@ -1746,7 +1742,7 @@ "type": "tidelift" } ], - "time": "2024-09-16T14:36:56+00:00" + "time": "2024-09-17T12:49:58+00:00" }, { "name": "thecodingmachine/safe",