diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-06-29 01:09:33 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-06-29 01:25:47 +0900 |
| commit | d96c3f29fdcf0b14f74e6c08f2bc949776227d97 (patch) | |
| tree | df79865f55b0fe864f9ee6b82004d5d173fdc837 /composer.json | |
| parent | bc7120c3726122ce7062a10b033fff341e705e79 (diff) | |
| download | php-waddiwasi-d96c3f29fdcf0b14f74e6c08f2bc949776227d97.tar.gz php-waddiwasi-d96c3f29fdcf0b14f74e6c08f2bc949776227d97.tar.zst php-waddiwasi-d96c3f29fdcf0b14f74e6c08f2bc949776227d97.zip | |
feat: update deps
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer.json b/composer.json index d8911d0..6445f82 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ } }, "require-dev": { - "phpstan/phpstan": "^1.10.67", - "phpstan/phpstan-deprecation-rules": "^1.1.4", - "phpstan/phpstan-strict-rules": "^1.5.5", - "phpunit/phpunit": "^11.1", + "phpstan/phpstan": "^1.11.5", + "phpstan/phpstan-deprecation-rules": "^1.2.0", + "phpstan/phpstan-strict-rules": "^1.6.0", + "phpunit/phpunit": "^11.2.5", "reliforp/reli-prof": "0.12.x-dev", - "symplify/easy-coding-standard": "^12.1.14" + "symplify/easy-coding-standard": "^12.3.0" }, "config": { "preferred-install": "dist", |
