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 5355475..682066f 100644 --- a/composer.json +++ b/composer.json @@ -7,13 +7,13 @@ ], "license": "MIT", "require": { - "php": "^8.1", + "php": "^8.2", "nikic/php-parser": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.5", + "phpunit/phpunit": "^11.0", "php-coveralls/php-coveralls": "^2.2", - "vimeo/psalm": "6.8.4" + "vimeo/psalm": "6.14.3" }, "autoload": { "psr-4": { |
