Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Feb 27, 2019
1 parent 35b4aa7 commit d8578e1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-translatable` will be documented in this file

## 4.1.0 - 2019-02-27

- drop support for Laravel 5.7 and below
- drop support for PHP 7.1 and below

## 4.0.0 - 2019-02-27

- `app.fallback_local` will now be used (see #148)
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
}
],
"require": {
"php" : "^7.1",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
"php" : "^7.2",
"laravel/framework": "~5.8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.4|^8.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0|~3.8.0",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~3.8.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit d8578e1

Please sign in to comment.