Skip to content

Commit

Permalink
Merge pull request #13 from michaeldzjap/feature/laravel-11
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
michaeldzjap authored Sep 1, 2024
2 parents 1463391 + 1db16c4 commit 590aac8
Show file tree
Hide file tree
Showing 5 changed files with 4,285 additions and 394 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[![Latest Stable Version](https://poser.pugx.org/michaeldzjap/twofactor-auth/version)](https://packagist.org/packages/michaeldzjap/twofactor-auth)
[![Total Downloads](https://poser.pugx.org/michaeldzjap/twofactor-auth/downloads)](https://packagist.org/packages/michaeldzjap/twofactor-auth)
[![Latest Unstable Version](https://poser.pugx.org/michaeldzjap/twofactor-auth/v/unstable)](//packagist.org/packages/michaeldzjap/twofactor-auth)
[![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)
[![StyleCI](https://github.styleci.io/repos/92531374/shield?branch=develop)](https://github.styleci.io/repos/92531374?branch=develop)
[![StyleCI](https://github.styleci.io/repos/92531374/shield?branch=develop)](https://github.styleci.io/repos/92531374?branch=master)
[![License](https://poser.pugx.org/michaeldzjap/twofactor-auth/license)](https://packagist.org/packages/michaeldzjap/twofactor-auth)

# laravel-two-factor-authentication
Expand Down
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
{
"name": "michaeldzjap/twofactor-auth",
"description": "A two-factor authentication package for Laravel 5.5 tuned for use with MessageBird Verify",
"keywords": ["authentication", "two-factor", "2fa", "messagebird", "laravel"],
"description": "A two-factor authentication package for Laravel tuned for use with MessageBird Verify",
"keywords": [
"authentication",
"two-factor",
"2fa",
"messagebird",
"laravel"
],
"homepage": "https://github.com/michaeldzjap/twofactor-authentication",
"license": "MIT",
"type": "package",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"illuminate/support": "^8.0 || ^9.0 || ^10"
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 590aac8

Please sign in to comment.