Skip to content

Commit

Permalink
Merge pull request #13 from spekkionu/spekkionu-patch-1
Browse files Browse the repository at this point in the history
Add laravel 8 compatibility
  • Loading branch information
spekkionu authored Sep 23, 2020
2 parents 2eaf938 + 45f8e37 commit 370cc61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": ">=7.1",
"laminas/laminas-permissions-acl": "^2.7",
"illuminate/support": "5.6.* | 5.7.* | 5.8.* | 6.* | 7.*"
"illuminate/support": "5.6.* | 5.7.* | 5.8.* | 6.* | 7.* | 8.*"
},
"require-dev": {
"phpunit/phpunit": "~7.0.0",
Expand Down

0 comments on commit 370cc61

Please sign in to comment.