-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add Laravel 10 Support - Add PHP 8.2 Support - Improved generator styling, as per Laravel Pint standards - Improved tests to use translations instead of string matches - Fixed timing-related test regression
- Loading branch information
1 parent
e31e404
commit 01dfb2e
Showing
35 changed files
with
82 additions
and
321 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 |
---|---|---|
|
@@ -3,18 +3,16 @@ | |
"authors": [ | ||
{ | ||
"name": "Claudio Dekker", | ||
"email": "[email protected]", | ||
"homepage": "https://ubient.net", | ||
"role": "Developer" | ||
"email": "[email protected]" | ||
} | ||
], | ||
"require": { | ||
"ext-json": "*", | ||
"php": "~8.1.0|~8.2.0", | ||
"laravel/framework": "^9.33|^10.0", | ||
"bacon/bacon-qr-code": "^2.0", | ||
"claudiodekker/word-generator": "^1.0", | ||
"ext-json": "*", | ||
"laravel/framework": "^9.0", | ||
"nyholm/psr7": "^1.5", | ||
"php": "~8.1.0", | ||
"pragmarx/google2fa": "^8.0", | ||
"symfony/psr-http-message-bridge": "^2.1", | ||
"web-auth/webauthn-lib": "^4.0" | ||
|
@@ -47,8 +45,8 @@ | |
} | ||
}, | ||
"replace": { | ||
"claudiodekker/laravel-auth-core": "self.version", | ||
"claudiodekker/laravel-auth-bladebones": "self.version" | ||
"claudiodekker/laravel-auth-bladebones": "self.version", | ||
"claudiodekker/laravel-auth-core": "self.version" | ||
}, | ||
"minimum-stability": "dev", | ||
"prefer-stable": true | ||
|
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.