File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
pages/08.advanced/09.grav-development/04.grav-18-upgrade-guide Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,9 @@ Grav 1.8 introduces significant improvements including PHP 8.3 requirement, upda
6767 "psr/log": "*"
6868 }
6969 ` ` `
70- - Rebuild the plugin's `vendor/` directory after updating `composer.json`.
71- - The `bin/gpm preflight` command surfaces this issue under **PSR/log compatibility** warnings—resolve them before upgrading.
70+ - Delete the plugin's `vendor/` directory after updating `composer.json` and rebuild it with `composer install`.
71+
72+ The `bin/gpm preflight` command surfaces this issue under **PSR/log compatibility** warnings, resolve them before upgrading.
7273
73745. # ##### Missing Settings Configuration
7475 **Issue**: Errors due to removed `system.umask_fix` setting
You can’t perform that action at this time.
0 commit comments