Skip to content

Commit

Permalink
(docs): Laravel 5.5+ support is moved to the v1 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieter Stinglhamber committed Sep 19, 2019
1 parent f2f6715 commit f1d0c22
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Small Laravel 6+ package that'll generate the integrity hashes for your style and script files.

For Laravel 5.5+ support you need to target version 1.5.2 specifically.
For Laravel 5.5+ support, use the [v1 branch](https://github.com/Elhebert/laravel-sri/tree/v1).

## About Subresources Integrity

Expand All @@ -18,11 +18,7 @@ Troy Hunt wrote an article speaking on the subject, you can read it [here](https
## Installation

```sh
# Laravel 6+
$ composer require elhebert/laravel-sri

# Laravel 5.5+
$ composer require elhebert/laravel-sri@^1.5.2
```

This package uses [auto-discovery](https://laravel.com/docs/5.5/packages#package-discovery), so you don't have to do anything. It works out of the box.
Expand Down

0 comments on commit f1d0c22

Please sign in to comment.