Update Editoria11y to 2.x

This commit is contained in:
Chris Thompson 2022-11-16 16:50:51 -05:00
parent 0edd4c8b28
commit 08a7237a5b
2 changed files with 33 additions and 19 deletions

View file

@ -70,7 +70,7 @@
"drupal/eca": "^1.0", "drupal/eca": "^1.0",
"drupal/eca_context": "^1.0", "drupal/eca_context": "^1.0",
"drupal/editor_advanced_link": "^2.0", "drupal/editor_advanced_link": "^2.0",
"drupal/editoria11y": "^1", "drupal/editoria11y": "^2.0",
"drupal/empty_page": "^3", "drupal/empty_page": "^3",
"drupal/entity_reference_override": "^2", "drupal/entity_reference_override": "^2",
"drupal/entitygroupfield": "^1.0@alpha", "drupal/entitygroupfield": "^1.0@alpha",

50
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "5a222f1aa83fd165ab2ba75eeca90f03", "content-hash": "64b21871a182709dcd4b07b1e28df61d",
"packages": [ "packages": [
{ {
"name": "abraham/twitteroauth", "name": "abraham/twitteroauth",
@ -7476,30 +7476,35 @@
}, },
{ {
"name": "drupal/editoria11y", "name": "drupal/editoria11y",
"version": "1.0.14", "version": "2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/editoria11y.git", "url": "https://git.drupalcode.org/project/editoria11y.git",
"reference": "1.0.14" "reference": "2.0.3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/editoria11y-1.0.14.zip", "url": "https://ftp.drupal.org/files/projects/editoria11y-2.0.3.zip",
"reference": "1.0.14", "reference": "2.0.3",
"shasum": "5c278b863b3f97f4e15aceb41e48117258fed8a1" "shasum": "80eb351fa9a9edeb4aad0993844ec732b223bf13"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "^9 || ^10"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "1.0.14", "version": "2.0.3",
"datestamp": "1651258764", "datestamp": "1668094235",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
} }
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
@ -7508,22 +7513,31 @@
], ],
"authors": [ "authors": [
{ {
"name": "bkosborne", "name": "John Jameson",
"homepage": "https://www.drupal.org/user/788032" "homepage": "https://www.drupal.org/u/itmaybejj",
"role": "Maintainer"
}, },
{ {
"name": "itmaybejj", "name": "Brian Osborne",
"homepage": "https://www.drupal.org/user/1177504" "homepage": "https://www.drupal.org/u/bkosborne",
"role": "Maintainer"
}, },
{ {
"name": "partyka", "name": "Jason Partyka",
"homepage": "https://www.drupal.org/user/344048" "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.", "description": "Editoria11y (\"editorial accessibility\") is a user-friendly accessibility checker.",
"homepage": "https://www.drupal.org/project/editoria11y", "homepage": "http://drupal.org/project/editoria11y",
"support": { "support": {
"source": "https://git.drupalcode.org/project/editoria11y" "source": "https://git.drupalcode.org/project/editoria11y",
"issues": "http://drupal.org/project/issues/editoria11y"
} }
}, },
{ {