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

Commit 46feb29

Browse files
authored
Merge pull request #23 from poyhsiao/master
- Update composer.json to support both laravel 5.3 / 5.4 and scout 2.0 / 3.0
2 parents 66139db + b320430 commit 46feb29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"minimum-stability": "dev",
1212
"require": {
1313
"php": ">=5.6.4",
14-
"laravel/framework": "5.4.*",
15-
"laravel/scout": "^2.0"
14+
"laravel/framework": "5.3.*|5.4.*",
15+
"laravel/scout": "^2.0|^3.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)