diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f5c272..7c92f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ ## 1.2.1 under development - Chg #430: Replace deprecated PHP CS Fixer rule set `@PER-CS2.0` with `@PER-CS` (@dbuhonov) -- Chg #447, #450: Allow symfony/console 8 (@samdark) +- Chg #447, #450: Allow `symfony/console` 8 (@samdark) - Enh #448: Add grouping to `make` help output (@Xakki, @samdark) -- Enh #449: Update composer dependencies and refactor to replace use of deprecated classes (@vjik) +- Enh #449, #457: Update composer dependencies and refactor to replace use of deprecated classes (@vjik) - Chg #449: Remove `yiisoft/data-response` dependency (@vjik) - Chg #443: Do not write logs to file since that's not needed for both Docker and `./yii serve` (@samdark) - Enh #456: Add "service update paused" case for swarm deployment log parsing (@samdark) diff --git a/composer.json b/composer.json index 381531c..09c50b8 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "psr/http-message": "^2.0", "psr/http-server-handler": "^1.0.2", "psr/log": "^3.0.2", - "symfony/console": "^7.4.6 || ^8.0.6", + "symfony/console": "^7.4.7 || ^8.0.7", "yiisoft/aliases": "^3.1.1", "yiisoft/assets": "^5.1.2", "yiisoft/config": "^1.6.2", @@ -49,7 +49,7 @@ "yiisoft/definitions": "^3.4.1", "yiisoft/di": "^1.4.1", "yiisoft/error-handler": "^4.3.2", - "yiisoft/html": "^3.12", + "yiisoft/html": "^4", "yiisoft/http": "^1.3", "yiisoft/input-http": "^1.0.1", "yiisoft/log": "^2.2.0", @@ -58,24 +58,24 @@ "yiisoft/router": "^4.0.2", "yiisoft/router-fastroute": "^4.0.3", "yiisoft/session": "^3.0.1", - "yiisoft/view": "^12.2.3", + "yiisoft/view": "^12.2.4", "yiisoft/yii-console": "^2.4.2", "yiisoft/yii-http": "^1.1.1", "yiisoft/yii-runner-console": "^2.2.1", "yiisoft/yii-runner-http": "^3.2.1", - "yiisoft/yii-view-renderer": "^7.4" + "yiisoft/yii-view-renderer": "^7.4.1" }, "require-dev": { "codeception/c3": "^2.9", "codeception/codeception": "^5.3.5", "codeception/module-asserts": "^3.3.0", "codeception/module-cli": "^2.0.1", - "codeception/module-phpbrowser": "^3.0.2", + "codeception/module-phpbrowser": "^4", "friendsofphp/php-cs-fixer": "^3.94.2", "phpunit/phpunit": "^11.5.55", - "rector/rector": "^2.3.8", + "rector/rector": "^2.3.9", "shipmonk/composer-dependency-analyser": "^1.8.4", - "vimeo/psalm": "^6.15.1" + "vimeo/psalm": "^6.16.1" }, "autoload": { "psr-4": {