-
Notifications
You must be signed in to change notification settings - Fork 121
Update README.md to reflect support for Laravel 5.5 #93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
README.md
Outdated
@@ -13,7 +13,7 @@ Laravel HTMLMin is currently maintained by [Raza Mehdi](https://github.com/srmkl | |||
|
|||
## Installation | |||
|
|||
Laravel HTMLMin requires [PHP](https://php.net) 5.5+. This particular version supports Laravel 5.1, 5.2, 5.3, or 5.4 only. | |||
Laravel HTMLMin requires [PHP](https://php.net) 5.5+, and supports Laravel 5.1+. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not 5.1+, it's 5.1, 5.2, 5.3, 5.4, and 5.5 only.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No problem. 👍
I'm curious as to why. Is it for some sort of future-proofing?
README.md
Outdated
@@ -13,7 +13,7 @@ Laravel HTMLMin is currently maintained by [Raza Mehdi](https://github.com/srmkl | |||
|
|||
## Installation | |||
|
|||
Laravel HTMLMin requires [PHP](https://php.net) 5.5+, and supports Laravel 5.1+. | |||
Laravel HTMLMin requires [PHP](https://php.net) 5.5+, and supports Laravel 5.1, 5.2, 5.3, 5.4, and 5.4 only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
5.5
README.md
Outdated
@@ -13,7 +13,7 @@ Laravel HTMLMin is currently maintained by [Raza Mehdi](https://github.com/srmkl | |||
|
|||
## Installation | |||
|
|||
Laravel HTMLMin requires [PHP](https://php.net) 5.5+. This particular version supports Laravel 5.1, 5.2, 5.3, or 5.4 only. | |||
Laravel HTMLMin requires [PHP](https://php.net) 5.5+, and supports Laravel 5.1, 5.2, 5.3, 5.4, and 5.5 only. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please keep the text the same. This particular version is correct, not any version,
Sorry about the commits. I'm still new to Git & GitHub. 📝 |
Alternatively, you could have it read as this:
This particular version supports Laravel 5.1, 5.2, 5.3, 5.4, or 5.5 only.
In any case, I believe that it's important to note that the package supports Laravel 5.5.