From b953899d0f30da194bfb93718fcb89e1af0f1cde Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 20 May 2021 08:26:29 +0200 Subject: update to 1.0.4 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 055db65..5d50962 100644 --- a/composer.json +++ b/composer.json @@ -18,8 +18,8 @@ "homepage": "http://ocramius.github.io/" }, { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" } ], "replace": { @@ -28,7 +28,7 @@ "require": { "php": ">=7.1", "laminas/laminas-code": "~3.4.1|^4.0", - "symfony/filesystem": "^4.4.17|^5.0" + "symfony/filesystem": "^4.4.17|^5.0|^6.0" }, "conflict": { "zendframework/zend-stdlib": "<3.2.1", @@ -36,7 +36,7 @@ }, "require-dev": { "ext-phar": "*", - "symfony/phpunit-bridge": "^5.2" + "symfony/phpunit-bridge": "^5.2|^6.0" }, "autoload": { "psr-4": { -- cgit