Skip to content

Commit

Permalink
Merge pull request #8 from devayes/patch-1
Browse files Browse the repository at this point in the history
Update PHP version requirements
  • Loading branch information
sebdesign authored May 28, 2021
2 parents 6b1cc2b + 9badde8 commit b4802f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ matrix:
env: LARAVEL=^8.0 TESTBENCH=^6.0 PHPUNIT=~9.3
- php: 7.4
env: LARAVEL=^8.0 TESTBENCH=^6.0 PHPUNIT=~9.3
- php: 8.0
env: LARAVEL=^8.0 TESTBENCH=^6.0 PHPUNIT=~9.3

before_install:
- phpenv config-rm xdebug.ini
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to `laravel-sri` will be documented in this file

## 2.2.1 - 2021-05-28

- Add support for PHP 8 [#8](https://github.com/sebdesign/laravel-sri/pull/8)

## 2.2.0 - 2020-09-07

- Add support for Laravel 8
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"homepage": "https://github.com/sebdesign/laravel-sri",
"type": "library",
"require": {
"php": "^7.1",
"php": "^7.1|^8.0",
"laravel/framework": "^5.5|^6.0|^7.0|^8.0"
},
"require-dev": {
Expand Down

0 comments on commit b4802f2

Please sign in to comment.