diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-16 00:29:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-16 00:49:03 +0900 |
| commit | 0b979cfeea405586394c62dca5eb5b065af0f270 (patch) | |
| tree | 8f1e104cf3f1d8b9cb52c828426eeb3628b70603 /composer.json | |
| parent | 76ca754957d3feaa2410ea327e36d56c07233e77 (diff) | |
| download | php-next-after-0b979cfeea405586394c62dca5eb5b065af0f270.tar.gz php-next-after-0b979cfeea405586394c62dca5eb5b065af0f270.tar.zst php-next-after-0b979cfeea405586394c62dca5eb5b065af0f270.zip | |
feat: update dependencies and required php version (>=8.4)
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json index 45a42cf..c3c2f93 100644 --- a/composer.json +++ b/composer.json @@ -15,16 +15,16 @@ "issues": "https://github.com/nsfisis/php-next-after/issues" }, "require": { - "php": ">=8.3" + "php": ">=8.4" }, "require-dev": { - "phpstan/extension-installer": "^1.4", - "phpstan/phpstan": "^2.1", - "phpstan/phpstan-deprecation-rules": "^2.0", - "phpstan/phpstan-phpunit": "^2.0", - "phpstan/phpstan-strict-rules": "^2.0", - "phpunit/phpunit": "^12.4", - "symplify/easy-coding-standard": "^12.6" + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan": "^2.1.39", + "phpstan/phpstan-deprecation-rules": "^2.0.4", + "phpstan/phpstan-phpunit": "^2.0.16", + "phpstan/phpstan-strict-rules": "^2.0.10", + "phpunit/phpunit": "^12.5.11", + "symplify/easy-coding-standard": "^12.6.2" }, "autoload": { "psr-4": { |
