Skip to content

Commit

Permalink
Allow installation on Drupal 10.2 (#3)
Browse files Browse the repository at this point in the history
* Allows to be installed on Drupal ^10.2 by adding the option for the lates drush version

* Update composer.json
  • Loading branch information
thejimbirch authored Jan 22, 2024
1 parent 132daef commit 7f552ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"require": {
"drupal/core": "^10",
"drush/drush": "^11"
"drush/drush": "^11 || ^12.4.3"
}
}

0 comments on commit 7f552ec

Please sign in to comment.