@@ -5,19 +5,19 @@ about: 'If you want to support a new Laravel version.'
55
66### Follow these steps:
77
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- 1 . Add a new row in the ` README.md ` file for the new version.
14- 1 . Open the PR:
15- - Make sure that all of the CI checks are passing;
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;
1616
1717### Next steps from my side:
1818
19- 1 . Merge the PR.
20- 1 . Create the new branch, i.e. ` 6.x ` .
21- 1 . 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 ` ;
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 ` ;
0 commit comments