Skip to content

Commit 35b8a6d

Browse files
authored
Merge pull request #82 from mazedlx/develop
Added automatic package discovery for Laravel 5.5
2 parents c71843d + bfd9df8 commit 35b8a6d

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

composer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,15 @@
2525
"SimpleSoftwareIO\\QrCode\\": "src"
2626
}
2727
},
28+
"extra": {
29+
"laravel": {
30+
"providers": [
31+
"SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
32+
],
33+
"aliases": [
34+
"QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
35+
]
36+
}
37+
},
2838
"minimum-stability": "stable"
29-
}
39+
}

0 commit comments

Comments
 (0)