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 #23 from poyhsiao/master
Browse files Browse the repository at this point in the history
- Update composer.json to support both laravel 5.3 / 5.4 and scout 2.0 / 3.0
  • Loading branch information
damiantw authored Mar 7, 2017
2 parents 66139db + b320430 commit 46feb29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.6.4",
"laravel/framework": "5.4.*",
"laravel/scout": "^2.0"
"laravel/framework": "5.3.*|5.4.*",
"laravel/scout": "^2.0|^3.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 46feb29

Please sign in to comment.