Commit updated composer lock file
This commit is contained in:
parent
b4b7d1641a
commit
80a383c7c4
1 changed files with 183 additions and 214 deletions
397
composer.lock
generated
397
composer.lock
generated
|
@ -285,27 +285,28 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "commerceguys/addressing",
|
"name": "commerceguys/addressing",
|
||||||
"version": "v1.2.2",
|
"version": "v1.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/commerceguys/addressing.git",
|
"url": "https://github.com/commerceguys/addressing.git",
|
||||||
"reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860"
|
"reference": "566febd56ca71e31dd383b014c4e1bec680507bf"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860",
|
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/566febd56ca71e31dd383b014c4e1bec680507bf",
|
||||||
"reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860",
|
"reference": "566febd56ca71e31dd383b014c4e1bec680507bf",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"doctrine/collections": "~1.0",
|
"doctrine/collections": "~1.0",
|
||||||
"php": ">=7.1.3"
|
"php": ">=7.3"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
"ext-json": "*",
|
||||||
"mikey179/vfsstream": "1.*",
|
"mikey179/vfsstream": "1.*",
|
||||||
"phpunit/phpunit": "^7.5",
|
"phpunit/phpunit": "^9.5",
|
||||||
"squizlabs/php_codesniffer": "3.*",
|
"squizlabs/php_codesniffer": "3.*",
|
||||||
"symfony/validator": "^4.4"
|
"symfony/validator": "^4.4 || ^5.4"
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"symfony/validator": "to validate addresses"
|
"symfony/validator": "to validate addresses"
|
||||||
|
@ -342,9 +343,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/commerceguys/addressing/issues",
|
"issues": "https://github.com/commerceguys/addressing/issues",
|
||||||
"source": "https://github.com/commerceguys/addressing/tree/v1.2.2"
|
"source": "https://github.com/commerceguys/addressing/tree/v1.3.0"
|
||||||
},
|
},
|
||||||
"time": "2021-10-30T12:33:41+00:00"
|
"time": "2022-04-08T13:06:51+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "composer/installers",
|
"name": "composer/installers",
|
||||||
|
@ -580,22 +581,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "consolidation/annotated-command",
|
"name": "consolidation/annotated-command",
|
||||||
"version": "4.5.2",
|
"version": "4.5.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/consolidation/annotated-command.git",
|
"url": "https://github.com/consolidation/annotated-command.git",
|
||||||
"reference": "24c1529436b4f4beec3d19aab71fd127817f47ef"
|
"reference": "93398c3166d9026ab93219ce23b2092b4d7b7904"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/24c1529436b4f4beec3d19aab71fd127817f47ef",
|
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/93398c3166d9026ab93219ce23b2092b4d7b7904",
|
||||||
"reference": "24c1529436b4f4beec3d19aab71fd127817f47ef",
|
"reference": "93398c3166d9026ab93219ce23b2092b4d7b7904",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"consolidation/output-formatters": "^4.1.1",
|
"consolidation/output-formatters": "^4.1.1",
|
||||||
"php": ">=7.1.3",
|
"php": ">=7.1.3",
|
||||||
"psr/log": "^1|^2",
|
"psr/log": "^1|^2|^3",
|
||||||
"symfony/console": "^4.4.8|^5|^6",
|
"symfony/console": "^4.4.8|^5|^6",
|
||||||
"symfony/event-dispatcher": "^4.4.8|^5|^6",
|
"symfony/event-dispatcher": "^4.4.8|^5|^6",
|
||||||
"symfony/finder": "^4.4.8|^5|^6"
|
"symfony/finder": "^4.4.8|^5|^6"
|
||||||
|
@ -630,9 +631,9 @@
|
||||||
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
"description": "Initialize Symfony Console commands from annotated command class methods.",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/consolidation/annotated-command/issues",
|
"issues": "https://github.com/consolidation/annotated-command/issues",
|
||||||
"source": "https://github.com/consolidation/annotated-command/tree/4.5.2"
|
"source": "https://github.com/consolidation/annotated-command/tree/4.5.4"
|
||||||
},
|
},
|
||||||
"time": "2022-02-20T16:36:18+00:00"
|
"time": "2022-04-05T17:58:10+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "consolidation/config",
|
"name": "consolidation/config",
|
||||||
|
@ -1693,7 +1694,7 @@
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.10",
|
"version": "8.x-1.10",
|
||||||
"datestamp": "1643715177",
|
"datestamp": "1643715226",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -1936,17 +1937,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/allowed_formats",
|
"name": "drupal/allowed_formats",
|
||||||
"version": "1.4.0",
|
"version": "1.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/allowed_formats.git",
|
"url": "https://git.drupalcode.org/project/allowed_formats.git",
|
||||||
"reference": "8.x-1.4"
|
"reference": "8.x-1.5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.4.zip",
|
"url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.5.zip",
|
||||||
"reference": "8.x-1.4",
|
"reference": "8.x-1.5",
|
||||||
"shasum": "6c73fd69781e8a7c3ebc394ce74f981b6da50eae"
|
"shasum": "dbf61bee7aec87beaa2cf307c1d0d9d5b896328c"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.8 || ^9"
|
"drupal/core": "^8.8 || ^9"
|
||||||
|
@ -1954,8 +1955,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.4",
|
"version": "8.x-1.5",
|
||||||
"datestamp": "1643490593",
|
"datestamp": "1648060331",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -3001,17 +3002,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/config_filter",
|
"name": "drupal/config_filter",
|
||||||
"version": "2.2.0",
|
"version": "2.3.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/config_filter.git",
|
"url": "https://git.drupalcode.org/project/config_filter.git",
|
||||||
"reference": "8.x-2.2"
|
"reference": "8.x-2.3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.2.zip",
|
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.3.zip",
|
||||||
"reference": "8.x-2.2",
|
"reference": "8.x-2.3",
|
||||||
"shasum": "dc6bc8107255066507cfc1d6766e664c3673cda0"
|
"shasum": "043fc712997cdd6b384024ab96bebba70e5c6b26"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.8 || ^9"
|
"drupal/core": "^8.8 || ^9"
|
||||||
|
@ -3025,8 +3026,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-2.2",
|
"version": "8.x-2.3",
|
||||||
"datestamp": "1601934694",
|
"datestamp": "1649336106",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -3580,16 +3581,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core",
|
"name": "drupal/core",
|
||||||
"version": "9.3.7",
|
"version": "9.3.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/drupal/core.git",
|
"url": "https://github.com/drupal/core.git",
|
||||||
"reference": "a768174b00fa088027d460a80a13550e624b9bf8"
|
"reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/drupal/core/zipball/a768174b00fa088027d460a80a13550e624b9bf8",
|
"url": "https://api.github.com/repos/drupal/core/zipball/86b0c4496e20ae7f945e9a7f0404fafe191ab774",
|
||||||
"reference": "a768174b00fa088027d460a80a13550e624b9bf8",
|
"reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -3831,13 +3832,13 @@
|
||||||
],
|
],
|
||||||
"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.",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/drupal/core/tree/9.3.7"
|
"source": "https://github.com/drupal/core/tree/9.3.9"
|
||||||
},
|
},
|
||||||
"time": "2022-03-03T09:23:53+00:00"
|
"time": "2022-03-21T21:21:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-composer-scaffold",
|
"name": "drupal/core-composer-scaffold",
|
||||||
"version": "9.3.7",
|
"version": "9.3.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/drupal/core-composer-scaffold.git",
|
"url": "https://github.com/drupal/core-composer-scaffold.git",
|
||||||
|
@ -3881,22 +3882,22 @@
|
||||||
"drupal"
|
"drupal"
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.7"
|
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.3.9"
|
||||||
},
|
},
|
||||||
"time": "2022-02-24T17:40:56+00:00"
|
"time": "2022-02-24T17:40:56+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/core-recommended",
|
"name": "drupal/core-recommended",
|
||||||
"version": "9.3.7",
|
"version": "9.3.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/drupal/core-recommended.git",
|
"url": "https://github.com/drupal/core-recommended.git",
|
||||||
"reference": "29f6f29672861a5719701a59aae26aafbb4c9495"
|
"reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/29f6f29672861a5719701a59aae26aafbb4c9495",
|
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/3ce3f2b6145de56178e006fb2ef94089d32cf411",
|
||||||
"reference": "29f6f29672861a5719701a59aae26aafbb4c9495",
|
"reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -3905,11 +3906,11 @@
|
||||||
"doctrine/annotations": "1.13.2",
|
"doctrine/annotations": "1.13.2",
|
||||||
"doctrine/lexer": "1.2.1",
|
"doctrine/lexer": "1.2.1",
|
||||||
"doctrine/reflection": "1.2.2",
|
"doctrine/reflection": "1.2.2",
|
||||||
"drupal/core": "9.3.7",
|
"drupal/core": "9.3.9",
|
||||||
"egulias/email-validator": "3.1.2",
|
"egulias/email-validator": "3.1.2",
|
||||||
"guzzlehttp/guzzle": "6.5.5",
|
"guzzlehttp/guzzle": "6.5.5",
|
||||||
"guzzlehttp/promises": "1.5.1",
|
"guzzlehttp/promises": "1.5.1",
|
||||||
"guzzlehttp/psr7": "1.8.3",
|
"guzzlehttp/psr7": "1.8.5",
|
||||||
"laminas/laminas-diactoros": "2.8.0",
|
"laminas/laminas-diactoros": "2.8.0",
|
||||||
"laminas/laminas-escaper": "2.9.0",
|
"laminas/laminas-escaper": "2.9.0",
|
||||||
"laminas/laminas-feed": "2.15.0",
|
"laminas/laminas-feed": "2.15.0",
|
||||||
|
@ -3967,9 +3968,9 @@
|
||||||
],
|
],
|
||||||
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
|
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/drupal/core-recommended/tree/9.3.7"
|
"source": "https://github.com/drupal/core-recommended/tree/9.3.9"
|
||||||
},
|
},
|
||||||
"time": "2022-03-03T09:23:53+00:00"
|
"time": "2022-03-21T21:21:58+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/crop",
|
"name": "drupal/crop",
|
||||||
|
@ -4545,17 +4546,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/drutopia_article",
|
"name": "drupal/drutopia_article",
|
||||||
"version": "1.1.0",
|
"version": "dev-1.x",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/drutopia_article.git",
|
"url": "https://git.drupalcode.org/project/drutopia_article.git",
|
||||||
"reference": "8.x-1.1"
|
"reference": "1a24bba09c55ec63a48e62082b3bd598eaca2288"
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://ftp.drupal.org/files/projects/drutopia_article-8.x-1.1.zip",
|
|
||||||
"reference": "8.x-1.1",
|
|
||||||
"shasum": "b354a30fb179eb3ef7d3150efc6c2c6100fa72ee"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/block_visibility_groups": "^1.3",
|
"drupal/block_visibility_groups": "^1.3",
|
||||||
|
@ -4569,7 +4564,7 @@
|
||||||
"drupal/drutopia_site": "*",
|
"drupal/drutopia_site": "*",
|
||||||
"drupal/ds": "^3.7",
|
"drupal/ds": "^3.7",
|
||||||
"drupal/entity_reference_revisions": "*",
|
"drupal/entity_reference_revisions": "*",
|
||||||
"drupal/facets": "^1.4",
|
"drupal/facets": "^2",
|
||||||
"drupal/field_group": "^3.0",
|
"drupal/field_group": "^3.0",
|
||||||
"drupal/focal_point": "*",
|
"drupal/focal_point": "*",
|
||||||
"drupal/metatag": "*",
|
"drupal/metatag": "*",
|
||||||
|
@ -4580,12 +4575,15 @@
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.1",
|
"version": "8.x-1.0+3-dev",
|
||||||
"datestamp": "1621286116",
|
"datestamp": "1619054257",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "not-covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -4594,10 +4592,6 @@
|
||||||
"GPL-2.0+"
|
"GPL-2.0+"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "cedewey",
|
|
||||||
"homepage": "https://www.drupal.org/user/38694"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "drutopia_gitlab",
|
"name": "drutopia_gitlab",
|
||||||
"homepage": "https://www.drupal.org/user/3514271"
|
"homepage": "https://www.drupal.org/user/3514271"
|
||||||
|
@ -4627,17 +4621,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/drutopia_blog",
|
"name": "drupal/drutopia_blog",
|
||||||
"version": "1.1.0",
|
"version": "dev-1.x",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/drutopia_blog.git",
|
"url": "https://git.drupalcode.org/project/drutopia_blog.git",
|
||||||
"reference": "8.x-1.1"
|
"reference": "5f0299742c2822b4f266c76186f3c69366e76fb5"
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://ftp.drupal.org/files/projects/drutopia_blog-8.x-1.1.zip",
|
|
||||||
"reference": "8.x-1.1",
|
|
||||||
"shasum": "6667fbe0a2567e6e82e8b382b11d77affc46e8ad"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/block_visibility_groups": "^1.3",
|
"drupal/block_visibility_groups": "^1.3",
|
||||||
|
@ -4651,7 +4639,7 @@
|
||||||
"drupal/drutopia_site": "*",
|
"drupal/drutopia_site": "*",
|
||||||
"drupal/ds": "^3.7",
|
"drupal/ds": "^3.7",
|
||||||
"drupal/entity_reference_revisions": "*",
|
"drupal/entity_reference_revisions": "*",
|
||||||
"drupal/facets": "^1.4",
|
"drupal/facets": "^2",
|
||||||
"drupal/field_group": "^3.0",
|
"drupal/field_group": "^3.0",
|
||||||
"drupal/focal_point": "*",
|
"drupal/focal_point": "*",
|
||||||
"drupal/metatag": "*",
|
"drupal/metatag": "*",
|
||||||
|
@ -4662,12 +4650,15 @@
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.1",
|
"version": "8.x-1.0+4-dev",
|
||||||
"datestamp": "1621286219",
|
"datestamp": "1619054280",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "not-covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -4676,10 +4667,6 @@
|
||||||
"GPL-2.0+"
|
"GPL-2.0+"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "cedewey",
|
|
||||||
"homepage": "https://www.drupal.org/user/38694"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "drutopia_gitlab",
|
"name": "drutopia_gitlab",
|
||||||
"homepage": "https://www.drupal.org/user/3514271"
|
"homepage": "https://www.drupal.org/user/3514271"
|
||||||
|
@ -4907,14 +4894,14 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git@gitlab.com:drutopia/drutopia_core.git",
|
"url": "git@gitlab.com:drutopia/drutopia_core.git",
|
||||||
"reference": "13299289df05de2aeb4ac6625cad45bbd53f343d"
|
"reference": "d5ec6f98ce390a4885222eaf1e1ba726087c4c16"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/config_actions": "^1.3",
|
"drupal/config_actions": "^1.3",
|
||||||
"drupal/config_perms": "^2.0",
|
"drupal/config_perms": "^2.0",
|
||||||
"drupal/crop": "^2.1",
|
"drupal/crop": "^2.1",
|
||||||
"drupal/ds": "^3.12",
|
"drupal/ds": "^3.12",
|
||||||
"drupal/facets": "^1.8",
|
"drupal/facets": "^2",
|
||||||
"drupal/faqfield": "^7.0",
|
"drupal/faqfield": "^7.0",
|
||||||
"drupal/focal_point": "^1.5",
|
"drupal/focal_point": "^1.5",
|
||||||
"drupal/metatag": "^1.16",
|
"drupal/metatag": "^1.16",
|
||||||
|
@ -4945,21 +4932,15 @@
|
||||||
"issues": "https://gitlab.com/drutopia/drutopia_core/issues",
|
"issues": "https://gitlab.com/drutopia/drutopia_core/issues",
|
||||||
"source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x"
|
"source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x"
|
||||||
},
|
},
|
||||||
"time": "2021-05-25T23:15:33+00:00"
|
"time": "2022-03-27T01:07:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/drutopia_event",
|
"name": "drupal/drutopia_event",
|
||||||
"version": "1.1.0",
|
"version": "dev-1.x",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/drutopia_event.git",
|
"url": "https://git.drupalcode.org/project/drutopia_event.git",
|
||||||
"reference": "8.x-1.1"
|
"reference": "533bf6b6b3f1ba0e1bece6f21c9491edb66a865e"
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://ftp.drupal.org/files/projects/drutopia_event-8.x-1.1.zip",
|
|
||||||
"reference": "8.x-1.1",
|
|
||||||
"shasum": "9296f027401941107cc3099d5879e5ad8b3234a3"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/block_visibility_groups": "^1.3",
|
"drupal/block_visibility_groups": "^1.3",
|
||||||
|
@ -4970,7 +4951,7 @@
|
||||||
"drupal/drutopia_seo": "^1.0",
|
"drupal/drutopia_seo": "^1.0",
|
||||||
"drupal/ds": "^3.7",
|
"drupal/ds": "^3.7",
|
||||||
"drupal/entity_reference_revisions": "*",
|
"drupal/entity_reference_revisions": "*",
|
||||||
"drupal/facets": "^1.4",
|
"drupal/facets": "^2",
|
||||||
"drupal/field_group": "*",
|
"drupal/field_group": "*",
|
||||||
"drupal/focal_point": "*",
|
"drupal/focal_point": "*",
|
||||||
"drupal/metatag": "*",
|
"drupal/metatag": "*",
|
||||||
|
@ -4981,12 +4962,15 @@
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.1",
|
"version": "8.x-1.0+3-dev",
|
||||||
"datestamp": "1621286639",
|
"datestamp": "1619054351",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "not-covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -4995,10 +4979,6 @@
|
||||||
"GPL-2.0+"
|
"GPL-2.0+"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "cedewey",
|
|
||||||
"homepage": "https://www.drupal.org/user/38694"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "drutopia_gitlab",
|
"name": "drutopia_gitlab",
|
||||||
"homepage": "https://www.drupal.org/user/3514271"
|
"homepage": "https://www.drupal.org/user/3514271"
|
||||||
|
@ -5498,17 +5478,11 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/drutopia_resource",
|
"name": "drupal/drutopia_resource",
|
||||||
"version": "1.1.0",
|
"version": "dev-1.x",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/drutopia_resource.git",
|
"url": "https://git.drupalcode.org/project/drutopia_resource.git",
|
||||||
"reference": "8.x-1.1"
|
"reference": "0ec9668684054271f8184a85fc24b5cbc0f0856a"
|
||||||
},
|
|
||||||
"dist": {
|
|
||||||
"type": "zip",
|
|
||||||
"url": "https://ftp.drupal.org/files/projects/drutopia_resource-8.x-1.1.zip",
|
|
||||||
"reference": "8.x-1.1",
|
|
||||||
"shasum": "fceb8271f7477483b701efb8e8627c3495db5e2b"
|
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/block_visibility_groups": "^1.3",
|
"drupal/block_visibility_groups": "^1.3",
|
||||||
|
@ -5519,7 +5493,7 @@
|
||||||
"drupal/drutopia_seo": "^1.0",
|
"drupal/drutopia_seo": "^1.0",
|
||||||
"drupal/ds": "^3.7",
|
"drupal/ds": "^3.7",
|
||||||
"drupal/entity_reference_revisions": "*",
|
"drupal/entity_reference_revisions": "*",
|
||||||
"drupal/facets": "^1.4",
|
"drupal/facets": "^2",
|
||||||
"drupal/field_group": "^3.0",
|
"drupal/field_group": "^3.0",
|
||||||
"drupal/focal_point": "*",
|
"drupal/focal_point": "*",
|
||||||
"drupal/metatag": "*",
|
"drupal/metatag": "*",
|
||||||
|
@ -5531,12 +5505,15 @@
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
|
"branch-alias": {
|
||||||
|
"dev-1.x": "1.x-dev"
|
||||||
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.1",
|
"version": "8.x-1.0+4-dev",
|
||||||
"datestamp": "1621289334",
|
"datestamp": "1621288885",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "not-covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -5545,10 +5522,6 @@
|
||||||
"GPL-2.0+"
|
"GPL-2.0+"
|
||||||
],
|
],
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
|
||||||
"name": "cedewey",
|
|
||||||
"homepage": "https://www.drupal.org/user/38694"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "drutopia_gitlab",
|
"name": "drutopia_gitlab",
|
||||||
"homepage": "https://www.drupal.org/user/3514271"
|
"homepage": "https://www.drupal.org/user/3514271"
|
||||||
|
@ -6409,17 +6382,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/environment_indicator",
|
"name": "drupal/environment_indicator",
|
||||||
"version": "4.0.4",
|
"version": "4.0.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/environment_indicator.git",
|
"url": "https://git.drupalcode.org/project/environment_indicator.git",
|
||||||
"reference": "4.0.4"
|
"reference": "4.0.5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.4.zip",
|
"url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.5.zip",
|
||||||
"reference": "4.0.4",
|
"reference": "4.0.5",
|
||||||
"shasum": "37cb19ca432c29a2351947fb59fc1271ff98dce3"
|
"shasum": "1900f65220783c8eef13c710befff8d12633f36e"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.8 || ^9"
|
"drupal/core": "^8.8 || ^9"
|
||||||
|
@ -6427,8 +6400,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "4.0.4",
|
"version": "4.0.5",
|
||||||
"datestamp": "1644420669",
|
"datestamp": "1646688932",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -6588,39 +6561,42 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/facets",
|
"name": "drupal/facets",
|
||||||
"version": "1.8.0",
|
"version": "2.0.2",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/facets.git",
|
"url": "https://git.drupalcode.org/project/facets.git",
|
||||||
"reference": "8.x-1.8"
|
"reference": "2.0.2"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/facets-8.x-1.8.zip",
|
"url": "https://ftp.drupal.org/files/projects/facets-2.0.2.zip",
|
||||||
"reference": "8.x-1.8",
|
"reference": "2.0.2",
|
||||||
"shasum": "f621b84b59c5315db14a0529df5dfc74ca5bc9de"
|
"shasum": "17afc46d3f4e4300e8e69f23b3b01a4935b57104"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.8 || ^9"
|
"drupal/core": "^9.2 || ^10.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"drupal/search_api": "<1.14"
|
"drupal/search_api": "<1.14"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"drupal/search_api": "~1.14"
|
"drupal/jquery_ui_slider": "~1.1",
|
||||||
|
"drupal/jquery_ui_touch_punch": "~1.0",
|
||||||
|
"drupal/search_api": "~1.21"
|
||||||
|
},
|
||||||
|
"suggest": {
|
||||||
|
"drupal/jquery_ui_slider": "Required for the 'Facets Range Widget' module to work",
|
||||||
|
"drupal/jquery_ui_touch_punch": "Required for the 'Facets Range Widget' module to work"
|
||||||
},
|
},
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.8",
|
"version": "2.0.2",
|
||||||
"datestamp": "1620838256",
|
"datestamp": "1649070269",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-8.x-1.x": "1.x-dev"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"notification-url": "https://packages.drupal.org/8/downloads",
|
"notification-url": "https://packages.drupal.org/8/downloads",
|
||||||
|
@ -7288,17 +7264,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/geolocation",
|
"name": "drupal/geolocation",
|
||||||
"version": "3.7.0",
|
"version": "3.8.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/geolocation.git",
|
"url": "https://git.drupalcode.org/project/geolocation.git",
|
||||||
"reference": "8.x-3.7"
|
"reference": "8.x-3.8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.7.zip",
|
"url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.8.zip",
|
||||||
"reference": "8.x-3.7",
|
"reference": "8.x-3.8",
|
||||||
"shasum": "796797ff4d3cc9d8b645bf2534d783d170ef77f5"
|
"shasum": "159a6ae26829ebaacd58503bf986180ddd4527d9"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.7.7 || ^9"
|
"drupal/core": "^8.7.7 || ^9"
|
||||||
|
@ -7320,8 +7296,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-3.7",
|
"version": "8.x-3.8",
|
||||||
"datestamp": "1623052750",
|
"datestamp": "1649672377",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -8134,17 +8110,17 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/menu_block",
|
"name": "drupal/menu_block",
|
||||||
"version": "1.7.0",
|
"version": "1.8.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/menu_block.git",
|
"url": "https://git.drupalcode.org/project/menu_block.git",
|
||||||
"reference": "8.x-1.7"
|
"reference": "8.x-1.8"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.7.zip",
|
"url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.8.zip",
|
||||||
"reference": "8.x-1.7",
|
"reference": "8.x-1.8",
|
||||||
"shasum": "6d021a24a6a8691becbecf02ac236a7d8626d4d0"
|
"shasum": "6c2ecbe6ed182b87d6cd30c6c87e9b0f408b69f0"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8 || ^9"
|
"drupal/core": "^8 || ^9"
|
||||||
|
@ -8152,8 +8128,8 @@
|
||||||
"type": "drupal-module",
|
"type": "drupal-module",
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.7",
|
"version": "8.x-1.8",
|
||||||
"datestamp": "1619638238",
|
"datestamp": "1647931812",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -8877,7 +8853,7 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.drupalcode.org/project/notfoundpassthrough.git",
|
"url": "https://git.drupalcode.org/project/notfoundpassthrough.git",
|
||||||
"reference": "a2947040d5dba2b5ef71942e793a603956fa91fc"
|
"reference": "7c1031b2918f11c46353c5fae7bf385c55fe313f"
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"drupal/core": "^8.8 || ^9"
|
"drupal/core": "^8.8 || ^9"
|
||||||
|
@ -8889,7 +8865,7 @@
|
||||||
},
|
},
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "1.x-dev",
|
"version": "1.x-dev",
|
||||||
"datestamp": "1637670998",
|
"datestamp": "1646998022",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "not-covered",
|
"status": "not-covered",
|
||||||
"message": "Dev releases are not covered by Drupal security advisories."
|
"message": "Dev releases are not covered by Drupal security advisories."
|
||||||
|
@ -9544,7 +9520,7 @@
|
||||||
"extra": {
|
"extra": {
|
||||||
"drupal": {
|
"drupal": {
|
||||||
"version": "8.x-1.2",
|
"version": "8.x-1.2",
|
||||||
"datestamp": "1644486753",
|
"datestamp": "1644487627",
|
||||||
"security-coverage": {
|
"security-coverage": {
|
||||||
"status": "covered",
|
"status": "covered",
|
||||||
"message": "Covered by Drupal's security advisory policy"
|
"message": "Covered by Drupal's security advisory policy"
|
||||||
|
@ -11695,7 +11671,7 @@
|
||||||
],
|
],
|
||||||
"description": "Provides helper commands to do project level version/hash pinning.",
|
"description": "Provides helper commands to do project level version/hash pinning.",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://gitlab.com/api/v4/projects/12048815/issues",
|
"issues": "https://gitlab.com/geeks4change/packages/composer-pin/-/issues",
|
||||||
"source": "https://gitlab.com/geeks4change/packages/composer-pin/-/tree/master"
|
"source": "https://gitlab.com/geeks4change/packages/composer-pin/-/tree/master"
|
||||||
},
|
},
|
||||||
"time": "2020-06-02T10:38:25+00:00"
|
"time": "2020-06-02T10:38:25+00:00"
|
||||||
|
@ -12022,16 +11998,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/psr7",
|
"name": "guzzlehttp/psr7",
|
||||||
"version": "1.8.3",
|
"version": "1.8.5",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/guzzle/psr7.git",
|
"url": "https://github.com/guzzle/psr7.git",
|
||||||
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
|
||||||
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
|
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -12112,7 +12088,7 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/guzzle/psr7/issues",
|
"issues": "https://github.com/guzzle/psr7/issues",
|
||||||
"source": "https://github.com/guzzle/psr7/tree/1.8.3"
|
"source": "https://github.com/guzzle/psr7/tree/1.8.5"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -12128,7 +12104,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-10-05T13:56:00+00:00"
|
"time": "2022-03-20T21:51:18+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "indieauth/client",
|
"name": "indieauth/client",
|
||||||
|
@ -14826,16 +14802,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/filesystem",
|
"name": "symfony/filesystem",
|
||||||
"version": "v4.4.37",
|
"version": "v4.4.39",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/filesystem.git",
|
"url": "https://github.com/symfony/filesystem.git",
|
||||||
"reference": "c59f37705c3e513ae55b2735f128f4ce363c82ec"
|
"reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/filesystem/zipball/c59f37705c3e513ae55b2735f128f4ce363c82ec",
|
"url": "https://api.github.com/repos/symfony/filesystem/zipball/72a5b35fecaa670b13954e6eaf414acbe2a67b35",
|
||||||
"reference": "c59f37705c3e513ae55b2735f128f4ce363c82ec",
|
"reference": "72a5b35fecaa670b13954e6eaf414acbe2a67b35",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -14869,7 +14845,7 @@
|
||||||
"description": "Provides basic utilities for the filesystem",
|
"description": "Provides basic utilities for the filesystem",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/filesystem/tree/v4.4.37"
|
"source": "https://github.com/symfony/filesystem/tree/v4.4.39"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -14885,7 +14861,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-01-02T09:41:36+00:00"
|
"time": "2022-02-25T10:38:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/finder",
|
"name": "symfony/finder",
|
||||||
|
@ -17343,31 +17319,29 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "behat/mink",
|
"name": "behat/mink",
|
||||||
"version": "v1.9.0",
|
"version": "v1.10.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/minkphp/Mink.git",
|
"url": "https://github.com/minkphp/Mink.git",
|
||||||
"reference": "e35f4695de8800fc776af34ebf665ad58ebdd996"
|
"reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996",
|
"url": "https://api.github.com/repos/minkphp/Mink/zipball/19e58905632e7cfdc5b2bafb9b950a3521af32c5",
|
||||||
"reference": "e35f4695de8800fc776af34ebf665ad58ebdd996",
|
"reference": "19e58905632e7cfdc5b2bafb9b950a3521af32c5",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4",
|
"php": ">=7.2",
|
||||||
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
|
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5",
|
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
|
||||||
"symfony/debug": "^2.7|^3.0|^4.0|^5.0",
|
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0",
|
||||||
"symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5",
|
"symfony/phpunit-bridge": "^5.4 || ^6.0"
|
||||||
"yoast/phpunit-polyfills": "^1.0"
|
|
||||||
},
|
},
|
||||||
"suggest": {
|
"suggest": {
|
||||||
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
|
"behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation",
|
||||||
"behat/mink-goutte-driver": "fast headless driver for any app without JS emulation",
|
|
||||||
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
|
"behat/mink-selenium2-driver": "slow, but JS-enabled driver for any app (requires Selenium2)",
|
||||||
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
|
"behat/mink-zombie-driver": "fast and JS-enabled headless driver for any app (requires node.js)",
|
||||||
"dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
|
"dmore/chrome-mink-driver": "fast and JS-enabled driver for any app (requires chromium or google chrome)"
|
||||||
|
@ -17403,9 +17377,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/minkphp/Mink/issues",
|
"issues": "https://github.com/minkphp/Mink/issues",
|
||||||
"source": "https://github.com/minkphp/Mink/tree/v1.9.0"
|
"source": "https://github.com/minkphp/Mink/tree/v1.10.0"
|
||||||
},
|
},
|
||||||
"time": "2021-10-11T11:58:47+00:00"
|
"time": "2022-03-28T14:22:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "behat/mink-browserkit-driver",
|
"name": "behat/mink-browserkit-driver",
|
||||||
|
@ -17530,30 +17504,30 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "behat/transliterator",
|
"name": "behat/transliterator",
|
||||||
"version": "v1.3.0",
|
"version": "v1.5.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Behat/Transliterator.git",
|
"url": "https://github.com/Behat/Transliterator.git",
|
||||||
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
|
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
|
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
|
||||||
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
|
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.3.3"
|
"php": ">=7.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"chuyskywalker/rolling-curl": "^3.1",
|
"chuyskywalker/rolling-curl": "^3.1",
|
||||||
"php-yaoi/php-yaoi": "^1.0",
|
"php-yaoi/php-yaoi": "^1.0",
|
||||||
"phpunit/phpunit": "^4.8.36|^6.3"
|
"phpunit/phpunit": "^8.5.25 || ^9.5.19"
|
||||||
},
|
},
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
"extra": {
|
||||||
"branch-alias": {
|
"branch-alias": {
|
||||||
"dev-master": "1.2-dev"
|
"dev-master": "1.x-dev"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
|
@ -17573,9 +17547,9 @@
|
||||||
],
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/Behat/Transliterator/issues",
|
"issues": "https://github.com/Behat/Transliterator/issues",
|
||||||
"source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
|
"source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
|
||||||
},
|
},
|
||||||
"time": "2020-01-14T16:39:13+00:00"
|
"time": "2022-03-30T09:27:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "drupal/upgrade_status",
|
"name": "drupal/upgrade_status",
|
||||||
|
@ -17908,16 +17882,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mglaman/phpstan-drupal",
|
"name": "mglaman/phpstan-drupal",
|
||||||
"version": "1.1.12",
|
"version": "1.1.15",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/mglaman/phpstan-drupal.git",
|
"url": "https://github.com/mglaman/phpstan-drupal.git",
|
||||||
"reference": "ef7e62da2114736f69c49af3d02bb6b774093ba0"
|
"reference": "b934beb8b591b609d7c8ca4abbb3d5e6035273ae"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/ef7e62da2114736f69c49af3d02bb6b774093ba0",
|
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/b934beb8b591b609d7c8ca4abbb3d5e6035273ae",
|
||||||
"reference": "ef7e62da2114736f69c49af3d02bb6b774093ba0",
|
"reference": "b934beb8b591b609d7c8ca4abbb3d5e6035273ae",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -17993,7 +17967,7 @@
|
||||||
"description": "Drupal extension and rules for PHPStan",
|
"description": "Drupal extension and rules for PHPStan",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/mglaman/phpstan-drupal/issues",
|
"issues": "https://github.com/mglaman/phpstan-drupal/issues",
|
||||||
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.12"
|
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.1.15"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -18009,24 +17983,24 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-02-23T22:14:13+00:00"
|
"time": "2022-04-06T21:05:13+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "1.4.8",
|
"version": "1.5.4",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15"
|
"reference": "bbf68cae24f6dc023c607ea0f87da55dd9d55c2b"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/2a6d6704b17c4db6190cc3104056c0aad740cb15",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/bbf68cae24f6dc023c607ea0f87da55dd9d55c2b",
|
||||||
"reference": "2a6d6704b17c4db6190cc3104056c0aad740cb15",
|
"reference": "bbf68cae24f6dc023c607ea0f87da55dd9d55c2b",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^7.1|^8.0"
|
"php": "^7.2|^8.0"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"phpstan/phpstan-shim": "*"
|
"phpstan/phpstan-shim": "*"
|
||||||
|
@ -18036,11 +18010,6 @@
|
||||||
"phpstan.phar"
|
"phpstan.phar"
|
||||||
],
|
],
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"extra": {
|
|
||||||
"branch-alias": {
|
|
||||||
"dev-master": "1.4-dev"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"files": [
|
"files": [
|
||||||
"bootstrap.php"
|
"bootstrap.php"
|
||||||
|
@ -18053,7 +18022,7 @@
|
||||||
"description": "PHPStan - PHP Static Analysis Tool",
|
"description": "PHPStan - PHP Static Analysis Tool",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpstan/phpstan/issues",
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
||||||
"source": "https://github.com/phpstan/phpstan/tree/1.4.8"
|
"source": "https://github.com/phpstan/phpstan/tree/1.5.4"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -18073,7 +18042,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-03-04T13:03:56+00:00"
|
"time": "2022-04-03T12:39:00+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-deprecation-rules",
|
"name": "phpstan/phpstan-deprecation-rules",
|
||||||
|
@ -18343,16 +18312,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/dom-crawler",
|
"name": "symfony/dom-crawler",
|
||||||
"version": "v4.4.38",
|
"version": "v4.4.39",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/symfony/dom-crawler.git",
|
"url": "https://github.com/symfony/dom-crawler.git",
|
||||||
"reference": "46e7bd2ff6da01e7ddf40e2d78930e7a621bcb4e"
|
"reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/46e7bd2ff6da01e7ddf40e2d78930e7a621bcb4e",
|
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3",
|
||||||
"reference": "46e7bd2ff6da01e7ddf40e2d78930e7a621bcb4e",
|
"reference": "4e9215a8b533802ba84a3cc5bd3c43103e7a6dc3",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -18397,7 +18366,7 @@
|
||||||
"description": "Eases DOM navigation for HTML and XML documents",
|
"description": "Eases DOM navigation for HTML and XML documents",
|
||||||
"homepage": "https://symfony.com",
|
"homepage": "https://symfony.com",
|
||||||
"support": {
|
"support": {
|
||||||
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.38"
|
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.39"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
|
@ -18413,7 +18382,7 @@
|
||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2022-01-31T14:01:05+00:00"
|
"time": "2022-02-25T10:38:15+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/polyfill-php81",
|
"name": "symfony/polyfill-php81",
|
||||||
|
|
Loading…
Add table
Reference in a new issue