aboutsummaryrefslogtreecommitdiffhomepage
path: root/composer.json
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-04-03 01:43:04 +0900
committernsfisis <nsfisis@gmail.com>2025-04-03 01:45:03 +0900
commit6233331f23603ebab0a7aa626ff82d71426b3bd6 (patch)
tree490affe4d44e251c996502847c2d87ed9d8cab17 /composer.json
parent44655d7a70ee5fd288f691a41631e8a6471d084d (diff)
downloadphp-waddiwasi-6233331f23603ebab0a7aa626ff82d71426b3bd6.tar.gz
php-waddiwasi-6233331f23603ebab0a7aa626ff82d71426b3bd6.tar.zst
php-waddiwasi-6233331f23603ebab0a7aa626ff82d71426b3bd6.zip
feat: update php and package version
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json
index b52fdf8..4b1c171 100644
--- a/composer.json
+++ b/composer.json
@@ -16,12 +16,12 @@
},
"require-dev": {
"m3m0r7/rubyvm-on-php": "^0.3.3",
- "phpstan/phpstan": "^1.12.0",
- "phpstan/phpstan-deprecation-rules": "^1.2.0",
- "phpstan/phpstan-strict-rules": "^1.6.0",
- "phpunit/phpunit": "^11.3.1",
+ "phpstan/phpstan": "^1.12.23",
+ "phpstan/phpstan-deprecation-rules": "^1.2.1",
+ "phpstan/phpstan-strict-rules": "^1.6.2",
+ "phpunit/phpunit": "^11.5.15",
"reliforp/reli-prof": "0.12.x-dev",
- "symplify/easy-coding-standard": "^12.3.5"
+ "symplify/easy-coding-standard": "^12.5.11"
},
"config": {
"preferred-install": "dist",