diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-20 08:26:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-20 08:26:29 +0200 |
commit | b953899d0f30da194bfb93718fcb89e1af0f1cde (patch) | |
tree | 9d0ca6bbf1aabfe1690cd065cbda1cb676c747d6 /composer.json | |
parent | 196f40b5a514e800a4c64b0ed5fe18db0ae18567 (diff) |
update to 1.0.4
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 8 |
1 files changed, 4 insertions, 4 deletions
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": { |