Skip to content

Commit

Permalink
add support for Laravel 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Aug 24, 2018
1 parent 2c53b74 commit 107df7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 2.2.1 - 2018-08-24

- add support for Laravel 5.7

## 2.2.0 - 2018-03-09
- made it possible to get all translations in one go

Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@
],
"require": {
"php" : "^7.0",
"illuminate/database": "~5.5.0|~5.6.0",
"illuminate/support": "~5.5.0|~5.6.0"
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.3|^7.0",
"orchestra/testbench": "~3.5.0|~3.6.0",
"orchestra/testbench": "~3.5.0|~3.6.0|~3.7.0",
"mockery/mockery": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit 107df7d

Please sign in to comment.