Skip to content

Commit

Permalink
D11 compatibility (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Fritsch <[email protected]>
  • Loading branch information
chrfritsch and Christian Fritsch authored Jul 25, 2024
1 parent 2fd5a36 commit b7f6776
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,17 @@
"require": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "^1.6.5",
"drupal/core": "^9 || ^10",
"drupal/core-composer-scaffold": "^9 || ^10",
"drush/drush": "~11.0||~12.0",
"drupal/core": "^10 || ^11",
"drupal/core-composer-scaffold": "^10 || ^11",
"drush/drush": "~12.0||~13.0",
"webflo/drupal-finder": "^1.0.0",
"wikimedia/composer-merge-plugin": "dev-master",
"burdamagazinorg/image-derive-all": "dev-master",
"oomphinc/composer-installers-extender": "^1.1||^2.0",
"netcarver/textile": "^3.7",
"drupal/config_profile": "^1.0",
"drupal/default_content": "^2.0@alpha"
"drupal/default_content": "2.0.x-dev",
"mglaman/composer-drupal-lenient": "^1.0"
},
"require-dev": {
"drupal/core-dev": "^9 || ^10",
Expand Down Expand Up @@ -172,7 +173,8 @@
"wikimedia/composer-merge-plugin": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true,
"php-http/discovery": true
"php-http/discovery": true,
"mglaman/composer-drupal-lenient": true
}
}
}

0 comments on commit b7f6776

Please sign in to comment.