Skip to content

Commit f4674c3

Browse files
committed
Add Laravel 5.5 support
1 parent 9fc2af5 commit f4674c3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

composer.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@
99
"nesbot/carbon": "~1.2",
1010
"illuminate/support": "~5.1|~5.2|~5.3|~5.4|~5.5"
1111
},
12+
"extra": {
13+
"laravel": {
14+
"providers": [
15+
"Srmklive\\Authy\\Providers\\AuthyServiceProvider"
16+
],
17+
"aliases": {
18+
"Authy": "Srmklive\\Authy\\Facades\\Authy"
19+
}
20+
}
21+
},
1222
"autoload":{
1323
"psr-4": {
1424
"Srmklive\\Authy\\": "src/"

0 commit comments

Comments
 (0)