We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0fd9d commit 5e520b9Copy full SHA for 5e520b9
composer.json
@@ -21,10 +21,10 @@
21
],
22
"require": {
23
"php": ">=5.6.4",
24
- "illuminate/contracts": "~5.3",
25
- "illuminate/database": "~5.3",
26
- "illuminate/support": "~5.3",
27
- "laravel/scout": "^2.0"
+ "illuminate/contracts": "5.3.*|5.4.*",
+ "illuminate/database": "5.3.*|5.4.*",
+ "illuminate/support": "5.3.*|5.4.*",
+ "laravel/scout": "2.*|3.*"
28
},
29
"require-dev": {
30
"phpunit/phpunit": "^4.8",
0 commit comments