Skip to content

Commit f174262

Browse files
authored
Merge pull request #5
Add Laravel 11 support
2 parents dc1664b + f6b88bf commit f174262

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Multi Factor Authentication
33
CodingLibs Laravel MFA
44

5+
Compatibility
6+
- Laravel 11 and 12
7+
- PHP >= 8.2
8+
59
Installation
610
- Install via Composer from Packagist:
711
```

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codinglibs/laravel-mfa",
3-
"description": "Laravel 12 Multi-Factor Authentication package (Email, SMS, Google Authenticator TOTP)",
3+
"description": "Laravel 11/12 Multi-Factor Authentication package (Email, SMS, Google Authenticator TOTP)",
44
"type": "library",
55
"license": "MIT",
66
"authors": [
@@ -11,11 +11,11 @@
1111
],
1212
"require": {
1313
"php": ">=8.2",
14-
"illuminate/support": "^12.0",
15-
"illuminate/database": "^12.0",
16-
"illuminate/mail": "^12.0",
17-
"illuminate/config": "^12.0",
18-
"illuminate/console": "^12.0",
14+
"illuminate/support": "^11.0|^12.0",
15+
"illuminate/database": "^11.0|^12.0",
16+
"illuminate/mail": "^11.0|^12.0",
17+
"illuminate/config": "^11.0|^12.0",
18+
"illuminate/console": "^11.0|^12.0",
1919
"bacon/bacon-qr-code": "^2.0"
2020
},
2121
"autoload": {

0 commit comments

Comments
 (0)