Skip to content

Commit

Permalink
Add files
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldzjap committed Sep 13, 2019
1 parent 847c956 commit 8cc3e60
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
/.idea
/.scannerwork
.DS_Store
.Thumbs.db
30 changes: 30 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"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"],
"homepage": "https://github.com/michaeldzjap/twofactor-authentication",
"license": "MIT",
"type": "package",
"minimum-stability": "dev",
"require": {
"illuminate/support": "5.5.*|5.6.*"
},
"extra": {
"laravel": {
"providers": [
"MichaelDzjap\\TwoFactorAuth\\TwoFactorAuthServiceProvider"
]
}
},
"authors": [
{
"name": "Michael Dzjaparidze",
"role": "Developer"
}
],
"autoload": {
"psr-4": {
"MichaelDzjap\\TwoFactorAuth\\": "src/"
}
}
}

0 comments on commit 8cc3e60

Please sign in to comment.