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
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
6667Install the package via Composer:
6768
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments