Update ctools module

This commit is contained in:
Oliver Davies 2021-06-04 18:00:00 +01:00
parent ee99d9884a
commit 43b665a19e

21
composer.lock generated
View file

@ -2418,35 +2418,38 @@
}, },
{ {
"name": "drupal/ctools", "name": "drupal/ctools",
"version": "3.4.0", "version": "3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/ctools.git", "url": "https://git.drupalcode.org/project/ctools.git",
"reference": "8.x-3.4" "reference": "8.x-3.6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.4.zip", "url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.6.zip",
"reference": "8.x-3.4", "reference": "8.x-3.6",
"shasum": "016ca5abb7ac4ca720352a72e8989f3ef0e20539" "shasum": "9a849bb6ac9f4d02603d04b3265b35b7329e1ef5"
}, },
"require": { "require": {
"drupal/core": "^8.7.7 || ^9" "drupal/core": "^8.8 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
"drupal": { "drupal": {
"version": "8.x-3.4", "version": "8.x-3.6",
"datestamp": "1585763383", "datestamp": "1620838181",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
} }
},
"branch-alias": {
"dev-8.x-3.x": "3.x-dev"
} }
}, },
"notification-url": "https://packages.drupal.org/8/downloads", "notification-url": "https://packages.drupal.org/8/downloads",
"license": [ "license": [
"GPL-2.0+" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{ {