Skip to content

Commit 7bad699

Browse files
fix: remove auto discovery and change namespace on aliases
Signed-off-by: Dusan Malusev <[email protected]>
1 parent edbfda1 commit 7bad699

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,9 @@
6767
},
6868
"extra": {
6969
"laravel": {
70-
"providers": [
71-
"BrosSquad\\LaravelCrypto\\ServiceProvider"
72-
],
7370
"aliases": {
74-
"Hashing": "BrosSquad\\LaravelCrypto\\Facades\\Hashing",
75-
"Signing": "BrosSquad\\LaravelCrypto\\Facades\\Sign"
71+
"Hashing": "CodeLieutenant\\LaravelCrypto\\Facades\\Hashing",
72+
"Signing": "CodeLieutenant\\LaravelCrypto\\Facades\\Sign"
7673
}
7774
}
7875
},

0 commit comments

Comments
 (0)