Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
stanfortonski committed Jan 30, 2021
1 parent ef46a96 commit 8cea53f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Laravel-Twofactor
Two-factor authentication package for Laravel 8.x
Two-factor authentication package for Laravel 7.x, 8.x
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "stanfortonski/laravel-roles",
"name": "stanfortonski/laravel-t",
"description": "Users Roles for Laravel Applications.",
"keywords": [
"laravel",
"roles",
"users"
"twofactor",
"two-factor",
"auth",
"authentication"
],
"license": "MIT",
"authors": [
Expand All @@ -20,13 +22,13 @@
},
"autoload": {
"psr-4": {
"Stanfortonski\\Laravelroles\\": "src/"
"Stanfortonski\\Laraveltwofactor\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Stanfortonski\\Laravelroles\\ServiceProvider"
"Stanfortonski\\Laraveltwofactor\\ServiceProvider"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/Middleware/TwoFactor.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Stanfortonski\Laravelroles\Middleware;
namespace Stanfortonski\Laraveltwofactor\Middleware;

use Closure;

Expand Down

0 comments on commit 8cea53f

Please sign in to comment.