Skip to content

Commit

Permalink
laravel 9 support
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrodiogenes committed Aug 1, 2022
1 parent 8450a5d commit 38d7d70
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,12 +1,12 @@
{
"name": "larapacks/authorization",
"name": "leandrodiogenes/authorization",
"description": "Native Laravel Authorization.",
"keywords": ["authorization", "laravel", "permissions", "roles", "acl"],
"license": "MIT",
"type": "project",
"require": {
"php": ">=7.0",
"illuminate/database": "^5.5|^6.20|^7.0|^8.0"
"php": ">=8.0",
"illuminate/database": "^5.5|^6.20|^7.0|^8.0|^9.0"
},
"require-dev": {
"orchestra/testbench": "^3.7|^4.0|^5.0",
Expand Down

0 comments on commit 38d7d70

Please sign in to comment.