Skip to content

Commit

Permalink
Merge pull request #3 from dungnh/support_laravel_8
Browse files Browse the repository at this point in the history
support laravel 8
  • Loading branch information
dungnh authored Nov 18, 2020
2 parents a404f0f + da1c61a commit 626e759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coliving/commentable",
"description": "Commentable Polymorphic Eloquent Models for for Laravel 5. This is fork from artisanry/commentable as it's abandoned",
"description": "Commentable Polymorphic Eloquent Models for for Laravel. This is fork from artisanry/commentable as it's abandoned",
"keywords": [
"laravel",
"framework",
Expand All @@ -15,8 +15,8 @@
}],
"require": {
"php": "^7.2",
"illuminate/support": "^5.8|^6.0|^7.0",
"illuminate/database": "^5.8|^6.0|^7.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
"illuminate/database": "^5.8|^6.0|^7.0|^8.0",
"kalnoy/nestedset": "^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 626e759

Please sign in to comment.