diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json index a7e1d7b..1c154df 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,12 @@ } }, "require": { - "php": ">=7.0", + "php": "^7.1 || ^8.0", "netresearch/jsonmapper": "^1.0 || ^2.0", - "phpdocumentor/reflection-docblock": "^4.0.0 || ^5.0.0" + "phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0" }, "require-dev": { - "phpunit/phpunit": "^6.0.0" + "phpunit/phpunit": "^7.0 || ^8.0" }, "minimum-stability": "dev", "prefer-stable": true |