Update composer lock file to latest couple updates dependencies
This commit is contained in:
parent
78ae3a03d2
commit
32ac0c6fee
1 changed files with 23 additions and 26 deletions
49
composer.lock
generated
49
composer.lock
generated
|
@ -7161,7 +7161,7 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/indieweb.git",
|
||||
"reference": "8996cc012465eecaf1195f2b5421e30c2b7a6894"
|
||||
"reference": "8e367b889702edbc6fd609e00e3d0c129cb7dfba"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.7|^9.0",
|
||||
|
@ -7183,8 +7183,8 @@
|
|||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.10+10-dev",
|
||||
"datestamp": "1591522789",
|
||||
"version": "8.x-1.10+12-dev",
|
||||
"datestamp": "1591870114",
|
||||
"security-coverage": {
|
||||
"status": "not-covered",
|
||||
"message": "Dev releases are not covered by Drupal security advisories."
|
||||
|
@ -7213,7 +7213,7 @@
|
|||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/indieweb"
|
||||
},
|
||||
"time": "2020-06-07T15:27:27+00:00"
|
||||
"time": "2020-06-11T17:31:57+00:00"
|
||||
},
|
||||
{
|
||||
"name": "drupal/mailchimp",
|
||||
|
@ -9427,48 +9427,43 @@
|
|||
},
|
||||
{
|
||||
"name": "drupal/ui_patterns",
|
||||
"version": "1.1.0",
|
||||
"version": "1.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/ui_patterns.git",
|
||||
"reference": "8.x-1.1"
|
||||
"reference": "8.x-1.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.1.zip",
|
||||
"reference": "8.x-1.1",
|
||||
"shasum": "4131fee2638308caff7040b2f03264aa8e592a3c"
|
||||
"url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.2.zip",
|
||||
"reference": "8.x-1.2",
|
||||
"shasum": "c792d38a1511e1c24386af5a8da8181d0394b824"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "^8.3.0"
|
||||
"drupal/core": "^8 || ^9"
|
||||
},
|
||||
"require-dev": {
|
||||
"composer/installers": "^1.2",
|
||||
"cweagans/composer-patches": "~1.4",
|
||||
"drupal-composer/drupal-scaffold": "^2.2",
|
||||
"drupal/coffee": "~1",
|
||||
"drupal/config_devel": "~1",
|
||||
"drupal/config_installer": "~1",
|
||||
"drupal/console": "~1",
|
||||
"drupal/core-composer-scaffold": "^8.0",
|
||||
"drupal/core-dev": "^8.0",
|
||||
"drupal/core-recommended": "~9.0",
|
||||
"drupal/ds": "~3",
|
||||
"drupal/field_group": "~1",
|
||||
"drupal/field_group": "~3",
|
||||
"drupal/page_manager": "*",
|
||||
"drupal/panels": "~4",
|
||||
"drupal/paragraphs": "~1",
|
||||
"drupal/token": "~1",
|
||||
"drush/drush": "~9",
|
||||
"drush/drush": "~10",
|
||||
"openeuropa/task-runner": "~1.0-beta3",
|
||||
"phpro/grumphp": "~0.14",
|
||||
"webflo/drupal-core-require-dev": "~8.7"
|
||||
"phpro/grumphp": "~0.14"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-1.x": "1.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-1.1",
|
||||
"datestamp": "1560696185",
|
||||
"version": "8.x-1.2",
|
||||
"datestamp": "1591882155",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
|
@ -9476,6 +9471,11 @@
|
|||
},
|
||||
"composer-exit-on-patch-failure": true,
|
||||
"enable-patching": true,
|
||||
"drupal-scaffold": {
|
||||
"locations": {
|
||||
"web-root": "build/"
|
||||
}
|
||||
},
|
||||
"installer-paths": {
|
||||
"build/core": [
|
||||
"type:drupal-core"
|
||||
|
@ -9503,9 +9503,6 @@
|
|||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"scripts": {
|
||||
"drupal-scaffold": [
|
||||
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
|
||||
],
|
||||
"post-install-cmd": [
|
||||
"./vendor/bin/run drupal:site-setup"
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue