Skip to content

Commit bd88bee

Browse files
Allow Compatibility with Laravel 7.x (#45)
* Update the require dev Co-authored-by: Nathan Rzepecki <nathan@lionslair.net.au>
1 parent 0274481 commit bd88bee

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
},
2222
"minimum-stability": "dev",
2323
"require": {
24-
"illuminate/database": "^6.0||4.1 - 6.0"
24+
"illuminate/database": "^7.0||^6.0||4.1 - 6.0"
2525
},
2626
"suggest": {
2727
"jenssegers/mongodb": "Use QueryBuilderParser with MongoDB"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.3|^7.0",
31-
"mockery/mockery": "^1.2.3|^0.9.4"
30+
"phpunit/phpunit": "^8.5||^7.0",
31+
"mockery/mockery": "^1.3.1||^0.9.4"
3232
}
3333
}

0 commit comments

Comments
 (0)