diff options
author | Remi Collet <remi@remirepo.net> | 2021-01-26 12:48:56 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-01-26 12:48:56 +0100 |
commit | 0912bcf661d23aa3ff139e6dce53024a5dfb4514 (patch) | |
tree | 1dbb10454a0c4cc2745934382be5837d0ece1647 /composer.json | |
parent | be32e234e82b308e9c1731eeb124ddbb5c9cb49c (diff) |
update to 1.7.0
raise dependency on PHP 7.3
switch to phpunit9
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/composer.json b/composer.json index f7c965b..4a3704e 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ } }, "require": { - "php": "^5.6 || ^7.0", + "php": "^7.3 || ~8.0.0", "laminas/laminas-zendframework-bridge": "^1.0" }, "require-dev": { @@ -35,9 +35,10 @@ "guzzlehttp/guzzle": "^5.3.3 || ^6.3.3", "laminas/laminas-coding-standard": "~1.0.0", "laminas/laminas-loader": "^2.0", - "mikey179/vfsstream": "^1.6", + "mikey179/vfsstream": "dev-master#08a798577d677436f4f4ea3d0b3c949f64655548 as 1.6.9", "php-amqplib/php-amqplib": "^2.0", - "phpunit/phpunit": "^5.7.27 || 6.5.8 || ^7.1.2", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.4.1", "predis/predis": "^1.0", "sensiolabs/security-checker": "^5.0 || ^6.0.3", "symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0" @@ -78,6 +79,6 @@ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, "replace": { - "zendframework/zenddiagnostics": "self.version" + "zendframework/zenddiagnostics": "^1.6.0" } } |