diff --git a/composer.json b/composer.json index 208cc4d175..20aa30ebc6 100644 --- a/composer.json +++ b/composer.json @@ -29,10 +29,10 @@ "php5friends/phpunit48": ">=4.8.41", "phpdocumentor/reflection-docblock": "~5.4.0", "phpstan/phpstan": "^1.10", - "symfony/yaml": "^2.8 || ^3.4 || ^4.4" + "symfony/yaml": "^5.4 || ^6.4" }, "require": { - "php": "^5.4 || ^7.0 || ^8.0", + "php": "^7.4 || ^8.0", "ext-gd": "*", "ext-mbstring": "*", "mobiledetect/mobiledetectlib": "^3.74", diff --git a/composer.lock b/composer.lock index 73b1d1e2a6..4fa9f2b7ba 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": "235cb055e37ff4114183e27466f91942", + "content-hash": "4a53381d9f9db39dfef2340073705a20", "packages": [ { "name": "mobiledetect/mobiledetectlib", @@ -2528,28 +2528,36 @@ }, { "name": "symfony/yaml", - "version": "v2.8.52", + "version": "v5.4.35", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "02c1859112aa779d9ab394ae4f3381911d84052b" + "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/02c1859112aa779d9ab394ae4f3381911d84052b", - "reference": "02c1859112aa779d9ab394ae4f3381911d84052b", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e78db7f5c70a21f0417a31f414c4a95fe76c07e4", + "reference": "e78db7f5c70a21f0417a31f414c4a95fe76c07e4", "shasum": "" }, "require": { - "php": ">=5.3.9", - "symfony/polyfill-ctype": "~1.8" + "php": ">=7.2.5", + "symfony/deprecation-contracts": "^2.1|^3", + "symfony/polyfill-ctype": "^1.8" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.8-dev" - } + "conflict": { + "symfony/console": "<5.3" + }, + "require-dev": { + "symfony/console": "^5.3|^6.0" }, + "suggest": { + "symfony/console": "For validating YAML files using the lint command" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", "autoload": { "psr-4": { "Symfony\\Component\\Yaml\\": "" @@ -2572,12 +2580,26 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Yaml Component", + "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v2.8.52" + "source": "https://github.com/symfony/yaml/tree/v5.4.35" }, - "time": "2018-11-11T11:18:13+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2024-01-23T13:51:25+00:00" }, { "name": "webmozart/assert",