Skip to content

Commit a718fb5

Browse files
committed
L5.6 support
1 parent dea2224 commit a718fb5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
],
1616
"require": {
1717
"php": ">=5.4.0",
18-
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
19-
"illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x",
18+
"illuminate/support": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
19+
"illuminate/translation": "5.0.x|5.1.x|5.2.x|5.3.x|5.4.x|5.5.x|5.6.x",
2020
"symfony/finder": "~2.3|~3.0"
2121
},
2222
"autoload": {
@@ -26,7 +26,7 @@
2626
},
2727
"extra": {
2828
"component": "package",
29-
"frameworks": ["Laravel 5.5"],
29+
"frameworks": ["Laravel 5.6"],
3030
"laravel": {
3131
"providers": [
3232
"HighSolutions\\TranslationManager\\ManagerServiceProvider",

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,9 @@ Do not use this inside of non-clickable elements (title attribute, alt attribute
329329
Changelog
330330
---------
331331

332+
0.4.5
333+
* Laravel 5.6 support
334+
332335
0.4.4
333336
* Fix translation title popup
334337

0 commit comments

Comments
 (0)