Skip to content

Commit 857f8bc

Browse files
authored
Revise PSR-logging (#1134)
Make the last point a separate sentence, point before that more explicit about rebuilding.
1 parent f3793e7 commit 857f8bc

File tree

1 file changed

+3
-2
lines changed
  • pages/08.advanced/09.grav-development/04.grav-18-upgrade-guide

1 file changed

+3
-2
lines changed

pages/08.advanced/09.grav-development/04.grav-18-upgrade-guide/docs.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

7374
5. ###### Missing Settings Configuration
7475
**Issue**: Errors due to removed `system.umask_fix` setting

0 commit comments

Comments
 (0)