Update composer lock file with dependency updates, inc Drupal core
This commit is contained in:
parent
ee2cc18629
commit
14df6aa0db
1 changed files with 75 additions and 72 deletions
147
composer.lock
generated
147
composer.lock
generated
|
@ -1049,16 +1049,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "consolidation/site-process",
|
"name": "consolidation/site-process",
|
||||||
"version": "2.0.4",
|
"version": "2.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/consolidation/site-process.git",
|
"url": "https://github.com/consolidation/site-process.git",
|
||||||
"reference": "e159f849abce696c2f5081c149a1f8ec8717dd97"
|
"reference": "f3211fa4c60671c6f068184221f06f932556e443"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/consolidation/site-process/zipball/e159f849abce696c2f5081c149a1f8ec8717dd97",
|
"url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443",
|
||||||
"reference": "e159f849abce696c2f5081c149a1f8ec8717dd97",
|
"reference": "f3211fa4c60671c6f068184221f06f932556e443",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1117,7 +1117,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
|
"description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.",
|
||||||
"time": "2019-08-12T23:10:26+00:00"
|
"time": "2019-09-10T17:56:24+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "container-interop/container-interop",
|
"name": "container-interop/container-interop",
|
||||||
|
@ -1501,16 +1501,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/common",
|
"name": "doctrine/common",
|
||||||
"version": "v2.10.0",
|
"version": "v2.11.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/doctrine/common.git",
|
"url": "https://github.com/doctrine/common.git",
|
||||||
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d"
|
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/doctrine/common/zipball/30e33f60f64deec87df728c02b107f82cdafad9d",
|
"url": "https://api.github.com/repos/doctrine/common/zipball/b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
|
||||||
"reference": "30e33f60f64deec87df728c02b107f82cdafad9d",
|
"reference": "b8ca1dcf6b0dc8a2af7a09baac8d0c48345df4ff",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -1526,14 +1526,16 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"doctrine/coding-standard": "^1.0",
|
"doctrine/coding-standard": "^1.0",
|
||||||
"phpunit/phpunit": "^6.3",
|
"phpstan/phpstan": "^0.11",
|
||||||
|
"phpstan/phpstan-phpunit": "^0.11",
|
||||||
|
"phpunit/phpunit": "^7.0",
|
||||||
"squizlabs/php_codesniffer": "^3.0",
|
"squizlabs/php_codesniffer": "^3.0",
|
||||||
"symfony/phpunit-bridge": "^4.0.5"
|
"symfony/phpunit-bridge": "^4.0.5"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "2.10.x-dev"
|
"dev-master": "2.11.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -1546,6 +1548,10 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Guilherme Blanco",
|
||||||
|
"email": "guilhermeblanco@gmail.com"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Roman Borschel",
|
"name": "Roman Borschel",
|
||||||
"email": "roman@code-factory.org"
|
"email": "roman@code-factory.org"
|
||||||
|
@ -1554,10 +1560,6 @@
|
||||||
"name": "Benjamin Eberlei",
|
"name": "Benjamin Eberlei",
|
||||||
"email": "kontakt@beberlei.de"
|
"email": "kontakt@beberlei.de"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "Guilherme Blanco",
|
|
||||||
"email": "guilhermeblanco@gmail.com"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Jonathan Wage",
|
"name": "Jonathan Wage",
|
||||||
"email": "jonwage@gmail.com"
|
"email": "jonwage@gmail.com"
|
||||||
|
@ -1578,7 +1580,7 @@
|
||||||
"doctrine",
|
"doctrine",
|
||||||
"php"
|
"php"
|
||||||
],
|
],
|
||||||
"time": "2018-11-21T01:24:55+00:00"
|
"time": "2019-09-10T10:10:14+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "doctrine/event-manager",
|
"name": "doctrine/event-manager",
|
||||||
|
@ -2468,17 +2470,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/claro",
|
"name": "drupal/claro",
|
||||||
"version": "1.0.0-alpha4",
|
"version": "1.0.0-alpha5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/claro.git",
|
"url": "https://git.drupalcode.org/project/claro.git",
|
||||||
"reference": "8.x-1.0-alpha4"
|
"reference": "8.x-1.0-alpha5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/claro-8.x-1.0-alpha4.zip",
|
"url": "https://ftp.drupal.org/files/projects/claro-8.x-1.0-alpha5.zip",
|
||||||
"reference": "8.x-1.0-alpha4",
|
"reference": "8.x-1.0-alpha5",
|
||||||
"shasum": "151906eaef0fa2ade0cbffb2248565066544055a"
|
"shasum": "32ac74df71df9d095d3d911a19a45788ccf701ba"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "~8.0"
|
"drupal/core": "~8.0"
|
||||||
|
@ -2489,8 +2491,8 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.0-alpha4",
|
"version": "8.x-1.0-alpha5",
|
||||||
"datestamp": "1564677185",
|
"datestamp": "1567786984",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Project has not opted into security advisory coverage!"
|
"message": "Project has not opted into security advisory coverage!"
|
||||||
|
@ -3338,16 +3340,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core",
|
"name": "drupal/core",
|
||||||
"version": "8.7.6",
|
"version": "8.7.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/drupal/core.git",
|
"url": "https://github.com/drupal/core.git",
|
||||||
"reference": "39164616332832e1456199d32fc3ed11562f4721"
|
"reference": "32e1d7a67bbc28f07dc43d9ff692c0e90a4aeb92"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/drupal/core/zipball/39164616332832e1456199d32fc3ed11562f4721",
|
"url": "https://api.github.com/repos/drupal/core/zipball/32e1d7a67bbc28f07dc43d9ff692c0e90a4aeb92",
|
||||||
"reference": "39164616332832e1456199d32fc3ed11562f4721",
|
"reference": "32e1d7a67bbc28f07dc43d9ff692c0e90a4aeb92",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -3397,7 +3399,8 @@
|
||||||
"zendframework/zend-feed": "^2.4"
|
"zendframework/zend-feed": "^2.4"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drush/drush": "<8.1.10"
|
"drush/drush": "<8.1.10",
|
||||||
|
"symfony/dom-crawler": ">=4"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
"drupal/action": "self.version",
|
"drupal/action": "self.version",
|
||||||
|
@ -3581,7 +3584,7 @@
|
||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
|
||||||
"time": "2019-08-07T19:19:20+00:00"
|
"time": "2019-09-04T10:26:35+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/crop",
|
"name": "drupal/crop",
|
||||||
|
@ -4848,22 +4851,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/drutopia_related_content",
|
"name": "drupal/drutopia_related_content",
|
||||||
"version": "1.0.0-beta2",
|
"version": "1.0.0-beta3",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/drutopia_related_content.git",
|
"url": "https://git.drupalcode.org/project/drutopia_related_content.git",
|
||||||
"reference": "8.x-1.0-beta2"
|
"reference": "8.x-1.0-beta3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/drutopia_related_content-8.x-1.0-beta2.zip",
|
"url": "https://ftp.drupal.org/files/projects/drutopia_related_content-8.x-1.0-beta3.zip",
|
||||||
"reference": "8.x-1.0-beta2",
|
"reference": "8.x-1.0-beta3",
|
||||||
"shasum": "1c0b1870b44a026548399ca4e529acac7c995973"
|
"shasum": "4c73a9c3784dc06e66fc3666824d88bb4fbad981"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/block_visibility_groups": "^1.3",
|
"drupal/block_visibility_groups": "^1.3",
|
||||||
"drupal/core": "*",
|
"drupal/core": "*",
|
||||||
"drupal/drutopia_core": "^1.0-alpha5",
|
"drupal/drutopia_core": "^1.0-beta3",
|
||||||
"drupal/similarterms": "^1.3"
|
"drupal/similarterms": "^1.3"
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
|
@ -4872,17 +4875,12 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.0-beta2",
|
"version": "8.x-1.0-beta3",
|
||||||
"datestamp": "1559239088",
|
"datestamp": "1569167886",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Project has not opted into security advisory coverage!"
|
"message": "Project has not opted into security advisory coverage!"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"patches": {
|
|
||||||
"drupal/similarterms": {
|
|
||||||
"PHP fatal error, SimilarTermsArgument::query() must be compatible with NumericArgument": "https://www.drupal.org/files/issues/query_4.patch"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
@ -4915,7 +4913,7 @@
|
||||||
"homepage": "https://www.drupal.org/user/837536"
|
"homepage": "https://www.drupal.org/user/837536"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Provides related content on node pages generated via similar terms.",
|
"description": "Shows content (articles, actions, etc.) related to the current page's content based on the taxonomy terms held in common.",
|
||||||
"homepage": "https://gitlab.com/drutopia/drutopia_related_content",
|
"homepage": "https://gitlab.com/drutopia/drutopia_related_content",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"content",
|
"content",
|
||||||
|
@ -5780,7 +5778,7 @@
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.8",
|
"version": "8.x-1.8",
|
||||||
"datestamp": "1563997434",
|
"datestamp": "1563997086",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -6276,17 +6274,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/focal_point",
|
"name": "drupal/focal_point",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/focal_point.git",
|
"url": "https://git.drupalcode.org/project/focal_point.git",
|
||||||
"reference": "8.x-1.0"
|
"reference": "8.x-1.1"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.0.zip",
|
"url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.1.zip",
|
||||||
"reference": "8.x-1.0",
|
"reference": "8.x-1.1",
|
||||||
"shasum": "dec88d870aaa21e99984d6328ccf95b8120ee472"
|
"shasum": "5c48b6ebc0aeebec89af8b41a9ab2ef02a2950ed"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "*",
|
"drupal/core": "*",
|
||||||
|
@ -6301,8 +6299,8 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.0",
|
"version": "8.x-1.1",
|
||||||
"datestamp": "1553270584",
|
"datestamp": "1568206088",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -6619,6 +6617,10 @@
|
||||||
"name": "amyvs",
|
"name": "amyvs",
|
||||||
"homepage": "https://www.drupal.org/user/3181721"
|
"homepage": "https://www.drupal.org/user/3181721"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "aprice42",
|
||||||
|
"homepage": "https://www.drupal.org/user/369147"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "gcb",
|
"name": "gcb",
|
||||||
"homepage": "https://www.drupal.org/user/1682976"
|
"homepage": "https://www.drupal.org/user/1682976"
|
||||||
|
@ -7644,17 +7646,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/similarterms",
|
"name": "drupal/similarterms",
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/similarterms.git",
|
"url": "https://git.drupalcode.org/project/similarterms.git",
|
||||||
"reference": "8.x-1.3"
|
"reference": "8.x-1.4"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.3.zip",
|
"url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.4.zip",
|
||||||
"reference": "8.x-1.3",
|
"reference": "8.x-1.4",
|
||||||
"shasum": "46f2c36340e3bb2c40a250ff3a3de29947cdd609"
|
"shasum": "d821f881203a634d44a174ff7a793e408ea7890f"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "*"
|
"drupal/core": "*"
|
||||||
|
@ -7665,15 +7667,12 @@
|
||||||
"dev-1.x": "1.x-dev"
|
"dev-1.x": "1.x-dev"
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.3",
|
"version": "8.x-1.4",
|
||||||
"datestamp": "1469824139",
|
"datestamp": "1568313784",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"patches_applied": {
|
|
||||||
"PHP fatal error, SimilarTermsArgument::query() must be compatible with NumericArgument": "https://www.drupal.org/files/issues/query_4.patch"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
@ -7681,6 +7680,10 @@
|
||||||
"GPL-2.0-or-later"
|
"GPL-2.0-or-later"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "ericpugh",
|
||||||
|
"homepage": "https://www.drupal.org/user/130084"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "rmiddle",
|
"name": "rmiddle",
|
||||||
"homepage": "https://www.drupal.org/user/192183"
|
"homepage": "https://www.drupal.org/user/192183"
|
||||||
|
@ -11299,19 +11302,19 @@
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Fabien Potencier",
|
"name": "Fabien Potencier",
|
||||||
"role": "Lead Developer",
|
|
||||||
"email": "fabien@symfony.com",
|
"email": "fabien@symfony.com",
|
||||||
"homepage": "http://fabien.potencier.org"
|
"homepage": "http://fabien.potencier.org",
|
||||||
|
"role": "Lead Developer"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Twig Team",
|
"name": "Twig Team",
|
||||||
"role": "Contributors",
|
"homepage": "https://twig.symfony.com/contributors",
|
||||||
"homepage": "https://twig.symfony.com/contributors"
|
"role": "Contributors"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Armin Ronacher",
|
"name": "Armin Ronacher",
|
||||||
"role": "Project Founder",
|
"email": "armin.ronacher@active-4.com",
|
||||||
"email": "armin.ronacher@active-4.com"
|
"role": "Project Founder"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
"description": "Twig, the flexible, fast, and secure template language for PHP",
|
||||||
|
@ -11567,16 +11570,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "zendframework/zend-escaper",
|
"name": "zendframework/zend-escaper",
|
||||||
"version": "2.6.0",
|
"version": "2.6.1",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/zendframework/zend-escaper.git",
|
"url": "https://github.com/zendframework/zend-escaper.git",
|
||||||
"reference": "31d8aafae982f9568287cb4dce987e6aff8fd074"
|
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/31d8aafae982f9568287cb4dce987e6aff8fd074",
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
|
||||||
"reference": "31d8aafae982f9568287cb4dce987e6aff8fd074",
|
"reference": "3801caa21b0ca6aca57fa1c42b08d35c395ebd5f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -11608,7 +11611,7 @@
|
||||||
"escaper",
|
"escaper",
|
||||||
"zf"
|
"zf"
|
||||||
],
|
],
|
||||||
"time": "2018-04-25T15:48:53+00:00"
|
"time": "2019-09-05T20:03:20+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "zendframework/zend-feed",
|
"name": "zendframework/zend-feed",
|
||||||
|
|
Loading…
Add table
Reference in a new issue