Skip to content

Commit cbdce4f

Browse files
committed
Bump dependencies
Bump dependencies for laravel 7
1 parent 727c291 commit cbdce4f

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ Make sure you have the MongoDB PHP driver installed. You can find installation i
6262
5.7.x | 3.4.x
6363
5.8.x | 3.5.x
6464
6.x | 3.6.x
65+
7.x | 4.x
6566

6667
Install the package via Composer:
6768

composer.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"illuminate/support": "^5.8|^6.0",
23-
"illuminate/container": "^5.8|^6.0",
24-
"illuminate/database": "^5.8|^6.0",
25-
"illuminate/events": "^5.8|^6.0",
26-
"mongodb/mongodb": "^1.4"
22+
"illuminate/support": "^7.0",
23+
"illuminate/container": "^7.0",
24+
"illuminate/database": "^7.0",
25+
"illuminate/events": "^7.0",
26+
"mongodb/mongodb": "^1.6"
2727
},
2828
"require-dev": {
29-
"phpunit/phpunit": "^6.0|^7.0|^8.0",
30-
"orchestra/testbench": "^3.1|^4.0",
31-
"mockery/mockery": "^1.0",
32-
"doctrine/dbal": "^2.5",
29+
"phpunit/phpunit": "^8.4",
30+
"orchestra/testbench": "^5.0",
31+
"mockery/mockery": "^1.3.1",
32+
"doctrine/dbal": "^2.6",
3333
"cedx/coveralls": "^11.2"
3434
},
3535
"autoload": {

0 commit comments

Comments
 (0)