diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 7c42805..4ccde87 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "prefer-stable": true, "require": { "php": ">=8.3", - "nikic/php-parser": "^5.0" + "nikic/php-parser": "^5.7.0" }, "require-dev": { - "phpunit/phpunit": "^12.0" + "phpunit/phpunit": "^12.5.25" }, "config": { "platform": { |
