Skip to content

Commit 1ce49ff

Browse files
committed
Update docs on Laravel min version
1 parent c5c9849 commit 1ce49ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ There are many times that it is nice to know the version of your application. A
1616

1717
## Prerequisite
1818

19-
As side from Laravel >= 5.5, there are no packages that are required.
19+
As side from Laravel >= 8, there are no packages that are required.
2020

2121
## Install
2222

@@ -63,7 +63,7 @@ Some notes about the file...
6363
* We assume that the first line is only `major`.`minor`.`patch`
6464
* The first non-empty line after the version will become the `pre_release`
6565
* If `pre_release` is `master`, then it gets ignored
66-
* All of the lines after the line being used as the `pre_release` get concatenated together with a `.` to become the `meta`, so there can be as many lines as you would like
66+
* All of the lines after the line being used as the `pre_release` get concatenated together with a `.` to become the `meta`, so there can be as many lines as you would like
6767

6868
## Using the package
6969

@@ -94,7 +94,7 @@ An instance of `\Spinen\Version\Version` is added to to all views as the `$versi
9494
* NOTE: Casting object to string is the same as `$version->semver`
9595
* Add version to footer of page
9696
* `<small class="app_version">{{ $version->version }}</small>` to get `<small class="app_version">4.3.6</small>`
97-
97+
9898
#### Route
9999

100100
Visiting `/version` will return the version...

0 commit comments

Comments
 (0)