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 b26fe4a..24126ea 100644 --- a/composer.json +++ b/composer.json @@ -8,12 +8,12 @@ "license": "MIT", "require": { "php": "^7.4 || ^8.0", - "nikic/php-parser": "^4.0" + "nikic/php-parser": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.0", + "phpunit/phpunit": "^9.3", "php-coveralls/php-coveralls": "^2.2", - "vimeo/psalm": "5.15.0" + "psalm/phar": "5.21.1" }, "autoload": { "psr-4": { |