Skip to content

Commit

Permalink
Removed linefeed in composer command for 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mnocon committed Nov 7, 2024
1 parent a3189c2 commit 5750b7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/update_and_migration/from_3.3/update_from_3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ Run:
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
```

Expand Down

0 comments on commit 5750b7c

Please sign in to comment.