Skip to content

Commit a7d90ab

Browse files
vidarlmnocon
authored andcommitted
Removed linefeed in composer command (#2466)
1 parent 0e0331e commit a7d90ab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/update_and_migration/from_4.5/update_from_4.5.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -510,11 +510,10 @@ Run the following scripts:
510510
To avoid deprecations when updating from an older PHP version to PHP 8.2 or 8.3, run the following commands:
511511

512512
``` bash
513-
composer config extra.runtime.error_handler
514-
"\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
513+
composer config extra.runtime.error_handler "\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
515514
composer dump-autoload
516515
```
517516

518517
## v4.6.9
519518

520-
No additional steps needed.
519+
No additional steps needed.

0 commit comments

Comments
 (0)