We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0331e commit a7d90abCopy full SHA for a7d90ab
docs/update_and_migration/from_4.5/update_from_4.5.md
@@ -510,11 +510,10 @@ Run the following scripts:
510
To avoid deprecations when updating from an older PHP version to PHP 8.2 or 8.3, run the following commands:
511
512
``` bash
513
-composer config extra.runtime.error_handler
514
-"\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
+composer config extra.runtime.error_handler "\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
515
composer dump-autoload
516
```
517
518
## v4.6.9
519
520
-No additional steps needed.
+No additional steps needed.
0 commit comments