Update Composer, update everything
This commit is contained in:
parent
ea3e94409f
commit
dda5c284b6
19527 changed files with 1135420 additions and 351004 deletions
|
@ -10,10 +10,29 @@
|
|||
"name": "Jacob Rockowitz (jrockowitz)",
|
||||
"homepage": "https://www.drupal.org/u/jrockowitz",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "Alexander Trotsenko (bucefal91)",
|
||||
"homepage": "https://www.drupal.org/u/bucefal91",
|
||||
"role": "Co-maintainer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://drupal.org/project/issues/webform",
|
||||
"source": "http://cgit.drupalcode.org/webform"
|
||||
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
|
||||
"source": "http://cgit.drupalcode.org/webform",
|
||||
"docs": "https://www.drupal.org/docs/8/modules/webform",
|
||||
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
|
||||
},
|
||||
"extra": {
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9"
|
||||
}
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"drupal/address": "~1.4",
|
||||
"drupal/jsonapi": "~2.0",
|
||||
"drupal/token": "~1.3"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue