Skip to content

Commit e98e3bb

Browse files
authored
Added automatic package discovery for Laravel 5.5
1 parent 9b6a1e0 commit e98e3bb

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
@@ -24,6 +24,16 @@
2424
"psr-0": {
2525
"SimpleSoftwareIO\\QrCode\\": "src"
2626
}
27+
},
28+
"extra": {
29+
"laravel": {
30+
"providers": [
31+
"SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
32+
],
33+
"aliases": [
34+
"QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
35+
]
36+
}
2737
},
2838
"minimum-stability": "stable"
29-
}
39+
}

0 commit comments

Comments
 (0)