Skip to content

Commit

Permalink
Add support for Laravel 7 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
glorand authored Mar 3, 2020
1 parent e290773 commit 20c7b4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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

## 2.1.0 - 2020-03-03

- add support for Laravel 7

## 2.0.1 - 2020-02-03

- Make public generate UUID
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"require": {
"php": ">=7.1.3",
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
"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"
},
"require-dev": {
"phpunit/phpunit": "^7.5|^8.0",
"orchestra/testbench": "~3.8.0|^4.0",
"phpunit/phpunit": "^7.5|^8.0|^9.0",
"orchestra/testbench": "~3.8.0|^4.0|^5.0",
"friendsofphp/php-cs-fixer": "^2.16@dev"
},
"autoload": {
Expand Down

0 comments on commit 20c7b4d

Please sign in to comment.