handled home loading if not available in dom (if drupalSettings.path.isFront == false)
This commit is contained in:
102
composer.lock
generated
102
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": "94914ee080097da2be34ee7047311647",
|
||||
"content-hash": "659326ced02c2fe78453f4b0f66d7e4e",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alchemy/zippy",
|
||||
@@ -9205,6 +9205,58 @@
|
||||
"source": "https://git.drupalcode.org/project/state_machine"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/subrequests",
|
||||
"version": "2.2.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://git.drupalcode.org/project/subrequests.git",
|
||||
"reference": "8.x-2.2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://ftp.drupal.org/files/projects/subrequests-8.x-2.2.zip",
|
||||
"reference": "8.x-2.2",
|
||||
"shasum": "2d1a3240849ab708ff4b1eeb09ec3f67e261a2e3"
|
||||
},
|
||||
"require": {
|
||||
"drupal/core": "*",
|
||||
"galbar/jsonpath": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"justinrainbow/json-schema": "^5.2"
|
||||
},
|
||||
"type": "drupal-module",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-2.x": "2.x-dev"
|
||||
},
|
||||
"drupal": {
|
||||
"version": "8.x-2.2",
|
||||
"datestamp": "1555921985",
|
||||
"security-coverage": {
|
||||
"status": "covered",
|
||||
"message": "Covered by Drupal's security advisory policy"
|
||||
}
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||
"license": [
|
||||
"GPL-2.0+"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mateu Aguiló Bosch",
|
||||
"homepage": "https://www.drupal.org/user/550110",
|
||||
"email": "mateu.aguilo.bosch@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Add a front controller that you can use to make subrequests.",
|
||||
"homepage": "https://www.drupal.org/project/subrequests",
|
||||
"support": {
|
||||
"source": "https://git.drupalcode.org/project/subrequests"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "drupal/synonyms",
|
||||
"version": "1.0.0-alpha1",
|
||||
@@ -10379,6 +10431,54 @@
|
||||
],
|
||||
"time": "2019-04-10T11:14:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "galbar/jsonpath",
|
||||
"version": "1.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Galbar/JsonPath-PHP.git",
|
||||
"reference": "d08d1efeadad3345257249e35e8cfd65f21256ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Galbar/JsonPath-PHP/zipball/d08d1efeadad3345257249e35e8cfd65f21256ae",
|
||||
"reference": "d08d1efeadad3345257249e35e8cfd65f21256ae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=5.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.0",
|
||||
"sami/sami": ">=3.3.0",
|
||||
"satooshi/php-coveralls": ">=1.0.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-0": {
|
||||
"JsonPath\\": "src/Skyscanner/",
|
||||
"Utilities\\": "src/Skyscanner/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"Apache 2.0"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Alessio Linares",
|
||||
"email": "alessio.linares@skyscanner.net",
|
||||
"role": "Software Engineer"
|
||||
}
|
||||
],
|
||||
"description": "JSONPath implementation for querying and updating JSON objects",
|
||||
"keywords": [
|
||||
"json",
|
||||
"jsonpath",
|
||||
"path"
|
||||
],
|
||||
"time": "2017-09-13T09:14:46+00:00"
|
||||
},
|
||||
{
|
||||
"name": "giggsey/libphonenumber-for-php",
|
||||
"version": "8.10.12",
|
||||
|
Reference in New Issue
Block a user