Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 590aac8

Browse files
authored
Merge pull request #13 from michaeldzjap/feature/laravel-11
Add support for Laravel 11
2 parents 1463391 + 1db16c4 commit 590aac8

File tree

5 files changed

+4285
-394
lines changed

5 files changed

+4285
-394
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[![Latest Stable Version](https://poser.pugx.org/michaeldzjap/twofactor-auth/version)](https://packagist.org/packages/michaeldzjap/twofactor-auth)
22
[![Total Downloads](https://poser.pugx.org/michaeldzjap/twofactor-auth/downloads)](https://packagist.org/packages/michaeldzjap/twofactor-auth)
33
[![Latest Unstable Version](https://poser.pugx.org/michaeldzjap/twofactor-auth/v/unstable)](//packagist.org/packages/michaeldzjap/twofactor-auth)
4-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=michaeldzjap_laravel-two-factor-authentication&metric=alert_status)](https://sonarcloud.io/dashboard?id=michaeldzjap_laravel-two-factor-authentication)
5-
[![StyleCI](https://github.styleci.io/repos/92531374/shield?branch=develop)](https://github.styleci.io/repos/92531374?branch=develop)
4+
[![StyleCI](https://github.styleci.io/repos/92531374/shield?branch=develop)](https://github.styleci.io/repos/92531374?branch=master)
65
[![License](https://poser.pugx.org/michaeldzjap/twofactor-auth/license)](https://packagist.org/packages/michaeldzjap/twofactor-auth)
76

87
# laravel-two-factor-authentication

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,20 @@
11
{
22
"name": "michaeldzjap/twofactor-auth",
3-
"description": "A two-factor authentication package for Laravel 5.5 tuned for use with MessageBird Verify",
4-
"keywords": ["authentication", "two-factor", "2fa", "messagebird", "laravel"],
3+
"description": "A two-factor authentication package for Laravel tuned for use with MessageBird Verify",
4+
"keywords": [
5+
"authentication",
6+
"two-factor",
7+
"2fa",
8+
"messagebird",
9+
"laravel"
10+
],
511
"homepage": "https://github.com/michaeldzjap/twofactor-authentication",
612
"license": "MIT",
713
"type": "package",
814
"minimum-stability": "dev",
15+
"prefer-stable": true,
916
"require": {
10-
"illuminate/support": "^8.0 || ^9.0 || ^10"
17+
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
1118
},
1219
"extra": {
1320
"laravel": {

0 commit comments

Comments
 (0)