-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from nextapps-be/feature/change-namespace-from…
…-nextapps-to-wotz Change namespace from 'NextApps' to 'Wotz'
- Loading branch information
Showing
20 changed files
with
89 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,20 @@ | ||
{ | ||
"name": "nextapps/laravel-verification-code", | ||
"name": "wotz/laravel-verification-code", | ||
"description": "A simple way to authenticate a user using a verification code.", | ||
"keywords": [ | ||
"nextapps", | ||
"laravel", | ||
"authentication", | ||
"verification" | ||
"verification", | ||
"verification code", | ||
"one-time code" | ||
], | ||
"homepage": "https://github.com/nextapps-be/laravel-verification-code", | ||
"homepage": "https://github.com/wotzebra/laravel-verification-code", | ||
"license": "MIT", | ||
"type": "library", | ||
"authors": [ | ||
{ | ||
"name": "Evert Arnould", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Günther Debrauwer", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
}, | ||
{ | ||
"name": "Philippe Damen", | ||
"email": "[email protected]", | ||
"email": "[email protected]", | ||
"role": "Developer" | ||
} | ||
], | ||
|
@@ -42,12 +33,12 @@ | |
}, | ||
"autoload": { | ||
"psr-4": { | ||
"NextApps\\VerificationCode\\": "src" | ||
"Wotz\\VerificationCode\\": "src" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"NextApps\\VerificationCode\\Tests\\": "tests" | ||
"Wotz\\VerificationCode\\Tests\\": "tests" | ||
} | ||
}, | ||
"scripts": { | ||
|
@@ -62,10 +53,10 @@ | |
"extra": { | ||
"laravel": { | ||
"providers": [ | ||
"NextApps\\VerificationCode\\VerificationCodeServiceProvider" | ||
"Wotz\\VerificationCode\\VerificationCodeServiceProvider" | ||
], | ||
"aliases": { | ||
"VerificationCode": "NextApps\\VerificationCode\\VerificationCode" | ||
"VerificationCode": "Wotz\\VerificationCode\\VerificationCode" | ||
} | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.