From 91e09726a2c8b010a3bd9800826aa17b6c43c95a Mon Sep 17 00:00:00 2001 From: George Steel Date: Fri, 5 May 2023 00:09:09 +0100 Subject: [PATCH] Pin `symfony/options-resolver` to a PHP 8.1 compatible release --- composer.json | 1 + composer.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 14f4ec0..c162544 100644 --- a/composer.json +++ b/composer.json @@ -67,6 +67,7 @@ "psalm/plugin-phpunit": "^0.18.4", "roave/security-advisories": "dev-latest", "squizlabs/php_codesniffer": "^3.7.2", + "symfony/options-resolver": "^5.3.7 || ^6.2.7", "vimeo/psalm": "^5.11" }, "extra": { diff --git a/composer.lock b/composer.lock index 791efff..1914762 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": "48f9fd7b555a1ba0a72e3136c8afbac8", + "content-hash": "09ca7680c3d9ea893768e01914caef60", "packages": [ { "name": "dflydev/fig-cookies",