Skip to content

Commit 632cf18

Browse files
committed
Support Auto-Discovery
1 parent bdd07f3 commit 632cf18

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ All notable changes to `laravel-artisan-translations` will be documented in this
55
## 1.0.0 - 2017-06-01
66

77
- initial release
8+
9+
## 1.0.1 - 2017-06-01
10+
11+
- Support Auto-Discovery

composer.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,11 @@
2626
"Typidesign\\Translations\\": "src"
2727
}
2828
},
29-
"autoload-dev": {
30-
"psr-4": {
31-
"Typidesign\\Translations\\Test\\": "tests"
29+
"extra": {
30+
"laravel": {
31+
"providers": [
32+
"Typidesign\\Translations\\ArtisanTranslationsServiceProvider"
33+
]
3234
}
33-
},
34-
"scripts": {
35-
"test": "vendor/bin/phpunit"
36-
},
37-
"config": {
38-
"sort-packages": true
3935
}
4036
}

0 commit comments

Comments
 (0)