diff options
author | Remi Collet <remi@remirepo.net> | 2020-12-22 12:29:33 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-12-22 12:29:33 +0100 |
commit | 0dfb77cb537d5c150327f2993ed1dde2b1321dd0 (patch) | |
tree | 98d341f87a3800bfdc12527ae598e21f5a3e2daf /composer.json | |
parent | b062c588573a1455ce854670f5c2a41f2e19295c (diff) |
update to 2.17.2
switch to phpunit9
with phpspec/prophecy-phpunit and sanmai/phpunit-legacy-adapter
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 0e4ac37..dabab19 100644 --- a/composer.json +++ b/composer.json @@ -40,9 +40,11 @@ "php-cs-fixer/accessible-object": "^1.0", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.1", + "phpspec/prophecy-phpunit": "^1.1 || ^2.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.13 || ^9.4.4 <9.5", "phpunitgoodpractices/polyfill": "^1.5", "phpunitgoodpractices/traits": "^1.9.1", + "sanmai/phpunit-legacy-adapter": "^6.4 || ^8.2.1", "symfony/phpunit-bridge": "^5.1", "symfony/yaml": "^3.0 || ^4.0 || ^5.0" }, |