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 5ab28ca commit bc5cc25Copy full SHA for bc5cc25
composer.json
@@ -10,15 +10,15 @@
10
],
11
"require": {
12
"php": "^7.1.3",
13
- "illuminate/database": "5.6.*",
14
- "illuminate/support": "5.6.*",
15
- "illuminate/queue": "5.6.*",
+ "illuminate/database": "5.6.*|5.7.*",
+ "illuminate/support": "5.6.*|5.7.*",
+ "illuminate/queue": "5.6.*|5.7.*",
16
"enqueue/amqp-lib": "0.8.*",
17
"queue-interop/amqp-interop": "^0.7"
18
},
19
"require-dev": {
20
"phpunit/phpunit": "^7.0",
21
- "illuminate/events": "5.6.*",
+ "illuminate/events": "5.6.*|5.7.*",
22
"mockery/mockery": "^1.0"
23
24
"autoload": {
0 commit comments