Skip to content

Commit

Permalink
Merge pull request #8 from s1rc/laravel-8
Browse files Browse the repository at this point in the history
Update for Laravel 8
  • Loading branch information
ddzobov authored Nov 13, 2020
2 parents 60a379d + 5930691 commit b284bfa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Laravel pivot SoftDeletes for Laravel 5.8 & 6.x & 7.x
# Laravel pivot SoftDeletes for Laravel 5.8 & 6.x & 7.x & 8.x

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
}
],
"require": {
"illuminate/database": "^5.8|^6.0|^7.0"
"illuminate/database": "^5.8|^6.0|^7.0|^8.0"
},
"require-dev": {
"laravel/framework": "^5.8|^6.0|^7.0",
"laravel/framework": "^5.8|^6.0|^7.0|^8.0",
"mockery/mockery": "^1.3.1",
"orchestra/testbench-core": "^5.0",
"phpunit/phpunit": "^8.4|^9.0"
Expand Down

0 comments on commit b284bfa

Please sign in to comment.