Skip to content

Commit 869c375

Browse files
authored
Update composer.json
1 parent a0c666a commit 869c375

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"phpunit/phpunit": "~7.0",
1818
"omnicode/lara-test": "~4.0",
1919
"orchestra/testbench": "~3.0"
20-
2120
},
2221
"autoload": {
2322
"psr-4": {
@@ -28,5 +27,16 @@
2827
"psr-4": {
2928
"Tests\\": "tests/"
3029
}
30+
},
31+
"extra": {
32+
"laravel": {
33+
"providers": [
34+
"LaraSupport\\ServiceProvider\\LaraSupportServiceProvider"
35+
],
36+
"aliases": {
37+
"LaraDB": "LaraSupport\\Facades\\LaraDB",
38+
"LaraPassword": "LaraSupport\\Facades\\LaraPassword"
39+
}
40+
}
3141
}
3242
}

0 commit comments

Comments
 (0)