Skip to content

Commit 7f15c39

Browse files
Merge pull request buildwithyab#36 from hmazter/laravel-55
Support Laravel 5.5
2 parents e62f9bd + eb8c007 commit 7f15c39

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"minimum-stability": "dev",
1616
"require": {
1717
"php": ">=5.6.4",
18-
"laravel/framework": "5.3.*|5.4.*",
18+
"laravel/framework": "5.3.*|5.4.*|5.5.*",
1919
"laravel/scout": "^2.0|^3.0"
2020
},
2121
"autoload": {
@@ -25,5 +25,12 @@
2525
"files": [
2626
"src/helpers.php"
2727
]
28+
},
29+
"extra": {
30+
"laravel": {
31+
"providers": [
32+
"Yab\\MySQLScout\\Providers\\MySQLScoutServiceProvider"
33+
]
34+
}
2835
}
2936
}

0 commit comments

Comments
 (0)