Skip to content

Commit

Permalink
feat: autoload drush command
Browse files Browse the repository at this point in the history
  • Loading branch information
callinmullaney committed Aug 31, 2023
1 parent 47d3c2e commit 0f52ec2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,19 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"drupal/core": "^9.5 || ^10",
"drupal/core": "^9.5 || ^10 || ^11",
"drupal/components": "^3.0@beta",
"drupal/emulsify_twig": "^4.0"
},
"autoload": {
"psr-4": {
"Drupal\\emulsify\\": "src/"
}
},
"extra": {
"drush": {
"services": {
"drush.services.yml": "^10 || ^11"
"drush.services.yml": "^9.5 || ^10 || ^11"
}
}
}
Expand Down

0 comments on commit 0f52ec2

Please sign in to comment.