You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ There are many times that it is nice to know the version of your application. A
16
16
17
17
## Prerequisite
18
18
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.
20
20
21
21
## Install
22
22
@@ -63,7 +63,7 @@ Some notes about the file...
63
63
* We assume that the first line is only `major`.`minor`.`patch`
64
64
* The first non-empty line after the version will become the `pre_release`
65
65
* 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
67
67
68
68
## Using the package
69
69
@@ -94,7 +94,7 @@ An instance of `\Spinen\Version\Version` is added to to all views as the `$versi
94
94
* NOTE: Casting object to string is the same as `$version->semver`
95
95
* Add version to footer of page
96
96
*`<small class="app_version">{{ $version->version }}</small>` to get `<small class="app_version">4.3.6</small>`
0 commit comments