geo-coop/composer.lock

17948 lines
660 KiB
JSON

{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7a0ca7e27a22bef900e19c78f34a1bd8",
"packages": [
{
"name": "asm89/stack-cors",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
"shasum": ""
},
"require": {
"php": ">=5.5.9",
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0 || ^4.8.10",
"squizlabs/php_codesniffer": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Asm89\\Stack\\": "src/Asm89/Stack/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander",
"email": "iam.asm89@gmail.com"
}
],
"description": "Cross-origin resource sharing library and stack middleware",
"homepage": "https://github.com/asm89/stack-cors",
"keywords": [
"cors",
"stack"
],
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/1.3.0"
},
"time": "2019-12-24T22:41:47+00:00"
},
{
"name": "barnabywalters/mf-cleaner",
"version": "v0.1.4",
"source": {
"type": "git",
"url": "https://github.com/barnabywalters/php-mf-cleaner.git",
"reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barnabywalters/php-mf-cleaner/zipball/ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
"reference": "ef6a16628db6e8aee2b4f8bb8093d18c24b74cd4",
"shasum": ""
},
"require-dev": {
"php": ">=5.3",
"phpunit/phpunit": "*"
},
"suggest": {
"mf2/mf2": "To parse microformats2 structures from (X)HTML"
},
"type": "library",
"autoload": {
"files": [
"src/BarnabyWalters/Mf2/Functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barnaby Walters",
"email": "barnaby@waterpigs.co.uk"
}
],
"description": "Cleans up microformats2 array structures",
"support": {
"issues": "https://github.com/barnabywalters/php-mf-cleaner/issues",
"source": "https://github.com/barnabywalters/php-mf-cleaner/tree/v0.1.4"
},
"time": "2014-10-06T23:11:15+00:00"
},
{
"name": "caxy/php-htmldiff",
"version": "v0.1.13",
"source": {
"type": "git",
"url": "https://github.com/caxy/php-htmldiff.git",
"reference": "aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a",
"reference": "aca63d7da8c9cf3c0c3c27fb41af1ffb1b1d4b3a",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
"ezyang/htmlpurifier": "^4.7",
"php": ">=7.3"
},
"require-dev": {
"doctrine/cache": "~1.0",
"phpunit/phpunit": "~9.0"
},
"suggest": {
"doctrine/cache": "Used for caching the calculated diffs using a Doctrine Cache Provider"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
}
},
"autoload": {
"psr-0": {
"Caxy\\HtmlDiff": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0"
],
"authors": [
{
"name": "Josh Schroeder",
"email": "jschroeder@caxy.com",
"homepage": "http://www.caxy.com"
}
],
"description": "A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
"homepage": "https://github.com/caxy/php-htmldiff",
"keywords": [
"diff",
"html"
],
"support": {
"issues": "https://github.com/caxy/php-htmldiff/issues",
"source": "https://github.com/caxy/php-htmldiff/tree/v0.1.13"
},
"time": "2021-09-27T22:01:33+00:00"
},
{
"name": "cebe/markdown",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/cebe/markdown.git",
"reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cebe/markdown/zipball/25b28bae8a6f185b5030673af77b32e1163d5c6e",
"reference": "25b28bae8a6f185b5030673af77b32e1163d5c6e",
"shasum": ""
},
"require": {
"lib-pcre": "*",
"php": ">=5.4.0"
},
"require-dev": {
"cebe/indent": "*",
"facebook/xhprof": "*@dev",
"phpunit/phpunit": "4.1.*"
},
"bin": [
"bin/markdown"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"cebe\\markdown\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Carsten Brandt",
"email": "mail@cebe.cc",
"homepage": "http://cebe.cc/",
"role": "Creator"
}
],
"description": "A super fast, highly extensible markdown parser for PHP",
"homepage": "https://github.com/cebe/markdown#readme",
"keywords": [
"extensible",
"fast",
"gfm",
"markdown",
"markdown-extra"
],
"support": {
"issues": "https://github.com/cebe/markdown/issues",
"source": "https://github.com/cebe/markdown"
},
"time": "2017-07-16T21:13:23+00:00"
},
{
"name": "chi-teck/drupal-code-generator",
"version": "1.33.1",
"source": {
"type": "git",
"url": "https://github.com/Chi-teck/drupal-code-generator.git",
"reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
"reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.5.9",
"symfony/console": "^3.4 || ^4.0",
"symfony/filesystem": "^2.7 || ^3.4 || ^4.0",
"twig/twig": "^1.41 || ^2.12"
},
"conflict": {
"drush/drush": "< 10.3.2"
},
"bin": [
"bin/dcg"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"files": [
"src/bootstrap.php"
],
"psr-4": {
"DrupalCodeGenerator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Drupal code generator",
"support": {
"issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
"source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.33.1"
},
"time": "2020-12-05T05:59:11+00:00"
},
{
"name": "commerceguys/addressing",
"version": "v1.2.2",
"source": {
"type": "git",
"url": "https://github.com/commerceguys/addressing.git",
"reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860",
"reference": "fb98dfc72f8a3d12fac55f69ab2477a0fbfa9860",
"shasum": ""
},
"require": {
"doctrine/collections": "~1.0",
"php": ">=7.1.3"
},
"require-dev": {
"mikey179/vfsstream": "1.*",
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "3.*",
"symfony/validator": "^4.4"
},
"suggest": {
"symfony/validator": "to validate addresses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"CommerceGuys\\Addressing\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bojan Zivanovic"
},
{
"name": "Damien Tournoud"
}
],
"description": "Addressing library powered by CLDR and Google's address data.",
"keywords": [
"address",
"internationalization",
"localization",
"postal"
],
"support": {
"issues": "https://github.com/commerceguys/addressing/issues",
"source": "https://github.com/commerceguys/addressing/tree/v1.2.2"
},
"time": "2021-10-30T12:33:41+00:00"
},
{
"name": "composer/installers",
"version": "v1.12.0",
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0"
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
"composer/composer": "1.6.* || ^2.0",
"composer/semver": "^1 || ^3",
"phpstan/phpstan": "^0.12.55",
"phpstan/phpstan-phpunit": "^0.12.16",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.3"
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Installers\\": "src/Composer/Installers"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Kyle Robinson Young",
"email": "kyle@dontkry.com",
"homepage": "https://github.com/shama"
}
],
"description": "A multi-framework Composer library installer",
"homepage": "https://composer.github.io/installers/",
"keywords": [
"Craft",
"Dolibarr",
"Eliasis",
"Hurad",
"ImageCMS",
"Kanboard",
"Lan Management System",
"MODX Evo",
"MantisBT",
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
"Starbug",
"Thelia",
"Whmcs",
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"miaoxing",
"modulework",
"modx",
"moodle",
"osclass",
"pantheon",
"phpbb",
"piwik",
"ppi",
"processwire",
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"sylius",
"symfony",
"tastyigniter",
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.12.0"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-09-13T08:19:44+00:00"
},
{
"name": "composer/semver",
"version": "3.2.5",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/31f3ea725711245195f62e54ffa402d8ef2fdba9",
"reference": "31f3ea725711245195f62e54ffa402d8ef2fdba9",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.54",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.2.5"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-05-24T12:41:47+00:00"
},
{
"name": "consolidation/annotated-command",
"version": "4.4.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
"reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/308f6ac178566a1ce9aa90ed908dac90a2c1e707",
"reference": "308f6ac178566a1ce9aa90ed908dac90a2c1e707",
"shasum": ""
},
"require": {
"consolidation/output-formatters": "^4.1.1",
"php": ">=7.1.3",
"psr/log": "^1|^2",
"symfony/console": "^4.4.8|~5.1.0",
"symfony/event-dispatcher": "^4.4.8|^5",
"symfony/finder": "^4.4.8|^5"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\AnnotatedCommand\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Initialize Symfony Console commands from annotated command class methods.",
"support": {
"issues": "https://github.com/consolidation/annotated-command/issues",
"source": "https://github.com/consolidation/annotated-command/tree/4.4.0"
},
"time": "2021-09-30T01:08:15+00:00"
},
{
"name": "consolidation/config",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/config.git",
"reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
"reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0",
"grasmash/expander": "^1",
"php": ">=5.4.0"
},
"require-dev": {
"g1a/composer-test-scenarios": "^3",
"php-coveralls/php-coveralls": "^1",
"phpunit/phpunit": "^5",
"squizlabs/php_codesniffer": "2.*",
"symfony/console": "^2.5|^3|^4",
"symfony/yaml": "^2.8.11|^3|^4"
},
"suggest": {
"symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader"
},
"type": "library",
"extra": {
"scenarios": {
"symfony4": {
"require-dev": {
"symfony/console": "^4.0"
},
"config": {
"platform": {
"php": "7.1.3"
}
}
},
"symfony2": {
"require-dev": {
"symfony/console": "^2.8",
"symfony/event-dispatcher": "^2.8",
"phpunit/phpunit": "^4.8.36"
},
"remove": [
"php-coveralls/php-coveralls"
],
"config": {
"platform": {
"php": "5.4.8"
}
}
}
},
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Config\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Provide configuration services for a commandline tool.",
"support": {
"issues": "https://github.com/consolidation/config/issues",
"source": "https://github.com/consolidation/config/tree/master"
},
"time": "2019-03-03T19:37:04+00:00"
},
{
"name": "consolidation/filter-via-dot-access-data",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/filter-via-dot-access-data.git",
"reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6",
"reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0",
"php": ">=5.5.0"
},
"require-dev": {
"consolidation/robo": "^1.2.3",
"g1a/composer-test-scenarios": "^3",
"knplabs/github-api": "^2.7",
"php-coveralls/php-coveralls": "^1",
"php-http/guzzle6-adapter": "^1.1",
"phpunit/phpunit": "^5",
"squizlabs/php_codesniffer": "^2.8",
"symfony/console": "^2.8|^3|^4"
},
"type": "library",
"extra": {
"scenarios": {
"phpunit5": {
"require-dev": {
"phpunit/phpunit": "^5.7.27"
},
"remove": [
"php-coveralls/php-coveralls"
],
"config": {
"platform": {
"php": "5.6.33"
}
}
}
},
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Filter\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.",
"support": {
"source": "https://github.com/consolidation/filter-via-dot-access-data/tree/1.0.0"
},
"time": "2019-01-18T06:05:07+00:00"
},
{
"name": "consolidation/log",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/consolidation/log.git",
"reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/log/zipball/82a2aaaa621a7b976e50a745a8d249d5085ee2b1",
"reference": "82a2aaaa621a7b976e50a745a8d249d5085ee2b1",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "^1.0",
"symfony/console": "^4|^5"
},
"require-dev": {
"phpunit/phpunit": ">=7.5.20",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\Log\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.",
"support": {
"issues": "https://github.com/consolidation/log/issues",
"source": "https://github.com/consolidation/log/tree/2.0.2"
},
"time": "2020-12-10T16:26:23+00:00"
},
{
"name": "consolidation/output-formatters",
"version": "4.1.2",
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
"reference": "5821e6ae076bf690058a4de6c94dce97398a69c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/5821e6ae076bf690058a4de6c94dce97398a69c9",
"reference": "5821e6ae076bf690058a4de6c94dce97398a69c9",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0",
"php": ">=7.1.3",
"symfony/console": "^4|^5",
"symfony/finder": "^4|^5"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": ">=7",
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4",
"symfony/yaml": "^4",
"yoast/phpunit-polyfills": "^0.2.0"
},
"suggest": {
"symfony/var-dumper": "For using the var_dump formatter"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\OutputFormatters\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Format text by applying transformations provided by plug-in formatters.",
"support": {
"issues": "https://github.com/consolidation/output-formatters/issues",
"source": "https://github.com/consolidation/output-formatters/tree/4.1.2"
},
"time": "2020-12-12T19:04:59+00:00"
},
{
"name": "consolidation/robo",
"version": "2.2.2",
"source": {
"type": "git",
"url": "https://github.com/consolidation/Robo.git",
"reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/Robo/zipball/b365df174d9cfb0f5814e4f3275a1c558b17bc4c",
"reference": "b365df174d9cfb0f5814e4f3275a1c558b17bc4c",
"shasum": ""
},
"require": {
"consolidation/annotated-command": "^4.2.1",
"consolidation/config": "^1.2.1|^2",
"consolidation/log": "^1.1.1|^2.0.1",
"consolidation/output-formatters": "^4.1.1",
"consolidation/self-update": "^1.2",
"league/container": "^2.4.1",
"php": ">=7.1.3",
"symfony/console": "^4.4.11|^5",
"symfony/event-dispatcher": "^4.4.11|^5",
"symfony/filesystem": "^4.4.11|^5",
"symfony/finder": "^4.4.11|^5",
"symfony/process": "^4.4.11|^5",
"symfony/yaml": "^4.0 || ^5.0"
},
"conflict": {
"codegyre/robo": "*"
},
"require-dev": {
"g1a/composer-test-scenarios": "^3",
"natxet/cssmin": "3.0.4",
"patchwork/jsqueeze": "^2",
"pear/archive_tar": "^1.4.4",
"php-coveralls/php-coveralls": "^2.2",
"phpdocumentor/reflection-docblock": "^4.3.2",
"phpunit/phpunit": "^6.5.14",
"squizlabs/php_codesniffer": "^3"
},
"suggest": {
"henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch",
"natxet/cssmin": "For minifying CSS files in taskMinify",
"patchwork/jsqueeze": "For minifying JS files in taskMinify",
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively."
},
"bin": [
"robo"
],
"type": "library",
"extra": {
"scenarios": {
"symfony4": {
"require": {
"symfony/console": "^4.4.11",
"symfony/event-dispatcher": "^4.4.11",
"symfony/filesystem": "^4.4.11",
"symfony/finder": "^4.4.11",
"symfony/process": "^4.4.11",
"phpunit/phpunit": "^6",
"nikic/php-parser": "^2"
},
"remove": [
"codeception/phpunit-wrapper"
],
"config": {
"platform": {
"php": "7.1.3"
}
}
}
},
"branch-alias": {
"dev-master": "2.x-dev",
"dev-main": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Robo\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Davert",
"email": "davert.php@resend.cc"
}
],
"description": "Modern task runner",
"support": {
"issues": "https://github.com/consolidation/Robo/issues",
"source": "https://github.com/consolidation/Robo/tree/2.2.2"
},
"time": "2020-12-18T22:09:18+00:00"
},
{
"name": "consolidation/self-update",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/self-update.git",
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4",
"reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4",
"shasum": ""
},
"require": {
"php": ">=5.5.0",
"symfony/console": "^2.8|^3|^4|^5",
"symfony/filesystem": "^2.5|^3|^4|^5"
},
"bin": [
"scripts/release"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"SelfUpdate\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Menk",
"email": "menk@mestrona.net"
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
}
],
"description": "Provides a self:update command for Symfony Console applications.",
"support": {
"issues": "https://github.com/consolidation/self-update/issues",
"source": "https://github.com/consolidation/self-update/tree/1.2.0"
},
"time": "2020-04-13T02:49:20+00:00"
},
{
"name": "consolidation/site-alias",
"version": "3.1.1",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-alias.git",
"reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/e824b57253d9174f4a500f87e6d0e1e497c2a50a",
"reference": "e824b57253d9174f4a500f87e6d0e1e497c2a50a",
"shasum": ""
},
"require": {
"consolidation/config": "^1.2.1|^2",
"php": ">=5.5.0",
"symfony/finder": "~2.3|^3|^4.4|^5"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": ">=7",
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\SiteAlias\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
}
],
"description": "Manage alias records for local and remote sites.",
"support": {
"issues": "https://github.com/consolidation/site-alias/issues",
"source": "https://github.com/consolidation/site-alias/tree/3.1.1"
},
"time": "2021-09-21T00:30:48+00:00"
},
{
"name": "consolidation/site-process",
"version": "4.1.0",
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-process.git",
"reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/consolidation/site-process/zipball/ef57711d7049f7606ce936ded16ad93f1ad7f02c",
"reference": "ef57711d7049f7606ce936ded16ad93f1ad7f02c",
"shasum": ""
},
"require": {
"consolidation/config": "^1.2.1|^2",
"consolidation/site-alias": "^3",
"php": ">=7.1.3",
"symfony/console": "^2.8.52|^3|^4.4|^5",
"symfony/process": "^4.3.4"
},
"require-dev": {
"phpunit/phpunit": "^7.5.20|^8.5.14",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
}
},
"autoload": {
"psr-4": {
"Consolidation\\SiteProcess\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
}
],
"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.",
"support": {
"issues": "https://github.com/consolidation/site-process/issues",
"source": "https://github.com/consolidation/site-process/tree/4.1.0"
},
"time": "2021-02-21T02:53:33+00:00"
},
{
"name": "container-interop/container-interop",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/container-interop/container-interop.git",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8",
"shasum": ""
},
"require": {
"psr/container": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/Interop/Container/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Promoting the interoperability of container objects (DIC, SL, etc.)",
"homepage": "https://github.com/container-interop/container-interop",
"support": {
"issues": "https://github.com/container-interop/container-interop/issues",
"source": "https://github.com/container-interop/container-interop/tree/master"
},
"abandoned": "psr/container",
"time": "2017-02-14T19:40:03+00:00"
},
{
"name": "cweagans/composer-patches",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
"reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/9888dcc74993c030b75f3dd548bb5e20cdbd740c",
"reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3.0"
},
"require-dev": {
"composer/composer": "~1.0 || ~2.0",
"phpunit/phpunit": "~4.6"
},
"type": "composer-plugin",
"extra": {
"class": "cweagans\\Composer\\Patches"
},
"autoload": {
"psr-4": {
"cweagans\\Composer\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Cameron Eagans",
"email": "me@cweagans.net"
}
],
"description": "Provides a way to patch Composer packages.",
"support": {
"issues": "https://github.com/cweagans/composer-patches/issues",
"source": "https://github.com/cweagans/composer-patches/tree/1.7.1"
},
"time": "2021-06-08T15:12:46+00:00"
},
{
"name": "dflydev/dot-access-data",
"version": "v1.1.0",
"source": {
"type": "git",
"url": "https://github.com/dflydev/dflydev-dot-access-data.git",
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a",
"reference": "3fbd874921ab2c041e899d044585a2ab9795df8a",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Dflydev\\DotAccessData": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dragonfly Development Inc.",
"email": "info@dflydev.com",
"homepage": "http://dflydev.com"
},
{
"name": "Beau Simensen",
"email": "beau@dflydev.com",
"homepage": "http://beausimensen.com"
},
{
"name": "Carlos Frutos",
"email": "carlos@kiwing.it",
"homepage": "https://github.com/cfrutos"
}
],
"description": "Given a deep data structure, access data by dot notation.",
"homepage": "https://github.com/dflydev/dflydev-dot-access-data",
"keywords": [
"access",
"data",
"dot",
"notation"
],
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master"
},
"time": "2017-01-20T21:14:22+00:00"
},
{
"name": "dg/twitter-php",
"version": "v3.6",
"source": {
"type": "git",
"url": "https://github.com/dg/twitter-php.git",
"reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dg/twitter-php/zipball/dd872ad12121ff919b358989e61f7f08ba6cc7a8",
"reference": "dd872ad12121ff919b358989e61f7f08ba6cc7a8",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.2.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
}
],
"description": "Small and easy Twitter library for PHP",
"homepage": "https://github.com/dg/twitter-php",
"keywords": [
"oauth",
"twitter"
],
"support": {
"issues": "https://github.com/dg/twitter-php/issues",
"source": "https://github.com/dg/twitter-php/tree/v3.6"
},
"time": "2016-08-15T16:46:22+00:00"
},
{
"name": "doctrine/annotations",
"version": "1.13.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
"reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
"reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f",
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^6.0 || ^8.1",
"phpstan/phpstan": "^0.12.20",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
"symfony/cache": "^4.4 || ^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Docblock Annotations Parser",
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
"keywords": [
"annotations",
"docblock",
"parser"
],
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
"source": "https://github.com/doctrine/annotations/tree/1.13.1"
},
"time": "2021-05-16T18:07:53+00:00"
},
{
"name": "doctrine/collections",
"version": "1.6.8",
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
"reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
"reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
"shasum": ""
},
"require": {
"php": "^7.1.3 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
"vimeo/psalm": "^4.2.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
"homepage": "https://www.doctrine-project.org/projects/collections.html",
"keywords": [
"array",
"collections",
"iterators",
"php"
],
"support": {
"issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/1.6.8"
},
"time": "2021-08-10T18:51:53+00:00"
},
{
"name": "doctrine/lexer",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
"php"
],
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2020-05-25T17:44:05+00:00"
},
{
"name": "doctrine/reflection",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/reflection.git",
"reference": "fa587178be682efe90d005e3a322590d6ebb59a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5",
"reference": "fa587178be682efe90d005e3a322590d6ebb59a5",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.0",
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/common": "<2.9"
},
"require-dev": {
"doctrine/coding-standard": "^6.0 || ^8.2.0",
"doctrine/common": "^2.10",
"phpstan/phpstan": "^0.11.0 || ^0.12.20",
"phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16",
"phpunit/phpunit": "^7.5 || ^9.1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.",
"homepage": "https://www.doctrine-project.org/projects/reflection.html",
"keywords": [
"reflection",
"static"
],
"support": {
"issues": "https://github.com/doctrine/reflection/issues",
"source": "https://github.com/doctrine/reflection/tree/1.2.2"
},
"abandoned": "roave/better-reflection",
"time": "2020-10-27T21:46:55+00:00"
},
{
"name": "drupal/address",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/address.git",
"reference": "8.x-1.9"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip",
"reference": "8.x-1.9",
"shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05"
},
"require": {
"commerceguys/addressing": "^1.0.7",
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/token": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.9",
"datestamp": "1604422821",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "dww",
"homepage": "https://www.drupal.org/user/46549"
},
{
"name": "googletorp",
"homepage": "https://www.drupal.org/user/386230"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
}
],
"description": "Provides functionality for storing, validating and displaying international postal addresses.",
"homepage": "http://drupal.org/project/address",
"support": {
"source": "https://git.drupalcode.org/project/address"
}
},
{
"name": "drupal/admin_toolbar",
"version": "2.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
"reference": "8.x-2.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-8.x-2.5.zip",
"reference": "8.x-2.5",
"shasum": "c71e58051b8d6818272df96d14cb11407d5e5ceb"
},
"require": {
"drupal/core": "^8.8.0 || ^9.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.5",
"datestamp": "1629907119",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Wilfrid Roze (eme)",
"homepage": "https://www.drupal.org/u/eme",
"role": "Maintainer"
},
{
"name": "Romain Jarraud (romainj)",
"homepage": "https://www.drupal.org/u/romainj",
"role": "Maintainer"
},
{
"name": "Adrian Cid Almaguer (adriancid)",
"homepage": "https://www.drupal.org/u/adriancid",
"email": "adriancid@gmail.com",
"role": "Maintainer"
},
{
"name": "Mohamed Anis Taktak (matio89)",
"homepage": "https://www.drupal.org/u/matio89",
"role": "Maintainer"
},
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
}
],
"description": "Provides a drop-down menu interface to the core Drupal Toolbar.",
"homepage": "http://drupal.org/project/admin_toolbar",
"keywords": [
"Drupal",
"Toolbar"
],
"support": {
"source": "https://git.drupalcode.org/project/admin_toolbar",
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
}
},
{
"name": "drupal/admin_toolbar_links_access_filter",
"version": "3.0.3",
"require": {
"drupal/admin_toolbar": "*",
"drupal/core": "^8.8.0 || ^9.0"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "3.0.3",
"datestamp": "1632322497",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
{
"name": "adriancid",
"homepage": "https://www.drupal.org/user/1962106"
},
{
"name": "bolbol",
"homepage": "https://www.drupal.org/user/3400070"
},
{
"name": "eme",
"homepage": "https://www.drupal.org/user/542492"
},
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
}
],
"description": "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. Once the issue <a href='https://www.drupal.org/node/296693'>https://www.drupal.org/node/296693</a> be solved, this module will be deprecated.",
"homepage": "https://www.drupal.org/project/admin_toolbar",
"support": {
"source": "https://git.drupalcode.org/project/admin_toolbar"
}
},
{
"name": "drupal/admin_toolbar_tools",
"version": "3.0.3",
"require": {
"drupal/admin_toolbar": "*",
"drupal/core": "^8.8.0 || ^9.0"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "3.0.3",
"datestamp": "1632322497",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
{
"name": "adriancid",
"homepage": "https://www.drupal.org/user/1962106"
},
{
"name": "bolbol",
"homepage": "https://www.drupal.org/user/3400070"
},
{
"name": "eme",
"homepage": "https://www.drupal.org/user/542492"
},
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
}
],
"description": "Adds menu links like Flush cache, Run cron, Run updates, and Logout under Drupal icon.",
"homepage": "https://www.drupal.org/project/admin_toolbar",
"support": {
"source": "https://git.drupalcode.org/project/admin_toolbar"
}
},
{
"name": "drupal/allowed_formats",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/allowed_formats.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/allowed_formats-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "4c3c036d7b41428d6e22b61f1219de0ab012feec"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1592909219",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "floretan",
"homepage": "https://www.drupal.org/user/66163"
},
{
"name": "nord102",
"homepage": "https://www.drupal.org/user/3471419"
}
],
"description": "Limit which text formats are available for each field instance.",
"homepage": "https://www.drupal.org/project/allowed_formats",
"support": {
"source": "https://git.drupalcode.org/project/allowed_formats"
}
},
{
"name": "drupal/antibot",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/antibot.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/antibot-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "2ef65587c34c94f6a7ec0538c755eef5cdd359fd"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1590592550",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "gaurav.kapoor",
"homepage": "https://www.drupal.org/user/3495331"
},
{
"name": "mstef",
"homepage": "https://www.drupal.org/user/107190"
}
],
"description": "Prevent forms from being submitted without JavaScript enabled.",
"homepage": "https://www.drupal.org/project/antibot",
"support": {
"source": "https://git.drupalcode.org/project/antibot"
}
},
{
"name": "drupal/autosave_form",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/autosave_form.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "5a7d07baf6952e7ac00a580ed96f7effffe72c8f"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1635343527",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "hchonov",
"homepage": "https://www.drupal.org/user/2901211"
}
],
"description": "Adds autosave feature on forms.",
"homepage": "https://www.drupal.org/project/autosave_form",
"support": {
"source": "https://git.drupalcode.org/project/autosave_form"
}
},
{
"name": "drupal/backup_migrate",
"version": "5.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/backup_migrate.git",
"reference": "5.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.1.zip",
"reference": "5.0.1",
"shasum": "22b7adf43277d906233957bbad946a5ae3093cbf"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"suggest": {
"defuse/php-encryption": "Optional encryption of saved backups."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "5.0.1",
"datestamp": "1625856246",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/189065/committers",
"role": "Developer"
},
{
"name": "DamienMcKenna",
"homepage": "https://www.drupal.org/user/108450"
},
{
"name": "dgorton",
"homepage": "https://www.drupal.org/user/19044"
},
{
"name": "ikit-claw",
"homepage": "https://www.drupal.org/user/3285813"
},
{
"name": "ronan",
"homepage": "https://www.drupal.org/user/72815"
}
],
"description": "Backup and Migrate Drupal Module",
"homepage": "https://www.drupal.org/project/backup_migrate",
"support": {
"source": "https://git.drupalcode.org/project/backup_migrate",
"issues": "https://www.drupal.org/project/issues/backup_migrate",
"slack": "https://drupal.slack.com/messages/C7C4M4QJV/details/"
}
},
{
"name": "drupal/better_normalizers",
"version": "1.0.0-beta4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/better_normalizers.git",
"reference": "8.x-1.0-beta4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/better_normalizers-8.x-1.0-beta4.zip",
"reference": "8.x-1.0-beta4",
"shasum": "19e63328ca9ab77aaa328d87efd7429f4adb386e"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-beta4",
"datestamp": "1576069085",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Christian Fritsch (chr.fritsch)",
"homepage": "https://www.drupal.org/u/chrfritsch",
"role": "Maintainer"
},
{
"name": "Andrey Postnikov (andypost)",
"homepage": "https://www.drupal.org/u/andypost",
"role": "Maintainer"
},
{
"name": "Sam Becker (Sam152)",
"homepage": "https://www.drupal.org/u/sam152",
"role": "Maintainer"
},
{
"name": "Lee Rowlands (larowlan)",
"homepage": "https://www.drupal.org/u/larowlan",
"role": "Maintainer"
}
],
"description": "Improve the normalizers in core.",
"homepage": "https://www.drupal.org/project/better_normalizers",
"support": {
"source": "https://git.drupal.org/project/better_normalizers.git",
"issues": "https://www.drupal.org/project/issues/better_normalizers"
}
},
{
"name": "drupal/block_class",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/block_class.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/block_class-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "29cfdb646ef83210f0eced30b38243339158fe3f"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1615217722",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Todd Nienkerk",
"homepage": "https://www.drupal.org/u/todd-nienkerk",
"role": "Maintainer"
},
{
"name": "Renato Gonçalves (RenatoG)",
"homepage": "https://www.drupal.org/u/RenatoG",
"email": "renatog@ciandt.com",
"role": "Maintainer"
},
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
},
{
"name": "Aaron Stanush",
"homepage": "https://www.drupal.org/u/aaron-stanush",
"role": "Maintainer"
},
{
"name": "David Suissa (DYdave)",
"homepage": "https://www.drupal.org/u/DYdave",
"role": "Maintainer"
},
{
"name": "Four Kitchens",
"homepage": "https://www.drupal.org/user/358502",
"role": "Maintainer"
},
{
"name": "berenddeboer",
"homepage": "https://www.drupal.org/u/berenddeboer",
"role": "Maintainer"
},
{
"name": "elliotttf",
"homepage": "https://www.drupal.org/u/elliotttf",
"role": "Maintainer"
},
{
"name": "Michal Minecki (mirzu)",
"homepage": "https://www.drupal.org/u/mirzu",
"role": "Maintainer"
},
{
"name": "Patrick Coffey (pcoffey)",
"homepage": "https://www.drupal.org/u/pcoffey",
"role": "Maintainer"
},
{
"name": "Taylor Smith (tsmith512)",
"homepage": "https://www.drupal.org/u/tsmith512",
"role": "Maintainer"
}
],
"description": "Allows assigning classes to Blocks.",
"homepage": "https://www.drupal.org/project/block_class",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/block_class",
"issues": "https://www.drupal.org/project/issues/block_class",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/block_visibility_groups",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/block_visibility_groups.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/block_visibility_groups-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "2572fd5bd7fb3a0c3dbcdf262fbbc9646a3d12ed"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1602107538",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "tedbow",
"homepage": "https://www.drupal.org/user/240860"
}
],
"description": "Block Visibility Groups",
"homepage": "https://www.drupal.org/project/block_visibility_groups",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/block_visibility_groups",
"issues": "https://www.drupal.org/project/issues/block_visibility_groups"
}
},
{
"name": "drupal/bulma",
"version": "1.0.0-rc1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/bulma.git",
"reference": "8.x-1.0-rc1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/bulma-8.x-1.0-rc1.zip",
"reference": "8.x-1.0-rc1",
"shasum": "5b7af647f4582801f11f24c066cb3238cf433daa"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-theme",
"extra": {
"drupal": {
"version": "8.x-1.0-rc1",
"datestamp": "1603840306",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "MatijaJurcevic",
"homepage": "https://www.drupal.org/user/3173519"
},
{
"name": "mseric",
"homepage": "https://www.drupal.org/user/3574018"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "valic",
"homepage": "https://www.drupal.org/user/980550"
}
],
"description": "Built to use Bulma, a modern CSS framework based on Flexbox.",
"homepage": "https://www.drupal.org/project/bulma",
"support": {
"source": "https://git.drupalcode.org/project/bulma"
}
},
{
"name": "drupal/captcha",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/captcha.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "e35a2ce42b652f833d140f7571d1eef0e06b0edc"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1619673374",
"security-coverage": {
"status": "covered",
"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",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
{
"name": "elachlan",
"homepage": "https://www.drupal.org/user/1021502"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "naveenvalecha",
"homepage": "https://www.drupal.org/user/2665733"
},
{
"name": "podarok",
"homepage": "https://www.drupal.org/user/116002"
},
{
"name": "soxofaan",
"homepage": "https://www.drupal.org/user/41478"
},
{
"name": "wundo",
"homepage": "https://www.drupal.org/user/25523"
}
],
"description": "The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.",
"homepage": "https://www.drupal.org/project/captcha",
"support": {
"source": "https://git.drupalcode.org/project/captcha",
"issues": "https://www.drupal.org/project/issues/captcha"
}
},
{
"name": "drupal/checklistapi",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/checklistapi.git",
"reference": "8.x-1.11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/checklistapi-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "78fcf8ff6edd02f2cdfc907981db119dfca795c2"
},
"require": {
"drupal/core": "^8 || ^9",
"php": ">=5.6.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.11",
"datestamp": "1586540246",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-master": "1.x-dev"
},
"drush": {
"services": {
"drush.services.yml": "^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Travis Carden",
"homepage": "https://www.drupal.org/user/236758",
"email": "travis.carden@gmail.com"
}
],
"description": "Provides an API for creating fillable, persistent checklists.",
"homepage": "http://drupal.org/project/checklistapi",
"support": {
"source": "https://git.drupalcode.org/project/checklistapi",
"issues": "https://www.drupal.org/project/issues/checklistapi"
}
},
{
"name": "drupal/ckeditorheight",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ckeditorheight.git",
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/ckeditorheight-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "ccf98078866e89da0c62c055752bdf59822d4d4c"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.8",
"datestamp": "1580163325",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "anruether",
"homepage": "https://www.drupal.org/user/894458"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "heliogabal",
"homepage": "https://www.drupal.org/user/998658"
}
],
"description": "Adjusts CKEditor height to field row setting until we have https://www.drupal.org/node/2788905.",
"homepage": "https://www.drupal.org/project/ckeditorheight",
"support": {
"source": "https://git.drupalcode.org/project/ckeditorheight"
}
},
{
"name": "drupal/classitup",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/classitup.git",
"reference": "87fc5a4cdc7382bf69b7ff31b7bf1661da74dbf5"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0-beta4+1-dev",
"datestamp": "1625494730",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Class it up provides classes based on information Drupal knows about.",
"homepage": "https://www.drupal.org/project/classitup",
"keywords": [
"CSS",
"classes",
"drupal",
"styling",
"theming"
],
"support": {
"source": "https://git.drupalcode.org/project/classitup.git",
"issues": "https://www.drupal.org/project/issues/classitup"
}
},
{
"name": "drupal/comment_notify",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/comment_notify.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/comment_notify-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "8e2b0d50442f306cba94adec07b2c2d75471856f"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/token": "^1.6"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1636507639",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Greg Knaddison (greggles)",
"homepage": "https://www.drupal.org/u/greggles",
"role": "Maintainer"
},
{
"name": "David Valdez (gnuget)",
"homepage": "https://www.drupal.org/u/gnuget",
"role": "Co-maintainer"
}
],
"description": "Comment follow-up e-mail notification for anonymous as well as registered users.",
"homepage": "https://drupal.org/project/comment_notify",
"support": {
"source": "https://git.drupalcode.org/project/comment_notify",
"issues": "https://drupal.org/project/issues/comment_notify",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/components",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/components.git",
"reference": "8.x-2.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/components-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "9b083c2f845ff2e1a1632efcf24f88cecd7479cc"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.4",
"datestamp": "1618861606",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "JohnAlbin",
"homepage": "https://www.drupal.org/user/32095",
"email": "virtually.johnalbin@gmail.com"
},
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
}
],
"description": "Registers folders of components defined by your theme or module as Twig namespaces",
"homepage": "https://drupal.org/project/components",
"support": {
"source": "https://git.drupalcode.org/project/components"
}
},
{
"name": "drupal/config_actions",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_actions.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_actions-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "e9d6f16bc9a504ccee9949585c652c83827c5e39"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1618321746",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "e2thex",
"homepage": "https://www.drupal.org/user/189123"
},
{
"name": "febbraro",
"homepage": "https://www.drupal.org/user/43670"
},
{
"name": "mpotter",
"homepage": "https://www.drupal.org/user/616192"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"description": "Enables modules to provide actions that modify configuration.",
"homepage": "https://www.drupal.org/project/config_actions",
"support": {
"source": "https://git.drupalcode.org/project/config_actions"
}
},
{
"name": "drupal/config_actions_provider",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_actions_provider.git",
"reference": "8.x-1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "6e0a4b18b6f0e2ec2bef25581945dfbeb40a457f"
},
"require": {
"drupal/config_actions": "*",
"drupal/config_provider": "^2",
"drupal/config_sync": "*",
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1607455967",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"description": "Apply config actions when applying configuration updates.",
"homepage": "https://www.drupal.org/project/config_actions_provider",
"support": {
"source": "https://git.drupalcode.org/project/config_actions_provider"
}
},
{
"name": "drupal/config_distro",
"version": "1.0.0-alpha4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_distro.git",
"reference": "8.x-1.0-alpha4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha4.zip",
"reference": "8.x-1.0-alpha4",
"shasum": "a866d160348d709e0029b176826097fb9b15c49c"
},
"require": {
"drupal/config_filter": "*",
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/config_distro_filter": "*",
"drupal/config_filter": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha4",
"datestamp": "1592523910",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Nedjo Rogers (nedjo)",
"homepage": "https://www.drupal.org/u/nedjo",
"email": "nedjo@4481.no-reply.drupal.org",
"role": "Maintainer"
},
{
"name": "Fabian Bircher",
"homepage": "https://www.drupal.org/u/bircher",
"email": "opensource@fabianbircher.com",
"role": "Maintainer"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
},
{
"name": "pfrenssen",
"homepage": "https://www.drupal.org/user/382067"
}
],
"description": "Framework for managing configuration updates from distributions.",
"homepage": "https://www.drupal.org/project/config_distro",
"support": {
"source": "https://cgit.drupalcode.org/config_distro",
"issues": "https://drupal.org/project/issues/config_distro",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/config_distro_filter",
"version": "1.0.0-alpha4",
"require": {
"drupal/config_distro": "*",
"drupal/config_filter": "*",
"drupal/core": "^8.8 || ^9"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha4",
"datestamp": "1592523910",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "ademarco",
"homepage": "https://www.drupal.org/user/186696"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
},
{
"name": "pfrenssen",
"homepage": "https://www.drupal.org/user/382067"
}
],
"description": "Bridge between Config Filter and Config Distro's use of Transform API to keep backwards compatibility.",
"homepage": "https://www.drupal.org/project/config_distro",
"support": {
"source": "https://git.drupalcode.org/project/config_distro"
}
},
{
"name": "drupal/config_filter",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_filter.git",
"reference": "8.x-2.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.2.zip",
"reference": "8.x-2.2",
"shasum": "dc6bc8107255066507cfc1d6766e664c3673cda0"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"conflict": {
"drush/drush": "<10"
},
"suggest": {
"drupal/config_split": "Split site configuration for different environments."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.2",
"datestamp": "1601934694",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Fabian Bircher",
"homepage": "https://www.drupal.org/u/bircher",
"email": "opensource@fabianbircher.com",
"role": "Maintainer"
},
{
"name": "Nuvole Web",
"homepage": "http://nuvole.org",
"email": "info@nuvole.org",
"role": "Maintainer"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.",
"homepage": "https://www.drupal.org/project/config_filter",
"keywords": [
"Drupal",
"configuration",
"configuration management"
],
"support": {
"source": "https://git.drupalcode.org/project/config_filter",
"issues": "https://www.drupal.org/project/issues/config_filter",
"slack": "https://drupal.slack.com/archives/C45342CDD"
}
},
{
"name": "drupal/config_merge",
"version": "1.0.0-rc3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_merge.git",
"reference": "8.x-1.0-rc3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_merge-8.x-1.0-rc3.zip",
"reference": "8.x-1.0-rc3",
"shasum": "ed3beb1863881bc21c5084d2d6a9cfe48fd1864d"
},
"require": {
"drupal/core": "^8 || ^9"
},
"require-dev": {
"drupal/config_filter": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc3",
"datestamp": "1590770651",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"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",
"support": {
"source": "https://git.drupalcode.org/project/config_merge"
}
},
{
"name": "drupal/config_normalizer",
"version": "1.0.0-alpha6",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_normalizer.git",
"reference": "8.x-1.0-alpha6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-alpha6.zip",
"reference": "8.x-1.0-alpha6",
"shasum": "030f2a34319fb7fc86c0263b1d7920aa322eb35b"
},
"require": {
"drupal/config_filter": "*",
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha6",
"datestamp": "1590768708",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"description": "Normalizes configuration for comparison.",
"homepage": "https://www.drupal.org/project/config_normalizer",
"support": {
"source": "https://git.drupalcode.org/project/config_normalizer"
}
},
{
"name": "drupal/config_perms",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_perms.git",
"reference": "8.x-2.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.0.zip",
"reference": "8.x-2.0",
"shasum": "3e30cd71f00cb6da04ed2c8b032a9bd5357d9d70"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.0",
"datestamp": "1591397577",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Docc",
"homepage": "https://www.drupal.org/user/310132"
},
{
"name": "benellefimostfa",
"homepage": "https://www.drupal.org/user/3092403"
},
{
"name": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "mrthumpz",
"homepage": "https://www.drupal.org/user/266351"
}
],
"description": "Allows additional permissions to be created and managed through an administration form.",
"homepage": "http://drupal.org/project/config_perms",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/config_perms",
"issues": "http://drupal.org/project/issues/config_perms"
}
},
{
"name": "drupal/config_provider",
"version": "2.0.0-rc4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_provider.git",
"reference": "8.x-2.0-rc4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-rc4.zip",
"reference": "8.x-2.0-rc4",
"shasum": "64a1545e8cc48f9363e028d3360134f143baaf58"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.0-rc4",
"datestamp": "1592923705",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "pfrenssen",
"homepage": "https://www.drupal.org/user/382067"
}
],
"description": "Enables provision of configuration by extensions.",
"homepage": "https://www.drupal.org/project/config_provider",
"support": {
"source": "https://git.drupalcode.org/project/config_provider"
}
},
{
"name": "drupal/config_snapshot",
"version": "1.0.0-rc2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_snapshot.git",
"reference": "8.x-1.0-rc2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-rc2.zip",
"reference": "8.x-1.0-rc2",
"shasum": "676c7620a0086ed76c09b889d2b4ea039c47948b"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc2",
"datestamp": "1590652016",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"description": "Manages snapshots of configuration as provided by modules and themes.",
"homepage": "https://www.drupal.org/project/config_snapshot",
"support": {
"source": "https://git.drupalcode.org/project/config_snapshot"
}
},
{
"name": "drupal/config_sync",
"version": "2.0.0-beta7",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_sync.git",
"reference": "8.x-2.0-beta7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_sync-8.x-2.0-beta7.zip",
"reference": "8.x-2.0-beta7",
"shasum": "39de6d167f1f99992feaf5e30b53ae097ebebeec"
},
"require": {
"drupal/config_distro": "^1.0-alpha3",
"drupal/config_distro_filter": "^1.0.0-alpha4",
"drupal/config_filter": "~1.3||~2.0",
"drupal/config_merge": "^1.0-alpha2",
"drupal/config_normalizer": "^1.0-alpha3",
"drupal/config_provider": "^2.0-alpha6",
"drupal/config_snapshot": "^1.0-alpha6",
"drupal/config_update": "^1.5",
"drupal/core": "^8.8 || ^9",
"php": ">=5.6",
"symfony/yaml": "~2.7.14|~2.8.7|~3.0.7|^3.1.1|^4.4.9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.0-beta7",
"datestamp": "1594083315",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Nedjo Rogers (nedjo)",
"homepage": "https://www.drupal.org/u/nedjo",
"email": "nedjo@4481.no-reply.drupal.org",
"role": "Maintainer"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "flocondetoile",
"homepage": "https://www.drupal.org/user/2006064"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "jcnventura",
"homepage": "https://www.drupal.org/user/122464"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "mtift",
"homepage": "https://www.drupal.org/user/751908"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "pfrenssen",
"homepage": "https://www.drupal.org/user/382067"
}
],
"description": "Synchronize your site with updated configuration provided by modules and themes.",
"homepage": "https://www.drupal.org/project/config_sync",
"support": {
"source": "https://cgit.drupalcode.org/config_sync",
"issues": "https://drupal.org/project/issues/config_sync",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/config_update",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_update.git",
"reference": "8.x-1.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "8f079abf7c2ea826a27fa5224b0770a26404c968"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.7",
"datestamp": "1586355587",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Pasqualle",
"homepage": "https://www.drupal.org/user/80733"
},
{
"name": "codebymikey",
"homepage": "https://www.drupal.org/user/3573206"
}
],
"description": "Provides basic revert and update functionality for other modules",
"homepage": "https://www.drupal.org/project/config_update",
"support": {
"source": "https://git.drupalcode.org/project/config_update"
}
},
{
"name": "drupal/convert_bundles",
"version": "1.0.0-alpha7",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/convert_bundles.git",
"reference": "8.x-1.0-alpha7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/convert_bundles-8.x-1.0-alpha7.zip",
"reference": "8.x-1.0-alpha7",
"shasum": "54687536c1ebbbc19b28d44ccee903cee497562c"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha7",
"datestamp": "1621952571",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "el1_1el",
"homepage": "https://www.drupal.org/user/1795292"
}
],
"description": "Convert entity bundles from one value to another",
"homepage": "https://www.drupal.org/project/convert_bundles",
"support": {
"source": "https://git.drupalcode.org/project/convert_bundles"
}
},
{
"name": "drupal/core",
"version": "9.2.9",
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
"reference": "2e2f015e881abccc32efcd264128e8a8444b2ec1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core/zipball/2e2f015e881abccc32efcd264128e8a8444b2ec1",
"reference": "2e2f015e881abccc32efcd264128e8a8444b2ec1",
"shasum": ""
},
"require": {
"asm89/stack-cors": "^1.1",
"composer/semver": "^3.0",
"doctrine/annotations": "^1.12",
"doctrine/reflection": "^1.1",
"egulias/email-validator": "^2.0",
"ext-date": "*",
"ext-dom": "*",
"ext-filter": "*",
"ext-gd": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-pdo": "*",
"ext-session": "*",
"ext-simplexml": "*",
"ext-spl": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"guzzlehttp/guzzle": "^6.5.2",
"laminas/laminas-diactoros": "^2.1",
"laminas/laminas-feed": "^2.12",
"masterminds/html5": "^2.1",
"pear/archive_tar": "^1.4.14",
"php": ">=7.3.0",
"psr/log": "^1.0",
"stack/builder": "^1.0",
"symfony-cmf/routing": "^2.1",
"symfony/console": "^4.4",
"symfony/dependency-injection": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-foundation": "^4.4.7",
"symfony/http-kernel": "^4.4",
"symfony/mime": "^5.3.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/process": "^4.4",
"symfony/psr-http-message-bridge": "^2.0",
"symfony/routing": "^4.4",
"symfony/serializer": "^4.4",
"symfony/translation": "^4.4",
"symfony/validator": "^4.4",
"symfony/yaml": "^4.4.19",
"twig/twig": "^2.12.0",
"typo3/phar-stream-wrapper": "^3.1.3"
},
"conflict": {
"drush/drush": "<8.1.10"
},
"replace": {
"drupal/action": "self.version",
"drupal/aggregator": "self.version",
"drupal/automated_cron": "self.version",
"drupal/ban": "self.version",
"drupal/bartik": "self.version",
"drupal/basic_auth": "self.version",
"drupal/big_pipe": "self.version",
"drupal/block": "self.version",
"drupal/block_content": "self.version",
"drupal/book": "self.version",
"drupal/breakpoint": "self.version",
"drupal/ckeditor": "self.version",
"drupal/claro": "self.version",
"drupal/classy": "self.version",
"drupal/color": "self.version",
"drupal/comment": "self.version",
"drupal/config": "self.version",
"drupal/config_translation": "self.version",
"drupal/contact": "self.version",
"drupal/content_moderation": "self.version",
"drupal/content_translation": "self.version",
"drupal/contextual": "self.version",
"drupal/core-annotation": "self.version",
"drupal/core-assertion": "self.version",
"drupal/core-bridge": "self.version",
"drupal/core-class-finder": "self.version",
"drupal/core-datetime": "self.version",
"drupal/core-dependency-injection": "self.version",
"drupal/core-diff": "self.version",
"drupal/core-discovery": "self.version",
"drupal/core-event-dispatcher": "self.version",
"drupal/core-file-cache": "self.version",
"drupal/core-file-security": "self.version",
"drupal/core-filesystem": "self.version",
"drupal/core-front-matter": "self.version",
"drupal/core-gettext": "self.version",
"drupal/core-graph": "self.version",
"drupal/core-http-foundation": "self.version",
"drupal/core-php-storage": "self.version",
"drupal/core-plugin": "self.version",
"drupal/core-proxy-builder": "self.version",
"drupal/core-render": "self.version",
"drupal/core-serialization": "self.version",
"drupal/core-transliteration": "self.version",
"drupal/core-utility": "self.version",
"drupal/core-uuid": "self.version",
"drupal/core-version": "self.version",
"drupal/datetime": "self.version",
"drupal/datetime_range": "self.version",
"drupal/dblog": "self.version",
"drupal/dynamic_page_cache": "self.version",
"drupal/editor": "self.version",
"drupal/entity_reference": "self.version",
"drupal/field": "self.version",
"drupal/field_layout": "self.version",
"drupal/field_ui": "self.version",
"drupal/file": "self.version",
"drupal/filter": "self.version",
"drupal/forum": "self.version",
"drupal/hal": "self.version",
"drupal/help": "self.version",
"drupal/help_topics": "self.version",
"drupal/history": "self.version",
"drupal/image": "self.version",
"drupal/inline_form_errors": "self.version",
"drupal/jsonapi": "self.version",
"drupal/language": "self.version",
"drupal/layout_builder": "self.version",
"drupal/layout_discovery": "self.version",
"drupal/link": "self.version",
"drupal/locale": "self.version",
"drupal/media": "self.version",
"drupal/media_library": "self.version",
"drupal/menu_link_content": "self.version",
"drupal/menu_ui": "self.version",
"drupal/migrate": "self.version",
"drupal/migrate_drupal": "self.version",
"drupal/migrate_drupal_multilingual": "self.version",
"drupal/migrate_drupal_ui": "self.version",
"drupal/minimal": "self.version",
"drupal/node": "self.version",
"drupal/olivero": "self.version",
"drupal/options": "self.version",
"drupal/page_cache": "self.version",
"drupal/path": "self.version",
"drupal/path_alias": "self.version",
"drupal/quickedit": "self.version",
"drupal/rdf": "self.version",
"drupal/responsive_image": "self.version",
"drupal/rest": "self.version",
"drupal/search": "self.version",
"drupal/serialization": "self.version",
"drupal/settings_tray": "self.version",
"drupal/seven": "self.version",
"drupal/shortcut": "self.version",
"drupal/standard": "self.version",
"drupal/stark": "self.version",
"drupal/statistics": "self.version",
"drupal/syslog": "self.version",
"drupal/system": "self.version",
"drupal/taxonomy": "self.version",
"drupal/telephone": "self.version",
"drupal/text": "self.version",
"drupal/toolbar": "self.version",
"drupal/tour": "self.version",
"drupal/tracker": "self.version",
"drupal/update": "self.version",
"drupal/user": "self.version",
"drupal/views": "self.version",
"drupal/views_ui": "self.version",
"drupal/workflows": "self.version",
"drupal/workspaces": "self.version"
},
"type": "drupal-core",
"extra": {
"drupal-scaffold": {
"file-mapping": {
"[project-root]/.editorconfig": "assets/scaffold/files/editorconfig",
"[project-root]/.gitattributes": "assets/scaffold/files/gitattributes",
"[web-root]/.csslintrc": "assets/scaffold/files/csslintrc",
"[web-root]/.eslintignore": "assets/scaffold/files/eslintignore",
"[web-root]/.eslintrc.json": "assets/scaffold/files/eslintrc.json",
"[web-root]/.ht.router.php": "assets/scaffold/files/ht.router.php",
"[web-root]/.htaccess": "assets/scaffold/files/htaccess",
"[web-root]/example.gitignore": "assets/scaffold/files/example.gitignore",
"[web-root]/index.php": "assets/scaffold/files/index.php",
"[web-root]/INSTALL.txt": "assets/scaffold/files/drupal.INSTALL.txt",
"[web-root]/README.md": "assets/scaffold/files/drupal.README.md",
"[web-root]/robots.txt": "assets/scaffold/files/robots.txt",
"[web-root]/update.php": "assets/scaffold/files/update.php",
"[web-root]/web.config": "assets/scaffold/files/web.config",
"[web-root]/sites/README.txt": "assets/scaffold/files/sites.README.txt",
"[web-root]/sites/development.services.yml": "assets/scaffold/files/development.services.yml",
"[web-root]/sites/example.settings.local.php": "assets/scaffold/files/example.settings.local.php",
"[web-root]/sites/example.sites.php": "assets/scaffold/files/example.sites.php",
"[web-root]/sites/default/default.services.yml": "assets/scaffold/files/default.services.yml",
"[web-root]/sites/default/default.settings.php": "assets/scaffold/files/default.settings.php",
"[web-root]/modules/README.txt": "assets/scaffold/files/modules.README.txt",
"[web-root]/profiles/README.txt": "assets/scaffold/files/profiles.README.txt",
"[web-root]/themes/README.txt": "assets/scaffold/files/themes.README.txt"
}
}
},
"autoload": {
"psr-4": {
"Drupal\\Core\\": "lib/Drupal/Core",
"Drupal\\Component\\": "lib/Drupal/Component",
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver"
},
"classmap": [
"lib/Drupal.php",
"lib/Drupal/Component/DependencyInjection/Container.php",
"lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php",
"lib/Drupal/Component/FileCache/FileCacheFactory.php",
"lib/Drupal/Component/Utility/Timer.php",
"lib/Drupal/Component/Utility/Unicode.php",
"lib/Drupal/Core/Cache/Cache.php",
"lib/Drupal/Core/Cache/CacheBackendInterface.php",
"lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php",
"lib/Drupal/Core/Cache/CacheTagsChecksumTrait.php",
"lib/Drupal/Core/Cache/CacheTagsInvalidatorInterface.php",
"lib/Drupal/Core/Cache/DatabaseBackend.php",
"lib/Drupal/Core/Cache/DatabaseCacheTagsChecksum.php",
"lib/Drupal/Core/Database/Connection.php",
"lib/Drupal/Core/Database/Database.php",
"lib/Drupal/Core/Database/Driver/mysql/Connection.php",
"lib/Drupal/Core/Database/Driver/pgsql/Connection.php",
"lib/Drupal/Core/Database/Driver/sqlite/Connection.php",
"lib/Drupal/Core/Database/Statement.php",
"lib/Drupal/Core/Database/StatementInterface.php",
"lib/Drupal/Core/DependencyInjection/Container.php",
"lib/Drupal/Core/DrupalKernel.php",
"lib/Drupal/Core/DrupalKernelInterface.php",
"lib/Drupal/Core/Http/InputBag.php",
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
"lib/Drupal/Core/Site/Settings.php"
],
"files": [
"includes/bootstrap.inc"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Drupal is an open source content management platform powering millions of websites and applications.",
"support": {
"source": "https://github.com/drupal/core/tree/9.2.9"
},
"time": "2021-11-17T21:05:58+00:00"
},
{
"name": "drupal/core-composer-scaffold",
"version": "9.2.9",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-composer-scaffold.git",
"reference": "3c9efe8e154acc2cadb86b51733be55556677b0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/3c9efe8e154acc2cadb86b51733be55556677b0b",
"reference": "3c9efe8e154acc2cadb86b51733be55556677b0b",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1 || ^2",
"php": ">=7.3.0"
},
"conflict": {
"drupal-composer/drupal-scaffold": "*"
},
"require-dev": {
"composer/composer": "^1.8@stable"
},
"type": "composer-plugin",
"extra": {
"class": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin",
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Drupal\\Composer\\Plugin\\Scaffold\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "A flexible Composer project scaffold builder.",
"homepage": "https://www.drupal.org/project/drupal",
"keywords": [
"drupal"
],
"support": {
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.2.9"
},
"time": "2021-08-24T12:04:07+00:00"
},
{
"name": "drupal/core-project-message",
"version": "9.2.9",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-project-message.git",
"reference": "812d6da43dd49cc210af62e80fa92189e68e565a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core-project-message/zipball/812d6da43dd49cc210af62e80fa92189e68e565a",
"reference": "812d6da43dd49cc210af62e80fa92189e68e565a",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1 || ^2",
"php": ">=7.3.0"
},
"type": "composer-plugin",
"extra": {
"class": "Drupal\\Composer\\Plugin\\ProjectMessage\\MessagePlugin"
},
"autoload": {
"psr-4": {
"Drupal\\Composer\\Plugin\\ProjectMessage\\": "."
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Adds a message after Composer installation.",
"homepage": "https://www.drupal.org/project/drupal",
"keywords": [
"drupal"
],
"support": {
"source": "https://github.com/drupal/core-project-message/tree/9.3.0-beta1"
},
"time": "2020-09-14T13:40:36+00:00"
},
{
"name": "drupal/core-recommended",
"version": "9.2.9",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-recommended.git",
"reference": "a052e6f47864bb6597e6f449b9cfdb1aa4eea400"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/a052e6f47864bb6597e6f449b9cfdb1aa4eea400",
"reference": "a052e6f47864bb6597e6f449b9cfdb1aa4eea400",
"shasum": ""
},
"require": {
"asm89/stack-cors": "1.3.0",
"composer/semver": "3.2.5",
"doctrine/annotations": "1.13.1",
"doctrine/lexer": "1.2.1",
"doctrine/reflection": "1.2.2",
"drupal/core": "9.2.9",
"egulias/email-validator": "2.1.25",
"guzzlehttp/guzzle": "6.5.5",
"guzzlehttp/promises": "1.4.1",
"guzzlehttp/psr7": "1.8.2",
"laminas/laminas-diactoros": "2.6.0",
"laminas/laminas-escaper": "2.7.0",
"laminas/laminas-feed": "2.14.1",
"laminas/laminas-stdlib": "3.3.1",
"laminas/laminas-zendframework-bridge": "1.2.0",
"masterminds/html5": "2.7.4",
"pear/archive_tar": "1.4.14",
"pear/console_getopt": "v1.4.3",
"pear/pear-core-minimal": "v1.10.10",
"pear/pear_exception": "v1.0.2",
"psr/cache": "1.0.1",
"psr/container": "1.1.1",
"psr/http-factory": "1.0.1",
"psr/http-message": "1.0.1",
"psr/log": "1.1.4",
"ralouphie/getallheaders": "3.0.3",
"stack/builder": "v1.0.6",
"symfony-cmf/routing": "2.3.3",
"symfony/console": "v4.4.25",
"symfony/debug": "v4.4.25",
"symfony/dependency-injection": "v4.4.25",
"symfony/deprecation-contracts": "v2.4.0",
"symfony/error-handler": "v4.4.25",
"symfony/event-dispatcher": "v4.4.25",
"symfony/event-dispatcher-contracts": "v1.1.9",
"symfony/http-client-contracts": "v2.4.0",
"symfony/http-foundation": "v4.4.25",
"symfony/http-kernel": "v4.4.25",
"symfony/mime": "v5.3.0",
"symfony/polyfill-ctype": "v1.23.0",
"symfony/polyfill-iconv": "v1.23.0",
"symfony/polyfill-intl-idn": "v1.23.0",
"symfony/polyfill-intl-normalizer": "v1.23.0",
"symfony/polyfill-mbstring": "v1.23.0",
"symfony/polyfill-php80": "v1.23.0",
"symfony/process": "v4.4.25",
"symfony/psr-http-message-bridge": "v2.1.0",
"symfony/routing": "v4.4.25",
"symfony/serializer": "v4.4.25",
"symfony/service-contracts": "v2.4.0",
"symfony/translation": "v4.4.25",
"symfony/translation-contracts": "v2.4.0",
"symfony/validator": "v4.4.25",
"symfony/var-dumper": "v5.3.0",
"symfony/yaml": "v4.4.25",
"twig/twig": "v2.14.6",
"typo3/phar-stream-wrapper": "v3.1.6"
},
"conflict": {
"webflo/drupal-core-strict": "*"
},
"type": "metapackage",
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"description": "Locked core dependencies; require this project INSTEAD OF drupal/core.",
"support": {
"source": "https://github.com/drupal/core-recommended/tree/9.2.9"
},
"time": "2021-11-17T21:05:58+00:00"
},
{
"name": "drupal/crop",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/crop.git",
"reference": "8.x-2.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/crop-8.x-2.1.zip",
"reference": "8.x-2.1",
"shasum": "c03541907d59874ca8a81f574258f6c0de8cbdc8"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.1",
"datestamp": "1585251827",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690"
},
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
{
"name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628"
},
{
"name": "woprrr",
"homepage": "https://www.drupal.org/user/858604"
}
],
"description": "Provides storage and API for image crops.",
"homepage": "https://www.drupal.org/project/crop",
"support": {
"source": "https://git.drupalcode.org/project/crop",
"issues": "https://www.drupal.org/project/issues/crop"
}
},
{
"name": "drupal/cshs",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/cshs.git",
"reference": "8.x-3.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/cshs-8.x-3.5.zip",
"reference": "8.x-3.5",
"shasum": "d85d9aa905dd5e836fc93168694d28748d6efe53"
},
"require": {
"drupal/core": "^8 || ^9",
"php": ">=7.3.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.5",
"datestamp": "1632333917",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Walter Jenner",
"homepage": "https://drupal.org/u/valderama"
},
{
"name": "Sergii Bondarenko",
"homepage": "https://drupal.org/u/BR0kEN",
"email": "sb@firstvector.org"
},
{
"name": "Daneel Cruz",
"homepage": "https://drupal.org/u/daneelcm"
},
{
"name": "Purushotam Rai",
"homepage": "https://drupal.org/u/purushotam.rai"
}
],
"description": "A simple client-side hierarchical select widget for taxonomy terms.",
"homepage": "https://www.drupal.org/project/cshs",
"keywords": [
"client-side-select",
"hierarchical-select",
"module",
"select",
"taxonomy"
],
"support": {
"source": "https://git.drupalcode.org/project/cshs",
"issues": "https://www.drupal.org/project/issues/cshs"
}
},
{
"name": "drupal/csp",
"version": "1.15.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/csp.git",
"reference": "8.x-1.15"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/csp-8.x-1.15.zip",
"reference": "8.x-1.15",
"shasum": "fbb6c4d2cb25c53758b7286f161c3c1a511ff8d1"
},
"require": {
"drupal/core": "^8.5 || ^9.0",
"ext-json": "*",
"php": ">=7.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.15",
"datestamp": "1618259686",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "gapple",
"homepage": "https://www.drupal.org/user/490940"
},
{
"name": "rfsbsb",
"homepage": "https://www.drupal.org/user/4382"
}
],
"description": "Provide Content-Security-Policy headers",
"homepage": "https://www.drupal.org/project/csp",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/csp",
"issues": "https://www.drupal.org/project/issues/csp"
}
},
{
"name": "drupal/ctools",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ctools.git",
"reference": "8.x-3.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.7.zip",
"reference": "8.x-3.7",
"shasum": "b11c0981a1d2ab3cc9e8e614a337d8e2a2a70c0e"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.7",
"datestamp": "1623860918",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-3.x": "3.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Kris Vanderwater (EclipseGc)",
"homepage": "https://www.drupal.org/u/eclipsegc",
"role": "Maintainer"
},
{
"name": "Jakob Perry (japerry)",
"homepage": "https://www.drupal.org/u/japerry",
"role": "Maintainer"
},
{
"name": "Tim Plunkett (tim.plunkett)",
"homepage": "https://www.drupal.org/u/timplunkett",
"role": "Maintainer"
},
{
"name": "James Gilliland (neclimdul)",
"homepage": "https://www.drupal.org/u/neclimdul",
"role": "Maintainer"
},
{
"name": "Daniel Wehner (dawehner)",
"homepage": "https://www.drupal.org/u/dawehner",
"role": "Maintainer"
},
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
},
{
"name": "merlinofchaos",
"homepage": "https://www.drupal.org/user/26979"
},
{
"name": "neclimdul",
"homepage": "https://www.drupal.org/user/48673"
},
{
"name": "sdboyer",
"homepage": "https://www.drupal.org/user/146719"
},
{
"name": "sun",
"homepage": "https://www.drupal.org/user/54136"
},
{
"name": "tim.plunkett",
"homepage": "https://www.drupal.org/user/241634"
}
],
"description": "Provides a number of utility and helper APIs for Drupal developers and site builders.",
"homepage": "https://www.drupal.org/project/ctools",
"support": {
"source": "https://git.drupalcode.org/project/ctools",
"issues": "https://www.drupal.org/project/issues/ctools"
}
},
{
"name": "drupal/default_content",
"version": "1.0.0-alpha9",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/default_content.git",
"reference": "8.x-1.0-alpha9"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/default_content-8.x-1.0-alpha9.zip",
"reference": "8.x-1.0-alpha9",
"shasum": "e8d5cc6ae96b14e882852512fbf5887e752146a0"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha9",
"datestamp": "1588280141",
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
},
{
"name": "andypost",
"homepage": "https://www.drupal.org/user/118908"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "jibran",
"homepage": "https://www.drupal.org/user/1198144"
},
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
"description": "Imports default content when a module is enabled",
"homepage": "https://www.drupal.org/project/default_content",
"support": {
"source": "https://git.drupalcode.org/project/default_content"
}
},
{
"name": "drupal/diff",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/diff.git",
"reference": "8.x-1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/diff-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "7106ca30b7b10343fbf79a0c42fc7981b109095f"
},
"require": {
"drupal/core": "^8.7.7 || ^9",
"mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1578322688",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Miro Dietiker (miro_dietiker)",
"homepage": "https://www.drupal.org/u/miro_dietiker",
"role": "Maintainer"
},
{
"name": "Juampy NR (juampynr)",
"homepage": "https://www.drupal.org/u/juampynr",
"role": "Maintainer"
},
{
"name": "Lucian Hangea (lhangea)",
"homepage": "https://www.drupal.org/u/lhangea",
"role": "Maintainer"
},
{
"name": "Alan D.",
"homepage": "https://www.drupal.org/u/alan-d.",
"role": "Maintainer"
},
{
"name": "Brian Gilbert (realityloop).",
"homepage": "https://www.drupal.org/u/realityloop",
"role": "Maintainer"
},
{
"name": "miro_dietiker",
"homepage": "https://www.drupal.org/user/227761"
},
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
{
"name": "realityloop",
"homepage": "https://www.drupal.org/user/139189"
},
{
"name": "rötzi",
"homepage": "https://www.drupal.org/user/73064"
},
{
"name": "yhahn",
"homepage": "https://www.drupal.org/user/264833"
}
],
"description": "Compares two entity revisions",
"homepage": "https://www.drupal.org/project/diff",
"support": {
"source": "http://cgit.drupalcode.org/diff",
"issues": "https://www.drupal.org/project/issues/diff"
}
},
{
"name": "drupal/drd_agent",
"version": "4.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drd_agent.git",
"reference": "4.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.2.zip",
"reference": "4.0.2",
"shasum": "70c9d90e021e6b8a497a15fa3d8ad2ff61e81740"
},
"require": {
"drupal/core": "^8.8 || ^9",
"php": ">=7.2"
},
"suggest": {
"drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.",
"drupal/monitoring": "Site monitoring module with sensors.",
"drupal/security_review": "Site security and configuration review module."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.2",
"datestamp": "1612195755",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Jürgen Haas",
"homepage": "https://www.drupal.org/u/jurgenhaas"
},
{
"name": "jurgenhaas",
"homepage": "https://www.drupal.org/user/168924"
}
],
"description": "TODO",
"homepage": "https://www.drupal.org/project/drd_agent",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupal.org/project/drd_agent",
"issues": "https://www.drupal.org/project/issues/drd"
}
},
{
"name": "drupal/drutopia_action",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_action.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_action-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "152af38111c9a134d83a9a1d3008ff22eb1b733e"
},
"require": {
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "*",
"drupal/drutopia_seo": "^1.0",
"drupal/drutopia_site": "*",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/field_group": "^3.0",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
"drupal/search_api": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621285719",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Action is a base feature providing an action content type and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_action",
"keywords": [
"actions",
"campaign",
"drutopia",
"grassroots",
"group"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_action/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_action/issues"
}
},
{
"name": "drupal/drutopia_article",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_article.git",
"reference": "8.x-1.1"
},
"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": {
"drupal/block_visibility_groups": "^1.3",
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "^3.4",
"drupal/drutopia_comment": "*",
"drupal/drutopia_core": "*",
"drupal/drutopia_people": "*",
"drupal/drutopia_seo": "^1.0",
"drupal/drutopia_site": "*",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/facets": "^1.4",
"drupal/field_group": "^3.0",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
"drupal/pathauto": "^1.8",
"drupal/search_api": "*",
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286116",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Article is a base feature providing an article content type and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_article",
"support": {
"source": "https://git.drupalcode.org/project/drutopia_article"
}
},
{
"name": "drupal/drutopia_blog",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_blog.git",
"reference": "8.x-1.1"
},
"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": {
"drupal/block_visibility_groups": "^1.3",
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "^3.4",
"drupal/drutopia_comment": "*",
"drupal/drutopia_core": "*",
"drupal/drutopia_people": "*",
"drupal/drutopia_seo": "^1.0",
"drupal/drutopia_site": "*",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/facets": "^1.4",
"drupal/field_group": "^3.0",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
"drupal/pathauto": "^1.8",
"drupal/search_api": "*",
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286219",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Blog is a base feature providing a blog content type and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_blog",
"keywords": [
"blogging",
"content",
"drutopia",
"journal"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_blog/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_blog/issues"
}
},
{
"name": "drupal/drutopia_campaign",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_campaign.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_campaign-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "9fef0bb6103eb3a07100ba87978223d74c5c4bed"
},
"require": {
"drupal/block_visibility_groups": "*",
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "^1.0",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/facets": "*",
"drupal/field_group": "^3.0",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
"drupal/search_api": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286321",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Campaign provides a Campaign content type, including background information as well as ability to list demands and updates, and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_campaign",
"keywords": [
"campaign",
"content",
"drutopia",
"initiative"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_campaign/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_campaign/issues"
}
},
{
"name": "drupal/drutopia_collection",
"version": "dev-8.x-1.x",
"source": {
"type": "git",
"url": "git@gitlab.com:drutopia/drutopia_collection.git",
"reference": "8ec2859c26f123ff9e6fa67d14c53a78a8c21196"
},
"require": {
"drupal/config_actions": "^1.0",
"drupal/ctools": "^3.0",
"drupal/drutopia_article": "^1.0-beta3",
"drupal/drutopia_blog": "^1.0-beta3",
"drupal/drutopia_people": "^1.0-beta3",
"drupal/drutopia_seo": "^1.0-beta2",
"drupal/ds": "^3.1",
"drupal/metatag": "^1.9"
},
"default-branch": true,
"type": "drupal-module",
"license": [
"GPL-2.0+"
],
"description": "Drutopia Collection is a feature providing the ability to create collections to bring together ordered listings of Articles, Blog posts, or other content. This is useful for magazine issues or online books (referencing each chapter) or to create a meta-resource of recommended resources and people. an article content type and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_collection",
"time": "2020-08-05T19:23:08+00:00"
},
{
"name": "drupal/drutopia_comment",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_comment.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_comment-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "f6f9a8e2279d46df1adfa66b507f2a8c687f4e86"
},
"require": {
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286434",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-1.x": "^1.0-alpha1"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia comment is a base feature providing comments and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_comment",
"keywords": [
"comments",
"content",
"discussion",
"drutopia"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_comment/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_comment/issues"
}
},
{
"name": "drupal/drutopia_core",
"version": "dev-8.x-1.x",
"source": {
"type": "git",
"url": "git@gitlab.com:drutopia/drutopia_core.git",
"reference": "13299289df05de2aeb4ac6625cad45bbd53f343d"
},
"require": {
"drupal/config_actions": "^1.3",
"drupal/config_perms": "^2.0",
"drupal/crop": "^2.1",
"drupal/ds": "^3.12",
"drupal/facets": "^1.8",
"drupal/faqfield": "^7.0",
"drupal/focal_point": "^1.5",
"drupal/metatag": "^1.16",
"drupal/paragraphs": "^1.12",
"drupal/search_api": "^1.19",
"drupal/video_embed_field": "^2.4"
},
"default-branch": true,
"type": "drupal-module",
"extra": {
"patches": {
"drupal/entity_reference_revisions": {
"Support normalization without local revision ID": "https://www.drupal.org/files/issues/entity_reference_revisions-normalizer-2913713-2.patch"
}
}
},
"license": [
"GPL-2.0+"
],
"description": "Drutopia core is a base feature providing core components required by other features.",
"homepage": "https://gitlab.com/drutopia/drutopia_core",
"keywords": [
"base",
"core",
"drutopia"
],
"support": {
"issues": "https://gitlab.com/drutopia/drutopia_core/issues",
"source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x"
},
"time": "2021-05-25T23:15:33+00:00"
},
{
"name": "drupal/drutopia_event",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_event.git",
"reference": "8.x-1.1"
},
"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": {
"drupal/block_visibility_groups": "^1.3",
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "^3.4",
"drupal/drutopia_core": "*",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/facets": "^1.4",
"drupal/field_group": "*",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
"drupal/pathauto": "^1.8",
"drupal/search_api": "*",
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286639",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Event is a base feature providing a event content type and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_event",
"keywords": [
"calendar",
"date",
"drutopia",
"events"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_event/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_event/issues"
}
},
{
"name": "drupal/drutopia_group",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_group.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_group-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "6a7836d4663d76303b3a5c3fabb859ef69eb007d"
},
"require": {
"drupal/address": "^1.8",
"drupal/config_actions": "*",
"drupal/config_perms": "*",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "*",
"drupal/drutopia_core": "^1.0",
"drupal/ds": "*",
"drupal/entity_reference_revisions": "*",
"drupal/gnode": "*",
"drupal/group": "^1.0-rc5",
"drupal/paragraphs": "*",
"drupal/pathauto": "^1.8"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286726",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Group provides a group content type that can be classified by a group type vocabulary and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_group",
"keywords": [
"drutopia",
"grassroots",
"groups",
"organizations"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_group/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_group/issues"
}
},
{
"name": "drupal/drutopia_landing_page",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_landing_page.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_landing_page-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "de8d56c0112ce748e9a3e6bc0e4018e8cce2e24f"
},
"require": {
"cweagans/composer-patches": "^1.5.0",
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "^3.4",
"drupal/drutopia_core": "*",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/exclude_node_title": "^1.0-beta1",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
"drupal/pathauto": "^1.8",
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1624383397",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Landing Page is a base feature providing a landing page content type and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_landing_page",
"keywords": [
"content",
"drutopia",
"entry",
"standalone"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_landing_page/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_landing_page/issues"
}
},
{
"name": "drupal/drutopia_page",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_page.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_page-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "741582b9a39009fb0dc8459e01cf8f95ad63d76b"
},
"require": {
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "^3.4",
"drupal/drutopia_core": "*",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
"drupal/pathauto": "^1.8",
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287140",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Page is a base feature providing a page content type and related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_page",
"keywords": [
"content",
"drutopia",
"pages"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_page/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_page/issues"
}
},
{
"name": "drupal/drutopia_paragraph_title",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_paragraph_title.git",
"reference": "95ea1c1c1e220926a6b08f280b41779feb52e09a"
},
"require": {
"drupal/allowed_formats": "^1.3",
"drupal/core": "^8.8.3 || ^9",
"drupal/drutopia_core": "^1.0",
"drupal/entity_reference_revisions": "*",
"drupal/minimalhtml": "^1.0",
"drupal/minimalhtmltitle": "*",
"drupal/paragraphs": "^1.12",
"drupal/ui_patterns": "^1.2",
"drupal/ui_patterns_ds": "*",
"drupal/ui_patterns_layouts": "*",
"drupal/ui_patterns_library": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "1.x-dev",
"datestamp": "1593433947",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Provides a title paragraph that can replace regular page titles with a title, subtitle, and image.",
"homepage": "https://gitlab.com/drutopia/drutopia_paragraph_title",
"keywords": [
"content",
"drutopia",
"paragraphs",
"titles"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_paragraph_title/tree/1.x",
"issues": "https://gitlab.com/drutopia/drutopia_paragraph_title/issues"
}
},
{
"name": "drupal/drutopia_people",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_people.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_people-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "3523571dacf8e8eaf49e76dff644705141efb4e7"
},
"require": {
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "*",
"drupal/drutopia_core": "^1.0",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/field_group": "^3.0",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
"drupal/search_api": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287220",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia People provides a People content type for showing visitors information about staff, volunteers, contributors, and more.",
"homepage": "https://gitlab.com/drutopia/drutopia_people",
"keywords": [
"biography",
"content",
"drutopia",
"person",
"profile",
"staff",
"volunteers"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_people/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_people/issues"
}
},
{
"name": "drupal/drutopia_related_content",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_related_content.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_related_content-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "79c84c8f47e9b48cf8fcbbd284f265b65518bd3b"
},
"require": {
"drupal/block_visibility_groups": "^1.3",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "^1.0-beta3",
"drupal/similarterms": "^1.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287575",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"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",
"keywords": [
"content",
"drutopia",
"relations",
"similar"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_related_content/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_related_content/issues"
}
},
{
"name": "drupal/drutopia_resource",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_resource.git",
"reference": "8.x-1.1"
},
"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": {
"drupal/block_visibility_groups": "^1.3",
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/ctools": "^3.4",
"drupal/drutopia_core": "*",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
"drupal/entity_reference_revisions": "*",
"drupal/facets": "^1.4",
"drupal/field_group": "^3.0",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
"drupal/pathauto": "^1.8",
"drupal/search_api": "*",
"drupal/token": "^1.7",
"drupal/video_embed_field": "^2.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621289334",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Provides Resource content type and related configuration. A resource can be a file, such as a PDF, a link, such as a website URL, or an embedded video.",
"homepage": "https://gitlab.com/drutopia/drutopia_resource",
"keywords": [
"content",
"drutopia",
"facets",
"files",
"filtering",
"resources",
"search"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_resource/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_resource/issues"
}
},
{
"name": "drupal/drutopia_search",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_search.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_search-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "eb8f7c7c6b1df8a7dd68a4d92f27054063f978b3"
},
"require": {
"drupal/block_visibility_groups": "^1.3",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "^1.0",
"drupal/facets": "*",
"drupal/search_api": "*",
"drupal/search_api_db": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287820",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Search provides a search server, index, and view.",
"homepage": "https://gitlab.com/drutopia/drutopia_search",
"keywords": [
"content",
"drutopia",
"finding",
"searching"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_search/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_search/issues"
}
},
{
"name": "drupal/drutopia_seo",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_seo.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_seo-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "af41f9c756d958f4b3afd076b737608f52c5a8e2"
},
"require": {
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "*",
"drupal/metatag": "^1.13",
"drupal/redirect": "^1.6",
"drupal/redirect_404": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287991",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Sensible Search Engine Optimization default configuration for a site.",
"homepage": "https://gitlab.com/drutopia/drutopia_seo",
"keywords": [
"SEO",
"content",
"discoverability",
"drutopia",
"metatags",
"optimization",
"visibility"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_seo/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_seo/issues"
}
},
{
"name": "drupal/drutopia_site",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_site.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_site-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "f0b5b4f3a80ce9fd5ad26256b8e7046698a300f6"
},
"require": {
"drupal/admin_toolbar": "^2.2",
"drupal/admin_toolbar_links_access_filter": "*",
"drupal/admin_toolbar_tools": "*",
"drupal/autosave_form": "^1.1",
"drupal/ckeditorheight": "^1.8",
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "^1.0",
"drupal/ds": "*",
"drupal/entity_reference_revisions": "*",
"drupal/menu_admin_per_menu": "^1.1",
"drupal/paragraphs": "*",
"drupal/role_delegation": "^1.1",
"drupal/wysiwyg_linebreaks": "^1.10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621288089",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia site is a base feature providing site components.",
"homepage": "https://gitlab.com/drutopia/drutopia_site",
"keywords": [
"base",
"drutopia",
"site"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_site/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_site/issues"
}
},
{
"name": "drupal/drutopia_social",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_social.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_social-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "a000b52043b7fb81be18f325c0d4e694ec560191"
},
"require": {
"drupal/core": "^8.9 || ^9",
"drupal/social_media_links": "^2.6"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621288156",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia Social provides a social media block, perhaps more in the future.",
"homepage": "https://gitlab.com/drutopia/drutopia_social",
"support": {
"source": "https://git.drupalcode.org/project/drutopia_social"
}
},
{
"name": "drupal/drutopia_storyline",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_storyline.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "1f62443c7ad316b45d09b51f6a1e00fcfd1e2030"
},
"require": {
"drupal/config_actions": "*",
"drupal/core": "^8.9 || ^9",
"drupal/drutopia_core": "^1.0",
"drupal/drutopia_page": "^1.0",
"drupal/entity_reference_revisions": "*",
"drupal/field_group": "^3.0",
"drupal/paragraphs": "*"
},
"require-dev": {
"drupal/drutopia_page": "*",
"drupal/entity_reference_revisions": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621288236",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Provides storyline paragraphs and an accompanying module to add a storyline to a basic page so that you can provide a simple chronology or story in a timeline format.",
"homepage": "https://gitlab.com/drutopia/drutopia_storyline",
"keywords": [
"chronology",
"content",
"drutopia",
"storyline",
"timeline"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_storyline/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_storyline/issues"
}
},
{
"name": "drupal/drutopia_user",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_user.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_user-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "371aaddc62123b7e635d3f16531462472871a4e8"
},
"require": {
"drupal/core": "^8.9 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621288305",
"security-coverage": {
"status": "covered",
"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",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "cedewey",
"homepage": "https://www.drupal.org/user/38694"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "Drutopia user is a base feature providing user-related configuration.",
"homepage": "https://gitlab.com/drutopia/drutopia_user",
"keywords": [
"drutopia",
"people",
"roles",
"users"
],
"support": {
"source": "https://gitlab.com/drutopia/drutopia_user/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/drutopia_user/issues"
}
},
{
"name": "drupal/ds",
"version": "3.13.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ds.git",
"reference": "8.x-3.13"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/ds-8.x-3.13.zip",
"reference": "8.x-3.13",
"shasum": "86c87f1bf845d26594ae3ce0061d8f311bdce73c"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/devel": "3.x-dev",
"drupal/field_group": "3.x-dev"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.13",
"datestamp": "1624456614",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Bram Goffings",
"homepage": "https://www.drupal.org/user/172527",
"role": "Maintainer"
},
{
"name": "Kristof De Jaeger",
"homepage": "http://realize.be/",
"role": "Maintainer"
},
{
"name": "Brecht Ceyssens",
"homepage": "https://www.drupal.org/user/591438",
"role": "Maintainer"
},
{
"name": "swentel",
"homepage": "https://www.drupal.org/user/107403"
}
],
"description": "Extend the display options for every entity type.",
"homepage": "https://www.drupal.org/project/ds",
"keywords": [
"drupal",
"layout",
"php"
],
"support": {
"source": "http://git.drupal.org/project/ds.git",
"issues": "https://www.drupal.org/project/issues/ds",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/empty_page",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/empty_page.git",
"reference": "8.x-3.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/empty_page-8.x-3.0.zip",
"reference": "8.x-3.0",
"shasum": "207a1ac3d66c5cfb4f8129e26670e30c66d4cd06"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.0",
"datestamp": "1592930944",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Nick Robillard",
"homepage": "https://www.drupal.org/user/176017"
},
{
"name": "NormySan",
"homepage": "https://www.drupal.org/user/112352"
},
{
"name": "bleen",
"homepage": "https://www.drupal.org/user/77375"
},
{
"name": "merauluka",
"homepage": "https://www.drupal.org/user/780004"
},
{
"name": "mukila",
"homepage": "https://www.drupal.org/user/3223526"
}
],
"description": "A simple empty page solution. Assists in creating empty menu callbacks mostly used for pages that only consist of blocks.",
"homepage": "https://www.drupal.org/project/empty_page",
"support": {
"source": "https://git.drupalcode.org/project/empty_page"
}
},
{
"name": "drupal/entity",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "7e7cb12ea65d9f986b59935eda316387cf511079"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1606399149",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
},
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "dixon_",
"homepage": "https://www.drupal.org/user/239911"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
}
],
"description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
"homepage": "http://drupal.org/project/entity",
"support": {
"source": "https://git.drupalcode.org/project/entity"
}
},
{
"name": "drupal/entity_reference_override",
"version": "2.0.0-beta1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_override.git",
"reference": "2.0.0-beta1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta1.zip",
"reference": "2.0.0-beta1",
"shasum": "0aa8a80f203148d02cf5dbe7bcfa4516b5236d42"
},
"require": {
"drupal/core": "^8 || ^9"
},
"require-dev": {
"drupal/entity_browser": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0-beta1",
"datestamp": "1631803154",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/2809033/committers"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "eaton",
"homepage": "https://www.drupal.org/user/16496"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "ultimike",
"homepage": "https://www.drupal.org/user/51132"
}
],
"description": "Display referenced entities with optional field overrides.",
"homepage": "https://www.drupal.org/project/entity_reference_override",
"support": {
"source": "https://git.drupalcode.org/project/entity_reference_override",
"issues": "https://www.drupal.org/project/issues/entity_reference_override"
}
},
{
"name": "drupal/entity_reference_revisions",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
"reference": "8.x-1.9"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.9.zip",
"reference": "8.x-1.9",
"shasum": "e1c51bdea495eb3b458130d6f0a00c347f5637df"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"require-dev": {
"drupal/diff": "1.x-dev"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.9",
"datestamp": "1614805871",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Frans",
"homepage": "https://www.drupal.org/user/514222"
},
{
"name": "jeroen.b",
"homepage": "https://www.drupal.org/user/1853532"
},
{
"name": "miro_dietiker",
"homepage": "https://www.drupal.org/user/227761"
}
],
"description": "Entity Reference Revisions",
"homepage": "https://www.drupal.org/project/entity_reference_revisions",
"support": {
"source": "https://git.drupalcode.org/project/entity_reference_revisions"
}
},
{
"name": "drupal/environment_indicator",
"version": "4.0.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/environment_indicator.git",
"reference": "4.0.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.3.zip",
"reference": "4.0.3",
"shasum": "2518cdb8f758e94a9415a16ff2d114504eca5ef4"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.3",
"datestamp": "1617285310",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "e0ipso",
"homepage": "https://www.drupal.org/user/550110"
},
{
"name": "mrfelton",
"homepage": "https://www.drupal.org/user/305669"
},
{
"name": "pratik_kamble",
"homepage": "https://www.drupal.org/user/3204909"
}
],
"description": "Adds a color indicator for the different environments.",
"homepage": "https://www.drupal.org/project/environment_indicator",
"support": {
"source": "https://git.drupalcode.org/project/environment_indicator"
}
},
{
"name": "drupal/eu_cookie_compliance",
"version": "1.19.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eu-cookie-compliance.git",
"reference": "8.x-1.19"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.19.zip",
"reference": "8.x-1.19",
"shasum": "5a13cd53f87a58501cebd6e560c280ad7274035c"
},
"require": {
"drupal/core": "^8.9 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.19",
"datestamp": "1633775773",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Marcin Pajdzik",
"homepage": "https://www.drupal.org/u/marcin-pajdzik",
"role": "Maintainer"
},
{
"name": "Sven Berg Ryen",
"homepage": "https://www.drupal.org/u/svenryen",
"role": "Maintainer"
},
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1538032/committers"
},
{
"name": "svenryen",
"homepage": "https://www.drupal.org/user/667244"
}
],
"description": "This module aims at making the website compliant with the new EU cookie regulation.",
"homepage": "https://drupal.org/project/eu_cookie_compliance",
"keywords": [
"Cookie",
"CookieCompliance",
"Drupal",
"GDPR"
],
"support": {
"source": "https://git.drupalcode.org/project/eu-cookie-compliance",
"docs": "https://www.drupal.org/docs/contributed-modules/eu-cookie-compliance",
"forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
"issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
"slack": "https://app.slack.com/client/T06GX3JTS/C012XBTH81E"
}
},
{
"name": "drupal/exclude_node_title",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/exclude_node_title.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/exclude_node_title-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "da96901e2baff9638b98575f2a9b161056a83689"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1634750841",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
},
{
"name": "fizk",
"homepage": "https://www.drupal.org/user/473174"
},
{
"name": "gabrielu",
"homepage": "https://www.drupal.org/user/279352"
}
],
"description": "Provides the option of excluding node title(s) from display by individual node, node bundle, and view mode.",
"homepage": "https://www.drupal.org/project/exclude_node_title",
"support": {
"source": "https://git.drupalcode.org/project/exclude_node_title",
"issues": "https://www.drupal.org/project/issues/exclude_node_title"
}
},
{
"name": "drupal/facets",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/facets.git",
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/facets-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "f621b84b59c5315db14a0529df5dfc74ca5bc9de"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"conflict": {
"drupal/search_api": "<1.14"
},
"require-dev": {
"drupal/search_api": "~1.14"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.8",
"datestamp": "1620838256",
"security-coverage": {
"status": "covered",
"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",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "See all contributors",
"homepage": "https://www.drupal.org/node/2348769/committers"
},
{
"name": "StryKaizer",
"homepage": "https://www.drupal.org/user/462700"
},
{
"name": "borisson_",
"homepage": "https://www.drupal.org/user/2393360"
},
{
"name": "drunken monkey",
"homepage": "https://www.drupal.org/user/205582"
},
{
"name": "mkalkbrenner",
"homepage": "https://www.drupal.org/user/124705"
}
],
"description": "The Facet module allows site builders to easily create and manage faceted search interfaces.",
"homepage": "https://www.drupal.org/project/facets",
"support": {
"source": "git://git.drupal.org/project/facets.git",
"issues": "https://www.drupal.org/project/issues/facets",
"irc": "irc://irc.freenode.org/drupal-search-api"
}
},
{
"name": "drupal/fakeobjects",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/fakeobjects.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/fakeobjects-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "0a7a3ead609d1efd62f4f4803a41317970d8292d"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1592829875",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Kevin Quillen (kevinquillen)",
"homepage": "https://www.drupal.org/u/kevinquillen",
"role": "Maintainer"
},
{
"name": "kevinquillen",
"homepage": "https://www.drupal.org/user/317279"
}
],
"description": "Adds the FakeObjects plugin to CKEditor. This plugin is a utility plugin that is required by certain user-facing CKEditor plugins.",
"homepage": "http://drupal.org/project/fakeobjects",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/fakeobjects",
"issues": "http://drupal.org/project/issues/fakeobjects"
}
},
{
"name": "drupal/faqfield",
"version": "7.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/faqfield.git",
"reference": "8.x-7.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/faqfield-8.x-7.0.zip",
"reference": "8.x-7.0",
"shasum": "8788719564a23c1b8472568b9c9b15593d61e1c8"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/jquery_ui_accordion": "^1.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-7.0",
"datestamp": "1591226895",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Patrick Drotleff (patrickd)",
"homepage": "https://www.drupal.org/u/patrickd",
"role": "Maintainer"
},
{
"name": "Kevin Quillen (kevinquillen)",
"homepage": "https://www.drupal.org/u/kevinquillen",
"role": "Maintainer"
}
],
"description": "This module provides a field for frequently asked questions.",
"homepage": "http://drupal.org/project/faqfield",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/faqfield",
"issues": "http://drupal.org/project/issues/faqfield"
}
},
{
"name": "drupal/features",
"version": "3.12.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/features.git",
"reference": "8.x-3.12"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/features-8.x-3.12.zip",
"reference": "8.x-3.12",
"shasum": "f28d6e7d3340e32666a3e8ae515ed746dbe86b98"
},
"require": {
"drupal/config_update": "^1.4",
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.12",
"datestamp": "1612830531",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "donquixote",
"homepage": "https://www.drupal.org/user/459338"
},
{
"name": "e2thex",
"homepage": "https://www.drupal.org/user/189123"
},
{
"name": "febbraro",
"homepage": "https://www.drupal.org/user/43670"
},
{
"name": "flocondetoile",
"homepage": "https://www.drupal.org/user/2006064"
},
{
"name": "jmiccolis",
"homepage": "https://www.drupal.org/user/31731"
},
{
"name": "joseph.olstad",
"homepage": "https://www.drupal.org/user/1321830"
},
{
"name": "mpotter",
"homepage": "https://www.drupal.org/user/616192"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "tim.plunkett",
"homepage": "https://www.drupal.org/user/241634"
}
],
"description": "Enables administrators to package configuration into modules",
"homepage": "https://www.drupal.org/project/features",
"support": {
"source": "https://git.drupalcode.org/project/features"
}
},
{
"name": "drupal/field_group",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_group.git",
"reference": "8.x-3.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.2.zip",
"reference": "8.x-3.2",
"shasum": "2020bbfe40f6ba43bc733ae7c8761632572433a0"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/jquery_ui_accordion": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.2",
"datestamp": "1628513585",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Hydra",
"homepage": "https://www.drupal.org/user/647364"
},
{
"name": "Stalski",
"homepage": "https://www.drupal.org/user/322618"
},
{
"name": "jyve",
"homepage": "https://www.drupal.org/user/591438"
},
{
"name": "nils.destoop",
"homepage": "https://www.drupal.org/user/361625"
},
{
"name": "swentel",
"homepage": "https://www.drupal.org/user/107403"
}
],
"description": "Provides the field_group module.",
"homepage": "https://www.drupal.org/project/field_group",
"support": {
"source": "https://git.drupalcode.org/project/field_group",
"issues": "https://www.drupal.org/project/issues/field_group"
}
},
{
"name": "drupal/field_token_value",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_token_value.git",
"reference": "2.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_token_value-2.0.1.zip",
"reference": "2.0.1",
"shasum": "0a4644753ba7603f3d4fc033f7d83de116aaa804"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/token": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.1",
"datestamp": "1629160323",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "haydent",
"homepage": "https://www.drupal.org/user/2763191"
}
],
"description": "Provides a field allowing the value to be set using a string containing tokens.",
"homepage": "https://www.drupal.org/project/field_token_value",
"support": {
"source": "https://git.drupalcode.org/project/field_token_value"
}
},
{
"name": "drupal/fitvids",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/fitvids.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/fitvids-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "28e066336ebca9750eb72152303e7cb8a1a302c4"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1590685117",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "DerekAhmedzai",
"homepage": "https://www.drupal.org/user/167927"
},
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
}
],
"description": "jQuery plugin for fluid width video embeds.",
"homepage": "https://www.drupal.org/project/fitvids",
"support": {
"source": "https://git.drupalcode.org/project/fitvids"
}
},
{
"name": "drupal/fixed_block_content",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/fixed_block_content.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "567351ee7a1f40b43ff81ede9afc085f78752d20"
},
"require": {
"drupal/core": "~8.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1585994766",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Manuel Adan",
"homepage": "https://www.drupal.org/user/516420",
"role": "Maintainer"
}
],
"description": "Provides fixed placements for custom blocks.",
"homepage": "http://drupal.org/project/fixed_block_content",
"keywords": [
"Drupal"
],
"support": {
"source": "https://cgit.drupalcode.org/fixed_block_content",
"issues": "https://drupal.org/project/issues/fixed_block_content"
}
},
{
"name": "drupal/focal_point",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/focal_point.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/focal_point-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "41198e9220788c3b7d3146b10e5dfd6c73cd4784"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/crop": "^1.0 || ^2.0"
},
"require-dev": {
"drupal/crop": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1598663903",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Alexander Ross (bleen)",
"homepage": "https://www.drupal.org/u/bleen",
"role": "Maintainer"
}
],
"description": "Focal Point allows content creators to mark the most important part of an image for easier cropping.",
"homepage": "https://drupal.org/project/focal_point",
"support": {
"source": "https://cgit.drupalcode.org/focal_point",
"issues": "https://drupal.org/project/issues/focal_point",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
{
"name": "drupal/footnotes",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/footnotes.git",
"reference": "d0218117b3996558aefb726c7b29795d57b115ad"
},
"require": {
"drupal/core": ">=8.6",
"drupal/fakeobjects": "^1.0"
},
"require-dev": {
"drupal/fakeobjects": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.1+20-dev",
"datestamp": "1615724664",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Andrii Aleksandrov (id.aleks)",
"homepage": "https://www.drupal.org/u/idaleks",
"role": "Maintainer"
},
{
"name": "Oleksandr Dekhteruk (pifagor)",
"homepage": "https://www.drupal.org/u/pifagor",
"role": "Maintainer"
},
{
"name": "Fernando Conceição (yukare)",
"homepage": "https://www.drupal.org/u/yukare",
"role": "Maintainer"
},
{
"name": "Henrik Ingo (hingo)",
"homepage": "https://www.drupal.org/u/hingo",
"role": "Maintainer"
},
{
"name": "yukare",
"homepage": "https://www.drupal.org/user/889254"
}
],
"description": "Add automatically numbered footnotes to your posts.",
"homepage": "https://drupal.org/project/footnotes",
"support": {
"source": "https://cgit.drupalcode.org/footnotes",
"issues": "https://drupal.org/project/issues/footnotes"
}
},
{
"name": "drupal/gdpr",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/gdpr.git",
"reference": "225604a11eb04cce2df302ac285f90e06af65641"
},
"require": {
"drupal/checklistapi": "^1.0",
"drupal/core": "^8 || ^9",
"drupal/entity": "^1.0",
"drupal/entity_reference_revisions": "^1.8",
"drupal/message": "^1.0",
"drupal/token": "^1.7"
},
"require-dev": {
"drupal/anonymizer": "*",
"drupal/entity": "*",
"drupal/entity_reference_revisions": "*",
"drupal/gdpr_fields": "*",
"drupal/message": "*",
"drupal/token": "*"
},
"suggest": {
"drush/drush": "GDPR Dump requires Drush ^9 || ^10",
"ext-zip": "GDPR Tasks requires the PHP zip extension",
"fzaninotto/faker": "Required for the anonymizer submodule (which is required by multiple submodules)."
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
"version": "8.x-2.0-alpha7+30-dev",
"datestamp": "1621970422",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "mhavelant",
"homepage": "https://www.drupal.org/user/1086292",
"email": "mhavelant@brainsum.com"
},
{
"name": "Kosa Ilma",
"homepage": "https://www.drupal.org/user/3435475"
},
{
"name": "alexdmccabe",
"homepage": "https://www.drupal.org/user/1358588"
},
{
"name": "andrewbelcher",
"homepage": "https://www.drupal.org/user/655282"
},
{
"name": "back-2-95",
"homepage": "https://www.drupal.org/user/327328"
},
{
"name": "bfr",
"homepage": "https://www.drupal.org/user/369262"
},
{
"name": "dj1999",
"homepage": "https://www.drupal.org/user/387119"
},
{
"name": "golddragon007",
"homepage": "https://www.drupal.org/user/2723471"
},
{
"name": "lbesenyei",
"homepage": "https://www.drupal.org/user/2626013"
},
{
"name": "leymannx",
"homepage": "https://www.drupal.org/user/2482808"
},
{
"name": "mhavelant",
"homepage": "https://www.drupal.org/user/3331139"
},
{
"name": "pedrop",
"homepage": "https://www.drupal.org/user/1043368"
},
{
"name": "szato",
"homepage": "https://www.drupal.org/user/389677"
},
{
"name": "yanniboi",
"homepage": "https://www.drupal.org/user/1837556"
}
],
"description": "Helps with making a site GDPR-compliant.",
"homepage": "https://www.drupal.org/project/gdpr",
"support": {
"source": "https://git.drupalcode.org/project/gdpr"
}
},
{
"name": "drupal/geolocation",
"version": "3.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/geolocation.git",
"reference": "8.x-3.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.7.zip",
"reference": "8.x-3.7",
"shasum": "796797ff4d3cc9d8b645bf2534d783d170ef77f5"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"require-dev": {
"drupal/address": "*",
"drupal/geofield": "*",
"drupal/geolocation_demo": "*",
"drupal/geolocation_geometry": "*",
"drupal/geolocation_geometry_data": "*",
"drupal/geolocation_google_maps": "*",
"drupal/geolocation_google_maps_demo": "*",
"drupal/geolocation_google_static_maps": "*",
"drupal/geolocation_leaflet": "*",
"drupal/search_api": "*",
"drupal/search_api_location": "*",
"drupal/search_api_location_views": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.7",
"datestamp": "1623052750",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "derjochenmeyer",
"homepage": "https://www.drupal.org/u/derjochenmeyer"
},
{
"name": "cadamski",
"homepage": "https://www.drupal.org/u/cadamski"
}
],
"description": "Provides a simple geolocation Drupal field type to store and display location data (lat, lng).",
"homepage": "https://www.drupal.org/project/geolocation",
"support": {
"source": "https://git.drupal.org/project/geolocation.git",
"issues": "https://www.drupal.org/project/issues/geolocation"
}
},
{
"name": "drupal/gnode",
"version": "1.4.0",
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/group": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1625063515",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "kristiaanvandeneynde",
"homepage": "https://www.drupal.org/user/1345130"
}
],
"description": "Enables Group functionality for the Node module",
"homepage": "https://www.drupal.org/project/group",
"support": {
"source": "https://git.drupalcode.org/project/group"
}
},
{
"name": "drupal/google_analytics",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/google_analytics.git",
"reference": "8.x-3.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "171dcac5a67cde66201754baaa52711f45e47a3b"
},
"require": {
"drupal/core": "^8.8.6|^9.0"
},
"require-dev": {
"drupal/token": "^1.7"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.1",
"datestamp": "1591298584",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"branch-alias": {
"dev-8.x-2.x": "2.x-dev"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/49388/committers"
},
{
"name": "budda",
"homepage": "https://www.drupal.org/user/13164"
},
{
"name": "ixismark",
"homepage": "https://www.drupal.org/user/3632333"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "pfaocle",
"homepage": "https://www.drupal.org/user/9740"
},
{
"name": "roberto.rivera.ixis",
"homepage": "https://www.drupal.org/user/3632325"
}
],
"description": "Allows your site to be tracked by Google Analytics by adding a Javascript tracking code to every page.",
"homepage": "https://www.drupal.org/project/google_analytics",
"support": {
"source": "https://git.drupal.org/project/google_analytics.git",
"issues": "https://www.drupal.org/project/issues/google_analytics"
}
},
{
"name": "drupal/group",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/group.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/group-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "385a70f421dc3142c9c91876ac8b35ae3afa107e"
},
"require": {
"drupal/core": "^8.9 || ^9",
"drupal/entity": "^1.2",
"drupal/variationcache": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1625063515",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Kristiaan Van den Eynde",
"homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
"role": "Maintainer"
}
],
"description": "This module allows you to group users, content and other entities",
"homepage": "http://drupal.org/project/group",
"support": {
"source": "https://git.drupalcode.org/project/group",
"issues": "https://drupal.org/project/issues/group"
}
},
{
"name": "drupal/honeypot",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/honeypot.git",
"reference": "2.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/honeypot-2.0.1.zip",
"reference": "2.0.1",
"shasum": "c29d248c0fdcdf733a31b9214355acfa73716632"
},
"require": {
"drupal/core": "^8.0 || ^9.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.1",
"datestamp": "1597855128",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jeff Geerling",
"homepage": "https://www.drupal.org/user/213194",
"email": "geerlingguy@mac.com"
},
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
},
{
"name": "geerlingguy",
"homepage": "https://www.drupal.org/user/389011"
},
{
"name": "vijaycs85",
"homepage": "https://www.drupal.org/user/93488"
}
],
"description": "Mitigates spam form submissions using the honeypot method.",
"homepage": "https://www.drupal.org/project/honeypot",
"keywords": [
"deterrent",
"form",
"honeypot",
"honeytrap",
"php",
"spam"
],
"support": {
"source": "https://git.drupalcode.org/project/honeypot",
"issues": "https://www.drupal.org/project/issues/honeypot"
}
},
{
"name": "drupal/indieweb",
"version": "1.17.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/indieweb.git",
"reference": "8.x-1.17"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.17.zip",
"reference": "8.x-1.17",
"shasum": "a56882326ff6ae27b388bb36751f38f97529c88b"
},
"require": {
"drupal/core": "^8.7|^9.0",
"indieauth/client": "^0.4.1",
"indieweb/mention-client": "^1.2",
"lcobucci/jwt": "^3.4",
"p3k/micropub": "^0.0.2",
"p3k/websub": "^0.0.1",
"p3k/xray": "^1.7"
},
"require-dev": {
"drupal/externalauth": "*",
"drupal/indieweb_indieauth": "*",
"drupal/rabbit_hole": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.17",
"datestamp": "1631652684",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Kristof De Jaeger",
"homepage": "https://realize.be",
"email": "swentel@realize.be",
"role": "Maintainer"
}
],
"description": "IndieWeb functionality for your site.",
"homepage": "http://drupal.org/project/indieweb",
"support": {
"source": "https://git.drupalcode.org/project/indieweb"
}
},
{
"name": "drupal/insert",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/insert.git",
"reference": "af6af9fe0619024456cdb3f902b2da0a0dc93b84"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0+3-dev",
"datestamp": "1621866532",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/user/3580850"
},
{
"name": "Snater",
"homepage": "https://www.drupal.org/user/3513717"
},
{
"name": "quicksketch",
"homepage": "https://www.drupal.org/user/35821"
}
],
"description": "Assists in inserting files, images, or other media into the body field or other text areas.",
"homepage": "https://www.drupal.org/project/insert",
"support": {
"source": "https://git.drupalcode.org/project/insert"
}
},
{
"name": "drupal/jquery_ui",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/jquery_ui.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "64c19ecc8902e2b4b1ab0cc5f5fe28dbc83bfebe"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1582149957",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
{
"name": "jjeff",
"homepage": "https://www.drupal.org/user/17190"
},
{
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
},
{
"name": "litwol",
"homepage": "https://www.drupal.org/user/78134"
},
{
"name": "mfb",
"homepage": "https://www.drupal.org/user/12302"
},
{
"name": "mfer",
"homepage": "https://www.drupal.org/user/25701"
},
{
"name": "mikelutz",
"homepage": "https://www.drupal.org/user/2972409"
},
{
"name": "sun",
"homepage": "https://www.drupal.org/user/54136"
},
{
"name": "webchick",
"homepage": "https://www.drupal.org/user/24967"
},
{
"name": "zrpnr",
"homepage": "https://www.drupal.org/user/1448368"
}
],
"description": "Provides jQuery UI library.",
"homepage": "https://www.drupal.org/project/jquery_ui",
"support": {
"source": "https://git.drupalcode.org/project/jquery_ui"
}
},
{
"name": "drupal/jquery_ui_accordion",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/jquery_ui_accordion.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "988a3da3b0bc3042e2f42fd20e401272f8369bbd"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/jquery_ui": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1584106477",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
},
{
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
},
{
"name": "zrpnr",
"homepage": "https://www.drupal.org/user/1448368"
}
],
"description": "Provides jQuery UI Accordion library.",
"homepage": "https://www.drupal.org/project/jquery_ui_accordion",
"support": {
"source": "https://git.drupalcode.org/project/jquery_ui_accordion"
}
},
{
"name": "drupal/key",
"version": "1.15.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/key.git",
"reference": "8.x-1.15"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/key-8.x-1.15.zip",
"reference": "8.x-1.15",
"shasum": "ebef48e042968862b6767af4b1bf49835eca487e"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.15",
"datestamp": "1634075859",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Cellar Door",
"homepage": "https://www.drupal.org/user/658076"
},
{
"name": "crashtest_",
"homepage": "https://www.drupal.org/user/261457"
},
{
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
},
{
"name": "rlhawk",
"homepage": "https://www.drupal.org/user/352283"
}
],
"description": "Provides the ability to manage site-wide keys",
"homepage": "http://drupal.org/project/key",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/key",
"issues": "http://drupal.org/project/key"
}
},
{
"name": "drupal/link_attributes",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/link_attributes.git",
"reference": "8.x-1.11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "ca8c7e71c38350e3784dc3d1f779d700f55df818"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.11",
"datestamp": "1598323550",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
"description": "Provides a widget to allow settings of link attributes for menu links.",
"homepage": "https://www.drupal.org/project/link_attributes",
"support": {
"source": "https://git.drupalcode.org/project/link_attributes"
}
},
{
"name": "drupal/linkit",
"version": "6.0.0-beta3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/linkit.git",
"reference": "6.0.0-beta3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta3.zip",
"reference": "6.0.0-beta3",
"shasum": "39a5bf54cbc88324d788a573df7b3fecf7622065"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"require-dev": {
"drupal/imce": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "6.0.0-beta3",
"datestamp": "1632946984",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Emil Stjerneman",
"homepage": "https://stjerneman.com",
"email": "emil@stjerneman.com",
"role": "Maintainer"
},
{
"name": "johnwebdev",
"homepage": "https://www.drupal.org/user/3331569"
}
],
"description": "Linkit - Enriched linking experience",
"homepage": "http://drupal.org/project/linkit",
"support": {
"source": "http://cgit.drupalcode.org/linkit",
"issues": "http://drupal.org/project/linkit"
}
},
{
"name": "drupal/mailchimp",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/mailchimp.git",
"reference": "8.x-1.12"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/mailchimp-8.x-1.12.zip",
"reference": "8.x-1.12",
"shasum": "37bc8f433c53d8054e0d5bc93b664a35012fe606"
},
"require": {
"drupal/core": "^8.7.7 || ^9",
"thinkshout/mailchimp-api-php": "2.0.0"
},
"require-dev": {
"drupal/mailchimp_lists": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.12",
"datestamp": "1608688401",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"autoload": {
"psr-0": {
"Mailchimp": "src/"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "5adiyah",
"homepage": "https://www.drupal.org/user/3622346"
},
{
"name": "Pastenes",
"homepage": "https://www.drupal.org/user/3640659"
},
{
"name": "aprice42",
"homepage": "https://www.drupal.org/user/369147"
},
{
"name": "bobpotter",
"homepage": "https://www.drupal.org/user/3653774"
},
{
"name": "brendanthinkshout",
"homepage": "https://www.drupal.org/user/3578399"
},
{
"name": "gcb",
"homepage": "https://www.drupal.org/user/1682976"
},
{
"name": "itrebecca",
"homepage": "https://www.drupal.org/user/1604434"
},
{
"name": "kescoto-thinkshout",
"homepage": "https://www.drupal.org/user/3664824"
},
{
"name": "levelos",
"homepage": "https://www.drupal.org/user/54135"
},
{
"name": "mariacha1",
"homepage": "https://www.drupal.org/user/2210776"
},
{
"name": "mshaver",
"homepage": "https://www.drupal.org/user/39079"
},
{
"name": "spncr",
"homepage": "https://www.drupal.org/user/3664814"
},
{
"name": "tauno",
"homepage": "https://www.drupal.org/user/105595"
},
{
"name": "wxactly",
"homepage": "https://www.drupal.org/user/3181097"
}
],
"description": "Mailchimp is an integration with the Mailchimp Mass email tool.",
"homepage": "http://drupal.org/project/mailchimp",
"support": {
"source": "https://git.drupalcode.org/project/mailchimp"
}
},
{
"name": "drupal/menu_admin_per_menu",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/menu_admin_per_menu.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "cb967bdd9ca6f5692d670d5c7c8d77587e7fd38c"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1593436060",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "JeroenT",
"homepage": "https://www.drupal.org/user/2228934"
},
{
"name": "anrikun",
"homepage": "https://www.drupal.org/user/410199"
},
{
"name": "jonas139",
"homepage": "https://www.drupal.org/user/2873401"
},
{
"name": "mkdok",
"homepage": "https://www.drupal.org/user/3308753"
}
],
"description": "Allows to give roles per menu admin permissions without giving them full administer menu permission.",
"homepage": "https://www.drupal.org/project/menu_admin_per_menu",
"support": {
"source": "https://git.drupalcode.org/project/menu_admin_per_menu"
}
},
{
"name": "drupal/menu_block",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/menu_block.git",
"reference": "8.x-1.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "6d021a24a6a8691becbecf02ac236a7d8626d4d0"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.7",
"datestamp": "1619638238",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "JohnAlbin",
"homepage": "https://www.drupal.org/user/32095"
},
{
"name": "RenatoG",
"homepage": "https://www.drupal.org/user/3326031"
},
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
},
{
"name": "kim.pepper",
"homepage": "https://www.drupal.org/user/370574"
},
{
"name": "rrrob",
"homepage": "https://www.drupal.org/user/273533"
}
],
"description": "Provides configurable blocks of menu links.",
"homepage": "https://www.drupal.org/project/menu_block",
"support": {
"source": "https://git.drupalcode.org/project/menu_block"
}
},
{
"name": "drupal/menu_link_config",
"version": "1.0.0-alpha3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/menu_link_config.git",
"reference": "8.x-1.0-alpha3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha3.zip",
"reference": "8.x-1.0-alpha3",
"shasum": "d94d168a86202482bf5f3e550c04f1bbc34c06a0"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha3",
"datestamp": "1628872508",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Hydra",
"homepage": "https://www.drupal.org/user/647364"
},
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "labboy0276",
"homepage": "https://www.drupal.org/user/2397942"
},
{
"name": "tstoeckler",
"homepage": "https://www.drupal.org/user/107158"
}
],
"description": "muh",
"homepage": "https://www.drupal.org/project/menu_link_config",
"support": {
"source": "https://git.drupalcode.org/project/menu_link_config"
}
},
{
"name": "drupal/message",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/message.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/message-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "f1494d8c482840b01f8d1dcc4ed572d5844a3873"
},
"require": {
"drupal/core": "^8 || ^9"
},
"require-dev": {
"drupal/token": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1607017386",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Grayside",
"homepage": "https://www.drupal.org/user/346868"
},
{
"name": "RoySegall",
"homepage": "https://www.drupal.org/user/1812910"
},
{
"name": "amitaibu",
"homepage": "https://www.drupal.org/user/57511"
},
{
"name": "itamar",
"homepage": "https://www.drupal.org/user/1757910"
},
{
"name": "jhedstrom",
"homepage": "https://www.drupal.org/user/208732"
}
],
"description": "Message",
"homepage": "https://www.drupal.org/project/message",
"support": {
"source": "https://git.drupalcode.org/project/message"
}
},
{
"name": "drupal/metatag",
"version": "1.16.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/metatag.git",
"reference": "8.x-1.16"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.16.zip",
"reference": "8.x-1.16",
"shasum": "1c0028f4ff4583dc6601035657dd631c351b290c"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/token": "^1.0"
},
"require-dev": {
"drupal/devel": "^4.0",
"drupal/metatag_dc": "*",
"drupal/metatag_open_graph": "*",
"drupal/page_manager": "4.x-dev",
"drupal/panelizer": "4.x-dev",
"drupal/redirect": "1.x-dev"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.16",
"datestamp": "1615820867",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/640498/committers",
"role": "Developer"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
}
],
"description": "Manage meta tags for all entities.",
"homepage": "https://www.drupal.org/project/metatag",
"keywords": [
"Drupal",
"seo"
],
"support": {
"source": "https://git.drupalcode.org/project/metatag",
"issues": "https://www.drupal.org/project/issues/metatag",
"docs": "https://www.drupal.org/docs/8/modules/metatag"
}
},
{
"name": "drupal/microformats",
"version": "2.0.0-beta2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/microformats.git",
"reference": "2.0.0-beta2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/microformats-2.0.0-beta2.zip",
"reference": "2.0.0-beta2",
"shasum": "a2fb4123375b511ded63ff004ed0f8e41a175ec9"
},
"require": {
"barnabywalters/mf-cleaner": "^0.1.4",
"drupal/core": "^8 || ^9",
"mf2/mf2": "~0.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0-beta2",
"datestamp": "1633543637",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "HongPong",
"homepage": "https://www.drupal.org/user/60005"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"description": "Microformats to provide support for exchanging data objects",
"homepage": "https://www.drupal.org/project/microformats",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/microformats",
"issues": "http://drupal.org/project/issues/microformats"
}
},
{
"name": "drupal/migrate_plus",
"version": "5.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_plus.git",
"reference": "8.x-5.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_plus-8.x-5.1.zip",
"reference": "8.x-5.1",
"shasum": "1257427ab0c64459c3c1e42bb2a98d3114b77163"
},
"require": {
"drupal/core": "^8.8 || ^9",
"php": ">=7.1"
},
"require-dev": {
"drupal/migrate_example_advanced_setup": "*",
"drupal/migrate_example_setup": "*"
},
"suggest": {
"ext-soap": "*",
"sainsburys/guzzle-oauth2-plugin": "3.0 required for the OAuth2 authentication plugin"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-5.1",
"datestamp": "1588261060",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Mike Ryan",
"homepage": "https://www.drupal.org/u/mikeryan",
"role": "Maintainer"
},
{
"name": "Lucas Hedding",
"homepage": "https://www.drupal.org/u/heddn",
"role": "Maintainer"
},
{
"name": "mikeryan",
"homepage": "https://www.drupal.org/user/4420"
}
],
"description": "Enhancements to core migration support.",
"homepage": "https://www.drupal.org/project/migrate_plus",
"support": {
"source": "https://git.drupalcode.org/project/migrate_plus",
"issues": "https://www.drupal.org/project/issues/migrate_plus",
"slack": "#migrate"
}
},
{
"name": "drupal/migrate_source_csv",
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_source_csv.git",
"reference": "8.x-3.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.4.zip",
"reference": "8.x-3.4",
"shasum": "12990ad8c3b99e16c1b2a1be955aaa28581e5d1c"
},
"require": {
"drupal/core": "^8.7 || ^9.0",
"league/csv": "^9.1",
"php": ">=7.1"
},
"require-dev": {
"drupal/migrate_plus": "5.x-dev"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.4",
"datestamp": "1588260548",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Lucas Hedding",
"homepage": "https://www.drupal.org/u/heddn",
"role": "Maintainer"
}
],
"description": "CSV source migration.",
"homepage": "https://www.drupal.org/project/migrate_source_csv",
"support": {
"source": "https://cgit.drupalcode.org/migrate_source_csv",
"issues": "https://www.drupal.org/project/issues/migrate_source_csv",
"irc": "irc://irc.freenode.org/drupal-migrate"
}
},
{
"name": "drupal/migrate_tools",
"version": "4.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_tools.git",
"reference": "8.x-4.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_tools-8.x-4.5.zip",
"reference": "8.x-4.5",
"shasum": "06390b359bf53c50a30f2d6dc4c7542bfb1fe7ca"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/migrate_plus": "^4 || ^5"
},
"require-dev": {
"drupal/migrate_plus": "4.x-dev",
"drupal/migrate_source_csv": "^2.2",
"drush/drush": "^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-4.5",
"datestamp": "1574693285",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "drupalspoons",
"homepage": "https://www.drupal.org/user/3647684"
},
{
"name": "heddn",
"homepage": "https://www.drupal.org/user/1463982"
},
{
"name": "mikeryan",
"homepage": "https://www.drupal.org/user/4420"
}
],
"description": "Tools to assist in developing and running migrations.",
"homepage": "http://drupal.org/project/migrate_tools",
"support": {
"source": "http://cgit.drupalcode.org/migrate_tools",
"issues": "http://drupal.org/project/migrate_tools",
"irc": "irc://irc.freenode.org/drupal-migrate"
}
},
{
"name": "drupal/migrate_upgrade",
"version": "3.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_upgrade.git",
"reference": "8.x-3.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_upgrade-8.x-3.2.zip",
"reference": "8.x-3.2",
"shasum": "f7be28c9fa9e2c56db24fafaf4e9cd6815582aed"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/migrate_plus": "^4 || ^5",
"drush/drush": "^8 || ^9 || ^10",
"php": ">7.1"
},
"require-dev": {
"drupal/migrate_plus": "^5",
"drush/drush": "^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.2",
"datestamp": "1588260599",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Mike Ryan",
"homepage": "https://www.drupal.org/u/mikeryan",
"role": "Maintainer"
},
{
"name": "Lucas Hedding",
"homepage": "https://www.drupal.org/u/heddn",
"role": "Maintainer"
}
],
"description": "Drush support for direct upgrades from older Drupal versions.",
"homepage": "https://www.drupal.org/project/migrate_upgrade",
"support": {
"source": "https://git.drupalcode.org/project/migrate_upgrade",
"issues": "https://www.drupal.org/project/issues/migrate_upgrade",
"slack": "#migrate"
}
},
{
"name": "drupal/minimalhtml",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/minimalhtml.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/minimalhtml-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "5bcee953dc62eccccbc8f915a98528a603a67c99"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/wysiwyg_linebreaks": "^1.9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1625523944",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Benjamin Melançon",
"homepage": "https://agaric.com/mlncn",
"email": "mlncn@agaric.com",
"role": "Maintainer"
},
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/2937110/committers"
}
],
"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",
"support": {
"source": "https://git.drupalcode.org/project/minimalhtml",
"issues": "https://www.drupal.org/project/issues/minimalhtml"
}
},
{
"name": "drupal/minimalhtmltitle",
"version": "1.4.0",
"require": {
"drupal/core": "^8 || ^9",
"drupal/minimalhtml": "^1"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1625523944",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "A super-minimal WYSIWYG text format for titles, subtitles, and other text not meant to be wrapped in paragraph tags or have any block-level HTML elements.",
"homepage": "https://www.drupal.org/project/minimalhtml",
"support": {
"source": "https://git.drupalcode.org/project/minimalhtml"
}
},
{
"name": "drupal/node_view_permissions",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/node_view_permissions.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/node_view_permissions-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "e9f0bc9d1285e57233ab1b11833b55dda6d483f0"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1622716915",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "adci_contributor",
"homepage": "https://www.drupal.org/user/1830536"
},
{
"name": "adcillc",
"homepage": "https://www.drupal.org/user/366450"
},
{
"name": "hoter",
"homepage": "https://www.drupal.org/user/1677790"
}
],
"description": "Enables permissions \"View own content\" and \"View any content\" for each content type.",
"homepage": "https://www.drupal.org/project/node_view_permissions",
"support": {
"source": "https://git.drupalcode.org/project/node_view_permissions"
}
},
{
"name": "drupal/noreferrer",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/noreferrer.git",
"reference": "8.x-1.10"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.10.zip",
"reference": "8.x-1.10",
"shasum": "4fe613bea9e840e9166bc736a9a749bb1e9eb5d7"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.10",
"datestamp": "1615064827",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "mfb",
"homepage": "https://www.drupal.org/user/12302"
}
],
"description": "Adds the <code>rel=\"noopener\"</code> and/or <code>rel=\"noreferrer\"</code> link types to links.",
"homepage": "https://www.drupal.org/project/noreferrer",
"support": {
"source": "https://git.drupalcode.org/project/noreferrer"
}
},
{
"name": "drupal/notfoundpassthrough",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/notfoundpassthrough.git",
"reference": "490ac3bb5c9e8a19bb867b6d94870bc079ea7945"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "1.x-dev",
"datestamp": "1622498758",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Benjamin Melançon",
"homepage": "https://agaric.coop/mlncn",
"email": "mlncn@agaric.coop",
"role": "Maintainer"
},
{
"name": "David Valdez",
"homepage": "https://agaric.coop/gnuget",
"email": "gnuget@agaric.coop",
"role": "Maintainer"
},
{
"name": "Vlad Pavlovic",
"homepage": "https://www.drupal.org/u/vladpavlovic",
"role": "Creator"
},
{
"name": "Lucian NEAG",
"homepage": "https://www.drupal.org/u/luxian",
"role": "Ported to Drupal 7"
},
{
"name": "See contributors",
"homepage": "https://www.drupal.org/node/3170743/committers"
}
],
"homepage": "https://www.drupal.org/project/notfoundpassthrough",
"support": {
"source": "https://git.drupalcode.org/project/notfoundpassthrough",
"issues": "https://www.drupal.org/project/issues/notfoundpassthrough"
}
},
{
"name": "drupal/octavia",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/octavia.git",
"reference": "02c4106025c88d336d1a69e670601d87af734b8a"
},
"require": {
"drupal/bulma": "^1.0-rc1",
"drupal/components": "^2.0-beta3",
"drupal/core": "^8 || ^9",
"drupal/skins": "^1.0-rc1",
"drupal/twigsuggest": "^1.0-beta2"
},
"type": "drupal-theme",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.2+1-dev",
"datestamp": "1627757384",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
"name": "rosemarymann",
"homepage": "https://www.drupal.org/user/837536"
}
],
"description": "A base theme for the Drutopia distribution based on Bulma.",
"homepage": "https://gitlab.com/drutopia/octavia",
"keywords": [
"bulma",
"drutopia",
"flexbox",
"styles",
"templates",
"theme"
],
"support": {
"source": "https://gitlab.com/drutopia/octavia/tree/8.x-1.x",
"issues": "https://gitlab.com/drutopia/octavia/issues"
}
},
{
"name": "drupal/octavia_camouflage",
"version": "dev-8.x-1.x",
"source": {
"type": "git",
"url": "git@gitlab.com:drutopia/octavia_camouflage.git",
"reference": "241889810e7c19ac12ac7e993e1aa9403b7b957c"
},
"require": {
"drupal/octavia": "^1.0"
},
"default-branch": true,
"type": "drupal-theme",
"license": [
"GPL-2.0+"
],
"description": "A free-for-all-to-contribute-to set of skins for Drutopia's Octavia theme.",
"homepage": "https://gitlab.com/drutopia/octavia_camouflage",
"keywords": [
"drutopia",
"skins",
"theme"
],
"support": {
"issues": "https://gitlab.com/drutopia/octavia_camouflage/issues",
"source": "https://gitlab.com/drutopia/octavia_camouflage/tree/8.x-1.x"
},
"time": "2021-09-20T16:28:14+00:00"
},
{
"name": "drupal/paragraphs",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/paragraphs.git",
"reference": "8.x-1.12"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.12.zip",
"reference": "8.x-1.12",
"shasum": "3b67d8af1160af42d93a4610be1e02869e428965"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/entity_reference_revisions": "~1.3"
},
"require-dev": {
"drupal/block_field": "~1.0",
"drupal/ctools": "3.x-dev",
"drupal/diff": "~1.0",
"drupal/entity_browser": "2.x-dev",
"drupal/entity_usage": "2.x-dev",
"drupal/field_group": "3.x-dev",
"drupal/inline_entity_form": "~1.0",
"drupal/paragraphs-paragraphs_library": "*",
"drupal/replicate": "~1.0",
"drupal/search_api": "~1.0",
"drupal/search_api_db": "*"
},
"suggest": {
"drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.12",
"datestamp": "1590140081",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Frans",
"homepage": "https://www.drupal.org/user/514222"
},
{
"name": "Primsi",
"homepage": "https://www.drupal.org/user/282629"
},
{
"name": "jeroen.b",
"homepage": "https://www.drupal.org/user/1853532"
},
{
"name": "jstoller",
"homepage": "https://www.drupal.org/user/99012"
},
{
"name": "miro_dietiker",
"homepage": "https://www.drupal.org/user/227761"
}
],
"description": "Enables the creation of Paragraphs entities.",
"homepage": "https://www.drupal.org/project/paragraphs",
"support": {
"source": "https://git.drupalcode.org/project/paragraphs"
}
},
{
"name": "drupal/paranoia",
"version": "1.0.0-rc1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/paranoia.git",
"reference": "8.x-1.0-rc1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/paranoia-8.x-1.0-rc1.zip",
"reference": "8.x-1.0-rc1",
"shasum": "a5a1a6d0d51d5ee93052299b2cceda207e205ee2"
},
"require": {
"drupal/core": "^8.9 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc1",
"datestamp": "1619724399",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "banviktor",
"homepage": "https://www.drupal.org/user/3176333"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
},
{
"name": "killes@www.drop.org",
"homepage": "https://www.drupal.org/user/227"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"description": "Protects a site from some insecure configurations.",
"homepage": "https://www.drupal.org/project/paranoia",
"support": {
"source": "https://git.drupalcode.org/project/paranoia"
}
},
{
"name": "drupal/password_policy",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/password_policy.git",
"reference": "8.x-3.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/password_policy-8.x-3.0.zip",
"reference": "8.x-3.0",
"shasum": "6fbc4fe40ab26ec19e5ca37aaaa676348dc7fddb"
},
"require": {
"drupal/core": "^8 || ^9",
"drupal/ctools": "^3.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.0",
"datestamp": "1625082607",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "AohRveTPV",
"homepage": "https://www.drupal.org/user/2760115"
},
{
"name": "deekayen",
"homepage": "https://www.drupal.org/user/972"
},
{
"name": "miglius",
"homepage": "https://www.drupal.org/user/18741"
},
{
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
},
{
"name": "shrop",
"homepage": "https://www.drupal.org/user/14767"
}
],
"description": "Sets up constraints and expiration of passwords.",
"homepage": "https://www.drupal.org/project/password_policy",
"support": {
"source": "https://git.drupalcode.org/project/password_policy"
}
},
{
"name": "drupal/pathauto",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git",
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "ede3216abb9c4f77709338d9147334c595046329"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/ctools": "*",
"drupal/token": "*"
},
"suggest": {
"drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.8",
"datestamp": "1588103046",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "Freso",
"homepage": "https://www.drupal.org/user/27504"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
}
],
"description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.",
"homepage": "https://www.drupal.org/project/pathauto",
"support": {
"source": "https://cgit.drupalcode.org/pathauto",
"issues": "https://www.drupal.org/project/issues/pathauto",
"documentation": "https://www.drupal.org/docs/8/modules/pathauto"
}
},
{
"name": "drupal/preview_link",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/preview_link.git",
"reference": "8.x-1.7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/preview_link-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "bfed04e554864f9c3fb5d7a758bc27f5041f1518"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"require-dev": {
"drupal/entity_reference_revisions": "*",
"drupal/paragraphs": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.7",
"datestamp": "1593052165",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
},
{
"name": "dpi",
"homepage": "https://www.drupal.org/user/81431"
},
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
"description": "Allows anyone to preview unpublished content with a unique link.",
"homepage": "https://www.drupal.org/project/preview_link",
"support": {
"source": "https://git.drupalcode.org/project/preview_link"
}
},
{
"name": "drupal/redirect",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/redirect.git",
"reference": "8.x-1.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "f848e001deac8425ae57d4b9397087c491d37294"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.6",
"datestamp": "1589312204",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "pifagor",
"homepage": "https://www.drupal.org/user/2375692"
}
],
"description": "Allows users to redirect from old URLs to new URLs.",
"homepage": "https://www.drupal.org/project/redirect",
"support": {
"source": "https://git.drupalcode.org/project/redirect"
}
},
{
"name": "drupal/redirect_404",
"version": "1.6.0",
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/redirect": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.6",
"datestamp": "1589312204",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "pifagor",
"homepage": "https://www.drupal.org/user/2375692"
}
],
"description": "Logs 404 errors and allows users to create redirects for often requested but missing pages.",
"homepage": "https://www.drupal.org/project/redirect",
"support": {
"source": "https://git.drupalcode.org/project/redirect"
}
},
{
"name": "drupal/riddler",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/riddler.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/riddler-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "74621359a85975f4483cc6ac271f99cc83c2612c"
},
"require": {
"drupal/captcha": "^1.1",
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1616602706",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Anybody",
"homepage": "https://www.drupal.org/user/291091"
},
{
"name": "alex_optim",
"homepage": "https://www.drupal.org/user/3317601"
},
{
"name": "awolfey",
"homepage": "https://www.drupal.org/user/277371"
},
{
"name": "imerlin",
"homepage": "https://www.drupal.org/user/21895"
}
],
"description": "Provides a question and answer CAPTCHA.",
"homepage": "https://www.drupal.org/project/riddler",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/riddler",
"issues": "https://www.drupal.org/project/issues/riddler"
}
},
{
"name": "drupal/role_delegation",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/role_delegation.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "a63b548056cc729beacfd385625fafb983e0f73e"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1580498751",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jeroen Tubex",
"homepage": "https://www.drupal.org/u/jeroent",
"role": "Maintainer"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
}
],
"description": "Allows site administrators to grant some roles the authority to assign selected roles to users.",
"homepage": "http://drupal.org/project/role_delegation",
"support": {
"source": "https://git.drupalcode.org/project/role_delegation",
"issues": "http://drupal.org/project/role_delegation"
}
},
{
"name": "drupal/scn",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/scn.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/scn-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "470a422c2e6b1796bb66c8d39b7d4ec085fa35bf"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1606456007",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "ivnish",
"homepage": "https://www.drupal.org/user/3547706"
}
],
"description": "Notifies the site administrator by e-mail or telegram about new comments on the site.",
"homepage": "https://www.drupal.org/project/scn",
"support": {
"source": "https://git.drupalcode.org/project/scn"
}
},
{
"name": "drupal/search404",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/search404.git",
"reference": "3d2339ca75bf3c0111cb85a9516b4afef4881c97"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.x-dev",
"datestamp": "1603094115",
"security-coverage": {
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "anoopjohn",
"homepage": "https://www.drupal.org/user/188049"
},
{
"name": "binnythomas",
"homepage": "https://www.drupal.org/user/3123091"
},
{
"name": "jijojoseph_zyxware",
"homepage": "https://www.drupal.org/user/3561263"
},
{
"name": "larssg",
"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",
"homepage": "https://www.drupal.org/user/222163"
}
],
"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",
"support": {
"source": "https://git.drupalcode.org/project/search404"
}
},
{
"name": "drupal/search_api",
"version": "1.21.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/search_api.git",
"reference": "8.x-1.21"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.21.zip",
"reference": "8.x-1.21",
"shasum": "0f3b7187f4a04b98bacd046697699cd1e863188e"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"conflict": {
"drupal/search_api_solr": "2.* || 3.0 || 3.1"
},
"require-dev": {
"drupal/language_fallback_fix": "@dev",
"drupal/search_api_autocomplete": "@dev",
"drupal/search_api_db": "*"
},
"suggest": {
"drupal/facets": "Adds the ability to create faceted searches.",
"drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.",
"drupal/search_api_solr": "Adds support for using Apache Solr as a backend."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.21",
"datestamp": "1636024667",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Thomas Seidl",
"homepage": "https://www.drupal.org/u/drunken-monkey"
},
{
"name": "Nick Veenhof",
"homepage": "https://www.drupal.org/u/nick_vh"
},
{
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/790418/committers"
}
],
"description": "Provides a generic framework for modules offering search capabilities.",
"homepage": "https://www.drupal.org/project/search_api",
"support": {
"source": "https://git.drupalcode.org/project/search_api",
"issues": "https://www.drupal.org/project/issues/search_api",
"irc": "irc://irc.freenode.org/drupal-search-api"
}
},
{
"name": "drupal/search_api_db",
"version": "1.21.0",
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/search_api": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.21",
"datestamp": "1636024667",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Nick_vh",
"homepage": "https://www.drupal.org/user/122682"
},
{
"name": "borisson_",
"homepage": "https://www.drupal.org/user/2393360"
},
{
"name": "drunken monkey",
"homepage": "https://www.drupal.org/user/205582"
}
],
"description": "Offers an implementation of the Search API that uses database tables for indexing content.",
"homepage": "https://www.drupal.org/project/search_api",
"support": {
"source": "https://git.drupalcode.org/project/search_api"
}
},
{
"name": "drupal/seckit",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/seckit.git",
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/seckit-2.0.0.zip",
"reference": "2.0.0",
"shasum": "d5356230b2de7d1e8a2e68eb81e70619a2e36c1e"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1598609351",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "badjava",
"homepage": "https://www.drupal.org/user/83372"
},
{
"name": "jweowu",
"homepage": "https://www.drupal.org/user/152788"
},
{
"name": "mcdruid",
"homepage": "https://www.drupal.org/user/255969"
},
{
"name": "p0deje",
"homepage": "https://www.drupal.org/user/529960"
}
],
"description": "SecKit provides Drupal with various security-hardening options.",
"homepage": "https://www.drupal.org/project/seckit",
"keywords": [
"Drupal",
"security"
],
"support": {
"source": "http://cgit.drupalcode.org/seckit",
"issues": "http://drupal.org/project/issues/seckit"
}
},
{
"name": "drupal/shield",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/shield.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/shield-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "0c3950fa9a2614958d5f7488da9ff357f794723e"
},
"require": {
"drupal/core": "^8.6 || ^9"
},
"require-dev": {
"drupal/key": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.4",
"datestamp": "1585608547",
"security-coverage": {
"status": "covered",
"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",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "badjava",
"homepage": "https://www.drupal.org/user/83372"
},
{
"name": "chx",
"homepage": "https://www.drupal.org/user/9446"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "kalman.hosszu",
"homepage": "https://www.drupal.org/user/267481"
},
{
"name": "pkiraly",
"homepage": "https://www.drupal.org/user/352587"
}
],
"description": "Creates a general shield for the site.",
"homepage": "https://www.drupal.org/project/shield",
"support": {
"source": "https://git.drupalcode.org/project/shield"
}
},
{
"name": "drupal/similarterms",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/similarterms.git",
"reference": "8.x-1.5"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "78371fbdfbb610d6403457220f5b144558636474"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.5",
"datestamp": "1595442658",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "ericpugh",
"homepage": "https://www.drupal.org/user/130084"
},
{
"name": "rmiddle",
"homepage": "https://www.drupal.org/user/192183"
},
{
"name": "takim",
"homepage": "https://www.drupal.org/user/252386"
}
],
"description": "Use Views to show similar content based on taxonomy terms",
"homepage": "https://www.drupal.org/project/similarterms",
"support": {
"source": "https://git.drupalcode.org/project/similarterms"
}
},
{
"name": "drupal/skins",
"version": "1.0.0-rc3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/skins.git",
"reference": "8.x-1.0-rc3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/skins-8.x-1.0-rc3.zip",
"reference": "8.x-1.0-rc3",
"shasum": "28744035c0bd89865b75733f98474154cab4d25b"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc3",
"datestamp": "1627756727",
"security-coverage": {
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Poieo",
"homepage": "https://www.drupal.org/user/303228"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
"description": "Enable themes or modules to provide a set of skins with distinct stylesheets and templates.",
"homepage": "https://www.drupal.org/project/skins",
"support": {
"source": "https://git.drupalcode.org/project/skins"
}
},
{
"name": "drupal/social_media_links",
"version": "2.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/social_media_links.git",
"reference": "8.x-2.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.8.zip",
"reference": "8.x-2.8",
"shasum": "7702fd4465c47767f6be0444015fa9bcdbfb1aa6"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.8",
"datestamp": "1615222684",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
},
{
"name": "Christian Beier",
"homepage": "https://www.drupal.org/u/cbeier",
"role": "Maintainer"
}
],
"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",
"support": {
"source": "https://git.drupalcode.org/project/social_media_links",
"issues": "https://www.drupal.org/project/issues/social_media_links"
}
},
{
"name": "drupal/subpathauto",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/subpathauto.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "58d9107beffe5d4c43a4c6dd6cbb2e043d5b4d1e"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1637313101",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
}
],
"description": "Provides support for extending sub-paths of URL aliases.",
"homepage": "https://www.drupal.org/project/subpathauto",
"support": {
"source": "https://git.drupalcode.org/project/subpathauto"
}
},
{
"name": "drupal/subprofiles",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/subprofiles.git",
"reference": "8.x-1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/subprofiles-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "f026baab069c7e81d091925c714cb205a22828c3"
},
"require": {
"drupal/core": "^8.9 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1619564567",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "robertDouglass",
"homepage": "https://www.drupal.org/user/5449"
}
],
"description": "Provide multiple variations of a single installation profile.",
"homepage": "https://www.drupal.org/project/subprofiles",
"support": {
"source": "https://git.drupalcode.org/project/subprofiles"
}
},
{
"name": "drupal/taxonomy_manager",
"version": "2.0.6",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/taxonomy_manager.git",
"reference": "2.0.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.6.zip",
"reference": "2.0.6",
"shasum": "be0c3ffddc39c6dfdab1195c40b3fb9cb7568db5"
},
"require": {
"drupal/core": "^8.8 || ^9",
"drupal/jquery_ui": "^1.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.6",
"datestamp": "1632334059",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Andriy Khomych",
"homepage": "https://www.drupal.org/user/3287133"
},
{
"name": "JacobSanford",
"homepage": "https://www.drupal.org/user/806538"
},
{
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
},
{
"name": "alesbencina",
"homepage": "https://www.drupal.org/user/3558110"
},
{
"name": "dragan_bp",
"homepage": "https://www.drupal.org/user/3578037"
},
{
"name": "joaogarin",
"homepage": "https://www.drupal.org/user/612814"
},
{
"name": "kalinchernev",
"homepage": "https://www.drupal.org/user/231185"
},
{
"name": "klausi",
"homepage": "https://www.drupal.org/user/262198"
},
{
"name": "mh86",
"homepage": "https://www.drupal.org/user/59747"
}
],
"description": "This module provides a powerful interface for managing taxonomies.",
"homepage": "https://www.drupal.org/project/taxonomy_manager",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/taxonomy_manager",
"issues": "https://www.drupal.org/project/issues/taxonomy_manager"
}
},
{
"name": "drupal/token",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/token.git",
"reference": "8.x-1.9"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.9.zip",
"reference": "8.x-1.9",
"shasum": "a5d234382a1a0e4ba61d4c7a2fa10671ca656be4"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.9",
"datestamp": "1608284866",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "eaton",
"homepage": "https://www.drupal.org/user/16496"
},
{
"name": "fago",
"homepage": "https://www.drupal.org/user/16747"
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
},
{
"name": "mikeryan",
"homepage": "https://www.drupal.org/user/4420"
}
],
"description": "Provides a user interface for the Token API, some missing core tokens.",
"homepage": "https://www.drupal.org/project/token",
"support": {
"source": "https://git.drupalcode.org/project/token"
}
},
{
"name": "drupal/trim",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/trim.git",
"reference": "8.x-1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/trim-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "6eaffecc422d556903b2b5befb2dba9a595b1aa0"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1598192128",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Stefan Freudenberg",
"homepage": "https://www.drupal.org/user/386087"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Strips whitespace from all input prior to validation or saving.",
"homepage": "https://www.drupal.org/project/trim",
"support": {
"source": "https://git.drupalcode.org/project/trim"
}
},
{
"name": "drupal/twigsuggest",
"version": "1.0.0-beta4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/twigsuggest.git",
"reference": "8.x-1.0-beta4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/twigsuggest-8.x-1.0-beta4.zip",
"reference": "8.x-1.0-beta4",
"shasum": "9796038db4873bb4fcdd2185f567b6f0d873ddff"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-beta4",
"datestamp": "1621454375",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "beuner",
"homepage": "https://www.drupal.org/user/1312798"
},
{
"name": "leymannx",
"homepage": "https://www.drupal.org/user/2482808"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Provides template suggestions for things Drupal doesn't.",
"homepage": "https://www.drupal.org/project/twigsuggest",
"keywords": [
"drupal",
"styling",
"template suggestions",
"templates",
"theming"
],
"support": {
"source": "https://git.drupalcode.org/project/twigsuggest.git",
"issues": "https://www.drupal.org/project/issues/twigsuggest"
}
},
{
"name": "drupal/ui_patterns",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ui_patterns.git",
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "c792d38a1511e1c24386af5a8da8181d0394b824"
},
"require": {
"drupal/core": "^8 || ^9"
},
"require-dev": {
"composer/installers": "^1.2",
"cweagans/composer-patches": "~1.4",
"drupal/config_devel": "~1",
"drupal/core-composer-scaffold": "^8.0",
"drupal/core-dev": "^8.0",
"drupal/core-recommended": "~9.0",
"drupal/ds": "~3",
"drupal/field_group": "~3",
"drupal/page_manager": "*",
"drupal/panels": "~4",
"drupal/paragraphs": "~1",
"drupal/token": "~1",
"drush/drush": "~10",
"openeuropa/task-runner": "~1.0-beta3",
"phpro/grumphp": "~0.14"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1591882155",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"composer-exit-on-patch-failure": true,
"enable-patching": true,
"drupal-scaffold": {
"locations": {
"web-root": "build/"
}
},
"installer-paths": {
"build/core": [
"type:drupal-core"
],
"build/modules/contrib/{$name}": [
"type:drupal-module"
],
"build/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"build/themes/contrib/{$name}": [
"type:drupal-theme"
]
}
},
"autoload": {
"psr-4": {
"Drupal\\ui_patterns\\": "./src"
}
},
"autoload-dev": {
"psr-4": {
"Drupal\\Tests\\ui_patterns\\": "./tests/src"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"scripts": {
"post-install-cmd": [
"./vendor/bin/run drupal:site-setup"
],
"post-update-cmd": [
"./vendor/bin/run drupal:site-setup"
]
},
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Nuvole Web",
"homepage": "https://www.drupal.org/user/186696",
"email": "info@nuvole.org"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "UI Patterns.",
"homepage": "https://www.drupal.org/project/ui_patterns",
"keywords": [
"drupal",
"ui",
"web"
],
"support": {
"source": "https://git.drupalcode.org/project/ui_patterns"
}
},
{
"name": "drupal/ui_patterns_ds",
"version": "1.2.0",
"require": {
"drupal/core": "^8 || ^9",
"drupal/ds": "*",
"drupal/ui_patterns": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1591882155",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "ademarco",
"homepage": "https://www.drupal.org/user/186696"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "Use patterns as Display Suite field templates. It also provides Display Suite pattern sources.",
"homepage": "https://www.drupal.org/project/ui_patterns",
"support": {
"source": "https://git.drupalcode.org/project/ui_patterns"
}
},
{
"name": "drupal/ui_patterns_layouts",
"version": "1.2.0",
"require": {
"drupal/core": "^8 || ^9",
"drupal/ui_patterns": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1591882155",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "ademarco",
"homepage": "https://www.drupal.org/user/186696"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "Use patterns as layouts via the Layout Discovery module.",
"homepage": "https://www.drupal.org/project/ui_patterns",
"support": {
"source": "https://git.drupalcode.org/project/ui_patterns"
}
},
{
"name": "drupal/ui_patterns_library",
"version": "1.2.0",
"require": {
"drupal/core": "^8 || ^9",
"drupal/ui_patterns": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1591882155",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "ademarco",
"homepage": "https://www.drupal.org/user/186696"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "Exposed patterns in you modules and themes and display them in a pattern library page.",
"homepage": "https://www.drupal.org/project/ui_patterns",
"support": {
"source": "https://git.drupalcode.org/project/ui_patterns"
}
},
{
"name": "drupal/urllogin",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/urllogin.git",
"reference": "f6f35c4ab1c69e13907cc89190276dca25e29f40"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.0+2-dev",
"datestamp": "1632194605",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "DarrellDuane",
"homepage": "https://www.drupal.org/user/142816"
},
{
"name": "andrewfn",
"homepage": "https://www.drupal.org/user/60662"
},
{
"name": "philltran",
"homepage": "https://www.drupal.org/user/295397"
}
],
"description": "Allow login using link from URL",
"homepage": "https://www.drupal.org/project/urllogin",
"support": {
"source": "https://git.drupalcode.org/project/urllogin"
}
},
{
"name": "drupal/variationcache",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/variationcache.git",
"reference": "8.x-1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "302bcd0bc4d7c12a9d18ad4f531d1c65fdac65b1"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1588927568",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Kristiaan Van den Eynde",
"homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
"role": "Maintainer"
},
{
"name": "Brad Jones",
"homepage": "https://www.drupal.org/u/bradjones1",
"role": "Maintainer"
}
],
"description": "This project provides VariationCache, a redirect-aware caching implementation.",
"homepage": "http://drupal.org/project/variationcache",
"support": {
"source": "https://git.drupalcode.org/project/variationcache",
"issues": "https://drupal.org/project/issues/variationcache"
}
},
{
"name": "drupal/video_embed_field",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/video_embed_field.git",
"reference": "8.x-2.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "96b14bb93c1bb6a07b84315a4f87367870f8b574"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/colorbox": "^1.0",
"drupal/video_embed_media": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.4",
"datestamp": "1587686337",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
},
{
"name": "jec006",
"homepage": "https://www.drupal.org/user/855980"
},
{
"name": "plopesc",
"homepage": "https://www.drupal.org/user/282415"
}
],
"description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.",
"homepage": "https://www.drupal.org/project/video_embed_field",
"support": {
"source": "https://git.drupalcode.org/project/video_embed_field"
}
},
{
"name": "drupal/view_unpublished",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/view_unpublished.git",
"reference": "8.x-1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "74ebdf1b4f6963f7bb63192bc314014c0132d03c"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1597688978",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Agnes Chisholm",
"homepage": "https://www.drupal.org/user/66428",
"email": "amaria@chisholmtech.com"
},
{
"name": "beeradb",
"homepage": "https://www.drupal.org/user/120651"
},
{
"name": "elevins",
"homepage": "https://www.drupal.org/user/781882"
},
{
"name": "entendu",
"homepage": "https://www.drupal.org/user/173461"
}
],
"description": "Select which roles should be able to see unpublished nodes.",
"homepage": "https://www.drupal.org/project/view_unpublished",
"support": {
"source": "https://git.drupalcode.org/project/view_unpublished"
}
},
{
"name": "drupal/webform",
"version": "6.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/webform.git",
"reference": "6.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/webform-6.1.0.zip",
"reference": "6.1.0",
"shasum": "0dae48cc100133a4144ca8219d5506b917888588"
},
"require": {
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/address": "~1.0",
"drupal/bootstrap": "~3.0",
"drupal/captcha": "~1.0",
"drupal/chosen": "~3.0",
"drupal/clientside_validation": "~3.0",
"drupal/clientside_validation_jquery": "*",
"drupal/devel": "~3.0",
"drupal/entity": "~1.0",
"drupal/entity_print": "~2.0",
"drupal/gnode": "*",
"drupal/group": "1.0",
"drupal/jquery_ui": "~1.0",
"drupal/jquery_ui_checkboxradio": "~1.0",
"drupal/jquery_ui_datepicker": "~1.0",
"drupal/lingotek": "~3.0",
"drupal/mailsystem": "~4.0",
"drupal/paragraphs": "~1.0",
"drupal/select2": "~1.0",
"drupal/smtp": "~1.0",
"drupal/styleguide": "~1.0",
"drupal/telephone_validation": "~2.0",
"drupal/token": "~1.0",
"drupal/variationcache": "~1.0",
"drupal/webform_access": "*",
"drupal/webform_attachment": "*",
"drupal/webform_clientside_validation": "*",
"drupal/webform_devel": "*",
"drupal/webform_entity_print": "*",
"drupal/webform_group": "*",
"drupal/webform_node": "*",
"drupal/webform_options_limit": "*",
"drupal/webform_scheduled_email": "*",
"drupal/webform_share": "*",
"drupal/webform_ui": "*"
},
"suggest": {
"drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.",
"drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained."
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "6.1.0",
"datestamp": "1635676666",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Jacob Rockowitz (jrockowitz)",
"homepage": "https://www.drupal.org/u/jrockowitz",
"role": "Maintainer"
},
{
"name": "Alexander Trotsenko (bucefal91)",
"homepage": "https://www.drupal.org/u/bucefal91",
"role": "Co-maintainer"
},
{
"name": "Contributors",
"homepage": "https://www.drupal.org/node/7404/committers",
"role": "Contributor"
},
{
"name": "quicksketch",
"homepage": "https://www.drupal.org/user/35821"
},
{
"name": "torotil",
"homepage": "https://www.drupal.org/user/865256"
}
],
"description": "Enables the creation of webforms and questionnaires.",
"homepage": "https://drupal.org/project/webform",
"support": {
"source": "https://git.drupalcode.org/project/webform",
"issues": "https://www.drupal.org/project/issues/webform?version=8.x",
"docs": "https://www.drupal.org/docs/8/modules/webform",
"forum": "https://drupal.stackexchange.com/questions/tagged/webform"
}
},
{
"name": "drupal/weight",
"version": "3.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/weight.git",
"reference": "8.x-3.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/weight-8.x-3.3.zip",
"reference": "8.x-3.3",
"shasum": "b225d54d4a8ce409ca1a899c6de41806eb1348e3"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.3",
"datestamp": "1615219112",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Harry Slaughter",
"homepage": "https://www.drupal.org/user/28233"
},
{
"name": "NancyDru",
"homepage": "https://www.drupal.org/user/101412"
},
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/user/3580850"
},
{
"name": "Shreya Shetty",
"homepage": "https://www.drupal.org/user/2943029"
},
{
"name": "davisben",
"homepage": "https://www.drupal.org/user/1204214"
},
{
"name": "deviantintegral",
"homepage": "https://www.drupal.org/user/71291"
},
{
"name": "jjeff",
"homepage": "https://www.drupal.org/user/17190"
},
{
"name": "kevinquillen",
"homepage": "https://www.drupal.org/user/317279"
},
{
"name": "ziomizar",
"homepage": "https://www.drupal.org/user/814348"
}
],
"description": "Allows arbitrary ordering of entities.",
"homepage": "https://www.drupal.org/project/weight",
"support": {
"source": "https://git.drupalcode.org/project/weight"
}
},
{
"name": "drupal/wysiwyg_linebreaks",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/wysiwyg_linebreaks.git",
"reference": "8.x-1.11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/wysiwyg_linebreaks-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "ba7a0c4585449eedbdad19b6d83603c46e5456e7"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.11",
"datestamp": "1619132688",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "geerlingguy",
"homepage": "https://www.drupal.org/user/389011"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Plugin to allow legacy content editing and more sane formatting in wysiwyg editors.",
"homepage": "https://www.drupal.org/project/wysiwyg_linebreaks",
"support": {
"source": "https://git.drupalcode.org/project/wysiwyg_linebreaks"
}
},
{
"name": "drupal/yaml_content",
"version": "1.0.0-alpha7",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/yaml_content.git",
"reference": "8.x-1.0-alpha7"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha7.zip",
"reference": "8.x-1.0-alpha7",
"shasum": "9aaf271446a64c9bffc5639589d5c8e6dc40c06c"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"require-dev": {
"mikey179/vfsstream": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-alpha7",
"datestamp": "1588173300",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "DamienMcKenna",
"homepage": "https://www.drupal.org/user/108450"
},
{
"name": "shrop",
"homepage": "https://www.drupal.org/user/14767"
},
{
"name": "slucero",
"homepage": "https://www.drupal.org/user/1612534"
}
],
"description": "Demo content generator using yaml content templates.",
"homepage": "https://www.drupal.org/project/yaml_content",
"support": {
"source": "https://git.drupalcode.org/project/yaml_content"
}
},
{
"name": "drush/drush",
"version": "10.3.6",
"source": {
"type": "git",
"url": "https://github.com/drush-ops/drush.git",
"reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/drush-ops/drush/zipball/fc985a95c6010e04891a2dbcf3f39984b8c9ef0a",
"reference": "fc985a95c6010e04891a2dbcf3f39984b8c9ef0a",
"shasum": ""
},
"require": {
"chi-teck/drupal-code-generator": "^1.32.1",
"composer/semver": "^1.4 || ^3",
"consolidation/config": "^1.2",
"consolidation/filter-via-dot-access-data": "^1",
"consolidation/robo": "^1.4.11 || ^2",
"consolidation/site-alias": "^3.0.0@stable",
"consolidation/site-process": "^2.1 || ^4",
"ext-dom": "*",
"grasmash/yaml-expander": "^1.1.1",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
"league/container": "~2",
"php": ">=7.1.3",
"psr/log": "~1.0",
"psy/psysh": "~0.6",
"symfony/event-dispatcher": "^3.4 || ^4.0",
"symfony/finder": "^3.4 || ^4.0 || ^5",
"symfony/var-dumper": "^3.4 || ^4.0 || ^5.0",
"symfony/yaml": "^3.4 || ^4.0",
"webflo/drupal-finder": "^1.2",
"webmozart/path-util": "^2.1.0"
},
"require-dev": {
"composer/installers": "^1.7",
"cweagans/composer-patches": "~1.0",
"david-garcia/phpwhois": "4.3.0",
"drupal/alinks": "1.0.0",
"drupal/core-recommended": "^8.8",
"lox/xhprof": "dev-master",
"phpunit/phpunit": "^4.8.36 || ^6.1",
"squizlabs/php_codesniffer": "^2.7 || ^3",
"vlucas/phpdotenv": "^2.4"
},
"bin": [
"drush"
],
"type": "library",
"extra": {
"installer-paths": {
"sut/core": [
"type:drupal-core"
],
"sut/libraries/{$name}": [
"type:drupal-library"
],
"sut/modules/unish/{$name}": [
"drupal/devel"
],
"sut/themes/unish/{$name}": [
"drupal/empty_theme"
],
"sut/modules/contrib/{$name}": [
"type:drupal-module"
],
"sut/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"sut/themes/contrib/{$name}": [
"type:drupal-theme"
],
"sut/drush/contrib/{$name}": [
"type:drupal-drush"
]
}
},
"autoload": {
"psr-4": {
"Drush\\": "src/",
"Drush\\Internal\\": "src/internal-forks"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
},
{
"name": "Owen Barton",
"email": "drupal@owenbarton.com"
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
},
{
"name": "Jonathan Araña Cruz",
"email": "jonhattan@faita.net"
},
{
"name": "Jonathan Hedstrom",
"email": "jhedstrom@gmail.com"
},
{
"name": "Christopher Gervais",
"email": "chris@ergonlogic.com"
},
{
"name": "Dave Reid",
"email": "dave@davereid.net"
},
{
"name": "Damian Lee",
"email": "damiankloip@googlemail.com"
}
],
"description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
"homepage": "http://www.drush.org",
"support": {
"forum": "http://drupal.stackexchange.com/questions/tagged/drush",
"irc": "irc://irc.freenode.org/drush",
"issues": "https://github.com/drush-ops/drush/issues",
"slack": "https://drupal.slack.com/messages/C62H9CWQM",
"source": "https://github.com/drush-ops/drush/tree/10.3.6"
},
"funding": [
{
"url": "https://github.com/weitzman",
"type": "github"
}
],
"time": "2020-11-11T04:36:51+00:00"
},
{
"name": "drutopia/drutopia",
"version": "dev-8.x-1.x",
"source": {
"type": "git",
"url": "https://gitlab.com/drutopia/drutopia.git",
"reference": "0de7292e0516bd4e91336b5a24514c08593dfc03"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=0de7292e0516bd4e91336b5a24514c08593dfc03",
"reference": "0de7292e0516bd4e91336b5a24514c08593dfc03",
"shasum": ""
},
"require": {
"cweagans/composer-patches": "^1.6",
"drupal/antibot": "^1.4",
"drupal/better_normalizers": "^1.0-beta4",
"drupal/block_visibility_groups": "^1.3",
"drupal/bulma": "^1.0-rc1",
"drupal/config_actions_provider": "^1.0-rc1",
"drupal/config_sync": "^2.0-beta5",
"drupal/config_update": "^1.7",
"drupal/default_content": "^1.0-alpha9",
"drupal/drutopia_action": "^1.1",
"drupal/drutopia_article": "^1.1",
"drupal/drutopia_blog": "^1.1",
"drupal/drutopia_campaign": "^1.1",
"drupal/drutopia_comment": "^1.1",
"drupal/drutopia_core": "^1.1",
"drupal/drutopia_event": "^1.1",
"drupal/drutopia_group": "^1.1",
"drupal/drutopia_landing_page": "^1.1",
"drupal/drutopia_page": "^1.1",
"drupal/drutopia_people": "^1.1",
"drupal/drutopia_related_content": "^1.1",
"drupal/drutopia_resource": "^1.1",
"drupal/drutopia_search": "^1.1",
"drupal/drutopia_seo": "^1.1",
"drupal/drutopia_site": "^1.1",
"drupal/drutopia_social": "^1.1",
"drupal/drutopia_storyline": "^1.1",
"drupal/drutopia_user": "^1.1",
"drupal/eu_cookie_compliance": "^1.9",
"drupal/features": "^3.11",
"drupal/gdpr": "2.x-dev",
"drupal/honeypot": "^2.0",
"drupal/menu_block": "^1.6",
"drupal/octavia": "^1.1",
"drupal/paranoia": "^1.0-rc1",
"drupal/riddler": "^1.1",
"drupal/subprofiles": "^1.0",
"drupal/twigsuggest": "^1.0",
"drupal/yaml_content": "^1.0-alpha7",
"geeks4change/composer-pin": "*"
},
"require-dev": {
"behat/behat": "^3.0",
"behat/mink": "~1.7",
"behat/mink-goutte-driver": "~1.2",
"drupal/devel": "^2.0",
"drush/drush": "^10.0",
"jcalderonzumba/gastonjs": "~1.0.2",
"mikey179/vfsstream": "~1.2",
"se/selenium-server-standalone": "^2.53",
"squizlabs/php_codesniffer": "2.*",
"symfony/css-selector": "~2.8"
},
"default-branch": true,
"type": "drupal-profile",
"extra": {
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
"enable-patching": true,
"patches": {
"drupal/ds": {
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
}
}
},
"license": [
"GPL-2.0-or-later"
],
"description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.",
"time": "2021-11-18T18:52:19+00:00"
},
{
"name": "egulias/email-validator",
"version": "2.1.25",
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"shasum": ""
},
"require": {
"doctrine/lexer": "^1.0.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.10"
},
"require-dev": {
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Egulias\\EmailValidator\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eduardo Gulias Davis"
}
],
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
"keywords": [
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
],
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
},
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
"time": "2020-12-29T14:50:06+00:00"
},
{
"name": "ezyang/htmlpurifier",
"version": "v4.13.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
"reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
"reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"require-dev": {
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
},
"type": "library",
"autoload": {
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [
"library/HTMLPurifier.composer.php"
],
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
"source": "https://github.com/ezyang/htmlpurifier/tree/master"
},
"time": "2020-06-29T00:56:53+00:00"
},
{
"name": "facebook/graph-sdk",
"version": "5.7.0",
"source": {
"type": "git",
"url": "https://github.com/facebook/php-graph-sdk.git",
"reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facebook/php-graph-sdk/zipball/2d8250638b33d73e7a87add65f47fabf91f8ad9b",
"reference": "2d8250638b33d73e7a87add65f47fabf91f8ad9b",
"shasum": ""
},
"require": {
"php": "^5.4|^7.0"
},
"require-dev": {
"guzzlehttp/guzzle": "~5.0",
"mockery/mockery": "~0.8",
"phpunit/phpunit": "~4.0"
},
"suggest": {
"guzzlehttp/guzzle": "Allows for implementation of the Guzzle HTTP client",
"paragonie/random_compat": "Provides a better CSPRNG option in PHP 5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"Facebook\\": "src/Facebook/"
},
"files": [
"src/Facebook/polyfills.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Facebook Platform"
],
"authors": [
{
"name": "Facebook",
"homepage": "https://github.com/facebook/php-graph-sdk/contributors"
}
],
"description": "Facebook SDK for PHP",
"homepage": "https://github.com/facebook/php-graph-sdk",
"keywords": [
"facebook",
"sdk"
],
"support": {
"issues": "https://github.com/facebook/php-graph-sdk/issues",
"source": "https://github.com/facebook/php-graph-sdk/tree/5.7.0"
},
"time": "2018-12-11T22:56:31+00:00"
},
{
"name": "geeks4change/composer-pin",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://gitlab.com/geeks4change/packages/composer-pin.git",
"reference": "e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/geeks4change%2Fpackages%2Fcomposer-pin/repository/archive.zip?sha=e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8",
"reference": "e5c37b2b1c6041f6c5e1a86dc1c1c15dc7879ba8",
"shasum": ""
},
"default-branch": true,
"bin": [
"composer-pin-apply"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Merlin",
"email": "merlin@geeks4change.net"
}
],
"description": "Provides helper commands to do project level version/hash pinning.",
"support": {
"issues": "https://gitlab.com/api/v4/projects/12048815/issues"
},
"time": "2020-06-02T10:38:25+00:00"
},
{
"name": "graham-campbell/result-type",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
"reference": "296c015dc30ec4322168c5ad3ee5cc11dae827ac"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/296c015dc30ec4322168c5ad3ee5cc11dae827ac",
"reference": "296c015dc30ec4322168c5ad3ee5cc11dae827ac",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"phpoption/phpoption": "^1.8"
},
"require-dev": {
"phpunit/phpunit": "^6.5.14 || ^7.5.20 || ^8.5.19 || ^9.5.8"
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.3"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
"time": "2021-10-17T19:48:54+00:00"
},
{
"name": "grasmash/expander",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/grasmash/expander.git",
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grasmash/expander/zipball/95d6037344a4be1dd5f8e0b0b2571a28c397578f",
"reference": "95d6037344a4be1dd5f8e0b0b2571a28c397578f",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0",
"php": ">=5.4"
},
"require-dev": {
"greg-1-anderson/composer-test-scenarios": "^1",
"phpunit/phpunit": "^4|^5.5.4",
"satooshi/php-coveralls": "^1.0.2|dev-master",
"squizlabs/php_codesniffer": "^2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Grasmash\\Expander\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Grasmick"
}
],
"description": "Expands internal property references in PHP arrays file.",
"support": {
"issues": "https://github.com/grasmash/expander/issues",
"source": "https://github.com/grasmash/expander/tree/master"
},
"time": "2017-12-21T22:14:55+00:00"
},
{
"name": "grasmash/yaml-expander",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/grasmash/yaml-expander.git",
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/grasmash/yaml-expander/zipball/3f0f6001ae707a24f4d9733958d77d92bf9693b1",
"reference": "3f0f6001ae707a24f4d9733958d77d92bf9693b1",
"shasum": ""
},
"require": {
"dflydev/dot-access-data": "^1.1.0",
"php": ">=5.4",
"symfony/yaml": "^2.8.11|^3|^4"
},
"require-dev": {
"greg-1-anderson/composer-test-scenarios": "^1",
"phpunit/phpunit": "^4.8|^5.5.4",
"satooshi/php-coveralls": "^1.0.2|dev-master",
"squizlabs/php_codesniffer": "^2.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Grasmash\\YamlExpander\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Grasmick"
}
],
"description": "Expands internal property references in a yaml file.",
"support": {
"issues": "https://github.com/grasmash/yaml-expander/issues",
"source": "https://github.com/grasmash/yaml-expander/tree/master"
},
"time": "2017-12-16T16:06:03+00:00"
},
{
"name": "guzzlehttp/guzzle",
"version": "6.5.5",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.1"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.5-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
"time": "2020-06-16T21:01:06+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.4.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/8e7d04f1f6450fef59366c399cfad4b9383aa30d",
"reference": "8e7d04f1f6450fef59366c399cfad4b9383aa30d",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.4.1"
},
"time": "2021-03-07T09:25:29+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.8.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/dc960a912984efb74d0a90222870c72c87f10c91",
"reference": "dc960a912984efb74d0a90222870c72c87f10c91",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.8.2"
},
"time": "2021-04-26T09:17:50+00:00"
},
{
"name": "indieauth/client",
"version": "0.4.2",
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
"reference": "acad4c7a9ae61ae553f6136098666c49ef77631c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/acad4c7a9ae61ae553f6136098666c49ef77631c",
"reference": "acad4c7a9ae61ae553f6136098666c49ef77631c",
"shasum": ""
},
"require": {
"indieweb/representative-h-card": "^0.1.2",
"mf2/mf2": ">=0.3.2",
"p3k/http": ">=0.1.6",
"php": ">5.3.0"
},
"require-dev": {
"phpunit/phpunit": "4.8.*"
},
"type": "library",
"autoload": {
"psr-0": {
"IndieAuth": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "IndieAuth Client Library",
"support": {
"issues": "https://github.com/indieweb/indieauth-client-php/issues",
"source": "https://github.com/indieweb/indieauth-client-php/tree/master"
},
"time": "2019-02-08T16:56:14+00:00"
},
{
"name": "indieweb/link-rel-parser",
"version": "0.1.3",
"source": {
"type": "git",
"url": "https://github.com/indieweb/link-rel-parser-php.git",
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"files": [
"src/IndieWeb/link_rel_parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
},
{
"name": "Tantek Çelik",
"homepage": "http://tantek.com"
}
],
"description": "Parse rel values from HTTP headers",
"homepage": "https://github.com/indieweb/link-rel-parser-php",
"keywords": [
"http",
"indieweb",
"microformats2"
],
"support": {
"issues": "https://github.com/indieweb/link-rel-parser-php/issues",
"source": "https://github.com/indieweb/link-rel-parser-php/tree/master"
},
"time": "2017-01-11T17:14:49+00:00"
},
{
"name": "indieweb/mention-client",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/indieweb/mention-client-php.git",
"reference": "6807f4b1b96df7f47ea425eebfc7c032768652cf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/6807f4b1b96df7f47ea425eebfc7c032768652cf",
"reference": "6807f4b1b96df7f47ea425eebfc7c032768652cf",
"shasum": ""
},
"require": {
"mf2/mf2": ">=0.2",
"php": ">=5.6"
},
"require-dev": {
"phpunit/phpunit": "^6"
},
"type": "library",
"autoload": {
"psr-0": {
"IndieWeb": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"email": "aaron@parecki.com",
"homepage": "http://aaronparecki.com/"
}
],
"description": "Client library for sending webmention and pingback notifications",
"homepage": "https://github.com/indieweb/mention-client-php",
"support": {
"issues": "https://github.com/indieweb/mention-client-php/issues",
"source": "https://github.com/indieweb/mention-client-php/tree/1.2.1"
},
"time": "2021-02-02T13:13:07+00:00"
},
{
"name": "indieweb/representative-h-card",
"version": "0.1.2",
"source": {
"type": "git",
"url": "https://github.com/indieweb/representative-h-card-php.git",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"reference": "b70b01bd0dd7f2a940602137335dbf46ab6e2e38",
"shasum": ""
},
"require": {
"php": ">=5.4"
},
"require-dev": {
"mf2/mf2": "0.2.*",
"phpunit/phpunit": "*"
},
"type": "library",
"autoload": {
"files": [
"src/mf2/representative-h-card.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "http://aaronparecki.com"
}
],
"keywords": [
"h-card",
"indieweb",
"mf2",
"microformats"
],
"support": {
"issues": "https://github.com/indieweb/representative-h-card-php/issues",
"source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.2"
},
"time": "2015-12-23T18:11:19+00:00"
},
{
"name": "laminas/laminas-diactoros",
"version": "2.6.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
"reference": "7d2034110ae18afe05050b796a3ee4b3fe177876"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/7d2034110ae18afe05050b796a3ee4b3fe177876",
"reference": "7d2034110ae18afe05050b796a3ee4b3fe177876",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ~8.0.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"replace": {
"zendframework/zend-diactoros": "^2.2.1"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.8.0",
"laminas/laminas-coding-standard": "~1.0.0",
"php-http/psr7-integration-tests": "^1.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.1",
"psalm/plugin-phpunit": "^0.14.0",
"vimeo/psalm": "^4.3"
},
"type": "library",
"extra": {
"laminas": {
"config-provider": "Laminas\\Diactoros\\ConfigProvider",
"module": "Laminas\\Diactoros"
}
},
"autoload": {
"files": [
"src/functions/create_uploaded_file.php",
"src/functions/marshal_headers_from_sapi.php",
"src/functions/marshal_method_from_sapi.php",
"src/functions/marshal_protocol_version_from_sapi.php",
"src/functions/marshal_uri_from_sapi.php",
"src/functions/normalize_server.php",
"src/functions/normalize_uploaded_files.php",
"src/functions/parse_cookie_header.php",
"src/functions/create_uploaded_file.legacy.php",
"src/functions/marshal_headers_from_sapi.legacy.php",
"src/functions/marshal_method_from_sapi.legacy.php",
"src/functions/marshal_protocol_version_from_sapi.legacy.php",
"src/functions/marshal_uri_from_sapi.legacy.php",
"src/functions/normalize_server.legacy.php",
"src/functions/normalize_uploaded_files.legacy.php",
"src/functions/parse_cookie_header.legacy.php"
],
"psr-4": {
"Laminas\\Diactoros\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "PSR HTTP Message implementations",
"homepage": "https://laminas.dev",
"keywords": [
"http",
"laminas",
"psr",
"psr-17",
"psr-7"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-diactoros/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-diactoros/issues",
"rss": "https://github.com/laminas/laminas-diactoros/releases.atom",
"source": "https://github.com/laminas/laminas-diactoros"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-05-18T14:41:54+00:00"
},
{
"name": "laminas/laminas-escaper",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-escaper.git",
"reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/5e04bc5ae5990b17159d79d331055e2c645e5cc5",
"reference": "5e04bc5ae5990b17159d79d331055e2c645e5cc5",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ~8.0.0"
},
"replace": {
"zendframework/zend-escaper": "^2.6.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.12.2",
"vimeo/psalm": "^3.16"
},
"suggest": {
"ext-iconv": "*",
"ext-mbstring": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Escaper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
"homepage": "https://laminas.dev",
"keywords": [
"escaper",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-escaper/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-escaper/issues",
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
"source": "https://github.com/laminas/laminas-escaper"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-11-17T21:26:43+00:00"
},
{
"name": "laminas/laminas-feed",
"version": "2.14.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-feed.git",
"reference": "463fdae515fba30633906098c258d3b2c733c15c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-feed/zipball/463fdae515fba30633906098c258d3b2c733c15c",
"reference": "463fdae515fba30633906098c258d3b2c733c15c",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"laminas/laminas-escaper": "^2.5.2",
"laminas/laminas-stdlib": "^3.2.1",
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ~8.0.0"
},
"conflict": {
"laminas/laminas-servicemanager": "<3.3"
},
"replace": {
"zendframework/zend-feed": "^2.12.0"
},
"require-dev": {
"laminas/laminas-cache": "^2.7.2",
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-db": "^2.8.2",
"laminas/laminas-http": "^2.7",
"laminas/laminas-servicemanager": "^3.3",
"laminas/laminas-validator": "^2.10.1",
"phpunit/phpunit": "^9.3",
"psalm/plugin-phpunit": "^0.13.0",
"psr/http-message": "^1.0.1",
"vimeo/psalm": "^4.1"
},
"suggest": {
"laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
"laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
"laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
"laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
"laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
"psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Feed\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "provides functionality for consuming RSS and Atom feeds",
"homepage": "https://laminas.dev",
"keywords": [
"feed",
"laminas"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-feed/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-feed/issues",
"rss": "https://github.com/laminas/laminas-feed/releases.atom",
"source": "https://github.com/laminas/laminas-feed"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-04-01T19:26:09+00:00"
},
{
"name": "laminas/laminas-stdlib",
"version": "3.3.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
"reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
"reference": "d81c7ffe602ed0e6ecb18691019111c0f4bf1efe",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ^8.0"
},
"replace": {
"zendframework/zend-stdlib": "^3.2.1"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"phpbench/phpbench": "^0.17.1",
"phpunit/phpunit": "~9.3.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Stdlib\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "SPL extensions, array utilities, error handlers, and more",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"stdlib"
],
"support": {
"chat": "https://laminas.dev/chat",
"docs": "https://docs.laminas.dev/laminas-stdlib/",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-stdlib/issues",
"rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
"source": "https://github.com/laminas/laminas-stdlib"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2020-11-19T20:18:59+00:00"
},
{
"name": "laminas/laminas-xml",
"version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-xml.git",
"reference": "2eada592359aec9d9e55339270b621295cff3a4f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/2eada592359aec9d9e55339270b621295cff3a4f",
"reference": "2eada592359aec9d9e55339270b621295cff3a4f",
"shasum": ""
},
"require": {
"laminas/laminas-zendframework-bridge": "^1.0",
"php": "^7.3 || ~8.0.0"
},
"replace": {
"zendframework/zendxml": "^1.2.0"
},
"require-dev": {
"ext-iconv": "*",
"laminas/laminas-coding-standard": "~1.0.0",
"phpunit/phpunit": "^9.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Laminas\\Xml\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Utility library for XML usage, best practices, and security in PHP",
"homepage": "https://laminas.dev",
"keywords": [
"laminas",
"security",
"xml"
],
"support": {
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev",
"issues": "https://github.com/laminas/laminas-xml/issues",
"rss": "https://github.com/laminas/laminas-xml/releases.atom",
"source": "https://github.com/laminas/laminas-xml"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-02-17T22:44:58+00:00"
},
{
"name": "laminas/laminas-zendframework-bridge",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-zendframework-bridge.git",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/6cccbddfcfc742eb02158d6137ca5687d92cee32",
"reference": "6cccbddfcfc742eb02158d6137ca5687d92cee32",
"shasum": ""
},
"require": {
"php": "^7.3 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1 || ^9.3",
"psalm/plugin-phpunit": "^0.15.1",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.6"
},
"type": "library",
"extra": {
"laminas": {
"module": "Laminas\\ZendFrameworkBridge"
}
},
"autoload": {
"files": [
"src/autoload.php"
],
"psr-4": {
"Laminas\\ZendFrameworkBridge\\": "src//"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Alias legacy ZF class names to Laminas Project equivalents.",
"keywords": [
"ZendFramework",
"autoloading",
"laminas",
"zf"
],
"support": {
"forum": "https://discourse.laminas.dev/",
"issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
"rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
"source": "https://github.com/laminas/laminas-zendframework-bridge"
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
"time": "2021-02-25T21:54:58+00:00"
},
{
"name": "lcobucci/jwt",
"version": "3.4.6",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "3ef8657a78278dfeae7707d51747251db4176240"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/3ef8657a78278dfeae7707d51747251db4176240",
"reference": "3ef8657a78278dfeae7707d51747251db4176240",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-openssl": "*",
"php": "^5.6 || ^7.0"
},
"require-dev": {
"mikey179/vfsstream": "~1.5",
"phpmd/phpmd": "~2.2",
"phpunit/php-invoker": "~1.1",
"phpunit/phpunit": "^5.7 || ^7.3",
"squizlabs/php_codesniffer": "~2.3"
},
"suggest": {
"lcobucci/clock": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
},
"files": [
"compat/class-aliases.php",
"compat/json-exception-polyfill.php",
"compat/lcobucci-clock-polyfill.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Luís Otávio Cobucci Oblonczyk",
"email": "lcobucci@gmail.com",
"role": "Developer"
}
],
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
"keywords": [
"JWS",
"jwt"
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/3.4.6"
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2021-09-28T19:18:28+00:00"
},
{
"name": "league/container",
"version": "2.5.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/container.git",
"reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/container/zipball/8438dc47a0674e3378bcce893a0a04d79a2c22b3",
"reference": "8438dc47a0674e3378bcce893a0a04d79a2c22b3",
"shasum": ""
},
"require": {
"container-interop/container-interop": "^1.2",
"php": "^5.4 || ^7.0 || ^8.0"
},
"provide": {
"container-interop/container-interop-implementation": "^1.2",
"psr/container-implementation": "^1.0"
},
"replace": {
"orno/di": "~2.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36",
"scrutinizer/ocular": "^1.3",
"squizlabs/php_codesniffer": "^3.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev",
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Container\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Phil Bennett",
"email": "philipobenito@gmail.com",
"homepage": "http://www.philipobenito.com",
"role": "Developer"
}
],
"description": "A fast and intuitive dependency injection container.",
"homepage": "https://github.com/thephpleague/container",
"keywords": [
"container",
"dependency",
"di",
"injection",
"league",
"provider",
"service"
],
"support": {
"issues": "https://github.com/thephpleague/container/issues",
"source": "https://github.com/thephpleague/container/tree/2.5.0"
},
"funding": [
{
"url": "https://github.com/philipobenito",
"type": "github"
}
],
"time": "2021-02-22T09:20:06+00:00"
},
{
"name": "league/csv",
"version": "9.7.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
"reference": "8544655c460fd01eed0ad258e514488d4b388645"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/csv/zipball/8544655c460fd01eed0ad258e514488d4b388645",
"reference": "8544655c460fd01eed0ad258e514488d4b388645",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"php": "^7.3 || ^8.0"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"friendsofphp/php-cs-fixer": "^3.0",
"phpstan/phpstan": "^0.12.99",
"phpstan/phpstan-phpunit": "^0.12.22",
"phpstan/phpstan-strict-rules": "^0.12.11",
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-dom": "Required to use the XMLConverter and or the HTMLConverter classes",
"ext-iconv": "Needed to ease transcoding CSV using iconv stream filters"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\Csv\\": "src"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignace Nyamagana Butera",
"email": "nyamsprod@gmail.com",
"homepage": "https://github.com/nyamsprod/",
"role": "Developer"
}
],
"description": "CSV data manipulation made easy in PHP",
"homepage": "http://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
],
"support": {
"docs": "https://csv.thephpleague.com",
"issues": "https://github.com/thephpleague/csv/issues",
"rss": "https://github.com/thephpleague/csv/releases.atom",
"source": "https://github.com/thephpleague/csv"
},
"funding": [
{
"url": "https://github.com/sponsors/nyamsprod",
"type": "github"
}
],
"time": "2021-10-05T19:41:46+00:00"
},
{
"name": "masterminds/html5",
"version": "2.7.4",
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
"reference": "9227822783c75406cfe400984b2f095cdf03d417"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/9227822783c75406cfe400984b2f095cdf03d417",
"reference": "9227822783c75406cfe400984b2f095cdf03d417",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
}
},
"autoload": {
"psr-4": {
"Masterminds\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Butcher",
"email": "technosophos@gmail.com"
},
{
"name": "Matt Farina",
"email": "matt@mattfarina.com"
},
{
"name": "Asmir Mustafic",
"email": "goetas@gmail.com"
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
"source": "https://github.com/Masterminds/html5-php/tree/2.7.4"
},
"time": "2020-10-01T13:52:52+00:00"
},
{
"name": "mf2/mf2",
"version": "0.4.6",
"source": {
"type": "git",
"url": "https://github.com/microformats/php-mf2.git",
"reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
"reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"mf2/tests": "@dev",
"phpdocumentor/phpdocumentor": "v2.8.4",
"phpunit/phpunit": "4.8.*"
},
"suggest": {
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
"masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
},
"bin": [
"bin/fetch-mf2",
"bin/parse-mf2"
],
"type": "library",
"autoload": {
"files": [
"Mf2/Parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Barnaby Walters",
"homepage": "http://waterpigs.co.uk"
}
],
"description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
"keywords": [
"html",
"microformats",
"microformats 2",
"parser",
"semantic"
],
"support": {
"issues": "https://github.com/microformats/php-mf2/issues",
"source": "https://github.com/microformats/php-mf2/tree/master"
},
"time": "2018-08-24T14:47:04+00:00"
},
{
"name": "mkalkbrenner/php-htmldiff-advanced",
"version": "0.0.8",
"source": {
"type": "git",
"url": "https://github.com/mkalkbrenner/php-htmldiff.git",
"reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9",
"reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9",
"shasum": ""
},
"require": {
"caxy/php-htmldiff": ">=0.0.6",
"php": ">=5.5.0"
},
"type": "library",
"autoload": {
"files": [
"src/HtmlDiffAdvancedInterface.php",
"src/HtmlDiffAdvanced.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GNU General Public License V2"
],
"description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.",
"homepage": "https://github.com/mkalkbrenner/php-htmldiff",
"keywords": [
"diff",
"html"
],
"support": {
"issues": "https://github.com/mkalkbrenner/php-htmldiff/issues",
"source": "https://github.com/mkalkbrenner/php-htmldiff/tree/master"
},
"time": "2016-07-25T17:07:32+00:00"
},
{
"name": "nikic/php-parser",
"version": "v4.13.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd",
"reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"php": ">=7.0"
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1"
},
"time": "2021-11-03T20:52:16+00:00"
},
{
"name": "p3k/http",
"version": "0.1.12",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-http.git",
"reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b",
"reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b",
"shasum": ""
},
"require": {
"indieweb/link-rel-parser": "0.1.*",
"mf2/mf2": ">=0.3.2"
},
"type": "library",
"autoload": {
"psr-4": {
"p3k\\": "src/p3k"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "A simple wrapper API around the PHP curl functions",
"homepage": "https://github.com/aaronpk/p3k-http",
"support": {
"issues": "https://github.com/aaronpk/p3k-http/issues",
"source": "https://github.com/aaronpk/p3k-http/tree/0.1.12"
},
"time": "2021-10-12T14:12:29+00:00"
},
{
"name": "p3k/micropub",
"version": "0.0.2",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-micropub.git",
"reference": "a2ba03d6eb4d6ac2db7430f499c9ef26791d8cd6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-micropub/zipball/a2ba03d6eb4d6ac2db7430f499c9ef26791d8cd6",
"reference": "a2ba03d6eb4d6ac2db7430f499c9ef26791d8cd6",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^5"
},
"type": "library",
"autoload": {
"psr-0": {
"p3k": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "Utilities to help handle Micropub requests when building servers and clients",
"keywords": [
"indieweb",
"micropub",
"p3k"
],
"support": {
"issues": "https://github.com/aaronpk/p3k-micropub/issues",
"source": "https://github.com/aaronpk/p3k-micropub/tree/0.0.2"
},
"time": "2018-02-06T16:53:58+00:00"
},
{
"name": "p3k/picofeed",
"version": "v0.1.40",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/picofeed.git",
"reference": "356fd66d48779193b10ac28532cb4a4e11bb801c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/picofeed/zipball/356fd66d48779193b10ac28532cb4a4e11bb801c",
"reference": "356fd66d48779193b10ac28532cb4a4e11bb801c",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-iconv": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-xml": "*",
"laminas/laminas-xml": "^1.2",
"php": ">=5.3.0"
},
"replace": {
"miniflux/picofeed": "0.1.35"
},
"require-dev": {
"phpdocumentor/reflection-docblock": "2.0.4",
"phpunit/phpunit": "4.8.26",
"symfony/yaml": "2.8.7"
},
"suggest": {
"ext-curl": "PicoFeed will use cURL if present"
},
"bin": [
"picofeed"
],
"type": "library",
"autoload": {
"psr-0": {
"PicoFeed": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frédéric Guillot"
}
],
"description": "Modern library to handle RSS/Atom feeds",
"homepage": "https://github.com/aaronpk/picoFeed",
"support": {
"issues": "https://github.com/aaronpk/picofeed/issues",
"source": "https://github.com/aaronpk/picofeed/tree/v0.1.40"
},
"time": "2020-04-25T17:48:36+00:00"
},
{
"name": "p3k/timezone",
"version": "0.1.0",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-timezone.git",
"reference": "68d3490d896f98cf0727dc937f0bb6b045050c83"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-timezone/zipball/68d3490d896f98cf0727dc937f0bb6b045050c83",
"reference": "68d3490d896f98cf0727dc937f0bb6b045050c83",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"type": "library",
"autoload": {
"files": [
"src/p3k/Timezone.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "Find the timezone of a given location",
"homepage": "https://github.com/aaronpk/p3k-timezone",
"keywords": [
"date",
"p3k",
"timezone"
],
"support": {
"issues": "https://github.com/aaronpk/p3k-timezone/issues",
"source": "https://github.com/aaronpk/p3k-timezone/tree/0.1.0"
},
"time": "2017-01-12T17:30:08+00:00"
},
{
"name": "p3k/utils",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-utils.git",
"reference": "8436f02ec02d916177a23250ae32b34ae5316942"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/8436f02ec02d916177a23250ae32b34ae5316942",
"reference": "8436f02ec02d916177a23250ae32b34ae5316942",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.8.13",
"predis/predis": "1.1.*"
},
"type": "library",
"autoload": {
"files": [
"src/global.php",
"src/url.php",
"src/utils.php",
"src/date.php",
"src/cache.php",
"src/geo.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "Some helpful functions used by https://p3k.io projects",
"homepage": "https://github.com/aaronpk/p3k-utils",
"support": {
"issues": "https://github.com/aaronpk/p3k-utils/issues",
"source": "https://github.com/aaronpk/p3k-utils/tree/1.2.1"
},
"time": "2021-11-16T21:44:23+00:00"
},
{
"name": "p3k/websub",
"version": "0.0.1",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-websub.git",
"reference": "3e37fbb3e8865f159b8adaaab9569e5984bc8890"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-websub/zipball/3e37fbb3e8865f159b8adaaab9569e5984bc8890",
"reference": "3e37fbb3e8865f159b8adaaab9569e5984bc8890",
"shasum": ""
},
"require": {
"indieweb/link-rel-parser": "0.1.*",
"p3k/http": "0.1.*",
"p3k/utils": "1.*"
},
"require-dev": {
"predis/predis": "1.*"
},
"type": "library",
"autoload": {
"psr-4": {
"p3k\\WebSub\\": "src/p3k/WebSub"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"homepage": "https://aaronparecki.com"
}
],
"description": "A library for subscribing to and publishing WebSub feeds",
"homepage": "https://github.com/aaronpk/p3k-websub",
"keywords": [
"feed",
"indieweb",
"p3k",
"pubsub",
"pubsubhubbub",
"websub"
],
"support": {
"issues": "https://github.com/aaronpk/p3k-websub/issues",
"source": "https://github.com/aaronpk/p3k-websub/tree/0.0.1"
},
"time": "2017-05-08T15:26:11+00:00"
},
{
"name": "p3k/xray",
"version": "v1.11.1",
"source": {
"type": "git",
"url": "https://github.com/aaronpk/XRay.git",
"reference": "dfc620d10282d6af1302ab70adb8cb11915a2a30"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/XRay/zipball/dfc620d10282d6af1302ab70adb8cb11915a2a30",
"reference": "dfc620d10282d6af1302ab70adb8cb11915a2a30",
"shasum": ""
},
"require": {
"cebe/markdown": "1.1.*",
"dg/twitter-php": "3.6.*",
"ezyang/htmlpurifier": "^4.10",
"facebook/graph-sdk": "^5.5",
"indieweb/link-rel-parser": "0.1.*",
"masterminds/html5": "^2.3",
"mf2/mf2": "^0.4",
"p3k/http": ">=0.1.11",
"p3k/picofeed": ">=0.1.39",
"p3k/timezone": "*"
},
"require-dev": {
"league/plates": "3.*",
"league/route": "1.*",
"phpunit/phpunit": "4.8.*"
},
"type": "library",
"autoload": {
"psr-4": {
"p3k\\XRay\\": "lib/XRay"
},
"files": [
"lib/helpers.php",
"lib/XRay.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "X-Ray returns structured data from any URL",
"homepage": "https://github.com/aaronpk/XRay",
"support": {
"issues": "https://github.com/aaronpk/XRay/issues",
"source": "https://github.com/aaronpk/XRay/tree/v1.11.1"
},
"time": "2021-02-13T23:05:06+00:00"
},
{
"name": "pear/archive_tar",
"version": "1.4.14",
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
"shasum": ""
},
"require": {
"pear/pear-core-minimal": "^1.10.0alpha2",
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "*"
},
"suggest": {
"ext-bz2": "Bz2 compression support.",
"ext-xz": "Lzma2 compression support.",
"ext-zlib": "Gzip compression support."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4.x-dev"
}
},
"autoload": {
"psr-0": {
"Archive_Tar": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Vincent Blavet",
"email": "vincent@phpconcept.net"
},
{
"name": "Greg Beaver",
"email": "greg@chiaraquartet.net"
},
{
"name": "Michiel Rook",
"email": "mrook@php.net"
}
],
"description": "Tar file management class with compression support (gzip, bzip2, lzma2)",
"homepage": "https://github.com/pear/Archive_Tar",
"keywords": [
"archive",
"tar"
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
"funding": [
{
"url": "https://github.com/mrook",
"type": "github"
},
{
"url": "https://www.patreon.com/michielrook",
"type": "patreon"
}
],
"time": "2021-07-20T13:53:39+00:00"
},
{
"name": "pear/console_getopt",
"version": "v1.4.3",
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Console": "./"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"./"
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Andrei Zmievski",
"email": "andrei@php.net",
"role": "Lead"
},
{
"name": "Stig Bakken",
"email": "stig@php.net",
"role": "Developer"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"role": "Helper"
}
],
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
},
"time": "2019-11-20T18:27:48+00:00"
},
{
"name": "pear/pear-core-minimal",
"version": "v1.10.10",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
"reference": "625a3c429d9b2c1546438679074cac1b089116a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7",
"reference": "625a3c429d9b2c1546438679074cac1b089116a7",
"shasum": ""
},
"require": {
"pear/console_getopt": "~1.4",
"pear/pear_exception": "~1.0"
},
"replace": {
"rsky/pear-core-min": "self.version"
},
"type": "library",
"autoload": {
"psr-0": {
"": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"src/"
],
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@php.net",
"role": "Lead"
}
],
"description": "Minimal set of PEAR core files to be used as composer dependency",
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
"time": "2019-11-19T19:00:24+00:00"
},
{
"name": "pear/pear_exception",
"version": "v1.0.2",
"source": {
"type": "git",
"url": "https://github.com/pear/PEAR_Exception.git",
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"require-dev": {
"phpunit/phpunit": "<9"
},
"type": "class",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"PEAR/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"."
],
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Helgi Thormar",
"email": "dufuz@php.net"
},
{
"name": "Greg Beaver",
"email": "cellog@php.net"
}
],
"description": "The PEAR Exception base class.",
"homepage": "https://github.com/pear/PEAR_Exception",
"keywords": [
"exception"
],
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
"source": "https://github.com/pear/PEAR_Exception"
},
"time": "2021-03-21T15:43:46+00:00"
},
{
"name": "phpoption/phpoption",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28",
"reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.8.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2021-08-28T21:27:29+00:00"
},
{
"name": "psr/cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
"time": "2016-08-06T20:24:11+00:00"
},
{
"name": "psr/container",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
"time": "2021-03-05T17:36:06+00:00"
},
{
"name": "psr/http-factory",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for PSR-7 HTTP message factories",
"keywords": [
"factory",
"http",
"message",
"psr",
"psr-17",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-factory/tree/master"
},
"time": "2019-04-30T12:38:16+00:00"
},
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "psy/psysh",
"version": "v0.10.9",
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
"reference": "01281336c4ae557fe4a994544f30d3a1bc204375"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/01281336c4ae557fe4a994544f30d3a1bc204375",
"reference": "01281336c4ae557fe4a994544f30d3a1bc204375",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
"php": "^8.0 || ^7.0 || ^5.5.9",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "3.17.*"
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "0.10.x-dev"
}
},
"autoload": {
"files": [
"src/functions.php"
],
"psr-4": {
"Psy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.10.9"
},
"time": "2021-10-10T13:37:39+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "stack/builder",
"version": "v1.0.6",
"source": {
"type": "git",
"url": "https://github.com/stackphp/builder.git",
"reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
"reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
"shasum": ""
},
"require": {
"php": ">=7.2.0",
"symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0"
},
"require-dev": {
"phpunit/phpunit": "~8.0",
"symfony/routing": "^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Stack": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"description": "Builder for stack middleware based on HttpKernelInterface.",
"keywords": [
"stack"
],
"support": {
"issues": "https://github.com/stackphp/builder/issues",
"source": "https://github.com/stackphp/builder/tree/v1.0.6"
},
"time": "2020-01-30T12:17:27+00:00"
},
{
"name": "symfony-cmf/routing",
"version": "2.3.3",
"source": {
"type": "git",
"url": "https://github.com/symfony-cmf/Routing.git",
"reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
"reference": "3c97e7b7709b313cecfb76d691ad4cc22acbf3f5",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"psr/log": "^1.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0"
},
"require-dev": {
"symfony-cmf/testing": "^3@dev",
"symfony/config": "^4.4 || ^5.0",
"symfony/dependency-injection": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^5.0"
},
"suggest": {
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Cmf\\Component\\Routing\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony CMF Community",
"homepage": "https://github.com/symfony-cmf/Routing/contributors"
}
],
"description": "Extends the Symfony routing component for dynamic routes and chaining several routers",
"homepage": "http://cmf.symfony.com",
"keywords": [
"database",
"routing"
],
"support": {
"issues": "https://github.com/symfony-cmf/Routing/issues",
"source": "https://github.com/symfony-cmf/Routing/tree/2.3.3"
},
"time": "2020-10-06T10:15:37+00:00"
},
{
"name": "symfony/console",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "a62acecdf5b50e314a4f305cd01b5282126f3095"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/a62acecdf5b50e314a4f305cd01b5282126f3095",
"reference": "a62acecdf5b50e314a4f305cd01b5282126f3095",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/event-dispatcher": "^4.3",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/console/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T11:20:16+00:00"
},
{
"name": "symfony/debug",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/a8d2d5c94438548bff9f998ca874e202bb29d07f",
"reference": "a8d2d5c94438548bff9f998ca874e202bb29d07f",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/http-kernel": "<3.4"
},
"require-dev": {
"symfony/http-kernel": "^3.4|^4.0|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/debug/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:39:37+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d",
"reference": "2ed2a0a6c960bf4e2e862ec77b2f2c558b83c64d",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/container": "^1.0",
"symfony/service-contracts": "^1.1.6|^2"
},
"conflict": {
"symfony/config": "<4.3|>=5.0",
"symfony/finder": "<3.4",
"symfony/proxy-manager-bridge": "<3.4",
"symfony/yaml": "<3.4"
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0|2.0"
},
"require-dev": {
"symfony/config": "^4.3",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/yaml": "^4.4|^5.0"
},
"suggest": {
"symfony/config": "",
"symfony/expression-language": "For using expressions in service container configuration",
"symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
"symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:54:16+00:00"
},
{
"name": "symfony/deprecation-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-23T23:28:01+00:00"
},
{
"name": "symfony/error-handler",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "310a756cec00d29d89a08518405aded046a54a8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/310a756cec00d29d89a08518405aded046a54a8b",
"reference": "310a756cec00d29d89a08518405aded046a54a8b",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/debug": "^4.4.5",
"symfony/polyfill-php80": "^1.15",
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/error-handler/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:39:37+00:00"
},
{
"name": "symfony/event-dispatcher",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/047773e7016e4fd45102cedf4bd2558ae0d0c32f",
"reference": "047773e7016e4fd45102cedf4bd2558ae0d0c32f",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/event-dispatcher-contracts": "^1.1"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/error-handler": "~3.4|~4.4",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/stopwatch": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:39:37+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v1.1.9",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/84e23fdcd2517bf37aecbd16967e83f0caee25a7",
"reference": "84e23fdcd2517bf37aecbd16967e83f0caee25a7",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"suggest": {
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.9"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2020-07-06T13:19:58+00:00"
},
{
"name": "symfony/filesystem",
"version": "v4.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "517fb795794faf29086a77d99eb8f35e457837a7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/517fb795794faf29086a77d99eb8f35e457837a7",
"reference": "517fb795794faf29086a77d99eb8f35e457837a7",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v4.4.27"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-07-21T12:19:41+00:00"
},
{
"name": "symfony/finder",
"version": "v5.3.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
"reference": "a10000ada1e600d109a6c7632e9ac42e8bf2fb93",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.3.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-08-04T21:20:46+00:00"
},
{
"name": "symfony/http-client-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-04-11T23:07:08+00:00"
},
{
"name": "symfony/http-foundation",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "0c79d5a65ace4fe66e49702658c024a419d2438b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/0c79d5a65ace4fe66e49702658c024a419d2438b",
"reference": "0c79d5a65ace4fe66e49702658c024a419d2438b",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/mime": "^4.3|^5.0",
"symfony/polyfill-mbstring": "~1.1",
"symfony/polyfill-php80": "^1.15"
},
"require-dev": {
"predis/predis": "~1.0",
"symfony/expression-language": "^3.4|^4.0|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T11:20:16+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "3795165596fe81a52296b78c9aae938d434069cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/3795165596fe81a52296b78c9aae938d434069cc",
"reference": "3795165596fe81a52296b78c9aae938d434069cc",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/log": "~1.0",
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-client-contracts": "^1.1|^2",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/browser-kit": "<4.3",
"symfony/config": "<3.4",
"symfony/console": ">=5",
"symfony/dependency-injection": "<4.3",
"symfony/translation": "<4.2",
"twig/twig": "<1.43|<2.13,>=2"
},
"provide": {
"psr/log-implementation": "1.0"
},
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
"symfony/browser-kit": "^4.3|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0",
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^4.3|^5.0",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/routing": "^3.4|^4.0|^5.0",
"symfony/stopwatch": "^3.4|^4.0|^5.0",
"symfony/templating": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"twig/twig": "^1.43|^2.13|^3.0.4"
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpKernel\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-06-01T07:12:08+00:00"
},
{
"name": "symfony/mime",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "ed710d297b181f6a7194d8172c9c2423d58e4852"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/ed710d297b181f6a7194d8172c9c2423d58e4852",
"reference": "ed710d297b181f6a7194d8172c9c2423d58e4852",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"egulias/email-validator": "~3.0.0",
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<4.4"
},
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows manipulating MIME messages",
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
"support": {
"source": "https://github.com/symfony/mime/tree/v5.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:43:10+00:00"
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
},
{
"name": "symfony/polyfill-iconv",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/63b5bb7db83e5673936d6e3b8b3e022ff6474933",
"reference": "63b5bb7db83e5673936d6e3b8b3e022ff6474933",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-27T09:27:20+00:00"
},
{
"name": "symfony/polyfill-intl-idn",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/65bd267525e82759e7d8c4e8ceea44f398838e65",
"reference": "65bd267525e82759e7d8c4e8ceea44f398838e65",
"shasum": ""
},
"require": {
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-27T09:27:20+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
"reference": "2df51500adbaebdc4c38dea4c89a2e131c45c8a1",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-27T09:27:20+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-27T09:17:38+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fba8933c384d6476ab14fb7b8526e5287ca7e010",
"reference": "fba8933c384d6476ab14fb7b8526e5287ca7e010",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/eca0bf41ed421bed1b57c4958bab16aa86b757d0",
"reference": "eca0bf41ed421bed1b57c4958bab16aa86b757d0",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-19T12:13:01+00:00"
},
{
"name": "symfony/process",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "cd61e6dd273975c6625316de9d141ebd197f93c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/cd61e6dd273975c6625316de9d141ebd197f93c9",
"reference": "cd61e6dd273975c6625316de9d141ebd197f93c9",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T11:20:16+00:00"
},
{
"name": "symfony/psr-http-message-bridge",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
"reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/81db2d4ae86e9f0049828d9343a72b9523884e5d",
"reference": "81db2d4ae86e9f0049828d9343a72b9523884e5d",
"shasum": ""
},
"require": {
"php": ">=7.1",
"psr/http-message": "^1.0",
"symfony/http-foundation": "^4.4 || ^5.0"
},
"require-dev": {
"nyholm/psr7": "^1.1",
"psr/log": "^1.1",
"symfony/browser-kit": "^4.4 || ^5.0",
"symfony/config": "^4.4 || ^5.0",
"symfony/event-dispatcher": "^4.4 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/phpunit-bridge": "^4.4.19 || ^5.2"
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-main": "2.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Bridge\\PsrHttpMessage\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
"support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-17T10:35:25+00:00"
},
{
"name": "symfony/routing",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/3a3c2f197ad0846ac6413225fc78868ba1c61434",
"reference": "3a3c2f197ad0846ac6413225fc78868ba1c61434",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"conflict": {
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"psr/log": "~1.0",
"symfony/config": "^4.2|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Maps an HTTP request to a set of configuration variables",
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:39:37+00:00"
},
{
"name": "symfony/serializer",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
"reference": "6db3eb4f1bb437cd3730f52353ba4b568acaddf5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/serializer/zipball/6db3eb4f1bb437cd3730f52353ba4b568acaddf5",
"reference": "6db3eb4f1bb437cd3730f52353ba4b568acaddf5",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"phpdocumentor/reflection-docblock": "<3.0|>=3.2.0,<3.2.2",
"phpdocumentor/type-resolver": "<0.3.0|1.3.*",
"symfony/dependency-injection": "<3.4",
"symfony/property-access": "<3.4",
"symfony/property-info": "<3.4",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"phpdocumentor/reflection-docblock": "^3.2|^4.0|^5.0",
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-foundation": "^3.4|^4.0|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/property-access": "^3.4.41|^4.4.9|^5.0.9",
"symfony/property-info": "^3.4.13|~4.0|^5.0",
"symfony/validator": "^3.4|^4.0|^5.0",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping.",
"psr/cache-implementation": "For using the metadata cache.",
"symfony/config": "For using the XML mapping loader.",
"symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.",
"symfony/property-access": "For using the ObjectNormalizer.",
"symfony/property-info": "To deserialize relations.",
"symfony/yaml": "For using the default YAML mapping loader."
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Serializer\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/serializer/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T11:20:16+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-04-01T10:43:52+00:00"
},
{
"name": "symfony/translation",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/dfe132c5c6d89f90ce7f961742cc532e9ca16dd4",
"reference": "dfe132c5c6d89f90ce7f961742cc532e9ca16dd4",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4"
},
"provide": {
"symfony/translation-implementation": "1.0|2.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:39:37+00:00"
},
{
"name": "symfony/translation-contracts",
"version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-23T23:28:01+00:00"
},
{
"name": "symfony/validator",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
"reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/validator/zipball/29c14955e8b2e7351aaa11553cb36d4a689b7b11",
"reference": "29c14955e8b2e7351aaa11553cb36d4a689b7b11",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1|^2"
},
"conflict": {
"doctrine/lexer": "<1.0.2",
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/intl": "<4.3",
"symfony/translation": ">=5.0",
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
"doctrine/cache": "^1.0|^2.0",
"egulias/email-validator": "^2.1.10|^3",
"symfony/cache": "^3.4|^4.0|^5.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/expression-language": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/http-foundation": "^4.1|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^4.3|^5.0",
"symfony/mime": "^4.4|^5.0",
"symfony/property-access": "^3.4|^4.0|^5.0",
"symfony/property-info": "^3.4|^4.0|^5.0",
"symfony/translation": "^4.2",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader.",
"egulias/email-validator": "Strict (RFC compliant) email validation",
"psr/cache-implementation": "For using the mapping cache.",
"symfony/config": "",
"symfony/expression-language": "For using the Expression validator",
"symfony/http-foundation": "",
"symfony/intl": "",
"symfony/property-access": "For accessing properties within comparison constraints",
"symfony/property-info": "To automatically add NotNull and Type constraints",
"symfony/translation": "For translating validation errors.",
"symfony/yaml": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Validator\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides tools to validate values",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/validator/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:39:37+00:00"
},
{
"name": "symfony/var-dumper",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/1d3953e627fe4b5f6df503f356b6545ada6351f3",
"reference": "1d3953e627fe4b5f6df503f356b6545ada6351f3",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
"require-dev": {
"ext-iconv": "*",
"symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"twig/twig": "^2.13|^3.0.4"
},
"suggest": {
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
"ext-intl": "To show region name in time zone dump",
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
},
"bin": [
"Resources/bin/var-dump-server"
],
"type": "library",
"autoload": {
"files": [
"Resources/functions/dump.php"
],
"psr-4": {
"Symfony\\Component\\VarDumper\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.3.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-27T12:28:50+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.4.25",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc",
"reference": "81cdac5536925c1c4b7b50aabc9ff6330b9eb5fc",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v4.4.25"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-26T17:39:37+00:00"
},
{
"name": "thinkshout/mailchimp-api-php",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/thinkshout/mailchimp-api-php.git",
"reference": "ffa6cf96efe3a7e8e0de8309737a7dae40f51981"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thinkshout/mailchimp-api-php/zipball/ffa6cf96efe3a7e8e0de8309737a7dae40f51981",
"reference": "ffa6cf96efe3a7e8e0de8309737a7dae40f51981",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.2.1",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Mailchimp\\": "src/",
"Mailchimp\\http\\": "src/http/"
}
},
"notification-url": "https://packagist.org/downloads/",
"description": "PHP library for v3 of the MailChimp API",
"homepage": "https://github.com/thinkshout/mailchimp-api-php",
"keywords": [
"mail",
"mailchimp"
],
"support": {
"issues": "https://github.com/thinkshout/mailchimp-api-php/issues",
"source": "https://github.com/thinkshout/mailchimp-api-php/tree/master"
},
"time": "2018-02-27T17:52:03+00:00"
},
{
"name": "twig/twig",
"version": "v2.14.6",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/27e5cf2b05e3744accf39d4c68a3235d9966d260",
"reference": "27e5cf2b05e3744accf39d4c68a3235d9966d260",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-mbstring": "^1.3"
},
"require-dev": {
"psr/container": "^1.0",
"symfony/phpunit-bridge": "^4.4.9|^5.0.9"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.14-dev"
}
},
"autoload": {
"psr-0": {
"Twig_": "lib/"
},
"psr-4": {
"Twig\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
},
{
"name": "Twig Team",
"role": "Contributors"
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v2.14.6"
},
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
"time": "2021-05-16T12:12:47+00:00"
},
{
"name": "typo3/phar-stream-wrapper",
"version": "v3.1.6",
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
"reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/60131cb573a1e478cfecd34e4ea38e3b31505f75",
"reference": "60131cb573a1e478cfecd34e4ea38e3b31505f75",
"shasum": ""
},
"require": {
"ext-json": "*",
"php": "^7.0 || ^8.0"
},
"require-dev": {
"ext-xdebug": "*",
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^5.1"
},
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "v3.x-dev"
}
},
"autoload": {
"psr-4": {
"TYPO3\\PharStreamWrapper\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Interceptors for PHP's native phar:// stream handling",
"homepage": "https://typo3.org/",
"keywords": [
"phar",
"php",
"security",
"stream-wrapper"
],
"support": {
"issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
"source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.6"
},
"time": "2020-11-07T09:06:16+00:00"
},
{
"name": "vlucas/phpdotenv",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
"shasum": ""
},
"require": {
"ext-pcre": "*",
"graham-campbell/result-type": "^1.0.1",
"php": "^7.1.3 || ^8.0",
"phpoption/phpoption": "^1.7.4",
"symfony/polyfill-ctype": "^1.17",
"symfony/polyfill-mbstring": "^1.17",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.3-dev"
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"homepage": "https://gjcampbell.co.uk/"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://vancelucas.com/"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
"time": "2021-01-20T15:23:13+00:00"
},
{
"name": "webflo/drupal-finder",
"version": "1.2.2",
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-finder.git",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
"shasum": ""
},
"require": {
"ext-json": "*"
},
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"classmap": [
"src/DrupalFinder.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Florian Weber",
"email": "florian@webflo.org"
}
],
"description": "Helper class to locate a Drupal installation from a given path.",
"support": {
"issues": "https://github.com/webflo/drupal-finder/issues",
"source": "https://github.com/webflo/drupal-finder/tree/1.2.2"
},
"time": "2020-10-27T09:42:17+00:00"
},
{
"name": "webmozart/assert",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
},
"time": "2021-03-09T10:59:23+00:00"
},
{
"name": "webmozart/path-util",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
"abandoned": "symfony/filesystem",
"time": "2015-12-17T08:42:14+00:00"
}
],
"packages-dev": [
{
"name": "behat/behat",
"version": "v3.10.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
"reference": "a55661154079cf881ef643b303bfaf67bae3a09f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/a55661154079cf881ef643b303bfaf67bae3a09f",
"reference": "a55661154079cf881ef643b303bfaf67bae3a09f",
"shasum": ""
},
"require": {
"behat/gherkin": "^4.9.0",
"behat/transliterator": "^1.2",
"ext-mbstring": "*",
"php": "^7.2 || ^8.0",
"psr/container": "^1.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/translation": "^4.4 || ^5.0 || ^6.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0"
},
"require-dev": {
"container-interop/container-interop": "^1.2",
"herrera-io/box": "~1.6.1",
"phpunit/phpunit": "^8.5 || ^9.0",
"symfony/process": "^4.4 || ^5.0 || ^6.0",
"vimeo/psalm": "^4.8"
},
"suggest": {
"ext-dom": "Needed to output test results in JUnit format."
},
"bin": [
"bin/behat"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Behat\\": "src/Behat/Behat/",
"Behat\\Testwork\\": "src/Behat/Testwork/",
"Behat\\Step\\": "src/Behat/Step/",
"Behat\\Hook\\": "src/Behat/Hook/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Scenario-oriented BDD framework for PHP",
"homepage": "http://behat.org/",
"keywords": [
"Agile",
"BDD",
"ScenarioBDD",
"Scrum",
"StoryBDD",
"User story",
"business",
"development",
"documentation",
"examples",
"symfony",
"testing"
],
"support": {
"issues": "https://github.com/Behat/Behat/issues",
"source": "https://github.com/Behat/Behat/tree/v3.10.0"
},
"time": "2021-11-02T20:09:40+00:00"
},
{
"name": "behat/gherkin",
"version": "v4.9.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
"shasum": ""
},
"require": {
"php": "~7.2|~8.0"
},
"require-dev": {
"cucumber/cucumber": "dev-gherkin-22.0.0",
"phpunit/phpunit": "~8|~9",
"symfony/yaml": "~3|~4|~5"
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
"autoload": {
"psr-0": {
"Behat\\Gherkin": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Gherkin DSL parser for PHP",
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
"support": {
"issues": "https://github.com/Behat/Gherkin/issues",
"source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
},
"time": "2021-10-12T13:05:09+00:00"
},
{
"name": "behat/mink",
"version": "v1.9.0",
"source": {
"type": "git",
"url": "https://github.com/minkphp/Mink.git",
"reference": "e35f4695de8800fc776af34ebf665ad58ebdd996"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/Mink/zipball/e35f4695de8800fc776af34ebf665ad58ebdd996",
"reference": "e35f4695de8800fc776af34ebf665ad58ebdd996",
"shasum": ""
},
"require": {
"php": ">=5.4",
"symfony/css-selector": "^2.7|^3.0|^4.0|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5 || ^9.5",
"symfony/debug": "^2.7|^3.0|^4.0|^5.0",
"symfony/phpunit-bridge": "^3.4.38 || ^4.4 || ^5.0.5",
"yoast/phpunit-polyfills": "^1.0"
},
"suggest": {
"behat/mink-browserkit-driver": "extremely fast headless driver for Symfony\\Kernel-based apps (Sf2, Silex)",
"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-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)"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Browser controller/emulator abstraction for PHP",
"homepage": "https://mink.behat.org/",
"keywords": [
"browser",
"testing",
"web"
],
"support": {
"issues": "https://github.com/minkphp/Mink/issues",
"source": "https://github.com/minkphp/Mink/tree/v1.9.0"
},
"time": "2021-10-11T11:58:47+00:00"
},
{
"name": "behat/mink-browserkit-driver",
"version": "v1.4.0",
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
"reference": "0ed1919eb09968f2e152ed91aee35300e70602a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/0ed1919eb09968f2e152ed91aee35300e70602a8",
"reference": "0ed1919eb09968f2e152ed91aee35300e70602a8",
"shasum": ""
},
"require": {
"behat/mink": "^1.7.1@dev",
"php": ">=5.4",
"symfony/browser-kit": "~2.3|~3.0|~4.0",
"symfony/dom-crawler": "~2.3|~3.0|~4.0"
},
"require-dev": {
"mink/driver-testsuite": "dev-master",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.18 || ^8.5 || ^9.5",
"symfony/debug": "^2.7|^3.0|^4.0",
"symfony/http-kernel": "~2.3|~3.0|~4.0",
"yoast/phpunit-polyfills": "^1.0"
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Symfony2 BrowserKit driver for Mink framework",
"homepage": "https://mink.behat.org/",
"keywords": [
"Mink",
"Symfony2",
"browser",
"testing"
],
"support": {
"issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
"source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v1.4.0"
},
"time": "2021-10-12T09:42:37+00:00"
},
{
"name": "behat/mink-goutte-driver",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
"reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8139f520f417c81bf9d2f9a171fff400f6adc9ea",
"reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea",
"shasum": ""
},
"require": {
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
"php": ">=5.4"
},
"require-dev": {
"mink/driver-testsuite": "dev-master"
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Mink\\Driver\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
}
],
"description": "Goutte driver for Mink framework",
"homepage": "https://mink.behat.org/",
"keywords": [
"browser",
"goutte",
"headless",
"testing"
],
"support": {
"issues": "https://github.com/minkphp/MinkGoutteDriver/issues",
"source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0"
},
"time": "2021-10-12T11:35:46+00:00"
},
{
"name": "behat/transliterator",
"version": "v1.3.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Transliterator.git",
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
"reference": "3c4ec1d77c3d05caa1f0bf8fb3aae4845005c7fc",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"chuyskywalker/rolling-curl": "^3.1",
"php-yaoi/php-yaoi": "^1.0",
"phpunit/phpunit": "^4.8.36|^6.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Transliterator\\": "src/Behat/Transliterator"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Artistic-1.0"
],
"description": "String transliterator",
"keywords": [
"i18n",
"slug",
"transliterator"
],
"support": {
"issues": "https://github.com/Behat/Transliterator/issues",
"source": "https://github.com/Behat/Transliterator/tree/v1.3.0"
},
"time": "2020-01-14T16:39:13+00:00"
},
{
"name": "fabpot/goutte",
"version": "v3.3.1",
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/Goutte.git",
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
"php": ">=7.1.3",
"symfony/browser-kit": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
"symfony/dom-crawler": "^4.4|^5.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^5.0"
},
"type": "application",
"extra": {
"branch-alias": {
"dev-master": "3.3-dev"
}
},
"autoload": {
"psr-4": {
"Goutte\\": "Goutte"
},
"exclude-from-classmap": [
"Goutte/Tests"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "A simple PHP Web Scraper",
"homepage": "https://github.com/FriendsOfPHP/Goutte",
"keywords": [
"scraper"
],
"support": {
"issues": "https://github.com/FriendsOfPHP/Goutte/issues",
"source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1"
},
"time": "2020-11-01T09:30:18+00:00"
},
{
"name": "symfony/browser-kit",
"version": "v4.4.27",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
"reference": "9629d1524d8ced5a4ec3e94abdbd638b4ec8319b",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/polyfill-php80": "^1.16"
},
"require-dev": {
"symfony/css-selector": "^3.4|^4.0|^5.0",
"symfony/http-client": "^4.3|^5.0",
"symfony/mime": "^4.3|^5.0",
"symfony/process": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\BrowserKit\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v4.4.27"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-07-21T12:19:41+00:00"
},
{
"name": "symfony/config",
"version": "v4.4.33",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "25c11934bf20c1633f3f125fed0bd7e29f5d8f24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/25c11934bf20c1633f3f125fed0bd7e29f5d8f24",
"reference": "25c11934bf20c1633f3f125fed0bd7e29f5d8f24",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
},
"conflict": {
"symfony/finder": "<3.4"
},
"require-dev": {
"symfony/event-dispatcher": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",
"symfony/messenger": "^4.1|^5.0",
"symfony/service-contracts": "^1.1|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/yaml": "To use the yaml reference dumper"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Config\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v4.4.33"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-10-19T15:09:42+00:00"
},
{
"name": "symfony/css-selector",
"version": "v5.3.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "7fb120adc7f600a59027775b224c13a33530dd90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/7fb120adc7f600a59027775b224c13a33530dd90",
"reference": "7fb120adc7f600a59027775b224c13a33530dd90",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.3.4"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-07-21T12:38:00+00:00"
},
{
"name": "symfony/dom-crawler",
"version": "v4.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4632ae3567746c7e915c33c67a2fb6ab746090c4",
"reference": "4632ae3567746c7e915c33c67a2fb6ab746090c4",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
},
"conflict": {
"masterminds/html5": "<2.6"
},
"require-dev": {
"masterminds/html5": "^2.6",
"symfony/css-selector": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases DOM navigation for HTML and XML documents",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.30"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-08-28T15:40:01+00:00"
},
{
"name": "symfony/polyfill-php81",
"version": "v1.23.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
"reference": "e66119f3de95efc359483f810c4c3e6436279436"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/e66119f3de95efc359483f810c4c3e6436279436",
"reference": "e66119f3de95efc359483f810c4c3e6436279436",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.23-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php81/tree/v1.23.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-05-21T13:25:03+00:00"
}
],
"aliases": [
{
"package": "drupal/drutopia_collection",
"version": "dev-8.x-1.x",
"alias": "1.x-dev",
"alias_normalized": "1.9999999.9999999.9999999-dev"
},
{
"package": "drupal/drutopia_core",
"version": "dev-8.x-1.x",
"alias": "1.x-dev",
"alias_normalized": "1.9999999.9999999.9999999-dev"
},
{
"package": "drupal/octavia_camouflage",
"version": "dev-8.x-1.x",
"alias": "1.x-dev",
"alias_normalized": "1.9999999.9999999.9999999-dev"
}
],
"minimum-stability": "dev",
"stability-flags": {
"drupal/classitup": 20,
"drupal/convert_bundles": 15,
"drupal/drutopia_collection": 20,
"drupal/drutopia_core": 20,
"drupal/drutopia_paragraph_title": 20,
"drupal/footnotes": 20,
"drupal/menu_link_config": 15,
"drupal/notfoundpassthrough": 20,
"drupal/octavia": 20,
"drupal/octavia_camouflage": 20,
"drupal/subpathauto": 5,
"drutopia/drutopia": 20
},
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}