File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : " ⚒️ Support Laravel Version"
3+ about : ' If you want to support a new Laravel version.'
4+ ---
5+
6+ ### Follow these steps:
7+
8+ 1 . In the package's ` composer.json ` file:
9+ - Set all of the ` illuminate/% ` packages to the new version, i.e. ` ^6.0 ` ;
10+ - Set the ` php ` version according to the Laravel's ` composer.json ` ;
11+ - Make proper fixes in the ` php ` list within the ` .travis.yml ` file;
12+ - Set versions for all of the packages according to the Laravel's ` composer.json ` ;
13+ 2 . Add a new row in the ` README.md ` file for the new version.
14+ 3 . Open the PR:
15+ - Make sure that all of the CI checks are passing;
16+
17+ ### Next steps from my side:
18+
19+ 1 . Merge the PR.
20+ 2 . Create the new branch, i.e. ` 6.x ` .
21+ 3 . For the new branch, within the ` README.md ` file:
22+ - Fix the branch for badges, i.e., from ` master ` to ` 6.x ` ;
23+ - Set the branch for the installation command, i.e., ` illuminated/package:^6.0 ` ;
24+ 4 . Create a new release.
You can’t perform that action at this time.
0 commit comments