Skip to content

Commit

Permalink
Support Auto-Discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
sdebacker committed Jun 1, 2017
1 parent bdd07f3 commit 632cf18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ All notable changes to `laravel-artisan-translations` will be documented in this
## 1.0.0 - 2017-06-01

- initial release

## 1.0.1 - 2017-06-01

- Support Auto-Discovery
14 changes: 5 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,11 @@
"Typidesign\\Translations\\": "src"
}
},
"autoload-dev": {
"psr-4": {
"Typidesign\\Translations\\Test\\": "tests"
"extra": {
"laravel": {
"providers": [
"Typidesign\\Translations\\ArtisanTranslationsServiceProvider"
]
}
},
"scripts": {
"test": "vendor/bin/phpunit"
},
"config": {
"sort-packages": true
}
}

0 comments on commit 632cf18

Please sign in to comment.