-
- Downloads
Showing
- .scrutinizer.yml 3 additions, 2 deletions.scrutinizer.yml
- .travis.yml 21 additions, 16 deletions.travis.yml
- composer.json 7 additions, 6 deletionscomposer.json
- modules/mongodb/mongodb.info.yml 1 addition, 1 deletionmodules/mongodb/mongodb.info.yml
- modules/mongodb/src/MongoDb.php 1 addition, 1 deletionmodules/mongodb/src/MongoDb.php
- modules/mongodb/tests/src/Kernel/MongoDbTest.php 1 addition, 1 deletionmodules/mongodb/tests/src/Kernel/MongoDbTest.php
- modules/mongodb_storage/mongodb_storage.info.yml 1 addition, 1 deletionmodules/mongodb_storage/mongodb_storage.info.yml
- modules/mongodb_watchdog/mongodb_watchdog.info.yml 1 addition, 1 deletionmodules/mongodb_watchdog/mongodb_watchdog.info.yml
- modules/mongodb_watchdog/tests/modules/mongodb_watchdog_test/mongodb_watchdog_test.info.yml 1 addition, 1 deletion...ules/mongodb_watchdog_test/mongodb_watchdog_test.info.yml
- modules/mongodb_watchdog/tests/src/Functional/ControllerTest.php 1 addition, 0 deletions.../mongodb_watchdog/tests/src/Functional/ControllerTest.php
... | ... | @@ -15,8 +15,8 @@ |
} | ||
], | ||
"conflict": { | ||
"drupal/core": "< 8.9.0", | ||
"drush/drush": "< 9.7" | ||
"drupal/core": "< 9.4.0", | ||
"drush/drush": "< 11." | ||
}, | ||
"description": "Drupal 9.2 driver for MongoDB", | ||
"homepage": "https://www.drupal.org/project/mongodb", | ||
... | ... | @@ -26,13 +26,14 @@ |
"name": "drupal/mongodb", | ||
"prefer-stable": false, | ||
"require": { | ||
"php": ">=7.4.0", | ||
"php": ">=8.0", | ||
"ext-json": "*", | ||
"ext-mongodb": "^1.5.1", | ||
"mongodb/mongodb": "^1.5.1" | ||
"ext-mongodb": "^1.13", | ||
"mongodb/mongodb": "^1.12" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^8.5.18", | ||
"phpunit/phpunit": "^9.5", | ||
"phpspec/prophecy-phpunit": "^v2.0.1", | ||
"squizlabs/php_codesniffer": "^3.6.0" | ||
}, | ||
"support": { | ||
... | ... |
Please register or sign in to comment