Commit updated composer lock file

This commit is contained in:
benjamin melançon 2020-03-02 03:26:43 -05:00
parent e2a4609daa
commit 4317a53306

350
composer.lock generated
View file

@ -140,16 +140,16 @@
}, },
{ {
"name": "behat/gherkin", "name": "behat/gherkin",
"version": "v4.6.0", "version": "v4.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Behat/Gherkin.git", "url": "https://github.com/Behat/Gherkin.git",
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07" "reference": "25bdcaf37898b4a939fa3031d5d753ced97e4759"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/ab0a02ea14893860bca00f225f5621d351a3ad07", "url": "https://api.github.com/repos/Behat/Gherkin/zipball/25bdcaf37898b4a939fa3031d5d753ced97e4759",
"reference": "ab0a02ea14893860bca00f225f5621d351a3ad07", "reference": "25bdcaf37898b4a939fa3031d5d753ced97e4759",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -195,7 +195,7 @@
"gherkin", "gherkin",
"parser" "parser"
], ],
"time": "2019-01-16T14:22:17+00:00" "time": "2020-02-27T11:29:57+00:00"
}, },
{ {
"name": "behat/mink", "name": "behat/mink",
@ -574,27 +574,27 @@
}, },
{ {
"name": "commerceguys/addressing", "name": "commerceguys/addressing",
"version": "v1.0.6", "version": "v1.0.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/commerceguys/addressing.git", "url": "https://github.com/commerceguys/addressing.git",
"reference": "8aac9af11d38c1abe04a5e4a252d5a6740b2b69a" "reference": "fa434c03e99a416de0b37d98068c6c0bdfd78cde"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/8aac9af11d38c1abe04a5e4a252d5a6740b2b69a", "url": "https://api.github.com/repos/commerceguys/addressing/zipball/fa434c03e99a416de0b37d98068c6c0bdfd78cde",
"reference": "8aac9af11d38c1abe04a5e4a252d5a6740b2b69a", "reference": "fa434c03e99a416de0b37d98068c6c0bdfd78cde",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/collections": "~1.0", "doctrine/collections": "~1.0",
"php": ">=5.5.0" "php": ">=7.0.8"
}, },
"require-dev": { "require-dev": {
"mikey179/vfsstream": "1.*", "mikey179/vfsstream": "1.*",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "^6.0",
"squizlabs/php_codesniffer": "2.*", "squizlabs/php_codesniffer": "2.*",
"symfony/validator": ">=3.2" "symfony/validator": "^3.4"
}, },
"suggest": { "suggest": {
"symfony/validator": "to validate addresses" "symfony/validator": "to validate addresses"
@ -629,7 +629,7 @@
"localization", "localization",
"postal" "postal"
], ],
"time": "2019-10-21T14:31:17+00:00" "time": "2020-01-24T16:21:06+00:00"
}, },
{ {
"name": "composer/installers", "name": "composer/installers",
@ -1252,26 +1252,26 @@
}, },
{ {
"name": "consolidation/robo", "name": "consolidation/robo",
"version": "1.4.11", "version": "1.4.12",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/consolidation/Robo.git", "url": "https://github.com/consolidation/Robo.git",
"reference": "5fa1d901776a628167a325baa9db95d8edf13a80" "reference": "eb45606f498b3426b9a98b7c85e300666a968e51"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/consolidation/Robo/zipball/5fa1d901776a628167a325baa9db95d8edf13a80", "url": "https://api.github.com/repos/consolidation/Robo/zipball/eb45606f498b3426b9a98b7c85e300666a968e51",
"reference": "5fa1d901776a628167a325baa9db95d8edf13a80", "reference": "eb45606f498b3426b9a98b7c85e300666a968e51",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"consolidation/annotated-command": "^2.11.0", "consolidation/annotated-command": "^2.11.0|^4.1",
"consolidation/config": "^1.2", "consolidation/config": "^1.2.1",
"consolidation/log": "~1", "consolidation/log": "^1.1.1|^2",
"consolidation/output-formatters": "^3.1.13", "consolidation/output-formatters": "^3.1.13|^4.1",
"consolidation/self-update": "^1", "consolidation/self-update": "^1.1.5",
"grasmash/yaml-expander": "^1.3", "grasmash/yaml-expander": "^1.4",
"league/container": "^2.2", "league/container": "^2.4.1",
"php": ">=5.5.0", "php": ">=5.5.0",
"symfony/console": "^2.8|^3|^4", "symfony/console": "^2.8|^3|^4",
"symfony/event-dispatcher": "^2.5|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4",
@ -1283,20 +1283,13 @@
"codegyre/robo": "< 1.0" "codegyre/robo": "< 1.0"
}, },
"require-dev": { "require-dev": {
"codeception/aspect-mock": "^1|^2.1.1",
"codeception/base": "^2.3.7",
"codeception/verify": "^0.3.2",
"g1a/composer-test-scenarios": "^3", "g1a/composer-test-scenarios": "^3",
"goaop/framework": "~2.1.2",
"goaop/parser-reflection": "^1.1.0",
"natxet/cssmin": "3.0.4", "natxet/cssmin": "3.0.4",
"nikic/php-parser": "^3.1.5", "patchwork/jsqueeze": "^2",
"patchwork/jsqueeze": "~2",
"pear/archive_tar": "^1.4.4", "pear/archive_tar": "^1.4.4",
"php-coveralls/php-coveralls": "^1", "php-coveralls/php-coveralls": "^1",
"phpunit/php-code-coverage": "~2|~4", "phpunit/phpunit": "^5.7.27",
"sebastian/comparator": "^1.2.4", "squizlabs/php_codesniffer": "^3"
"squizlabs/php_codesniffer": "^2.8"
}, },
"suggest": { "suggest": {
"henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
@ -1324,8 +1317,11 @@
"require": { "require": {
"symfony/console": "^2.8" "symfony/console": "^2.8"
}, },
"require-dev": {
"phpunit/phpunit": "^4.8.36"
},
"remove": [ "remove": [
"goaop/framework" "php-coveralls/php-coveralls"
], ],
"config": { "config": {
"platform": { "platform": {
@ -1338,7 +1334,7 @@
} }
}, },
"branch-alias": { "branch-alias": {
"dev-master": "2.x-dev" "dev-master": "1.x-dev"
} }
}, },
"autoload": { "autoload": {
@ -1357,7 +1353,7 @@
} }
], ],
"description": "Modern task runner", "description": "Modern task runner",
"time": "2019-10-29T15:50:02+00:00" "time": "2020-02-18T17:31:26+00:00"
}, },
{ {
"name": "consolidation/self-update", "name": "consolidation/self-update",
@ -2214,21 +2210,21 @@
}, },
{ {
"name": "drupal/address", "name": "drupal/address",
"version": "1.7.0", "version": "1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/address.git", "url": "https://git.drupalcode.org/project/address.git",
"reference": "8.x-1.7" "reference": "8.x-1.8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.7.zip", "url": "https://ftp.drupal.org/files/projects/address-8.x-1.8.zip",
"reference": "8.x-1.7", "reference": "8.x-1.8",
"shasum": "dab23a510090e59e3e6bc77faa517b523ad048ae" "shasum": "ded73be392ba9257fca9289719757928a8826275"
}, },
"require": { "require": {
"commerceguys/addressing": "^1.0.0", "commerceguys/addressing": "^1.0.7",
"drupal/core": "^8.6" "drupal/core": "^8.7.7 || ^9"
}, },
"require-dev": { "require-dev": {
"drupal/token": "^1.0" "drupal/token": "^1.0"
@ -2239,8 +2235,8 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.7", "version": "8.x-1.8",
"datestamp": "1559642884", "datestamp": "1582913039",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -2327,7 +2323,7 @@
"description": "Administration links access filter provides a workaround for the common problem that users with 'Use the administration pages and help' permission see menu links they don't have access permission for.", "description": "Administration links access filter provides a workaround for the common problem that users with 'Use the administration pages and help' permission see menu links they don't have access permission for.",
"homepage": "http://drupal.org/project/admin_links_access_filter", "homepage": "http://drupal.org/project/admin_links_access_filter",
"support": { "support": {
"source": "https://git.drupalcode.org/project/admin_links_access_filter" "source": "http://cgit.drupalcode.org/admin_links_access_filter"
} }
}, },
{ {
@ -2688,7 +2684,7 @@
"description": "Subscribe to block updates for source themes.", "description": "Subscribe to block updates for source themes.",
"homepage": "https://www.drupal.org/project/block_theme_sync", "homepage": "https://www.drupal.org/project/block_theme_sync",
"support": { "support": {
"source": "https://git.drupalcode.org/project/block_theme_sync" "source": "http://cgit.drupalcode.org/block_theme_sync"
} }
}, },
{ {
@ -2727,10 +2723,6 @@
"GPL-2.0+" "GPL-2.0+"
], ],
"authors": [ "authors": [
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
},
{ {
"name": "mlncn", "name": "mlncn",
"homepage": "https://www.drupal.org/user/64383" "homepage": "https://www.drupal.org/user/64383"
@ -2921,8 +2913,8 @@
"dev-8.x-1.x": "8.1.x-dev" "dev-8.x-1.x": "8.1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.0-beta2+6-dev", "version": "8.x-1.0-beta2+5-dev",
"datestamp": "1542009780", "datestamp": "1494319984",
"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."
@ -2978,11 +2970,11 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/comment_notify.git", "url": "https://git.drupalcode.org/project/comment_notify.git",
"reference": "6c160de99be991639a8f1fb07666d75a8008fabd" "reference": "ba2f514592eb96aca2bd88025985cb39dd79b853"
}, },
"require": { "require": {
"drupal/core": "*", "drupal/core": "^8 || ^9",
"drupal/token": "*" "drupal/token": "^1.6"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
@ -2990,8 +2982,8 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.0-beta6+5-dev", "version": "8.x-1.0+1-dev",
"datestamp": "1555366081", "datestamp": "1575246180",
"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."
@ -3004,20 +2996,24 @@
], ],
"authors": [ "authors": [
{ {
"name": "gnuget", "name": "Greg Knaddison (greggles)",
"homepage": "https://www.drupal.org/user/992990" "homepage": "https://www.drupal.org/u/greggles",
"role": "Maintainer"
}, },
{ {
"name": "greggles", "name": "David Valdez (gnuget)",
"homepage": "https://www.drupal.org/user/36762" "homepage": "https://www.drupal.org/u/gnuget",
"role": "Co-maintainer"
} }
], ],
"description": "Comment follow-up e-mail notification for anonymous as well as registered users.", "description": "Comment follow-up e-mail notification for anonymous as well as registered users.",
"homepage": "https://www.drupal.org/project/comment_notify", "homepage": "https://drupal.org/project/comment_notify",
"support": { "support": {
"source": "https://git.drupalcode.org/project/comment_notify" "source": "https://git.drupalcode.org/project/comment_notify",
"issues": "https://drupal.org/project/issues/comment_notify",
"irc": "irc://irc.freenode.org/drupal-contribute"
}, },
"time": "2019-12-02T00:19:59+00:00" "time": "2020-02-21T15:16:57+00:00"
}, },
{ {
"name": "drupal/components", "name": "drupal/components",
@ -3131,7 +3127,7 @@
"description": "Enables modules to provide actions that modify configuration.", "description": "Enables modules to provide actions that modify configuration.",
"homepage": "https://www.drupal.org/project/config_actions", "homepage": "https://www.drupal.org/project/config_actions",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_actions" "source": "http://cgit.drupalcode.org/config_actions"
} }
}, },
{ {
@ -3185,7 +3181,7 @@
"description": "Apply config actions when applying configuration updates.", "description": "Apply config actions when applying configuration updates.",
"homepage": "https://www.drupal.org/project/config_actions_provider", "homepage": "https://www.drupal.org/project/config_actions_provider",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_actions_provider" "source": "http://cgit.drupalcode.org/config_actions_provider"
} }
}, },
{ {
@ -3278,7 +3274,7 @@
"shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc" "shasum": "81210684c378dab856b3c2bce5eeaa58992d2efc"
}, },
"require": { "require": {
"drupal/core": "^8 || ^9" "drupal/core": "~8.0"
}, },
"suggest": { "suggest": {
"drupal/config_split": "Split site configuration for different environments." "drupal/config_split": "Split site configuration for different environments."
@ -3384,7 +3380,7 @@
"description": "Enables three-way merges of configuration items. This is useful for safely merging configuration updates while retaining any customizations.", "description": "Enables three-way merges of configuration items. This is useful for safely merging configuration updates while retaining any customizations.",
"homepage": "https://www.drupal.org/project/config_merge", "homepage": "https://www.drupal.org/project/config_merge",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_merge" "source": "http://cgit.drupalcode.org/config_merge"
} }
}, },
{ {
@ -3436,7 +3432,7 @@
"description": "Normalizes configuration for comparison.", "description": "Normalizes configuration for comparison.",
"homepage": "https://www.drupal.org/project/config_normalizer", "homepage": "https://www.drupal.org/project/config_normalizer",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_normalizer" "source": "http://cgit.drupalcode.org/config_normalizer"
} }
}, },
{ {
@ -3566,7 +3562,7 @@
"description": "Enables provision of configuration by extensions.", "description": "Enables provision of configuration by extensions.",
"homepage": "https://www.drupal.org/project/config_provider", "homepage": "https://www.drupal.org/project/config_provider",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_provider" "source": "http://cgit.drupalcode.org/config_provider"
} }
}, },
{ {
@ -3621,7 +3617,7 @@
"description": "Manages snapshots of configuration as provided by modules and themes.", "description": "Manages snapshots of configuration as provided by modules and themes.",
"homepage": "https://www.drupal.org/project/config_snapshot", "homepage": "https://www.drupal.org/project/config_snapshot",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_snapshot" "source": "http://cgit.drupalcode.org/config_snapshot"
} }
}, },
{ {
@ -3752,7 +3748,7 @@
"description": "Provides basic revert and update functionality for other modules", "description": "Provides basic revert and update functionality for other modules",
"homepage": "https://www.drupal.org/project/config_update", "homepage": "https://www.drupal.org/project/config_update",
"support": { "support": {
"source": "https://git.drupalcode.org/project/config_update" "source": "http://cgit.drupalcode.org/config_update"
} }
}, },
{ {
@ -4105,10 +4101,6 @@
"name": "Drupal Media Team", "name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690" "homepage": "https://www.drupal.org/user/3260690"
}, },
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
{ {
"name": "slashrsm", "name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628" "homepage": "https://www.drupal.org/user/744628"
@ -4276,7 +4268,7 @@
"description": "Enables the creation of custom error pages for 404 and 403 errors, as well as redirects for 404s.", "description": "Enables the creation of custom error pages for 404 and 403 errors, as well as redirects for 404s.",
"homepage": "https://www.drupal.org/project/customerror", "homepage": "https://www.drupal.org/project/customerror",
"support": { "support": {
"source": "https://git.drupalcode.org/project/customerror" "source": "http://cgit.drupalcode.org/customerror"
}, },
"time": "2018-11-18T21:15:33+00:00" "time": "2018-11-18T21:15:33+00:00"
}, },
@ -5916,7 +5908,7 @@
"description": "Drutopia Social provides a social media block, perhaps more in the future.", "description": "Drutopia Social provides a social media block, perhaps more in the future.",
"homepage": "https://gitlab.com/drutopia/drutopia_social", "homepage": "https://gitlab.com/drutopia/drutopia_social",
"support": { "support": {
"source": "https://git.drupalcode.org/project/drutopia_social" "source": "http://cgit.drupalcode.org/drutopia_social"
} }
}, },
{ {
@ -6157,20 +6149,20 @@
}, },
{ {
"name": "drupal/entity", "name": "drupal/entity",
"version": "1.0.0-rc3", "version": "1.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/entity.git", "url": "https://git.drupalcode.org/project/entity.git",
"reference": "8.x-1.0-rc3" "reference": "8.x-1.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0-rc3.zip", "url": "https://ftp.drupal.org/files/projects/entity-8.x-1.0.zip",
"reference": "8.x-1.0-rc3", "reference": "8.x-1.0",
"shasum": "6b4ccc0231c52ed9594502a0718057f53d98404d" "shasum": "ac359ada43416ca3a8d0e44f2985b0a9fae07625"
}, },
"require": { "require": {
"drupal/core": "^8.6" "drupal/core": "^8.7.7 || ^9"
}, },
"type": "drupal-module", "type": "drupal-module",
"extra": { "extra": {
@ -6178,11 +6170,11 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.0-rc3", "version": "8.x-1.0",
"datestamp": "1559579884", "datestamp": "1582735747",
"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"
} }
} }
}, },
@ -6434,7 +6426,7 @@
"description": "Excludes a node title from display. It provides a checkbox on node-edit pages for easier exclusion. You can also exclude title display from teaser pages.", "description": "Excludes a node title from display. It provides a checkbox on node-edit pages for easier exclusion. You can also exclude title display from teaser pages.",
"homepage": "https://www.drupal.org/project/exclude_node_title", "homepage": "https://www.drupal.org/project/exclude_node_title",
"support": { "support": {
"source": "https://git.drupalcode.org/project/exclude_node_title" "source": "http://cgit.drupalcode.org/exclude_node_title"
} }
}, },
{ {
@ -6635,7 +6627,7 @@
"description": "Enables administrators to package configuration into modules", "description": "Enables administrators to package configuration into modules",
"homepage": "https://www.drupal.org/project/features", "homepage": "https://www.drupal.org/project/features",
"support": { "support": {
"source": "https://git.drupalcode.org/project/features" "source": "http://cgit.drupalcode.org/features"
} }
}, },
{ {
@ -6851,7 +6843,7 @@
"description": "Helps with making a site GDPR-compliant.", "description": "Helps with making a site GDPR-compliant.",
"homepage": "https://www.drupal.org/project/gdpr", "homepage": "https://www.drupal.org/project/gdpr",
"support": { "support": {
"source": "https://git.drupalcode.org/project/gdpr" "source": "http://cgit.drupalcode.org/gdpr"
} }
}, },
{ {
@ -7119,7 +7111,7 @@
"description": "Allows your site to be tracked by Hotjar by adding a Javascript tracking code to every page.", "description": "Allows your site to be tracked by Hotjar by adding a Javascript tracking code to every page.",
"homepage": "https://www.drupal.org/project/hotjar", "homepage": "https://www.drupal.org/project/hotjar",
"support": { "support": {
"source": "https://git.drupalcode.org/project/hotjar" "source": "http://cgit.drupalcode.org/hotjar"
} }
}, },
{ {
@ -7891,10 +7883,6 @@
"name": "TR", "name": "TR",
"homepage": "https://www.drupal.org/user/202830" "homepage": "https://www.drupal.org/user/202830"
}, },
{
"name": "jerdavis",
"homepage": "https://www.drupal.org/user/228997"
},
{ {
"name": "sgabe", "name": "sgabe",
"homepage": "https://www.drupal.org/user/232117" "homepage": "https://www.drupal.org/user/232117"
@ -7960,7 +7948,7 @@
"description": "Minimal HTML provides a WYSIWYG text format suitable for basic uses like short text fields or administrator-configured notices.", "description": "Minimal HTML provides a WYSIWYG text format suitable for basic uses like short text fields or administrator-configured notices.",
"homepage": "https://www.drupal.org/project/minimalhtml", "homepage": "https://www.drupal.org/project/minimalhtml",
"support": { "support": {
"source": "https://git.drupalcode.org/project/minimalhtml", "source": "http://cgit.drupalcode.org/minimalhtml",
"issues": "https://www.drupal.org/project/issues/minimalhtml" "issues": "https://www.drupal.org/project/issues/minimalhtml"
} }
}, },
@ -7990,8 +7978,8 @@
"version": "8.x-1.0", "version": "8.x-1.0",
"datestamp": "1553258884", "datestamp": "1553258884",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "not-covered",
"message": "Covered by Drupal's security advisory policy" "message": "Project has not opted into security advisory coverage!"
} }
} }
}, },
@ -8096,20 +8084,20 @@
}, },
{ {
"name": "drupal/paragraphs", "name": "drupal/paragraphs",
"version": "1.10.0", "version": "1.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/paragraphs.git", "url": "https://git.drupalcode.org/project/paragraphs.git",
"reference": "8.x-1.10" "reference": "8.x-1.11"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.10.zip", "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.11.zip",
"reference": "8.x-1.10", "reference": "8.x-1.11",
"shasum": "12f96d90940df1c870bbe4cb97a8260169045911" "shasum": "4fa849a249fbc689ca0c83523a967c08767e91af"
}, },
"require": { "require": {
"drupal/core": "~8", "drupal/core": "^8.7.7 || ^9",
"drupal/entity_reference_revisions": "~1.3" "drupal/entity_reference_revisions": "~1.3"
}, },
"require-dev": { "require-dev": {
@ -8134,8 +8122,8 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.10", "version": "8.x-1.11",
"datestamp": "1572617586", "datestamp": "1581850829",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -8180,17 +8168,17 @@
}, },
{ {
"name": "drupal/paragraphs_features", "name": "drupal/paragraphs_features",
"version": "1.7.0", "version": "1.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://git.drupalcode.org/project/paragraphs_features.git", "url": "https://git.drupalcode.org/project/paragraphs_features.git",
"reference": "8.x-1.7" "reference": "8.x-1.8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://ftp.drupal.org/files/projects/paragraphs_features-8.x-1.7.zip", "url": "https://ftp.drupal.org/files/projects/paragraphs_features-8.x-1.8.zip",
"reference": "8.x-1.7", "reference": "8.x-1.8",
"shasum": "fdbd061f1b243dd03544bbd13bdd657976b9f5d7" "shasum": "f50588a3bd6fa8c2be4f8e227d9b9f5520857e9f"
}, },
"require": { "require": {
"drupal/core": "^8.5", "drupal/core": "^8.5",
@ -8202,8 +8190,8 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.7", "version": "8.x-1.8",
"datestamp": "1576148285", "datestamp": "1582721047",
"security-coverage": { "security-coverage": {
"status": "covered", "status": "covered",
"message": "Covered by Drupal's security advisory policy" "message": "Covered by Drupal's security advisory policy"
@ -8283,10 +8271,6 @@
"GPL-2.0-or-later" "GPL-2.0-or-later"
], ],
"authors": [ "authors": [
{
"name": "banviktor",
"homepage": "https://www.drupal.org/user/3176333"
},
{ {
"name": "greggles", "name": "greggles",
"homepage": "https://www.drupal.org/user/36762" "homepage": "https://www.drupal.org/user/36762"
@ -8303,7 +8287,7 @@
"description": "Protects a site from some insecure configurations.", "description": "Protects a site from some insecure configurations.",
"homepage": "https://www.drupal.org/project/paranoia", "homepage": "https://www.drupal.org/project/paranoia",
"support": { "support": {
"source": "https://git.drupalcode.org/project/paranoia" "source": "http://cgit.drupalcode.org/paranoia"
} }
}, },
{ {
@ -8519,7 +8503,7 @@
"description": "Provides the ability to print regions (the building block of Drupal site building— where blocks are placed) within content (node) templates.", "description": "Provides the ability to print regions (the building block of Drupal site building— where blocks are placed) within content (node) templates.",
"homepage": "https://www.drupal.org/project/regionincontent", "homepage": "https://www.drupal.org/project/regionincontent",
"support": { "support": {
"source": "https://git.drupalcode.org/project/regionincontent" "source": "http://cgit.drupalcode.org/regionincontent"
}, },
"time": "2018-12-17T22:12:17+00:00" "time": "2018-12-17T22:12:17+00:00"
}, },
@ -8687,22 +8671,10 @@
"name": "anoopjohn", "name": "anoopjohn",
"homepage": "https://www.drupal.org/user/188049" "homepage": "https://www.drupal.org/user/188049"
}, },
{
"name": "binnythomas",
"homepage": "https://www.drupal.org/user/3123091"
},
{ {
"name": "larssg", "name": "larssg",
"homepage": "https://www.drupal.org/user/655" "homepage": "https://www.drupal.org/user/655"
}, },
{
"name": "varunity",
"homepage": "https://www.drupal.org/user/273530"
},
{
"name": "vimaljoseph",
"homepage": "https://www.drupal.org/user/817380"
},
{ {
"name": "zyxware", "name": "zyxware",
"homepage": "https://www.drupal.org/user/222163" "homepage": "https://www.drupal.org/user/222163"
@ -8711,7 +8683,7 @@
"description": "Automatically search for the keywords in URLs that result in 404 errors and show results instead of Page-Not-Found.", "description": "Automatically search for the keywords in URLs that result in 404 errors and show results instead of Page-Not-Found.",
"homepage": "https://www.drupal.org/project/search404", "homepage": "https://www.drupal.org/project/search404",
"support": { "support": {
"source": "https://git.drupalcode.org/project/search404" "source": "http://cgit.drupalcode.org/search404"
} }
}, },
{ {
@ -8984,7 +8956,7 @@
"description": "The module provides a block that display links (icons) to your profiles on various social networking sites.", "description": "The module provides a block that display links (icons) to your profiles on various social networking sites.",
"homepage": "https://www.drupal.org/project/social_media_links", "homepage": "https://www.drupal.org/project/social_media_links",
"support": { "support": {
"source": "https://git.drupalcode.org/project/social_media_links", "source": "http://cgit.drupalcode.org/social_media_links",
"issues": "https://www.drupal.org/project/issues/social_media_links" "issues": "https://www.drupal.org/project/issues/social_media_links"
} }
}, },
@ -9036,7 +9008,7 @@
"description": "Provide multiple variations of a single installation profile.", "description": "Provide multiple variations of a single installation profile.",
"homepage": "https://www.drupal.org/project/subprofiles", "homepage": "https://www.drupal.org/project/subprofiles",
"support": { "support": {
"source": "https://git.drupalcode.org/project/subprofiles" "source": "http://cgit.drupalcode.org/subprofiles"
} }
}, },
{ {
@ -9087,7 +9059,7 @@
"description": "Allows short (non-long) text fields to use the textarea widget on content entry forms.", "description": "Allows short (non-long) text fields to use the textarea widget on content entry forms.",
"homepage": "https://www.drupal.org/project/textarea_widget_for_text", "homepage": "https://www.drupal.org/project/textarea_widget_for_text",
"support": { "support": {
"source": "https://git.drupalcode.org/project/textarea_widget_for_text" "source": "http://cgit.drupalcode.org/textarea_widget_for_text"
} }
}, },
{ {
@ -9179,8 +9151,8 @@
"dev-1.x": "1.x-dev" "dev-1.x": "1.x-dev"
}, },
"drupal": { "drupal": {
"version": "8.x-1.0-alpha2+10-dev", "version": "8.x-1.0-alpha2+9-dev",
"datestamp": "1573760885", "datestamp": "1571695384",
"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."
@ -9437,10 +9409,6 @@
"name": "New Zeal", "name": "New Zeal",
"homepage": "https://www.drupal.org/user/93571" "homepage": "https://www.drupal.org/user/93571"
}, },
{
"name": "jasonawant",
"homepage": "https://www.drupal.org/user/589890"
},
{ {
"name": "joekers", "name": "joekers",
"homepage": "https://www.drupal.org/user/2229066" "homepage": "https://www.drupal.org/user/2229066"
@ -9705,7 +9673,7 @@
"description": "Plugin to allow legacy content editing and more sane formatting in wysiwyg editors.", "description": "Plugin to allow legacy content editing and more sane formatting in wysiwyg editors.",
"homepage": "https://www.drupal.org/project/wysiwyg_linebreaks", "homepage": "https://www.drupal.org/project/wysiwyg_linebreaks",
"support": { "support": {
"source": "https://git.drupalcode.org/project/wysiwyg_linebreaks" "source": "http://cgit.drupalcode.org/wysiwyg_linebreaks"
} }
}, },
{ {
@ -10988,9 +10956,9 @@
"authors": [ "authors": [
{ {
"name": "Colin O'Dell", "name": "Colin O'Dell",
"role": "Lead Developer",
"email": "colinodell@gmail.com", "email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com", "homepage": "https://www.colinodell.com"
"role": "Lead Developer"
} }
], ],
"description": "PHP Markdown parser based on the CommonMark spec", "description": "PHP Markdown parser based on the CommonMark spec",
@ -11328,16 +11296,16 @@
}, },
{ {
"name": "p3k/http", "name": "p3k/http",
"version": "0.1.8", "version": "0.1.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aaronpk/p3k-http.git", "url": "https://github.com/aaronpk/p3k-http.git",
"reference": "a43977636d7a930080009eddda06994037c88fd7" "reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/a43977636d7a930080009eddda06994037c88fd7", "url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/24d28287e0c5606aa45b23c6e3c17628d89468f7",
"reference": "a43977636d7a930080009eddda06994037c88fd7", "reference": "24d28287e0c5606aa45b23c6e3c17628d89468f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11362,7 +11330,7 @@
], ],
"description": "A simple wrapper API around the PHP curl functions", "description": "A simple wrapper API around the PHP curl functions",
"homepage": "https://github.com/aaronpk/p3k-http", "homepage": "https://github.com/aaronpk/p3k-http",
"time": "2019-06-15T20:49:26+00:00" "time": "2020-02-19T03:00:09+00:00"
}, },
{ {
"name": "p3k/micropub", "name": "p3k/micropub",
@ -11410,16 +11378,16 @@
}, },
{ {
"name": "p3k/picofeed", "name": "p3k/picofeed",
"version": "v0.1.35", "version": "v0.1.38",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aaronpk/picofeed.git", "url": "https://github.com/aaronpk/picoFeed.git",
"reference": "b2a48acb026df91d2e21dfc8b4edbc1fc48f01f1" "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aaronpk/picofeed/zipball/b2a48acb026df91d2e21dfc8b4edbc1fc48f01f1", "url": "https://api.github.com/repos/aaronpk/picoFeed/zipball/989c0bcf2eac016a4104abce1aadff791fc287ab",
"reference": "b2a48acb026df91d2e21dfc8b4edbc1fc48f01f1", "reference": "989c0bcf2eac016a4104abce1aadff791fc287ab",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11458,8 +11426,8 @@
} }
], ],
"description": "Modern library to handle RSS/Atom feeds", "description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/aaronpk/picoFeed", "homepage": "https://github.com/miniflux/picoFeed",
"time": "2019-01-17T17:26:41+00:00" "time": "2017-11-30T00:16:58+00:00"
}, },
{ {
"name": "p3k/timezone", "name": "p3k/timezone",
@ -11601,16 +11569,16 @@
}, },
{ {
"name": "p3k/xray", "name": "p3k/xray",
"version": "v1.10.1", "version": "v1.10.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aaronpk/XRay.git", "url": "https://github.com/aaronpk/XRay.git",
"reference": "8a82c3cd8d8b3af38488da7e94ce4bd302c21d84" "reference": "aacac198a8c8a3561b21c0b271024e3457a8bb40"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aaronpk/XRay/zipball/8a82c3cd8d8b3af38488da7e94ce4bd302c21d84", "url": "https://api.github.com/repos/aaronpk/XRay/zipball/aacac198a8c8a3561b21c0b271024e3457a8bb40",
"reference": "8a82c3cd8d8b3af38488da7e94ce4bd302c21d84", "reference": "aacac198a8c8a3561b21c0b271024e3457a8bb40",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -11621,7 +11589,7 @@
"indieweb/link-rel-parser": "0.1.*", "indieweb/link-rel-parser": "0.1.*",
"masterminds/html5": "^2.3", "masterminds/html5": "^2.3",
"mf2/mf2": "^0.4", "mf2/mf2": "^0.4",
"p3k/http": ">=0.1.8", "p3k/http": ">=0.1.11",
"p3k/picofeed": ">=0.1.35", "p3k/picofeed": ">=0.1.35",
"p3k/timezone": "*" "p3k/timezone": "*"
}, },
@ -11646,7 +11614,7 @@
], ],
"description": "X-Ray returns structured data from any URL", "description": "X-Ray returns structured data from any URL",
"homepage": "https://github.com/aaronpk/XRay", "homepage": "https://github.com/aaronpk/XRay",
"time": "2020-01-29T15:51:15+00:00" "time": "2020-02-23T18:59:15+00:00"
}, },
{ {
"name": "paragonie/random_compat", "name": "paragonie/random_compat",
@ -12275,16 +12243,16 @@
}, },
{ {
"name": "symfony/browser-kit", "name": "symfony/browser-kit",
"version": "v4.4.4", "version": "v4.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/browser-kit.git", "url": "https://github.com/symfony/browser-kit.git",
"reference": "45cae6dd8683d2de56df7ec23638e9429c70135f" "reference": "090ce406505149d6852a7c03b0346dec3b8cf612"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/45cae6dd8683d2de56df7ec23638e9429c70135f", "url": "https://api.github.com/repos/symfony/browser-kit/zipball/090ce406505149d6852a7c03b0346dec3b8cf612",
"reference": "45cae6dd8683d2de56df7ec23638e9429c70135f", "reference": "090ce406505149d6852a7c03b0346dec3b8cf612",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12330,7 +12298,7 @@
], ],
"description": "Symfony BrowserKit Component", "description": "Symfony BrowserKit Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-01-04T13:00:46+00:00" "time": "2020-02-23T10:00:59+00:00"
}, },
{ {
"name": "symfony/class-loader", "name": "symfony/class-loader",
@ -12390,16 +12358,16 @@
}, },
{ {
"name": "symfony/config", "name": "symfony/config",
"version": "v5.0.4", "version": "v5.0.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/config.git", "url": "https://github.com/symfony/config.git",
"reference": "7640c6704f56bf64045066bc5d93fd9d664baa63" "reference": "938905f46df484b2aeae9016fd658aed577cdceb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/7640c6704f56bf64045066bc5d93fd9d664baa63", "url": "https://api.github.com/repos/symfony/config/zipball/938905f46df484b2aeae9016fd658aed577cdceb",
"reference": "7640c6704f56bf64045066bc5d93fd9d664baa63", "reference": "938905f46df484b2aeae9016fd658aed577cdceb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12450,7 +12418,7 @@
], ],
"description": "Symfony Config Component", "description": "Symfony Config Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-01-04T14:08:26+00:00" "time": "2020-02-04T09:41:09+00:00"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
@ -12526,16 +12494,16 @@
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v3.4.37", "version": "v3.4.38",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "e1b3e1a0621d6e48ee46092b4c7d8280f746b3c5" "reference": "ee9b946e7223b11257329a054c64396b19d619e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/e1b3e1a0621d6e48ee46092b4c7d8280f746b3c5", "url": "https://api.github.com/repos/symfony/css-selector/zipball/ee9b946e7223b11257329a054c64396b19d619e1",
"reference": "e1b3e1a0621d6e48ee46092b4c7d8280f746b3c5", "reference": "ee9b946e7223b11257329a054c64396b19d619e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12575,7 +12543,7 @@
], ],
"description": "Symfony CssSelector Component", "description": "Symfony CssSelector Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-01-01T11:03:25+00:00" "time": "2020-02-04T08:04:52+00:00"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
@ -12826,7 +12794,7 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v4.4.4", "version": "v4.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
@ -12876,16 +12844,16 @@
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v4.4.4", "version": "v4.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "3a50be43515590faf812fbd7708200aabc327ec3" "reference": "ea69c129aed9fdeca781d4b77eb20b62cf5d5357"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/3a50be43515590faf812fbd7708200aabc327ec3", "url": "https://api.github.com/repos/symfony/finder/zipball/ea69c129aed9fdeca781d4b77eb20b62cf5d5357",
"reference": "3a50be43515590faf812fbd7708200aabc327ec3", "reference": "ea69c129aed9fdeca781d4b77eb20b62cf5d5357",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -12921,7 +12889,7 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"time": "2020-01-04T13:00:46+00:00" "time": "2020-02-14T07:42:58+00:00"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
@ -13890,16 +13858,16 @@
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v4.4.4", "version": "v4.4.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "46b53fd714568af343953c039ff47b67ce8af8d6" "reference": "2572839911702b0405479410ea7a1334bfab0b96"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/46b53fd714568af343953c039ff47b67ce8af8d6", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2572839911702b0405479410ea7a1334bfab0b96",
"reference": "46b53fd714568af343953c039ff47b67ce8af8d6", "reference": "2572839911702b0405479410ea7a1334bfab0b96",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -13962,7 +13930,7 @@
"debug", "debug",
"dump" "dump"
], ],
"time": "2020-01-25T12:44:29+00:00" "time": "2020-02-24T13:10:00+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",