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.
2 parents 3e95445 + 7baf37e commit e6e4cf3Copy full SHA for e6e4cf3
composer.json
@@ -11,12 +11,12 @@
11
"php": ">=7.1",
12
"teamtnt/tntsearch": "2.*",
13
"laravel/scout": "7.*",
14
- "illuminate/bus": "~5.4|^6.0",
15
- "illuminate/contracts": "~5.4|^6.0",
16
- "illuminate/database": "~5.4|^6.0",
17
- "illuminate/pagination": "~5.4|^6.0",
18
- "illuminate/queue": "~5.4|^6.0",
19
- "illuminate/support": "~5.4|^6.0"
+ "illuminate/bus": "~5.4|^6.0|^7.0",
+ "illuminate/contracts": "~5.4|^6.0|^7.0",
+ "illuminate/database": "~5.4|^6.0|^7.0",
+ "illuminate/pagination": "~5.4|^6.0|^7.0",
+ "illuminate/queue": "~5.4|^6.0|^7.0",
+ "illuminate/support": "~5.4|^6.0|^7.0"
20
},
21
"require-dev": {
22
"mockery/mockery": "~0.9",
0 commit comments