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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Laravel HTMLMin is a simple HTML minifier for [Laravel 4.1](http://laravel.com).
35
35
36
36
Please check the system requirements before installing Laravel HTMLMin.
37
37
38
-
To get the latest version of Laravel HTMLMin, simply require `"graham-campbell/htmlmin": "1.0.*@RC"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
38
+
To get the latest version of Laravel HTMLMin, simply require `"graham-campbell/htmlmin": "1.0.*"` in your `composer.json` file. You'll then need to run `composer install` or `composer update` to download it and have the autoloader updated.
39
39
40
40
Once Laravel HTMLMin is installed, you need to register the service provider. Open up `app/config/app.php` and add the following to the `providers` key.
0 commit comments