Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"matchPackageNames": ["drupal/core-*"],
"enabled": false
},
{
"description": "The Drupal 10 fixture keeps these packages below the releases that require Drupal 11 or PHP 8.3, neither of which the fixture and the lowest PHP version in the test matrix provide.",
"matchFileNames": ["tests/behat/fixtures_drupal/d10/composer.json"],
"matchPackageNames": ["drupal/dynamic_entity_reference", "drupal/scheduled_transitions", "drupal/testmode", "drush/drush"],
"enabled": false
},
{
"matchDepNames": ["php"],
"matchManagers": ["composer"],
Expand Down
32 changes: 16 additions & 16 deletions tests/behat/fixtures_drupal/d10/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,30 +7,30 @@
"php": ">=8.2",
"composer/installers": "^2.3",
"cweagans/composer-patches": "^1.7.3",
"drupal/core-composer-scaffold": "~10.6.0",
"drupal/core-project-message": "~10.6.0",
"drupal/core-recommended": "~10.6.0",
"drupal/core-composer-scaffold": "~10.6.15",
"drupal/core-project-message": "~10.6.15",
"drupal/core-recommended": "~10.6.15",
"grasmash/yaml-cli": "^3.2.1",
"symfony/browser-kit": "^6.4.3",
"symfony/config": "^6.4.3",
"symfony/browser-kit": "^6.4.42",
"symfony/config": "^6.4.43",
"drupal/mailsystem": "^4.5",
"drupal/draggableviews": "^2.1.4",
"drupal/dynamic_entity_reference": "^3.2.1",
"drupal/dynamic_entity_reference": "^3.2.2",
"drupal/eck": "^2.1",
"drupal/paragraphs": "^1.19",
"drupal/pathauto": "^1.14",
"drupal/redirect": "^1.11",
"drupal/scheduled_transitions": "^2.6",
"drupal/search_api": "^1.38",
"drupal/testmode": "^2.6",
"drupal/webform": "^6.3@beta",
"drush/drush": "^13.6",
"drupal/paragraphs": "^1.23.0",
"drupal/pathauto": "^1.15.0",
"drupal/redirect": "^1.13.0",
"drupal/scheduled_transitions": "^2.6.0",
"drupal/search_api": "^1.41.0",
"drupal/testmode": "^2.7.1",
"drupal/webform": "^6.3.0@beta",
"drush/drush": "^13.6.0",
"oomphinc/composer-installers-extender": "^2.0.1",
"webflo/drupal-finder": "^1.3.1"
},
"require-dev": {
"drupal/core-dev": "~10.6.0",
"phpunit/php-code-coverage": "^9.2.31"
"drupal/core-dev": "~10.6.15",
"phpunit/php-code-coverage": "^9.2.32"
},
"conflict": {
"drupal/core": "^7.0"
Expand Down
22 changes: 11 additions & 11 deletions tests/behat/fixtures_drupal/d11/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
"symfony/config": "^6.4.3 || ^7.3",
"drupal/mailsystem": "^4.5",
"drupal/draggableviews": "^2.1.4",
"drupal/dynamic_entity_reference": "^3.2.1",
"drupal/eck": "^2.1@beta",
"drupal/paragraphs": "^1.19",
"drupal/pathauto": "^1.14",
"drupal/redirect": "^1.11",
"drupal/scheduled_transitions": "^2.6",
"drupal/search_api": "^1.38",
"drupal/testmode": "^2.6",
"drupal/webform": "^6.3@beta",
"drush/drush": "^13.6",
"drupal/dynamic_entity_reference": "^3.2.3",
"drupal/eck": "^2.1.0@beta",
"drupal/paragraphs": "^1.23.0",
"drupal/pathauto": "^1.15.0",
"drupal/redirect": "^1.13.0",
"drupal/scheduled_transitions": "^2.8.4",
"drupal/search_api": "^1.41.0",
"drupal/testmode": "^2.7.2",
"drupal/webform": "^6.3.0@beta",
"drush/drush": "^13.7.6",
"oomphinc/composer-installers-extender": "^2.0.1",
"webflo/drupal-finder": "^1.3.1"
},
"require-dev": {
"drupal/core-dev": "~11.3.0",
"phpunit/php-code-coverage": "^11.0.6"
"phpunit/php-code-coverage": "^11.0.12"
},
"conflict": {
"drupal/core": "^7.0"
Expand Down