Skip to content

Commit

Permalink
Add Laravel 5.5 package auto discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
pmatseykanets committed Sep 5, 2017
1 parent 47044f9 commit 5b250ed
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pmatseykanets/artisan-io",
"description": "Artisan data import command for Laravel 5 project",
"description": "Artisan data import command for Laravel",
"keywords": ["laravel", "data", "import", "delimited", "csv", "tsv"],
"license": "MIT",
"authors": [
Expand Down Expand Up @@ -33,5 +33,12 @@
"psr-4": {
"ArtisanIo\\": "tests/"
}
},
"extra": {
"laravel": {
"providers": [
"ArtisanIo\\ArtisanIoServiceProvider"
]
}
}
}

0 comments on commit 5b250ed

Please sign in to comment.