Skip to content

Commit 7147214

Browse files
authored
Update to Laravel 9 (#54)
1 parent e0cc6eb commit 7147214

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
},
2222
"minimum-stability": "dev",
2323
"require": {
24-
"illuminate/database": "^8.0||^7.0||^6.0||4.1 - 6.0"
24+
"illuminate/database": "^9.0||^8.0||^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.5||^7.0",
30+
"phpunit/phpunit": "^9.5||^8.5||^7.0",
3131
"mockery/mockery": "^1.3.1||^0.9.4"
3232
}
3333
}

0 commit comments

Comments
 (0)