From cd1366d41a729e13f59479bbc9dd2524c30aaa60 Mon Sep 17 00:00:00 2001 From: Kevin Bond Date: Tue, 24 Oct 2023 11:03:18 -0400 Subject: [PATCH] feat: Symfony 7 support (#19) --- composer.json | 8 ++++---- phpunit.xml.dist | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 1e021c4..bce4e9d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "homepage": "https://github.com/zenstruck/console-test", "type": "library", "license": "MIT", - "keywords": ["console", "symfony", "test", "command"], + "keywords": ["console", "symfony", "test", "command", "dev"], "authors": [ { "name": "Kevin Bond", @@ -13,14 +13,14 @@ ], "require": { "php": ">=8.0", - "symfony/console": "^5.4|^6.0", + "symfony/console": "^5.4|^6.0|^7.0", "zenstruck/assert": "^1.0" }, "require-dev": { "phpstan/phpstan": "^1.4", "phpunit/phpunit": "^9.5.0", - "symfony/framework-bundle": "^5.4|^6.0", - "symfony/phpunit-bridge": "^6.2" + "symfony/framework-bundle": "^5.4|^6.0|^7.0", + "symfony/phpunit-bridge": "^6.2|^7.0" }, "config": { "preferred-install": "dist", diff --git a/phpunit.xml.dist b/phpunit.xml.dist index f758273..b11f98f 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -11,7 +11,7 @@ - +