Skip to content

Commit d28094b

Browse files
committed
installation changes
1 parent 8e8ac69 commit d28094b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,12 @@
3131
"test": "phpunit",
3232
"format": "php-cs-fixer fix --allow-risky=yes",
3333
"analyse": "phpstan analyse"
34+
},
35+
"extra": {
36+
"laravel": {
37+
"providers": [
38+
"Lazycode\\Permissions\\PermissionsServiceProvider"
39+
]
40+
}
3441
}
35-
}
42+
}

0 commit comments

Comments
 (0)