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 afe705a commit 2e87fe8Copy full SHA for 2e87fe8
composer.json
@@ -11,13 +11,13 @@
11
],
12
"require": {
13
"php": ">=7.0",
14
- "illuminate/database": "5.5.* 5.6.*",
15
- "illuminate/support": "5.5.* 5.6.*",
16
- "illuminate/queue": "5.5.* 5.6.*"
+ "illuminate/database": "5.5.* || 5.6.*",
+ "illuminate/support": "5.5.* || 5.6.*",
+ "illuminate/queue": "5.5.* || 5.6.*"
17
},
18
"require-dev": {
19
"phpunit/phpunit": "~6.0",
20
- "illuminate/events": "5.5.* 5.6.*",
+ "illuminate/events": "5.5.* || 5.6.*",
21
"mockery/mockery": "~1.0"
22
23
"autoload": {
0 commit comments