Skip to content

Commit 3a939a7

Browse files
author
Kevin Rodd
committed
Composer update for Package Discovery
1 parent 83b75e3 commit 3a939a7

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

composer.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,18 @@
1313
"email": "info@voteback.de"
1414
}
1515
],
16+
"autoload": {
17+
"psr-4": {
18+
"rowo\\LaravelSimpleSetup\\": "src/"
19+
}
20+
},
21+
"extra": {
22+
"laravel": {
23+
"providers": [
24+
"rowo\\LaravelSimpleSetup\\LaravelSimpleSetupServiceProdiver"
25+
]
26+
}
27+
},
1628
"minimum-stability": "beta",
1729
"require": {}
1830
}

0 commit comments

Comments
 (0)