Skip to content

Commit

Permalink
use app fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent ec27235 commit 35b4aa7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ All notable changes to `laravel-translatable` will be documented in this file
## 4.0.0 - 2019-02-27

- `app.fallback_local` will now be used (see #148)
- drop support

## 3.1.3 - 2019-02-27

Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
}
],
"require": {
"php" : "^7.2",
"laravel/framework": "~5.8.0"
"php" : "^7.1",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~3.8.0",
"phpunit/phpunit": "^7.4|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand All @@ -59,6 +59,7 @@
"extra": {
"laravel": {
"providers": [
"Spatie\\Translatable\\TranslatableServiceProvider"

This comment has been minimized.

Copy link
@ankurk91

ankurk91 Feb 27, 2019

Contributor

@freekmurze
I think the provider is no longer required.

]
}
}
Expand Down

0 comments on commit 35b4aa7

Please sign in to comment.