We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0b8bbb commit 025af65Copy full SHA for 025af65
drupal/composer.json
@@ -22,7 +22,7 @@
22
"drupal/core-recommended": "9.4.5",
23
"drupal/druxt": "1.1.1",
24
"drupal/tome": "^1.7",
25
- "drush/drush": "^11.1"
+ "drush/drush": "^13.3.3"
26
},
27
"require-dev": {
28
"drupal/core-dev": "9.4.5"
drupal/drush/Commands/contrib/tome_drush/composer.json
@@ -3,7 +3,7 @@
3
"description": "Contains global Drush commands for initializing and installing Tome.",
4
"type": "drupal-drush",
5
"require": {
6
- "drush/drush": "^9.6.0 || ^10.0 || ^11.0"
+ "drush/drush": "^9.6.0 || ^10.0 || ^11.0 || ^13.0"
7
8
"license": "MIT",
9
"authors": [
0 commit comments