Skip to content

Commit

Permalink
installation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
subhobiswas committed Oct 7, 2024
1 parent 8e8ac69 commit d28094b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,12 @@
"test": "phpunit",
"format": "php-cs-fixer fix --allow-risky=yes",
"analyse": "phpstan analyse"
},
"extra": {
"laravel": {
"providers": [
"Lazycode\\Permissions\\PermissionsServiceProvider"
]
}
}
}
}

0 comments on commit d28094b

Please sign in to comment.