diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/composer.json b/composer.json index 44ffe51..43caba8 100644 --- a/composer.json +++ b/composer.json @@ -31,12 +31,15 @@ } ], "require": { - "php": ">=5.6.0", + "php": "^7.3 || ^8.0", "lib-pcre": ">=7.0", "hamcrest/hamcrest-php": "^2.0.1" }, "require-dev": { - "phpunit/phpunit": "^5.7.10|^6.5|^7.5|^8.5|^9.3" + "phpunit/phpunit": "^8.5 || ^9.3" + }, + "conflict": { + "phpunit/phpunit": "<8.0" }, "autoload": { "psr-0": { @@ -53,7 +56,7 @@ }, "extra": { "branch-alias": { - "dev-master": "1.3.x-dev" + "dev-master": "1.4.x-dev" } } } |