diff --git a/composer.json b/composer.json index 9c25efb..e430917 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ ], "minimum-stability": "stable", "require": { - "php": "^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1", + "php": "^7.2 || ^7.3 || ^7.4 || ^8.0 || ^8.1 || ^8.2 || ^8.3 || ^8.4 || ^8.5", "psr/log": "^1 || ^2 || ^3", "symfony/polyfill-mbstring": "^1.0" }, @@ -37,9 +37,9 @@ "ext-mbstring": "Use C/C++ extension instead of polyfill will be more efficient" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.2", - "phpstan/phpstan": "^1.1", - "phpunit/phpunit": "^8.5 || ^9.0", + "friendsofphp/php-cs-fixer": "^3.64", + "phpstan/phpstan": "^1.12", + "phpunit/phpunit": "^9.0", "roave/security-advisories": "dev-latest", "brainmaestro/composer-git-hooks": "^2.8" },