Skip to content

Commit faa5b72

Browse files
Allowing dev stability in composer
1 parent 7d6ae91 commit faa5b72

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

composer.json

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
{
22
"name": "konekt/acl",
33
"description": "Concord Module for Permission handling (Laravel 9 - 10)",
4-
"keywords": [
5-
"spatie",
6-
"laravel",
7-
"permission",
8-
"acl",
9-
"security",
10-
"konekt",
11-
"concord"
12-
],
4+
"keywords": ["spatie", "laravel", "permission", "acl", "security", "konekt", "concord"],
135
"homepage": "https://github.com/artkonekt/acl",
146
"license": "MIT",
7+
"minimum-stability": "dev",
8+
"prefer-stable": true,
159
"authors": [
1610
{
1711
"name": "Freek Van der Herten",

0 commit comments

Comments
 (0)