Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from hmazter/laravel-55
Browse files Browse the repository at this point in the history
Support Laravel 5.5
  • Loading branch information
taylornotwell committed Aug 13, 2017
2 parents e62f9bd + eb8c007 commit 7f15c39
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.3.*|5.4.*",
"laravel/framework": "5.3.*|5.4.*|5.5.*",
"laravel/scout": "^2.0|^3.0"
},
"autoload": {
Expand All @@ -25,5 +25,12 @@
"files": [
"src/helpers.php"
]
},
"extra": {
"laravel": {
"providers": [
"Yab\\MySQLScout\\Providers\\MySQLScoutServiceProvider"
]
}
}
}

0 comments on commit 7f15c39

Please sign in to comment.