aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-16 01:02:01 +0900
committernsfisis <nsfisis@gmail.com>2026-02-16 01:02:10 +0900
commita6b728b62efa909b69d9a306e1a955c9d1213446 (patch)
tree68c124711cb5cbdafd86a1c53450955af8680c45 /composer.json
parent84dcc8b6dc10e2fd9fefe86e28c6dff08adc27fd (diff)
downloadphp-waddiwasi-a6b728b62efa909b69d9a306e1a955c9d1213446.tar.gz
php-waddiwasi-a6b728b62efa909b69d9a306e1a955c9d1213446.tar.zst
php-waddiwasi-a6b728b62efa909b69d9a306e1a955c9d1213446.zip
feat: update dependencies
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json13
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",