Added new tests, updated composer.json and added auto-discovery

This commit is contained in:
Ismo Vuorinen
2017-11-22 11:57:25 +02:00
parent 9ca5301b77
commit 83a07b225e
5 changed files with 232 additions and 109 deletions

View File

@@ -41,6 +41,11 @@
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"Superhelio\\Commands\\ServiceProvider"
]
}
}
}