-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add laravel/pail package to composer.json, impelment argon2id hashing. (
#594) * Add laravel/pail package to composer.json, impelment argon2id hashing. * update php dependencies --------- Signed-off-by: Vincent Auger <[email protected]>
- Loading branch information
1 parent
8da7722
commit b750b84
Showing
5 changed files
with
333 additions
and
148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
/public/hot | ||
/public/storage | ||
/storage/*.key | ||
/storage/* | ||
/vendor | ||
.env | ||
.env.backup | ||
|
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.