added seo_checklist module
This commit is contained in:
114
composer.lock
generated
114
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": "5599994af496a19e5df162e8dfbed11c",
|
||||
"content-hash": "ea1dbde34526235dcac0bf3703c742c4",
|
||||
"packages": [
|
||||
{
|
||||
"name": "ajgl/breakpoint-twig-extension",
|
||||
@@ -3117,6 +3117,65 @@
|
||||
"source": "https://git.drupalcode.org/project/bulkdelete"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/checklistapi",
|
||||
"version": "2.1.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/checklistapi.git",
|
||||
"reference": "2.1.1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.1.zip",
|
||||
"reference": "2.1.1",
|
||||
"shasum": "69acb461c13aa7d37a91da078c3ceb0818543b87"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^9.3 || ^10",
|
||||
"php": ">=5.6.0"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "2.1.1",
|
||||
"datestamp": "1659116985",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
},
|
||||
"drush": {
|
||||
"services": {
|
||||
"drush.services.yml": "^10"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Travis Carden",
|
||||
"homepage": "https://www.drupal.org/user/236758",
|
||||
"email": "travis.carden@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "VladimirAus",
|
||||
"homepage": "https://www.drupal.org/user/673120"
|
||||
}
|
||||
],
|
||||
"description": "Provides an API for creating fillable, persistent checklists.",
|
||||
"homepage": "http://drupal.org/project/checklistapi",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/checklistapi",
|
||||
"issues": "https://www.drupal.org/project/issues/checklistapi"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/config_devel",
|
||||
"version": "dev-1.x",
|
||||
@@ -8604,6 +8663,59 @@
|
||||
"issues": "https://www.drupal.org/project/issues/selective_better_exposed_filters"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/seo_checklist",
|
||||
"version": "5.1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/seo_checklist.git",
|
||||
"reference": "5.1.0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/seo_checklist-5.1.0.zip",
|
||||
"reference": "5.1.0",
|
||||
"shasum": "fed410fef98a748e4b0ed90142b4f6a8ae6e86b8"
|
||||
},
|
||||
"require": {
|
||||
"drupal/checklistapi": "^2.0",
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"drupal": {
|
||||
"version": "5.1.0",
|
||||
"datestamp": "1629912904",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0-or-later"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Ben Finklea",
|
||||
"homepage": "https://www.drupal.org/user/46676"
|
||||
},
|
||||
{
|
||||
"name": "TravisCarden",
|
||||
"homepage": "https://www.drupal.org/user/236758"
|
||||
}
|
||||
],
|
||||
"description": "Uses best practices to check for proper search engine optimization.",
|
||||
"homepage": "https://www.drupal.org/project/seo_checklist",
|
||||
"keywords": [
|
||||
"SEO"
|
||||
],
|
||||
"support": {
|
||||
"source": "http://drupalcode.org/seo_checklist",
|
||||
"issues": "https://www.drupal.org/project/issues/seo_checklist"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/smart_date",
|
||||
"version": "3.5.1",
|
||||
|
||||
Reference in New Issue
Block a user