Skip to content

Commit 55499aa

Browse files
Add Support for laravel 7
don't forget to update jenssegers/mongodb
1 parent 932f2cf commit 55499aa

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

composer.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,14 @@
3131
],
3232
"require": {
3333
"php": ">=7.2",
34-
"illuminate/auth": "^6.0",
35-
"illuminate/container": "^6.0",
36-
"illuminate/contracts": "^6.0",
37-
38-
"jenssegers/mongodb": "^3.0"
34+
"illuminate/auth": "^6.0|^7.0",
35+
"illuminate/container": "^6.0|^7.0",
36+
"illuminate/contracts": "^6.0|^7.0",
37+
"jenssegers/mongodb": "^3.0|dev-develop"
3938
},
4039
"require-dev": {
41-
"monolog/monolog": "^1.23",
42-
"orchestra/testbench": "^3.2|^4.0",
40+
"monolog/monolog": "^1.23|^2.0",
41+
"orchestra/testbench": "^3.2|^4.0|^5.0",
4342
"phpunit/phpunit": "^5.7|^6.0|^7.0|^8.0",
4443
"squizlabs/php_codesniffer": "^3.1"
4544
},

0 commit comments

Comments
 (0)