Skip to content

Commit 5cfdb8d

Browse files
authored
Info about using PR
1 parent 03fb642 commit 5cfdb8d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

readme.md

+15
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,21 @@ Though not tested via automation scripts, Laravel 5/6 should still be supported.
7373
| 8.* | 7.4, 8.0, 8.1 |
7474
| 7.* | 7.4 |
7575

76+
### New versions
77+
78+
If there is a new Laravel version and there is not a offical release you can create a PR and then any one can use the PR until offical release is made. Check the PR and and update composer.json with the repository.
79+
80+
```
81+
"repositories": [
82+
{
83+
"type": "vcs",
84+
"url": "https://github.com/{!ENTER_USER_NAME!}/laravel-chunk-upload"
85+
}
86+
]
87+
```
88+
89+
Here is [exmplanation article](https://putyourlightson.com/articles/requiring-a-forked-repo-with-composer)
90+
7691
## Copyright and License
7792

7893
[laravel-chunk-upload](https://github.com/pionl/laravel-chunk-upload) was authored by [Martin Kluska](http://kluska.cz) and is released under the [MIT License](LICENSE.md).

0 commit comments

Comments
 (0)