File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,7 @@ Make sure you have the MongoDB PHP driver installed. You can find installation i
62
62
5.7.x | 3.4.x
63
63
5.8.x | 3.5.x
64
64
6.x | 3.6.x
65
+ 7.x | 4.x
65
66
66
67
Install the package via Composer:
67
68
Original file line number Diff line number Diff line change 19
19
],
20
20
"license" : " MIT" ,
21
21
"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 "
27
27
},
28
28
"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 " ,
33
33
"cedx/coveralls" : " ^11.2"
34
34
},
35
35
"autoload" : {
You can’t perform that action at this time.
0 commit comments