### Update Laravel Octane Dependency (Composer) Source: https://github.com/laravel/octane/blob/2.x/UPGRADE.md Shows the required change in the `composer.json` file to update the `laravel/octane` dependency from version 1.x to 2.0. ```diff - "laravel/octane": "^1.5", + "laravel/octane": "^2.0", ``` -------------------------------- ### Update RoadRunner Dependencies (Composer) Source: https://github.com/laravel/octane/blob/2.x/UPGRADE.md Shows the required changes in the `composer.json` file to update RoadRunner dependencies for Octane 2.0, replacing `spiral/roadrunner` with `spiral/roadrunner-http` and adding `spiral/roadrunner-cli`. ```diff - "spiral/roadrunner": "^2.8.2", + "spiral/roadrunner-http": "^3.0.1", + "spiral/roadrunner-cli": "^2.5.0", ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.