Skip to content

Commit 792e624

Browse files
committed
add support for Laravel 5.7
1 parent 280345e commit 792e624

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
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|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",
20-
"symfony/finder": "~2.3|~3.0|~4.0"
18+
"illuminate/console": "5.*",
19+
"illuminate/support": "5.*",
20+
"symfony/finder": "*"
2121
},
2222
"autoload": {
2323
"psr-4": {
@@ -26,7 +26,7 @@
2626
},
2727
"extra": {
2828
"component": "package",
29-
"frameworks": ["Laravel 5.6"],
29+
"frameworks": ["Laravel 5.7"],
3030
"laravel": {
3131
"providers": [
3232
"HighSolutions\\TranslationManager\\ManagerServiceProvider",

0 commit comments

Comments
 (0)