Skip to content

Commit 89eff86

Browse files
committed
Added meta information in composer.json
1 parent 11b3856 commit 89eff86

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

composer.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
33
"description": "Laravel Security Policies: session, password, MFA",
44
"type": "library",
55
"license": "MIT",
6+
"keywords": [
7+
"php",
8+
"laravel",
9+
"laravel-framework",
10+
"laravel-package",
11+
"multi-factor-authentication",
12+
"password-policy",
13+
"laravel-security",
14+
"session-policy",
15+
"mfa-policy"
16+
],
17+
"authors": [
18+
{
19+
"name": "Nagib Mahfuj",
20+
"email": "nagibmahfuj@gmail.com"
21+
}
22+
],
623
"require": {
724
"php": "^8.0",
825
"illuminate/support": "^8|^9|^10|^11|^12",
@@ -20,5 +37,7 @@
2037
"NagibMahfuj\\\\LaravelSecurityPolicies\\\\LaravelSecurityPoliciesServiceProvider"
2138
]
2239
}
23-
}
40+
},
41+
"minimum-stability": "dev",
42+
"prefer-stable": true
2443
}

0 commit comments

Comments
 (0)