summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-07-21 09:42:27 +0200
committerRemi Collet <remi@remirepo.net>2020-07-21 09:42:27 +0200
commit359f718124be6912c58113813ba9470575c35f7a (patch)
tree3f6cb5159d5191b0577f1fe5fd2884d97310ade0 /composer.json
parent6d218e2f0d1da516b690e3ae55240dada4701233 (diff)
update to 1.3.2
switch to phpunit9 raise dependency on hamcrest/hamcrest-php 2.0.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index bf0bd0e..42a077b 100644
--- a/composer.json
+++ b/composer.json
@@ -33,10 +33,10 @@
"require": {
"php": ">=5.6.0",
"lib-pcre": ">=7.0",
- "hamcrest/hamcrest-php": "~2.0"
+ "hamcrest/hamcrest-php": "^2.0.1"
},
"require-dev": {
- "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
+ "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0|~9.0"
},
"autoload": {
"psr-0": {