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 2a379a9 commit 580c77bCopy full SHA for 580c77b
composer.json
@@ -11,12 +11,12 @@
11
"php": ">=7.1",
12
"teamtnt/tntsearch": "2.*",
13
"laravel/scout": "7.*",
14
- "illuminate/bus": "~5.4",
15
- "illuminate/contracts": "~5.4",
16
- "illuminate/database": "~5.4",
17
- "illuminate/pagination": "~5.4",
18
- "illuminate/queue": "~5.4",
19
- "illuminate/support": "~5.4"
+ "illuminate/bus": "~5.4|^6.0",
+ "illuminate/contracts": "~5.4|^6.0",
+ "illuminate/database": "~5.4|^6.0",
+ "illuminate/pagination": "~5.4|^6.0",
+ "illuminate/queue": "~5.4|^6.0",
+ "illuminate/support": "~5.4|^6.0"
20
},
21
"require-dev": {
22
"mockery/mockery": "~0.9",
@@ -47,4 +47,4 @@
47
48
"minimum-stability": "dev",
49
"prefer-stable": true
50
-}
+}
0 commit comments