-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[2.x] Adds support for RoadRunner v3 and updates dependencies (#690)
* support roadrunner http v3 * Update InstallsRoadRunnerDependencies.php * Update InstallsRoadRunnerDependencies.php * Uses Roadrunner v3 only * Bump dependencies * Adjusts coding style * Migrates to PHPUnit 10 * Adds upgrade guide * Ui improvements * Updates upgrade guide * Updates list of dependencies * Adds pint * Ensures latest versions of dependencies * Updates upgrade guide * Updates build file * Fixes tests * Updates upgrade guide * Updates upgrade guide * Update upgrade guide * Update UPGRADE.md --------- Co-authored-by: Fabio Capucci <[email protected]> Co-authored-by: Taylor Otwell <[email protected]>
- Loading branch information
1 parent
215b471
commit 09dadee
Showing
106 changed files
with
110 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
name: fix code styling | ||
|
||
on: [push] | ||
|
||
jobs: | ||
lint: | ||
uses: laravel/.github/.github/workflows/coding-standards.yml@main |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Upgrade Guide | ||
|
||
## Upgrading To 3.0 From 2.x | ||
|
||
### Minimum Versions | ||
|
||
The following requirements have been updated: | ||
|
||
- The minimum PHP version is now `v8.1.0` | ||
- The minimum Laravel version is now `v10.9.0` | ||
|
||
### Updating Dependencies | ||
|
||
You should update the following dependency in your application's `composer.json` file: | ||
|
||
```diff | ||
- "laravel/octane": "^1.5", | ||
+ "laravel/octane": "^2.0", | ||
``` | ||
|
||
If you are using RoadRunner, you should update the corresponding dependency in your application's `composer.json` file: | ||
|
||
```diff | ||
- "spiral/roadrunner": "^2.8.2", | ||
+ "spiral/roadrunner-http": "^3.0.1", | ||
+ "spiral/roadrunner-cli": "^2.5.0", | ||
``` | ||
|
||
In production, you should "stop" your Octane workers prior to updating your dependencies. After updating, you may restart your workers. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.