diff options
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/composer.json b/composer.json index b272602..4167646 100644 --- a/composer.json +++ b/composer.json @@ -14,14 +14,17 @@ "Nsfisis\\Waddiwasi\\Tests\\": "tests/src/" } }, + "require": { + "php": ">=8.4" + }, "require-dev": { "m3m0r7/rubyvm-on-php": "^0.3.3", - "phpstan/phpstan": "^2.1.17", - "phpstan/phpstan-deprecation-rules": "^2.0.3", - "phpstan/phpstan-strict-rules": "^2.0.4", - "phpunit/phpunit": "^12.2.6", + "phpstan/phpstan": "^2.1.39", + "phpstan/phpstan-deprecation-rules": "^2.0.4", + "phpstan/phpstan-strict-rules": "^2.0.10", + "phpunit/phpunit": "^12.5.11", "reliforp/reli-prof": "0.12.x-dev", - "symplify/easy-coding-standard": "^12.5.20" + "symplify/easy-coding-standard": "^12.6.2" }, "config": { "preferred-install": "dist", |
