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 24126ea..5355475 100644 --- a/composer.json +++ b/composer.json @@ -7,13 +7,13 @@ ], "license": "MIT", "require": { - "php": "^7.4 || ^8.0", + "php": "^8.1", "nikic/php-parser": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^9.3", + "phpunit/phpunit": "^10.5", "php-coveralls/php-coveralls": "^2.2", - "psalm/phar": "5.21.1" + "vimeo/psalm": "6.8.4" }, "autoload": { "psr-4": { |