Skip to content

Commit

Permalink
Add support for Laravel 8 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
glorand authored Nov 23, 2020
1 parent 20c7b4d commit 26ef5c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
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-eloquent-model-uuid` will be documented in this file

## 3.0.0 - 2020-11-23

- add support for Laravel 8

## 2.1.0 - 2020-03-03

- add support for Laravel 7
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
"illuminate/database": "~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0|^9.0",
Expand Down

0 comments on commit 26ef5c0

Please sign in to comment.