Update Editoria11y to 2.x
This commit is contained in:
parent
0edd4c8b28
commit
08a7237a5b
2 changed files with 33 additions and 19 deletions
|
@ -70,7 +70,7 @@
|
|||
"drupal/eca": "^1.0",
|
||||
"drupal/eca_context": "^1.0",
|
||||
"drupal/editor_advanced_link": "^2.0",
|
||||
"drupal/editoria11y": "^1",
|
||||
"drupal/editoria11y": "^2.0",
|
||||
"drupal/empty_page": "^3",
|
||||
"drupal/entity_reference_override": "^2",
|
||||
"drupal/entitygroupfield": "^1.0@alpha",
|
||||
|
|
50
composer.lock
generated
50
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5a222f1aa83fd165ab2ba75eeca90f03",
|
||||
"content-hash": "64b21871a182709dcd4b07b1e28df61d",
|
||||
"packages": [
|
||||
{
|
||||
"name": "abraham/twitteroauth",
|
||||
|
@ -7476,30 +7476,35 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/editoria11y",
|
||||
"version": "1.0.14",
|
||||
"version": "2.0.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/editoria11y.git",
|
||||
"reference": "1.0.14"
|
||||
"reference": "2.0.3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/editoria11y-1.0.14.zip",
|
||||
"reference": "1.0.14",
|
||||
"shasum": "5c278b863b3f97f4e15aceb41e48117258fed8a1"
|
||||
"url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.3.zip",
|
||||
"reference": "2.0.3",
|
||||
"shasum": "80eb351fa9a9edeb4aad0993844ec732b223bf13"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8 || ^9"
|
||||
"drupal/core": "^9 || ^10"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "1.0.14",
|
||||
"datestamp": "1651258764",
|
||||
"version": "2.0.3",
|
||||
"datestamp": "1668094235",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^9 || ^10"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
|
@ -7508,22 +7513,31 @@
|
|||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "bkosborne",
|
||||
"homepage": "https://www.drupal.org/user/788032"
|
||||
"name": "John Jameson",
|
||||
"homepage": "https://www.drupal.org/u/itmaybejj",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "itmaybejj",
|
||||
"homepage": "https://www.drupal.org/user/1177504"
|
||||
"name": "Brian Osborne",
|
||||
"homepage": "https://www.drupal.org/u/bkosborne",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "partyka",
|
||||
"homepage": "https://www.drupal.org/user/344048"
|
||||
"name": "Jason Partyka",
|
||||
"homepage": "https://www.drupal.org/u/partyka",
|
||||
"role": "Maintainer"
|
||||
},
|
||||
{
|
||||
"name": "See other contributors",
|
||||
"homepage": "https://www.drupal.org/node/3187132/committers",
|
||||
"role": "contributor"
|
||||
}
|
||||
],
|
||||
"description": "Checks for accessibility in page content.",
|
||||
"homepage": "https://www.drupal.org/project/editoria11y",
|
||||
"description": "Editoria11y (\"editorial accessibility\") is a user-friendly accessibility checker.",
|
||||
"homepage": "http://drupal.org/project/editoria11y",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/editoria11y"
|
||||
"source": "https://git.drupalcode.org/project/editoria11y",
|
||||
"issues": "http://drupal.org/project/issues/editoria11y"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue