Skip to content

Commit

Permalink
Removed linefeed in composer command (#2466)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidarl authored and mnocon committed Nov 7, 2024
1 parent 96a2493 commit a3189c2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/update_and_migration/from_4.5/update_from_4.5.md
Original file line number Diff line number Diff line change
Expand Up @@ -510,11 +510,10 @@ Run the following scripts:
To avoid deprecations when updating from an older PHP version to PHP 8.2 or 8.3, run the following commands:

``` bash
composer config extra.runtime.error_handler
"\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
composer config extra.runtime.error_handler "\\Ibexa\\Contracts\\Core\\MVC\\Symfony\\ErrorHandler\\Php82HideDeprecationsErrorHandler"
composer dump-autoload
```

## v4.6.9

No additional steps needed.
No additional steps needed.

0 comments on commit a3189c2

Please sign in to comment.