Update composer lock
This commit is contained in:
parent
179f1a8c82
commit
c02ccc5347
1 changed files with 133 additions and 2 deletions
135
composer.lock
generated
135
composer.lock
generated
|
@ -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": "d1c939d0b340e78aded2da6a21b1ab1a",
|
"content-hash": "b9fd7705e0207d9a2cd9ce190e35cd17",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "asm89/stack-cors",
|
"name": "asm89/stack-cors",
|
||||||
|
@ -6529,6 +6529,136 @@
|
||||||
},
|
},
|
||||||
"time": "2018-10-17T21:20:34+00:00"
|
"time": "2018-10-17T21:20:34+00:00"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "drupal/ui_patterns",
|
||||||
|
"version": "1.0.0-rc2",
|
||||||
|
"source": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.drupal.org/project/ui_patterns",
|
||||||
|
"reference": "8.x-1.0-rc2"
|
||||||
|
},
|
||||||
|
"dist": {
|
||||||
|
"type": "zip",
|
||||||
|
"url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.0-rc2.zip",
|
||||||
|
"reference": "8.x-1.0-rc2",
|
||||||
|
"shasum": "f3c46a54438b5a618309c2c1063a37220bdf3057"
|
||||||
|
},
|
||||||
|
"require": {
|
||||||
|
"drupal/core": "^8.3.0"
|
||||||
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"cweagans/composer-patches": "~1.0",
|
||||||
|
"drupal-composer/drupal-scaffold": "^2.2",
|
||||||
|
"drupal/bootstrap": "3.1",
|
||||||
|
"drupal/coffee": "~1",
|
||||||
|
"drupal/config_devel": "~1",
|
||||||
|
"drupal/config_installer": "~1",
|
||||||
|
"drupal/console": "~1",
|
||||||
|
"drupal/ds": "~3",
|
||||||
|
"drupal/entity_reference_revisions": "*",
|
||||||
|
"drupal/features": "~3",
|
||||||
|
"drupal/features_ui": "*",
|
||||||
|
"drupal/field_group": "~1",
|
||||||
|
"drupal/page_manager": "*",
|
||||||
|
"drupal/page_manager_ui": "*",
|
||||||
|
"drupal/panels": "~4",
|
||||||
|
"drupal/paragraphs": "~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",
|
||||||
|
"nuvoleweb/drupal-behat": "~1.1.0",
|
||||||
|
"openeuropa/task-runner": "~1.0-beta2",
|
||||||
|
"phpro/grumphp": "~0.14",
|
||||||
|
"webflo/drupal-core-require-dev": "~8.6@rc"
|
||||||
|
},
|
||||||
|
"type": "drupal-module",
|
||||||
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
|
"drupal": {
|
||||||
|
"version": "8.x-1.0-rc2",
|
||||||
|
"datestamp": "1539715081",
|
||||||
|
"security-coverage": {
|
||||||
|
"status": "not-covered",
|
||||||
|
"message": "RC releases are not covered by Drupal security advisories."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"installer-paths": {
|
||||||
|
"build/core": [
|
||||||
|
"type:drupal-core"
|
||||||
|
],
|
||||||
|
"build/modules/contrib/{$name}": [
|
||||||
|
"type:drupal-module"
|
||||||
|
],
|
||||||
|
"build/profiles/contrib/{$name}": [
|
||||||
|
"type:drupal-profile"
|
||||||
|
],
|
||||||
|
"build/themes/contrib/{$name}": [
|
||||||
|
"type:drupal-theme"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload": {
|
||||||
|
"psr-4": {
|
||||||
|
"Drupal\\ui_patterns\\": "./src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"autoload-dev": {
|
||||||
|
"psr-4": {
|
||||||
|
"Drupal\\Tests\\ui_patterns\\": "./tests/src"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
"scripts": {
|
||||||
|
"drupal-scaffold": [
|
||||||
|
"DrupalComposer\\DrupalScaffold\\Plugin::scaffold"
|
||||||
|
],
|
||||||
|
"post-install-cmd": [
|
||||||
|
"./vendor/bin/run drupal:site-setup"
|
||||||
|
],
|
||||||
|
"post-update-cmd": [
|
||||||
|
"./vendor/bin/run drupal:site-setup"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"license": [
|
||||||
|
"GPL-2.0+"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Nuvole Web",
|
||||||
|
"homepage": "https://www.drupal.org/user/186696",
|
||||||
|
"email": "info@nuvole.org"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "bircher",
|
||||||
|
"homepage": "https://www.drupal.org/user/1344166"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "pescetti",
|
||||||
|
"homepage": "https://www.drupal.org/user/436244"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"description": "UI Patterns.",
|
||||||
|
"homepage": "https://www.drupal.org/project/ui_patterns",
|
||||||
|
"keywords": [
|
||||||
|
"drupal",
|
||||||
|
"ui",
|
||||||
|
"web"
|
||||||
|
],
|
||||||
|
"support": {
|
||||||
|
"source": "http://cgit.drupalcode.org/ui_patterns"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/video_embed_field",
|
"name": "drupal/video_embed_field",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
|
@ -10091,7 +10221,8 @@
|
||||||
"drupal/webform": 5,
|
"drupal/webform": 5,
|
||||||
"drupal/block_theme_sync": 15,
|
"drupal/block_theme_sync": 15,
|
||||||
"drupal/coffee": 10,
|
"drupal/coffee": 10,
|
||||||
"drupal/twigsuggest": 20
|
"drupal/twigsuggest": 20,
|
||||||
|
"drupal/ui_patterns": 5
|
||||||
},
|
},
|
||||||
"prefer-stable": true,
|
"prefer-stable": true,
|
||||||
"prefer-lowest": false,
|
"prefer-lowest": false,
|
||||||
|
|
Loading…
Reference in a new issue