Update composer lock file
This commit is contained in:
parent
c790f805ea
commit
5be559326b
1 changed files with 18 additions and 34 deletions
52
composer.lock
generated
52
composer.lock
generated
|
@ -2518,7 +2518,7 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupal.org/project/coffee",
|
"url": "https://git.drupal.org/project/coffee",
|
||||||
"reference": "8f6a4ee294342399df7ad9261225d2a0cd3ac43f"
|
"reference": "146571e62abee442c3d62b4247eb8c5fcff5d57b"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "~8.0"
|
"drupal/core": "~8.0"
|
||||||
|
@ -2579,7 +2579,7 @@
|
||||||
"issues": "https://drupal.org/project/issues/coffee",
|
"issues": "https://drupal.org/project/issues/coffee",
|
||||||
"irc": "irc://irc.freenode.org/drupal-contribute"
|
"irc": "irc://irc.freenode.org/drupal-contribute"
|
||||||
},
|
},
|
||||||
"time": "2017-05-09T08:49:39+00:00"
|
"time": "2018-11-12T07:59:17+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/components",
|
"name": "drupal/components",
|
||||||
|
@ -3526,9 +3526,6 @@
|
||||||
"recurse": false,
|
"recurse": false,
|
||||||
"replace": false,
|
"replace": false,
|
||||||
"merge-extra": false
|
"merge-extra": false
|
||||||
},
|
|
||||||
"patches_applied": {
|
|
||||||
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-04-15/2943172-kernel-test-base-2.patch"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -7184,49 +7181,39 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/ui_patterns",
|
"name": "drupal/ui_patterns",
|
||||||
"version": "1.0.0-rc2",
|
"version": "1.0.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupal.org/project/ui_patterns",
|
"url": "https://git.drupal.org/project/ui_patterns",
|
||||||
"reference": "8.x-1.0-rc2"
|
"reference": "8.x-1.0"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.0-rc2.zip",
|
"url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.0.zip",
|
||||||
"reference": "8.x-1.0-rc2",
|
"reference": "8.x-1.0",
|
||||||
"shasum": "f3c46a54438b5a618309c2c1063a37220bdf3057"
|
"shasum": "34fd89231ba3e2fbc19a32fb15f232e7d69743f8"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.3.0"
|
"drupal/core": "^8.3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"cweagans/composer-patches": "~1.0",
|
"composer/installers": "^1.2",
|
||||||
|
"cweagans/composer-patches": "~1.4",
|
||||||
"drupal-composer/drupal-scaffold": "^2.2",
|
"drupal-composer/drupal-scaffold": "^2.2",
|
||||||
"drupal/bootstrap": "3.1",
|
|
||||||
"drupal/coffee": "~1",
|
"drupal/coffee": "~1",
|
||||||
"drupal/config_devel": "~1",
|
"drupal/config_devel": "~1",
|
||||||
"drupal/config_installer": "~1",
|
"drupal/config_installer": "~1",
|
||||||
"drupal/console": "~1",
|
"drupal/console": "~1",
|
||||||
"drupal/ds": "~3",
|
"drupal/ds": "~3",
|
||||||
"drupal/entity_reference_revisions": "*",
|
|
||||||
"drupal/features": "~3",
|
|
||||||
"drupal/features_ui": "*",
|
|
||||||
"drupal/field_group": "~1",
|
"drupal/field_group": "~1",
|
||||||
"drupal/page_manager": "*",
|
"drupal/page_manager": "*",
|
||||||
"drupal/page_manager_ui": "*",
|
|
||||||
"drupal/panels": "~4",
|
"drupal/panels": "~4",
|
||||||
"drupal/paragraphs": "~1",
|
"drupal/paragraphs": "~1",
|
||||||
"drupal/token": "~1",
|
"drupal/token": "~1",
|
||||||
"drupal/ui_patterns_ds": "*",
|
|
||||||
"drupal/ui_patterns_field_group": "*",
|
|
||||||
"drupal/ui_patterns_layouts": "*",
|
|
||||||
"drupal/ui_patterns_library": "*",
|
|
||||||
"drupal/ui_patterns_views": "*",
|
|
||||||
"drush/drush": "~9",
|
"drush/drush": "~9",
|
||||||
"nuvoleweb/drupal-behat": "~1.1.0",
|
"openeuropa/drupal-core-require-dev": "~8.6@rc",
|
||||||
"openeuropa/task-runner": "~1.0-beta2",
|
"openeuropa/task-runner": "~1.0-beta3",
|
||||||
"phpro/grumphp": "~0.14",
|
"phpro/grumphp": "~0.14"
|
||||||
"webflo/drupal-core-require-dev": "~8.6@rc"
|
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
@ -7234,18 +7221,15 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.0-rc2",
|
"version": "8.x-1.0",
|
||||||
"datestamp": "1539715081",
|
"datestamp": "1542050281",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "covered",
|
||||||
"message": "RC releases are not covered by Drupal security advisories."
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
}
|
|
||||||
},
|
|
||||||
"patches": {
|
|
||||||
"drupal/core": {
|
|
||||||
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-04-15/2943172-kernel-test-base-2.patch"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"composer-exit-on-patch-failure": true,
|
||||||
|
"enable-patching": true,
|
||||||
"installer-paths": {
|
"installer-paths": {
|
||||||
"build/core": [
|
"build/core": [
|
||||||
"type:drupal-core"
|
"type:drupal-core"
|
||||||
|
|
Loading…
Add table
Reference in a new issue