File tree Expand file tree Collapse file tree 2 files changed +23
-23
lines changed
Expand file tree Collapse file tree 2 files changed +23
-23
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ A Laravel package that enforces organization-grade security policies:
66- Password policy (complexity, expiry, history reuse prevention)
77- Email-based multi-factor authentication (MFA) with trusted devices
88
9- Supports Laravel 10/11 and PHP 8.2 +.
9+ Supports Laravel 9/ 10/10/11/12 and PHP 8.1 +.
1010
1111## Features
1212
Original file line number Diff line number Diff line change 11{
2- "name" : " nagibmahfuj/laravel-security-policies" ,
3- "description" : " Laravel Security Policies: session, password, MFA" ,
4- "type" : " library" ,
5- "license" : " MIT" ,
6- "require" : {
7- "php" : " ^8.2 " ,
8- "illuminate/support" : " ^10.0 |^11.0 " ,
9- "illuminate/auth" : " ^10.0 |^11.0 " ,
10- "illuminate/notifications" : " ^10.0 |^11.0 "
11- },
12- "autoload" : {
13- "psr-4" : {
14- "NagibMahfuj\\\\ LaravelSecurityPolicies\\\\ " : " src/"
15- }
16- },
17- "extra" : {
18- "laravel" : {
19- "providers" : [
20- " NagibMahfuj\\\\ LaravelSecurityPolicies\\\\ LaravelSecurityPoliciesServiceProvider"
21- ]
22- }
23- }
2+ "name" : " nagibmahfuj/laravel-security-policies" ,
3+ "description" : " Laravel Security Policies: session, password, MFA" ,
4+ "type" : " library" ,
5+ "license" : " MIT" ,
6+ "require" : {
7+ "php" : " ^8.1 " ,
8+ "illuminate/support" : " ^9|^10 |^11|^12 " ,
9+ "illuminate/auth" : " ^9|^10 |^11|^12 " ,
10+ "illuminate/notifications" : " ^9|^10 |^11|^12 "
11+ },
12+ "autoload" : {
13+ "psr-4" : {
14+ "NagibMahfuj\\\\ LaravelSecurityPolicies\\\\ " : " src/"
15+ }
16+ },
17+ "extra" : {
18+ "laravel" : {
19+ "providers" : [
20+ " NagibMahfuj\\\\ LaravelSecurityPolicies\\\\ LaravelSecurityPoliciesServiceProvider"
21+ ]
22+ }
23+ }
2424}
You can’t perform that action at this time.
0 commit comments