diff options
author | Remi Collet <remi@remirepo.net> | 2019-09-01 08:40:29 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-09-01 08:40:29 +0200 |
commit | 49a27ca123bff42b698ddadf65b6d6e88d9f57fc (patch) | |
tree | 20e96cefb2eb43401ed8ee46f283f76ac6140c9d /composer.json | |
parent | 03cce0ab0af654dcd10b1f06cd371ac829850ca0 (diff) |
v2.15.3
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 8068d48..17aaa17 100644 --- a/composer.json +++ b/composer.json @@ -40,9 +40,10 @@ "php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.1", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.1", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", "phpunitgoodpractices/traits": "^1.8", - "symfony/phpunit-bridge": "^4.3" + "symfony/phpunit-bridge": "^4.3", + "symfony/yaml": "^3.0 || ^4.0" }, "suggest": { "ext-mbstring": "For handling non-UTF8 characters in cache signature.", |