Skip to content

Commit cd5810e

Browse files
committed
Laravel Version updated for 9+ and PHP 8.1+
1 parent 11d9c40 commit cd5810e

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
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
}

0 commit comments

Comments
 (0)