From 4ee226a8769047e4a33767b5929a0aa92f5006f8 Mon Sep 17 00:00:00 2001 From: Sylvain Deloux Date: Thu, 26 May 2022 12:58:44 +0200 Subject: [PATCH] Update composer.json --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d30cb15..02bacd0 100644 --- a/composer.json +++ b/composer.json @@ -12,12 +12,12 @@ } ], "require": { - "php": "^7.1", - "symfony/http-client": "^4.4||^5.0", - "symfony/mailer": "^4.4||^5.0" + "php": "^7.1||^8.0", + "symfony/http-client": "^4.4||^5.0||^6.0", + "symfony/mailer": "^4.4||^5.0||^6.0" }, "require-dev": { - "phpunit/phpunit": "^7" + "phpunit/phpunit": "*" }, "autoload": { "psr-4": {