Skip to content

Commit bc5cc25

Browse files
committed
5.7
1 parent 5ab28ca commit bc5cc25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
],
1111
"require": {
1212
"php": "^7.1.3",
13-
"illuminate/database": "5.6.*",
14-
"illuminate/support": "5.6.*",
15-
"illuminate/queue": "5.6.*",
13+
"illuminate/database": "5.6.*|5.7.*",
14+
"illuminate/support": "5.6.*|5.7.*",
15+
"illuminate/queue": "5.6.*|5.7.*",
1616
"enqueue/amqp-lib": "0.8.*",
1717
"queue-interop/amqp-interop": "^0.7"
1818
},
1919
"require-dev": {
2020
"phpunit/phpunit": "^7.0",
21-
"illuminate/events": "5.6.*",
21+
"illuminate/events": "5.6.*|5.7.*",
2222
"mockery/mockery": "^1.0"
2323
},
2424
"autoload": {

0 commit comments

Comments
 (0)