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 2275c29..82e403c 100644 --- a/composer.json +++ b/composer.json @@ -18,10 +18,10 @@ "prefer-stable": true, "require": { "php": ">=8.4", - "nikic/php-parser": "^5.0" + "nikic/php-parser": "^5.7.0" }, "require-dev": { - "phpunit/phpunit": "^13.0" + "phpunit/phpunit": "^13.1.10" }, "config": { "platform": { |
