diff --git a/composer.json b/composer.json index 967611e..4a50a11 100644 --- a/composer.json +++ b/composer.json @@ -23,11 +23,11 @@ } }, "require": { - "php": ">=5.4", + "php": ">=7.0", "ext-ctype": "*" }, "require-dev": { - "phpunit/phpunit": "^5.5 || ^6.5 || ^7.5 || ^8.5" + "phpunit/phpunit": "^6.5 || ^7.5 || ^8.5" }, "scripts": { "test": "phpunit",