Skip to content

Commit

Permalink
L5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adammatysiak committed Apr 18, 2018
1 parent dea2224 commit a718fb5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
"illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
"symfony/finder": "~2.3|~3.0"
},
"autoload": {
Expand All @@ -26,7 +26,7 @@
},
"extra": {
"component": "package",
"frameworks": ["Laravel 5.5"],
"frameworks": ["Laravel 5.6"],
"laravel": {
"providers": [
"HighSolutions\\TranslationManager\\ManagerServiceProvider",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,9 @@ Do not use this inside of non-clickable elements (title attribute, alt attribute
Changelog
---------

0.4.5
* Laravel 5.6 support

0.4.4
* Fix translation title popup

Expand Down

0 comments on commit a718fb5

Please sign in to comment.