diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 6653a83..1726403 100644 --- a/composer.json +++ b/composer.json @@ -19,14 +19,14 @@ } ], "require": { - "php": "^7.0 || ^8.0", + "php": "^7.2 || ^8.0", "ext-mbstring": "*" }, "suggest": { "opis/closure": "Allow to serialize PHP closures" }, "require-dev": { - "phpunit/phpunit": ">=6.0 <11.0" + "phpunit/phpunit": ">=8 <12.0" }, "autoload": { "psr-4": { |