You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12895 lines
463 KiB
12895 lines
463 KiB
{
|
|
"_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": "d9e35a12f3de7bf6cd86790db1b41f8b",
|
|
"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"
|
|
],
|
|
"time": "2019-12-24T22:41:47+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",
|
|
"time": "2020-12-05T05:59:11+00:00"
|
|
},
|
|
{
|
|
"name": "clue/stream-filter",
|
|
"version": "v1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/clue/stream-filter.git",
|
|
"reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/clue/stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
|
|
"reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Clue\\StreamFilter\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions_include.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christian Lück",
|
|
"email": "christian@clue.engineering"
|
|
}
|
|
],
|
|
"description": "A simple and modern approach to stream filtering in PHP",
|
|
"homepage": "https://github.com/clue/php-stream-filter",
|
|
"keywords": [
|
|
"bucket brigade",
|
|
"callback",
|
|
"filter",
|
|
"php_user_filter",
|
|
"stream",
|
|
"stream_filter_append",
|
|
"stream_filter_register"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://clue.engineering/support",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/clue",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2020-10-02T12:38:20+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"
|
|
],
|
|
"time": "2021-10-30T12:33:41+00:00"
|
|
},
|
|
{
|
|
"name": "composer/installers",
|
|
"version": "v1.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/installers.git",
|
|
"reference": "ae03311f45dfe194412081526be2e003960df74b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/ae03311f45dfe194412081526be2e003960df74b",
|
|
"reference": "ae03311f45dfe194412081526be2e003960df74b",
|
|
"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",
|
|
"phpbb",
|
|
"piwik",
|
|
"ppi",
|
|
"processwire",
|
|
"puppet",
|
|
"pxcms",
|
|
"reindex",
|
|
"roundcube",
|
|
"shopware",
|
|
"silverstripe",
|
|
"sydes",
|
|
"sylius",
|
|
"symfony",
|
|
"tastyigniter",
|
|
"typo3",
|
|
"wordpress",
|
|
"yawik",
|
|
"zend",
|
|
"zikula"
|
|
],
|
|
"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-04-28T06:42:17+00:00"
|
|
},
|
|
{
|
|
"name": "composer/semver",
|
|
"version": "3.2.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/semver.git",
|
|
"reference": "83e511e247de329283478496f7a1e114c9517506"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/semver/zipball/83e511e247de329283478496f7a1e114c9517506",
|
|
"reference": "83e511e247de329283478496f7a1e114c9517506",
|
|
"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"
|
|
],
|
|
"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-10-25T11:34:17+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/annotated-command",
|
|
"version": "4.2.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/annotated-command.git",
|
|
"reference": "ec297e05cb86557671c2d6cbb1bebba6c7ae2c60"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/ec297e05cb86557671c2d6cbb1bebba6c7ae2c60",
|
|
"reference": "ec297e05cb86557671c2d6cbb1bebba6c7ae2c60",
|
|
"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",
|
|
"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.",
|
|
"time": "2020-12-10T16:56:39+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.",
|
|
"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.",
|
|
"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.",
|
|
"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.",
|
|
"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",
|
|
"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.",
|
|
"time": "2020-04-13T02:49:20+00:00"
|
|
},
|
|
{
|
|
"name": "consolidation/site-alias",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/consolidation/site-alias.git",
|
|
"reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/9ed3c590be9fcf9fea69c73456c2fd4b27f5204c",
|
|
"reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c",
|
|
"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.",
|
|
"time": "2021-02-20T20:03:10+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.",
|
|
"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",
|
|
"abandoned": "psr/container",
|
|
"time": "2017-02-14T19:40:03+00:00"
|
|
},
|
|
{
|
|
"name": "cweagans/composer-patches",
|
|
"version": "1.7.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/cweagans/composer-patches.git",
|
|
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/ae02121445ad75f4eaff800cc532b5e6233e2ddf",
|
|
"reference": "ae02121445ad75f4eaff800cc532b5e6233e2ddf",
|
|
"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.",
|
|
"time": "2020-09-30T17:56:20+00:00"
|
|
},
|
|
{
|
|
"name": "davedevelopment/stiphle",
|
|
"version": "0.9.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/davedevelopment/stiphle.git",
|
|
"reference": "76151e6474741adee258c1a4860a0460e319563b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/davedevelopment/stiphle/zipball/76151e6474741adee258c1a4860a0460e319563b",
|
|
"reference": "76151e6474741adee258c1a4860a0460e319563b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5.5",
|
|
"predis/predis": "^1.1"
|
|
},
|
|
"suggest": {
|
|
"doctrine/cache": "~1.0",
|
|
"predis/predis": "~1.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Stiphle": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Dave Marshall",
|
|
"email": "dave.marshall@atstsolutions.co.uk",
|
|
"homepage": "http://davedevelopment.co.uk"
|
|
}
|
|
],
|
|
"description": "Simple rate limiting/throttling for php",
|
|
"homepage": "http://github.com/davedevelopment/stiphle",
|
|
"keywords": [
|
|
"rate limit",
|
|
"rate limiting",
|
|
"throttle",
|
|
"throttling"
|
|
],
|
|
"time": "2017-08-16T07:58:18+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"
|
|
],
|
|
"time": "2017-01-20T21:14:22+00:00"
|
|
},
|
|
{
|
|
"name": "doctrine/annotations",
|
|
"version": "1.13.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/doctrine/annotations.git",
|
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
|
|
"reference": "5b668aef16090008790395c02c893b1ba13f7e08",
|
|
"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"
|
|
],
|
|
"time": "2021-08-05T19:00:23+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"
|
|
],
|
|
"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"
|
|
],
|
|
"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"
|
|
],
|
|
"abandoned": "roave/better-reflection",
|
|
"time": "2020-10-27T21:46:55+00:00"
|
|
},
|
|
{
|
|
"name": "drupal/address",
|
|
"version": "1.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/address.git",
|
|
"reference": "8.x-1.10"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.10.zip",
|
|
"reference": "8.x-1.10",
|
|
"shasum": "bbe61eb51da9d9b2a7ab247f90426836eb9b6f25"
|
|
},
|
|
"require": {
|
|
"commerceguys/addressing": "^1.2.0",
|
|
"drupal/core": "^9.2 || ^10",
|
|
"php": "^7.3 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"drupal/token": "^1.0"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.10",
|
|
"datestamp": "1643715177",
|
|
"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": "Centarro",
|
|
"homepage": "https://www.drupal.org/user/3661446"
|
|
},
|
|
{
|
|
"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/addtoany",
|
|
"version": "1.16.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/addtoany.git",
|
|
"reference": "8.x-1.16"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/addtoany-8.x-1.16.zip",
|
|
"reference": "8.x-1.16",
|
|
"shasum": "d14d504a620a5f606ab93a1d4f498bf743b5eef9"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8 || ^9"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.16",
|
|
"datestamp": "1640933756",
|
|
"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": "AddToAny",
|
|
"homepage": "https://www.drupal.org/user/2640913"
|
|
},
|
|
{
|
|
"name": "micropat",
|
|
"homepage": "https://www.drupal.org/user/260224"
|
|
}
|
|
],
|
|
"description": "Share buttons for Drupal including the AddToAny universal share button, Facebook, Twitter, Pinterest, WhatsApp and many more.",
|
|
"homepage": "https://www.drupal.org/project/addtoany",
|
|
"keywords": [
|
|
"Drupal"
|
|
],
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/addtoany",
|
|
"issues": "https://www.drupal.org/project/issues/addtoany"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/admin_toolbar",
|
|
"version": "3.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
|
|
"reference": "3.1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.1.0.zip",
|
|
"reference": "3.1.0",
|
|
"shasum": "7b596d7de04faca747ba3e5216c2e819aae71f40"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8.0 || ^9.0 || ^10.0"
|
|
},
|
|
"require-dev": {
|
|
"drupal/admin_toolbar_tools": "*"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "3.1.0",
|
|
"datestamp": "1643742891",
|
|
"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/antibot",
|
|
"version": "1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/antibot.git",
|
|
"reference": "8.x-1.5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/antibot-8.x-1.5.zip",
|
|
"reference": "8.x-1.5",
|
|
"shasum": "f3597cde2903c979042bf8c1b25a9d3694159e43"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8 || ^9"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.5",
|
|
"datestamp": "1637670654",
|
|
"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/blazy",
|
|
"version": "2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/blazy.git",
|
|
"reference": "8.x-2.4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/blazy-8.x-2.4.zip",
|
|
"reference": "8.x-2.4",
|
|
"shasum": "6915ae64881510c253c72ae3d01f0a66472d4462"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8 || ^9"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-2.4",
|
|
"datestamp": "1624001330",
|
|
"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": "Gaus Surahman",
|
|
"homepage": "https://www.drupal.org/u/gausarts",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://www.drupal.org/node/2663268/committers",
|
|
"role": "Contributor"
|
|
},
|
|
{
|
|
"name": "geek-merlin",
|
|
"homepage": "https://www.drupal.org/user/229048"
|
|
},
|
|
{
|
|
"name": "sun",
|
|
"homepage": "https://www.drupal.org/user/54136"
|
|
}
|
|
],
|
|
"description": "Provides basic bLazy integration for lazy loading and multi-serving images.",
|
|
"homepage": "https://drupal.org/project/blazy",
|
|
"keywords": [
|
|
"Drupal",
|
|
"bLazy",
|
|
"lazyload"
|
|
],
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/blazy",
|
|
"issues": "https://drupal.org/project/issues/blazy"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/colorbox",
|
|
"version": "1.8.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/colorbox.git",
|
|
"reference": "8.x-1.8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/colorbox-8.x-1.8.zip",
|
|
"reference": "8.x-1.8",
|
|
"shasum": "50e985bf46ca36437a0805f1752fb911bac58714"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8 || ^9"
|
|
},
|
|
"suggest": {
|
|
"jackmoore/colorbox": "The Colorbox library is required to use the drupal/colorbox module."
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.8",
|
|
"datestamp": "1643833047",
|
|
"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": "Neslee Canil Pinto",
|
|
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Fredrik Jonsson",
|
|
"homepage": "https://www.drupal.org/u/frjo",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"description": "A light-weight, customizable lightbox plugin for jQuery.",
|
|
"homepage": "https://www.drupal.org/project/colorbox",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/colorbox",
|
|
"issues": "https://www.drupal.org/project/issues/colorbox"
|
|
}
|
|
},
|
|
{
|
|
"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/contact_storage",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/contact_storage.git",
|
|
"reference": "8.x-1.1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/contact_storage-8.x-1.1.zip",
|
|
"reference": "8.x-1.1",
|
|
"shasum": "3560a3eb06daa5f5156c0986989a0b5deadd9de1"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.7.7 || ^9",
|
|
"drupal/token": "^1.6"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.1",
|
|
"datestamp": "1591811491",
|
|
"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": "Arla",
|
|
"homepage": "https://www.drupal.org/user/226712"
|
|
},
|
|
{
|
|
"name": "Berdir",
|
|
"homepage": "https://www.drupal.org/user/214652"
|
|
},
|
|
{
|
|
"name": "andypost",
|
|
"homepage": "https://www.drupal.org/user/118908"
|
|
},
|
|
{
|
|
"name": "jibran",
|
|
"homepage": "https://www.drupal.org/user/1198144"
|
|
},
|
|
{
|
|
"name": "larowlan",
|
|
"homepage": "https://www.drupal.org/user/395439"
|
|
}
|
|
],
|
|
"description": "Provides storage and edit capability for contact messages.",
|
|
"homepage": "https://www.drupal.org/project/contact_storage",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/contact_storage"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/core",
|
|
"version": "9.3.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/drupal/core.git",
|
|
"reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/drupal/core/zipball/86b0c4496e20ae7f945e9a7f0404fafe191ab774",
|
|
"reference": "86b0c4496e20ae7f945e9a7f0404fafe191ab774",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"asm89/stack-cors": "^1.1",
|
|
"composer/semver": "^3.0",
|
|
"doctrine/annotations": "^1.12",
|
|
"doctrine/reflection": "^1.1",
|
|
"egulias/email-validator": "^2.1.22|^3.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.4",
|
|
"symfony/polyfill-iconv": "^1.0",
|
|
"symfony/polyfill-php80": "^1.16",
|
|
"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/ckeditor5": "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": {
|
|
"files": [
|
|
"includes/bootstrap.inc",
|
|
"includes/guzzle_php81_shim.php"
|
|
],
|
|
"psr-4": {
|
|
"Drupal\\Core\\": "lib/Drupal/Core",
|
|
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver",
|
|
"Drupal\\Component\\": "lib/Drupal/Component"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"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.",
|
|
"time": "2022-03-21T21:21:58+00:00"
|
|
},
|
|
{
|
|
"name": "drupal/core-composer-scaffold",
|
|
"version": "9.3.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/drupal/core-composer-scaffold.git",
|
|
"reference": "a9dd9def8891e1c388719474720b57d3fe929a2f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/a9dd9def8891e1c388719474720b57d3fe929a2f",
|
|
"reference": "a9dd9def8891e1c388719474720b57d3fe929a2f",
|
|
"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"
|
|
],
|
|
"time": "2022-02-24T17:40:56+00:00"
|
|
},
|
|
{
|
|
"name": "drupal/core-recommended",
|
|
"version": "9.3.9",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/drupal/core-recommended.git",
|
|
"reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/3ce3f2b6145de56178e006fb2ef94089d32cf411",
|
|
"reference": "3ce3f2b6145de56178e006fb2ef94089d32cf411",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"asm89/stack-cors": "1.3.0",
|
|
"composer/semver": "3.2.6",
|
|
"doctrine/annotations": "1.13.2",
|
|
"doctrine/lexer": "1.2.1",
|
|
"doctrine/reflection": "1.2.2",
|
|
"drupal/core": "9.3.9",
|
|
"egulias/email-validator": "3.1.2",
|
|
"guzzlehttp/guzzle": "6.5.5",
|
|
"guzzlehttp/promises": "1.5.1",
|
|
"guzzlehttp/psr7": "1.8.5",
|
|
"laminas/laminas-diactoros": "2.8.0",
|
|
"laminas/laminas-escaper": "2.9.0",
|
|
"laminas/laminas-feed": "2.15.0",
|
|
"laminas/laminas-stdlib": "3.6.1",
|
|
"masterminds/html5": "2.7.5",
|
|
"pear/archive_tar": "1.4.14",
|
|
"pear/console_getopt": "v1.4.3",
|
|
"pear/pear-core-minimal": "v1.10.11",
|
|
"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.4",
|
|
"symfony/console": "v4.4.34",
|
|
"symfony/debug": "v4.4.31",
|
|
"symfony/dependency-injection": "v4.4.34",
|
|
"symfony/deprecation-contracts": "v2.5.0",
|
|
"symfony/error-handler": "v4.4.34",
|
|
"symfony/event-dispatcher": "v4.4.34",
|
|
"symfony/event-dispatcher-contracts": "v1.1.11",
|
|
"symfony/http-client-contracts": "v2.5.0",
|
|
"symfony/http-foundation": "v4.4.34",
|
|
"symfony/http-kernel": "v4.4.35",
|
|
"symfony/mime": "v5.4.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.1",
|
|
"symfony/polyfill-php80": "v1.23.1",
|
|
"symfony/process": "v4.4.35",
|
|
"symfony/psr-http-message-bridge": "v2.1.2",
|
|
"symfony/routing": "v4.4.34",
|
|
"symfony/serializer": "v4.4.35",
|
|
"symfony/service-contracts": "v2.5.0",
|
|
"symfony/translation": "v4.4.34",
|
|
"symfony/translation-contracts": "v2.5.0",
|
|
"symfony/validator": "v4.4.35",
|
|
"symfony/var-dumper": "v5.4.0",
|
|
"symfony/yaml": "v4.4.34",
|
|
"twig/twig": "v2.14.11",
|
|
"typo3/phar-stream-wrapper": "v3.1.7"
|
|
},
|
|
"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.",
|
|
"time": "2022-03-21T21:21:58+00:00"
|
|
},
|
|
{
|
|
"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/d8w3css",
|
|
"version": "1.21.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/d8w3css.git",
|
|
"reference": "8.x-1.21"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/d8w3css-8.x-1.21.zip",
|
|
"reference": "8.x-1.21",
|
|
"shasum": "4941801ded03e98657f9dd107f786090de4a38f3"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8 || ^9"
|
|
},
|
|
"type": "drupal-theme",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.21",
|
|
"datestamp": "1617193768",
|
|
"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": "drupalcare.com",
|
|
"homepage": "https://www.drupal.org/user/3008363"
|
|
},
|
|
{
|
|
"name": "flashwebcenter",
|
|
"homepage": "https://www.drupal.org/user/1321114"
|
|
}
|
|
],
|
|
"homepage": "https://www.drupal.org/project/d8w3css",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/d8w3css"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/disable_language",
|
|
"version": "1.0.0-beta11",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/disable_language.git",
|
|
"reference": "8.x-1.0-beta11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/disable_language-8.x-1.0-beta11.zip",
|
|
"reference": "8.x-1.0-beta11",
|
|
"shasum": "90a737229299ec9e5b9b256c0372b11674ef19ed"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8 || ^9"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.0-beta11",
|
|
"datestamp": "1607074504",
|
|
"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": "Grayle",
|
|
"homepage": "https://www.drupal.org/user/3145497"
|
|
},
|
|
{
|
|
"name": "L_VanDamme",
|
|
"homepage": "https://www.drupal.org/user/3162503"
|
|
},
|
|
{
|
|
"name": "Thomas Cys",
|
|
"homepage": "https://www.drupal.org/user/2575770"
|
|
},
|
|
{
|
|
"name": "nielsaers",
|
|
"homepage": "https://www.drupal.org/user/752444"
|
|
},
|
|
{
|
|
"name": "sandboxpl",
|
|
"homepage": "https://www.drupal.org/user/2187728"
|
|
}
|
|
],
|
|
"description": "Disable language lets you disable language",
|
|
"homepage": "http://drupal.org/project/disable_language",
|
|
"keywords": [
|
|
"Drupal"
|
|
],
|
|
"support": {
|
|
"source": "http://cgit.drupalcode.org/disable_language",
|
|
"issues": "http://drupal.org/project/issues/disable_language"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/dropdown_language",
|
|
"version": "3.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/dropdown_language.git",
|
|
"reference": "3.0.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/dropdown_language-3.0.0.zip",
|
|
"reference": "3.0.0",
|
|
"shasum": "5c467a4c42a8d12a2ff73d7c7464250bc692c356"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^9",
|
|
"php": "^7.3||^8.0"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "3.0.0",
|
|
"datestamp": "1612727737",
|
|
"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": "Scott Carpenter",
|
|
"homepage": "https://www.drupal.org/user/297907",
|
|
"email": "dropdown-language@goodscott.com"
|
|
}
|
|
],
|
|
"description": "Dropdown Language Switcher. https://www.drupal.org/project/dropdown_language",
|
|
"homepage": "https://www.drupal.org/project/dropdown_language",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/dropdown_language"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/extlink",
|
|
"version": "1.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/extlink.git",
|
|
"reference": "8.x-1.6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/extlink-8.x-1.6.zip",
|
|
"reference": "8.x-1.6",
|
|
"shasum": "92c2794b1d5ece7978f5f6fa37f719c0b37d470e"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8 || ^9"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.6",
|
|
"datestamp": "1615218226",
|
|
"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": "Nate Lampton",
|
|
"homepage": "https://www.drupal.org/u/quicksketch",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Lachlan Ennis",
|
|
"homepage": "https://www.drupal.org/u/elachlan",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Neslee Canil Pinto",
|
|
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
|
|
"role": "Maintainer"
|
|
}
|
|
],
|
|
"description": "Modify behavior and appearance of external links.",
|
|
"homepage": "https://www.drupal.org/project/extlink",
|
|
"keywords": [
|
|
"Drupal",
|
|
"External Links"
|
|
],
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/extlink",
|
|
"issues": "https://www.drupal.org/project/issues/extlink"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/gdpr_compliance",
|
|
"version": "1.18.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/gdpr_compliance.git",
|
|
"reference": "8.x-1.18"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/gdpr_compliance-8.x-1.18.zip",
|
|
"reference": "8.x-1.18",
|
|
"shasum": "21cb248aa68da6f05eb876827b80d3e6ba3edca7"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8 || ^9"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.18",
|
|
"datestamp": "1593416983",
|
|
"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": "APolitsin",
|
|
"homepage": "https://www.drupal.org/user/400653"
|
|
},
|
|
{
|
|
"name": "Kseniya Myarkovskaya",
|
|
"homepage": "https://www.drupal.org/user/3590754"
|
|
},
|
|
{
|
|
"name": "politsin",
|
|
"homepage": "https://www.drupal.org/user/1820324"
|
|
}
|
|
],
|
|
"description": "General Data Protection Regulation Compliance",
|
|
"homepage": "https://www.drupal.org/project/gdpr_compliance",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/gdpr_compliance"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/geocoder",
|
|
"version": "3.20.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/geocoder.git",
|
|
"reference": "8.x-3.20"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/geocoder-8.x-3.20.zip",
|
|
"reference": "8.x-3.20",
|
|
"shasum": "2dd95f768cc58f16e8203fee99b6ace174c2c300"
|
|
},
|
|
"require": {
|
|
"davedevelopment/stiphle": "^0.9.2",
|
|
"drupal/core": "^8.8 || ^9",
|
|
"php": ">=7.1.0",
|
|
"php-http/guzzle6-adapter": "^1.1 || ^2.0",
|
|
"php-http/message": "^1.6",
|
|
"willdurand/geocoder": "^4.0"
|
|
},
|
|
"require-dev": {
|
|
"drupal/address": "*",
|
|
"drupal/coder": "^8.2",
|
|
"drupal/geocoder_field": "*",
|
|
"drupal/geofield": "*",
|
|
"geo6/geocoder-php-geopunt-provider": "^1.0",
|
|
"geo6/geocoder-php-spw-provider": "^1.0",
|
|
"geocoder-php/arcgis-online-provider": "^4.0",
|
|
"geocoder-php/bing-maps-provider": "^4.0",
|
|
"geocoder-php/free-geoip-provider": "^4.1",
|
|
"geocoder-php/geo-plugin-provider": "^4.0",
|
|
"geocoder-php/geoips-provider": "^4.1",
|
|
"geocoder-php/geonames-provider": "^4.1",
|
|
"geocoder-php/google-maps-provider": "^4.2",
|
|
"geocoder-php/graphhopper-provider": "^0.1.0",
|
|
"geocoder-php/host-ip-provider": "^4.0",
|
|
"geocoder-php/ip-info-db-provider": "^4.0",
|
|
"geocoder-php/mapbox-provider": "^0.1",
|
|
"geocoder-php/mapquest-provider": "^4.0",
|
|
"geocoder-php/maxmind-provider": "^4.1",
|
|
"geocoder-php/nominatim-provider": "^5.0",
|
|
"geocoder-php/open-cage-provider": "^4.0",
|
|
"geocoder-php/openrouteservice-provider": "^1.0",
|
|
"geocoder-php/pelias-provider": "^1.1",
|
|
"geocoder-php/photon-provider": "^0.1.0",
|
|
"geocoder-php/tomtom-provider": "^4.0",
|
|
"geocoder-php/yandex-provider": "^4.0",
|
|
"phpro/grumphp": "^0.12.1",
|
|
"phpunit/phpunit": "^5.7|^6.5",
|
|
"sensiolabs/security-checker": "^4.1",
|
|
"squizlabs/php_codesniffer": "^2.7"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-3.20",
|
|
"datestamp": "1617644936",
|
|
"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": "Pol Dellaiera (@drupol)",
|
|
"homepage": "https://www.drupal.org/u/pol",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Italo Mairo (@itamair)",
|
|
"homepage": "https://www.drupal.org/u/itamair",
|
|
"role": "Co-maintainer"
|
|
},
|
|
{
|
|
"name": "Pol",
|
|
"homepage": "https://www.drupal.org/user/47194"
|
|
},
|
|
{
|
|
"name": "Simon Georges",
|
|
"homepage": "https://www.drupal.org/user/172312"
|
|
},
|
|
{
|
|
"name": "claudiu.cristea",
|
|
"homepage": "https://www.drupal.org/user/56348"
|
|
},
|
|
{
|
|
"name": "gregseb",
|
|
"homepage": "https://www.drupal.org/user/847848"
|
|
},
|
|
{
|
|
"name": "indytechcook",
|
|
"homepage": "https://www.drupal.org/user/245817"
|
|
},
|
|
{
|
|
"name": "itamair",
|
|
"homepage": "https://www.drupal.org/user/1179076"
|
|
},
|
|
{
|
|
"name": "michaelfavia",
|
|
"homepage": "https://www.drupal.org/user/49137"
|
|
},
|
|
{
|
|
"name": "phayes",
|
|
"homepage": "https://www.drupal.org/user/47098"
|
|
},
|
|
{
|
|
"name": "vidhatanand",
|
|
"homepage": "https://www.drupal.org/user/585764"
|
|
}
|
|
],
|
|
"description": "A Drupal module and a services based API to perform Geocode & Reverse Geocode operations among GIS data and addresses types & formats.",
|
|
"homepage": "https://drupal.org/project/geocoder",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/geocoder",
|
|
"issues": "https://drupal.org/project/issues/geocoder",
|
|
"irc": "irc://irc.freenode.org/drupal-geo"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/geofield",
|
|
"version": "1.38.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/geofield.git",
|
|
"reference": "8.x-1.38"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/geofield-8.x-1.38.zip",
|
|
"reference": "8.x-1.38",
|
|
"shasum": "a41ce66e4aab2c266a8e9f0addcac68a0b76f44b"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8 || ^9",
|
|
"phayes/geophp": "^1.2"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.38",
|
|
"datestamp": "1646604411",
|
|
"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": "Brandon Morrison",
|
|
"homepage": "https://www.drupal.org/u/brandonian",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Pablo López",
|
|
"homepage": "https://www.drupal.org/u/plopesc",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Italo Mairo",
|
|
"homepage": "https://www.drupal.org/u/itamair",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "phayes",
|
|
"homepage": "https://www.drupal.org/user/47098"
|
|
},
|
|
{
|
|
"name": "plopesc",
|
|
"homepage": "https://www.drupal.org/user/282415"
|
|
}
|
|
],
|
|
"description": "Stores geographic and location data (points, lines, and polygons).",
|
|
"homepage": "https://www.drupal.org/project/geofield",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/geofield",
|
|
"issues": "https://www.drupal.org/project/issues/geofield",
|
|
"irc": "irc://irc.freenode.org/drupal-contribute"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/geofield_map",
|
|
"version": "2.74.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/geofield_map.git",
|
|
"reference": "8.x-2.74"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/geofield_map-8.x-2.74.zip",
|
|
"reference": "8.x-2.74",
|
|
"shasum": "1e74efc7707a0f9f312b6d9755b7fb827c97edb3"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8.8 || ^9",
|
|
"drupal/geofield": "^1.31"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-2.74",
|
|
"datestamp": "1647989931",
|
|
"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": "Italo Mairo",
|
|
"homepage": "https://www.drupal.org/u/itamair",
|
|
"role": "Creator/Maintainer"
|
|
}
|
|
],
|
|
"description": "Geofield Map is an advanced, complete and easy-to-use Geo Mapping solution for Drupal 8, based on and fully compatible with the Geofield module.",
|
|
"homepage": "https://www.drupal.org/project/geofield_map",
|
|
"support": {
|
|
"source": "https://git.drupalcode.org/project/geofield_map",
|
|
"issues": "https://www.drupal.org/project/issues/geofield_map"
|
|
}
|
|
},
|
|
{
|
|
"name": "drupal/language_switcher_extended",
|
|
"version": "1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.drupalcode.org/project/language_switcher_extended.git",
|
|
"reference": "8.x-1.0"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://ftp.drupal.org/files/projects/language_switcher_extended-8.x-1.0.zip",
|
|
"reference": "8.x-1.0",
|
|
"shasum": "a2191c3623d6a77b950059c43fdba5024a578a8c"
|
|
},
|
|
"require": {
|
|
"drupal/core": "^8 || ^9"
|
|
},
|
|
"type": "drupal-module",
|
|
"extra": {
|
|
"drupal": {
|
|
"version": "8.x-1.0",
|
|