geo-coop/composer.lock

22800 lines
840 KiB
Text
Raw Normal View History

2019-07-12 14:27:04 -04:00
{
"_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"
],
2024-06-04 23:15:09 -04:00
"content-hash": "d3bb837bf45849e9cafef7107e409dcd",
2019-07-12 14:27:04 -04:00
"packages": [
2024-02-12 09:43:25 -08:00
{
"name": "abraham/twitteroauth",
2024-02-12 10:09:34 -08:00
"version": "7.0.0",
2024-02-12 09:43:25 -08:00
"source": {
"type": "git",
"url": "https://github.com/abraham/twitteroauth.git",
2024-02-12 10:09:34 -08:00
"reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa"
2024-02-12 09:43:25 -08:00
},
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://api.github.com/repos/abraham/twitteroauth/zipball/a8622680f954d0c4f54fd80bedebe00c756ed7aa",
"reference": "a8622680f954d0c4f54fd80bedebe00c756ed7aa",
2024-02-12 09:43:25 -08:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.2",
"ext-curl": "*",
2024-02-12 10:09:34 -08:00
"php": "8.*"
2024-02-12 09:43:25 -08:00
},
"require-dev": {
"php-vcr/php-vcr": "^1",
2024-02-12 10:09:34 -08:00
"php-vcr/phpunit-testlistener-vcr": "dev-php8",
2024-02-12 09:43:25 -08:00
"phpmd/phpmd": "^2",
2024-02-12 10:09:34 -08:00
"phpunit/phpunit": "^9",
"rector/rector": "^0.15.7",
2024-02-12 09:43:25 -08:00
"squizlabs/php_codesniffer": "^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Abraham\\TwitterOAuth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Abraham Williams",
"email": "abraham@abrah.am",
"homepage": "https://abrah.am",
"role": "Developer"
}
],
"description": "The most popular PHP library for use with the Twitter OAuth REST API.",
"homepage": "https://twitteroauth.com",
"keywords": [
"Twitter API",
"Twitter oAuth",
"api",
"oauth",
"rest",
"social",
"twitter"
],
"support": {
"issues": "https://github.com/abraham/twitteroauth/issues",
"source": "https://github.com/abraham/twitteroauth"
},
2024-02-12 10:09:34 -08:00
"time": "2024-02-11T18:58:08+00:00"
2024-02-12 09:43:25 -08:00
},
{
"name": "agaric/php-facebook",
"version": "dev-main",
"source": {
"type": "git",
"url": "https://gitlab.com/agaric/php/php-facebook.git",
"reference": "a0cc6954345d7d1cdf51c571e7950afa01127441"
},
"dist": {
"type": "zip",
"url": "https://gitlab.com/api/v4/projects/agaric%2Fphp%2Fphp-facebook/repository/archive.zip?sha=a0cc6954345d7d1cdf51c571e7950afa01127441",
"reference": "a0cc6954345d7d1cdf51c571e7950afa01127441",
"shasum": ""
},
"require": {
"league/oauth2-facebook": "^2.0"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"Agaric\\FacebookApi\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPL-3.0-or-later"
],
"authors": [
{
"name": "keegan rankin",
"email": "keegan@agaric.coop",
"homepage": "https://agaric.coop/keegan",
"role": "Developer"
},
{
"name": "benjamin melançon",
"email": "ben@agaric.com",
"homepage": "https://agaric.coop/mlncn",
"role": "Developer"
}
],
"description": "Extends the Facebook OAuth 2.0 Client Provider with methods for posting to Facebook",
"homepage": "https://gitlab.com/agaric/php/php-facebook",
"keywords": [
"Authentication",
"authorization",
"client",
"facebook",
"oauth",
"oauth2",
"post"
],
"support": {
"issues": "https://gitlab.com/agaric/php/php-facebook/-/issues",
"source": "https://gitlab.com/agaric/php/php-facebook/-/tree/1.0.0"
},
"time": "2022-05-12T00:31:53+00:00"
},
2019-07-12 14:27:04 -04:00
{
"name": "asm89/stack-cors",
2020-02-04 22:23:35 -05:00
"version": "1.3.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/asm89/stack-cors.git",
2020-02-04 22:23:35 -05:00
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2020-02-04 22:23:35 -05:00
"url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08",
"reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=5.5.9",
2020-02-04 22:23:35 -05:00
"symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
"symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
2019-07-12 14:27:04 -04:00
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/asm89/stack-cors/issues",
"source": "https://github.com/asm89/stack-cors/tree/1.3.0"
},
2020-02-04 22:23:35 -05:00
"time": "2019-12-24T22:41:47+00:00"
2019-07-12 14:27:04 -04: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"
},
2021-04-09 11:24:23 -04:00
{
"name": "caxy/php-htmldiff",
2024-02-12 09:43:25 -08:00
"version": "v0.1.15",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/caxy/php-htmldiff.git",
2024-02-12 09:43:25 -08:00
"reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/caxy/php-htmldiff/zipball/6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
"reference": "6342b02ddb86fd36093ad7e2db2efc21f01ab7cd",
2021-04-09 11:24:23 -04:00
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/caxy/php-htmldiff/tree/v0.1.15"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-11-05T23:49:04+00:00"
2021-04-09 11:24:23 -04:00
},
{
"name": "cebe/markdown",
2022-01-28 18:42:57 -05:00
"version": "1.2.1",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/cebe/markdown.git",
2022-01-28 18:42:57 -05:00
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2022-01-28 18:42:57 -05:00
"url": "https://api.github.com/repos/cebe/markdown/zipball/9bac5e971dd391e2802dca5400bbeacbaea9eb86",
"reference": "9bac5e971dd391e2802dca5400bbeacbaea9eb86",
2021-04-09 11:24:23 -04:00
"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": {
2022-01-28 18:42:57 -05:00
"dev-master": "1.2.x-dev"
2021-04-09 11:24:23 -04:00
}
},
"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"
},
2022-01-28 18:42:57 -05:00
"time": "2018-03-26T11:24:36+00:00"
2021-04-09 11:24:23 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "chi-teck/drupal-code-generator",
"version": "1.33.1",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/Chi-teck/drupal-code-generator.git",
"reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
"reference": "5f814e980b6f9cf1ca8c74cc9385c3d81090d388",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"ext-json": "*",
"php": ">=5.5.9",
"symfony/console": "^3.4 || ^4.0",
"symfony/filesystem": "^2.7 || ^3.4 || ^4.0",
2020-02-04 22:23:35 -05:00
"twig/twig": "^1.41 || ^2.12"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"drush/drush": "< 10.3.2"
},
2019-07-12 14:27:04 -04:00
"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",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/Chi-teck/drupal-code-generator/issues",
"source": "https://github.com/Chi-teck/drupal-code-generator/tree/1.33.1"
2021-04-09 11:24:23 -04:00
},
"time": "2020-12-05T05:59:11+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "commerceguys/addressing",
2024-02-12 09:43:25 -08:00
"version": "v1.4.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/commerceguys/addressing.git",
2024-02-12 09:43:25 -08:00
"reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/commerceguys/addressing/zipball/406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
"reference": "406c7b5f0fbe4f6a64155c0fe03b1adb34d01308",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"doctrine/collections": "^1.2 || ^2.0",
2022-04-13 02:09:08 -04:00
"php": ">=7.3"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2022-04-13 02:09:08 -04:00
"ext-json": "*",
2024-02-12 09:43:25 -08:00
"mikey179/vfsstream": "^1.6.10",
2022-04-13 02:09:08 -04:00
"phpunit/phpunit": "^9.5",
2024-02-12 09:43:25 -08:00
"squizlabs/php_codesniffer": "^3.6",
"symfony/validator": "^4.4 || ^5.4 || ^6.0"
2019-07-12 14:27:04 -04:00
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/commerceguys/addressing/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/commerceguys/addressing/tree/v1.4.2"
},
"time": "2023-02-15T10:11:14+00:00"
},
{
"name": "composer/ca-bundle",
2024-02-23 13:22:37 -08:00
"version": "1.4.1",
2024-02-12 09:43:25 -08:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
2024-02-23 13:22:37 -08:00
"reference": "3ce240142f6d59b808dd65c1f52f7a1c252e6cfd"
2024-02-12 09:43:25 -08:00
},
"dist": {
"type": "zip",
2024-02-23 13:22:37 -08:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/3ce240142f6d59b808dd65c1f52f7a1c252e6cfd",
"reference": "3ce240142f6d59b808dd65c1f52f7a1c252e6cfd",
2024-02-12 09:43:25 -08:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"psr/log": "^1.0",
"symfony/phpunit-bridge": "^4.2 || ^5",
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
2024-02-23 13:22:37 -08:00
"source": "https://github.com/composer/ca-bundle/tree/1.4.1"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"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"
}
],
2024-02-23 13:22:37 -08:00
"time": "2024-02-23T10:16:52+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "composer/installers",
"version": "v1.12.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/composer/installers.git",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/installers/zipball/d20a64ed3c94748397ff5973488761b22f6d3f19",
"reference": "d20a64ed3c94748397ff5973488761b22f6d3f19",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2020-05-06 23:00:25 -04:00
"composer-plugin-api": "^1.0 || ^2.0"
2019-07-12 14:27:04 -04:00
},
"replace": {
"roundcube/plugin-installer": "*",
"shama/baton": "*"
},
"require-dev": {
2021-04-05 16:53:46 -04:00
"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",
2020-05-06 23:00:25 -04:00
"symfony/process": "^2.3"
2019-07-12 14:27:04 -04:00
},
"type": "composer-plugin",
"extra": {
"class": "Composer\\Installers\\Plugin",
"branch-alias": {
2021-04-05 16:53:46 -04:00
"dev-main": "1.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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",
2019-07-12 14:27:04 -04:00
"Mautic",
"Maya",
"OXID",
"Plentymarkets",
"Porto",
"RadPHP",
"SMF",
2021-04-05 16:53:46 -04:00
"Starbug",
2019-07-12 14:27:04 -04:00
"Thelia",
"Whmcs",
2019-07-12 14:27:04 -04:00
"WolfCMS",
"agl",
"aimeos",
"annotatecms",
"attogram",
"bitrix",
"cakephp",
"chef",
"cockpit",
"codeigniter",
"concrete5",
"croogo",
"dokuwiki",
"drupal",
"eZ Platform",
"elgg",
"expressionengine",
"fuelphp",
"grav",
"installer",
"itop",
"joomla",
"known",
2019-07-12 14:27:04 -04:00
"kohana",
"laravel",
"lavalite",
"lithium",
"magento",
"majima",
"mako",
"mediawiki",
"miaoxing",
2019-07-12 14:27:04 -04:00
"modulework",
"modx",
"moodle",
"osclass",
"pantheon",
2019-07-12 14:27:04 -04:00
"phpbb",
"piwik",
"ppi",
2021-04-05 16:53:46 -04:00
"processwire",
2019-07-12 14:27:04 -04:00
"puppet",
"pxcms",
"reindex",
"roundcube",
"shopware",
"silverstripe",
"sydes",
"sylius",
2019-07-12 14:27:04 -04:00
"symfony",
"tastyigniter",
2019-07-12 14:27:04 -04:00
"typo3",
"wordpress",
"yawik",
"zend",
"zikula"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/composer/installers/issues",
"source": "https://github.com/composer/installers/tree/v1.12.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
2019-07-12 14:27:04 -04:00
},
{
"name": "composer/semver",
2024-02-12 09:43:25 -08:00
"version": "3.3.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2024-02-12 09:43:25 -08:00
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
"reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/composer/semver/tree/3.3.2"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-04-01T19:23:25+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "consolidation/annotated-command",
2024-02-12 09:43:25 -08:00
"version": "4.9.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/consolidation/annotated-command.git",
2024-02-12 09:43:25 -08:00
"reference": "b5255dcbee1de95036185062a103dabc622224de"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/consolidation/annotated-command/zipball/b5255dcbee1de95036185062a103dabc622224de",
"reference": "b5255dcbee1de95036185062a103dabc622224de",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"consolidation/output-formatters": "^4.3.1",
"php": ">=7.1.3",
2024-02-12 09:43:25 -08:00
"psr/log": "^1 || ^2 || ^3",
"symfony/console": "^4.4.8 || ^5 || ^6",
"symfony/event-dispatcher": "^4.4.8 || ^5 || ^6",
"symfony/finder": "^4.4.8 || ^5 || ^6"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2022-01-28 18:42:57 -05:00
"composer-runtime-api": "^2.0",
"phpunit/phpunit": "^7.5.20 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/consolidation/annotated-command/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/consolidation/annotated-command/tree/4.9.2"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-12-26T14:30:50+00:00"
2019-07-12 14:27:04 -04: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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/consolidation/config/issues",
"source": "https://github.com/consolidation/config/tree/master"
},
2019-07-12 14:27:04 -04:00
"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.",
2021-04-09 11:24:23 -04:00
"support": {
"source": "https://github.com/consolidation/filter-via-dot-access-data/tree/1.0.0"
},
2019-07-12 14:27:04 -04:00
"time": "2019-01-18T06:05:07+00:00"
},
{
"name": "consolidation/log",
2022-03-05 13:47:38 -05:00
"version": "2.1.1",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/consolidation/log.git",
2022-03-05 13:47:38 -05:00
"reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2022-03-05 13:47:38 -05:00
"url": "https://api.github.com/repos/consolidation/log/zipball/3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
"reference": "3ad08dc57e8aff9400111bad36beb0ed387fe6a9",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2022-03-05 13:47:38 -05:00
"psr/log": "^1 || ^2",
2022-01-28 18:42:57 -05:00
"symfony/console": "^4 || ^5 || ^6"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"phpunit/phpunit": ">=7.5.20",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/consolidation/log/issues",
2022-03-05 13:47:38 -05:00
"source": "https://github.com/consolidation/log/tree/2.1.1"
2021-04-09 11:24:23 -04:00
},
2022-03-05 13:47:38 -05:00
"time": "2022-02-24T04:27:32+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "consolidation/output-formatters",
2024-02-12 09:43:25 -08:00
"version": "4.3.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/consolidation/output-formatters.git",
2024-02-12 09:43:25 -08:00
"reference": "06711568b4cd169700ff7e8075db0a9a341ceb58"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/consolidation/output-formatters/zipball/06711568b4cd169700ff7e8075db0a9a341ceb58",
"reference": "06711568b4cd169700ff7e8075db0a9a341ceb58",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-03-05 13:47:38 -05:00
"dflydev/dot-access-data": "^1.1.0 || ^2 || ^3",
"php": ">=7.1.3",
2024-02-12 09:43:25 -08:00
"symfony/console": "^4 || ^5 || ^6",
"symfony/finder": "^4 || ^5 || ^6"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.4.2",
2024-02-12 09:43:25 -08:00
"phpunit/phpunit": "^7 || ^8 || ^9",
"squizlabs/php_codesniffer": "^3",
2024-02-12 09:43:25 -08:00
"symfony/var-dumper": "^4 || ^5 || ^6",
"symfony/yaml": "^4 || ^5 || ^6",
"yoast/phpunit-polyfills": "^1"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"symfony/var-dumper": "For using the var_dump formatter"
},
"type": "library",
"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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/consolidation/output-formatters/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/consolidation/output-formatters/tree/4.3.2"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-07-06T04:45:41+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "consolidation/robo",
2024-02-12 09:43:25 -08:00
"version": "3.0.12",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2022-05-04 12:24:56 -04:00
"url": "https://github.com/consolidation/robo.git",
2024-02-12 09:43:25 -08:00
"reference": "0c3a5085357f46c90a0b756e3d326f44847158b8"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/consolidation/robo/zipball/0c3a5085357f46c90a0b756e3d326f44847158b8",
"reference": "0c3a5085357f46c90a0b756e3d326f44847158b8",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-05-04 12:24:56 -04:00
"consolidation/annotated-command": "^4.3",
"consolidation/config": "^1.2.1 || ^2.0.1",
"consolidation/log": "^1.1.1 || ^2.0.2",
"consolidation/output-formatters": "^4.1.2",
"consolidation/self-update": "^2.0",
"league/container": "^3.3.1 || ^4.0",
"php": ">=7.1.3",
2022-05-04 12:24:56 -04:00
"symfony/console": "^4.4.19 || ^5 || ^6",
"symfony/event-dispatcher": "^4.4.19 || ^5 || ^6",
"symfony/filesystem": "^4.4.9 || ^5 || ^6",
"symfony/finder": "^4.4.9 || ^5 || ^6",
"symfony/process": "^4.4.9 || ^5 || ^6",
"symfony/yaml": "^4.4 || ^5 || ^6"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"codegyre/robo": "*"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"natxet/cssmin": "3.0.4",
"patchwork/jsqueeze": "^2",
2019-07-12 14:27:04 -04:00
"pear/archive_tar": "^1.4.4",
2022-05-04 12:24:56 -04:00
"phpunit/phpunit": "^7.5.20 || ^8",
"squizlabs/php_codesniffer": "^3.6",
"yoast/phpunit-polyfills": "^0.2.0"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"natxet/cssmin": "For minifying CSS files in taskMinify",
2019-07-12 14:27:04 -04:00
"patchwork/jsqueeze": "For minifying JS files in taskMinify",
2022-05-04 12:24:56 -04:00
"pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively.",
"totten/lurkerlite": "For monitoring filesystem changes in taskWatch"
2019-07-12 14:27:04 -04:00
},
"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"
},
2019-07-12 14:27:04 -04:00
"remove": [
"codeception/phpunit-wrapper"
2019-07-12 14:27:04 -04:00
],
"config": {
"platform": {
"php": "7.1.3"
2019-07-12 14:27:04 -04:00
}
}
}
},
"branch-alias": {
"dev-master": "2.x-dev",
"dev-main": "2.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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",
2021-04-09 11:24:23 -04:00
"support": {
2022-05-04 12:24:56 -04:00
"issues": "https://github.com/consolidation/robo/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/consolidation/robo/tree/3.0.12"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-04-30T21:18:09+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "consolidation/self-update",
2024-02-12 09:43:25 -08:00
"version": "2.2.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/consolidation/self-update.git",
2024-02-12 09:43:25 -08:00
"reference": "972a1016761c9b63314e040836a12795dff6953a"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/consolidation/self-update/zipball/972a1016761c9b63314e040836a12795dff6953a",
"reference": "972a1016761c9b63314e040836a12795dff6953a",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-05-04 12:24:56 -04:00
"composer/semver": "^3.2",
2019-07-12 14:27:04 -04:00
"php": ">=5.5.0",
2022-05-04 12:24:56 -04:00
"symfony/console": "^2.8 || ^3 || ^4 || ^5 || ^6",
"symfony/filesystem": "^2.5 || ^3 || ^4 || ^5 || ^6"
2019-07-12 14:27:04 -04:00
},
"bin": [
"scripts/release"
],
"type": "library",
"extra": {
"branch-alias": {
2022-05-04 12:24:56 -04:00
"dev-main": "2.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"psr-4": {
"SelfUpdate\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alexander Menk",
"email": "menk@mestrona.net"
2020-05-06 23:00:25 -04:00
},
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
2019-07-12 14:27:04 -04:00
}
],
"description": "Provides a self:update command for Symfony Console applications.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/consolidation/self-update/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/consolidation/self-update/tree/2.2.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-03-18T01:37:41+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "consolidation/site-alias",
2024-02-12 09:43:25 -08:00
"version": "3.1.7",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-alias.git",
2024-02-12 09:43:25 -08:00
"reference": "3b6519592c7e8557423f935806cd73adf69ed6c7"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/consolidation/site-alias/zipball/3b6519592c7e8557423f935806cd73adf69ed6c7",
"reference": "3b6519592c7e8557423f935806cd73adf69ed6c7",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-03-05 13:47:38 -05:00
"consolidation/config": "^1.2.1 || ^2",
2021-04-05 16:53:46 -04:00
"php": ">=5.5.0",
2024-02-12 09:43:25 -08:00
"symfony/filesystem": "^4.4 || ^5.4 || ^6",
"symfony/finder": "~2.3 || ^3 || ^4.4 || ^5 || ^6",
"webmozart/path-util": "^2.3"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2021-04-05 16:53:46 -04:00
"php-coveralls/php-coveralls": "^2.4.2",
"phpunit/phpunit": ">=7",
"squizlabs/php_codesniffer": "^3",
"symfony/var-dumper": "^4",
"yoast/phpunit-polyfills": "^0.2.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-04-05 16:53:46 -04:00
"dev-main": "3.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"psr-4": {
"Consolidation\\SiteAlias\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Greg Anderson",
"email": "greg.1.anderson@greenknowe.org"
2021-04-05 16:53:46 -04:00
},
{
"name": "Moshe Weitzman",
"email": "weitzman@tejasa.com"
2019-07-12 14:27:04 -04:00
}
],
"description": "Manage alias records for local and remote sites.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/consolidation/site-alias/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/consolidation/site-alias/tree/3.1.7"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-10-15T01:21:09+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "consolidation/site-process",
2024-02-12 09:43:25 -08:00
"version": "4.2.1",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/consolidation/site-process.git",
2024-02-12 09:43:25 -08:00
"reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/consolidation/site-process/zipball/ee3bf69001694b2117cc2f96c2ef70d8d45f1234",
"reference": "ee3bf69001694b2117cc2f96c2ef70d8d45f1234",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"consolidation/config": "^1.2.1 || ^2",
"consolidation/site-alias": "^3 || ^4",
"php": ">=7.1.3",
2024-02-12 09:43:25 -08:00
"symfony/console": "^2.8.52 || ^3 || ^4.4 || ^5",
"symfony/process": "^4.3.4 || ^5"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
"squizlabs/php_codesniffer": "^3",
"yoast/phpunit-polyfills": "^0.2.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "4.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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"
2019-07-12 14:27:04 -04:00
}
],
"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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/consolidation/site-process/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/consolidation/site-process/tree/4.2.1"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-10-18T13:19:35+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "cweagans/composer-patches",
2024-02-12 09:43:25 -08:00
"version": "1.7.3",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/cweagans/composer-patches.git",
2024-02-12 09:43:25 -08:00
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/cweagans/composer-patches/zipball/e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
"reference": "e190d4466fe2b103a55467dfa83fc2fecfcaf2db",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"composer-plugin-api": "^1.0 || ^2.0",
2019-07-12 14:27:04 -04:00
"php": ">=5.3.0"
},
"require-dev": {
2021-04-05 16:53:46 -04:00
"composer/composer": "~1.0 || ~2.0",
2019-07-12 14:27:04 -04:00
"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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/cweagans/composer-patches/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/cweagans/composer-patches/tree/1.7.3"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-12-20T22:53:13+00:00"
2019-07-12 14:27:04 -04: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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
"source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master"
},
2019-07-12 14:27:04 -04:00
"time": "2017-01-20T21:14:22+00:00"
},
2021-04-09 11:24:23 -04:00
{
"name": "dg/twitter-php",
2022-01-28 18:42:57 -05:00
"version": "v3.8",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/dg/twitter-php.git",
2022-01-28 18:42:57 -05:00
"reference": "d9370c9759138200a77ca86abcb0c5ddfe857c68"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2022-01-28 18:42:57 -05:00
"url": "https://api.github.com/repos/dg/twitter-php/zipball/d9370c9759138200a77ca86abcb0c5ddfe857c68",
"reference": "d9370c9759138200a77ca86abcb0c5ddfe857c68",
2021-04-09 11:24:23 -04:00
"shasum": ""
},
"require": {
"ext-curl": "*",
2022-01-28 18:42:57 -05:00
"php": ">=5.4.0"
2021-04-09 11:24:23 -04:00
},
"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": {
2022-01-28 18:42:57 -05:00
"source": "https://github.com/dg/twitter-php/tree/v3.8"
2021-04-09 11:24:23 -04:00
},
2022-01-28 18:42:57 -05:00
"time": "2019-02-08T16:20:01+00:00"
2021-04-09 11:24:23 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "doctrine/annotations",
2024-02-12 09:43:25 -08:00
"version": "1.13.3",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/annotations.git",
2024-02-12 09:43:25 -08:00
"reference": "648b0343343565c4a056bfc8392201385e8d89f0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/doctrine/annotations/zipball/648b0343343565c4a056bfc8392201385e8d89f0",
"reference": "648b0343343565c4a056bfc8392201385e8d89f0",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"doctrine/lexer": "1.*",
2020-05-06 23:00:25 -04:00
"ext-tokenizer": "*",
"php": "^7.1 || ^8.0",
"psr/cache": "^1 || ^2 || ^3"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"doctrine/cache": "^1.11 || ^2.0",
2021-04-05 16:53:46 -04:00
"doctrine/coding-standard": "^6.0 || ^8.1",
2024-02-12 09:43:25 -08:00
"phpstan/phpstan": "^1.4.10 || ^1.8.0",
"phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
2024-02-12 09:43:25 -08:00
"symfony/cache": "^4.4 || ^5.2",
"vimeo/psalm": "^4.10"
2019-07-12 14:27:04 -04:00
},
"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"
},
2019-07-12 14:27:04 -04:00
{
"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",
2021-04-05 16:53:46 -04:00
"homepage": "https://www.doctrine-project.org/projects/annotations.html",
2019-07-12 14:27:04 -04:00
"keywords": [
"annotations",
"docblock",
"parser"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/doctrine/annotations/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/doctrine/annotations/tree/1.13.3"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-07-02T10:48:51+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "doctrine/collections",
2024-02-12 09:43:25 -08:00
"version": "1.8.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/collections.git",
2024-02-12 09:43:25 -08:00
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/doctrine/collections/zipball/2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
"reference": "2b44dd4cbca8b5744327de78bafef5945c7e7b5e",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"doctrine/deprecations": "^0.5.3 || ^1",
2021-04-05 16:53:46 -04:00
"php": "^7.1.3 || ^8.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"doctrine/coding-standard": "^9.0 || ^10.0",
"phpstan/phpstan": "^1.4.8",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
2024-02-12 09:43:25 -08:00
"vimeo/psalm": "^4.22"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-02-04 22:23:35 -05:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-07-12 14:27:04 -04:00
{
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/doctrine/collections/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/doctrine/collections/tree/1.8.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-09-01T20:12:10+00:00"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "doctrine/deprecations",
"version": "1.1.3",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://github.com/doctrine/deprecations.git",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
"reference": "dfbaa3c2d2e9a9df1118213f3b8b0c597bb99fab",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"php": "^7.1 || ^8.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"doctrine/coding-standard": "^9",
"phpstan/phpstan": "1.4.10 || 1.10.15",
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"psalm/plugin-phpunit": "0.18.4",
"psr/log": "^1 || ^2 || ^3",
"vimeo/psalm": "4.30.0 || 5.12.0"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
2019-07-12 14:27:04 -04:00
},
"type": "library",
2024-02-12 09:43:25 -08:00
"autoload": {
"psr-4": {
"Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
2019-07-12 14:27:04 -04:00
}
},
2024-02-12 09:43:25 -08:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
"source": "https://github.com/doctrine/deprecations/tree/1.1.3"
},
"time": "2024-01-30T19:34:25+00:00"
},
{
"name": "doctrine/lexer",
"version": "1.2.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/lexer.git",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.11"
},
"type": "library",
2019-07-12 14:27:04 -04:00
"autoload": {
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-07-12 14:27:04 -04:00
{
"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",
2019-07-12 14:27:04 -04:00
"keywords": [
"annotations",
"docblock",
"lexer",
"parser",
2019-07-12 14:27:04 -04:00
"php"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/doctrine/lexer/tree/1.2.3"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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",
2021-04-05 16:53:46 -04:00
"type": "tidelift"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-02-28T11:07:21+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "doctrine/reflection",
2024-02-12 09:43:25 -08:00
"version": "1.2.4",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/reflection.git",
2024-02-12 09:43:25 -08:00
"reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/doctrine/reflection/zipball/6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7",
"reference": "6bcea3e81ab8b3d0abe5fde5300bbc8a968960c7",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"doctrine/annotations": "^1.0 || ^2.0",
"ext-tokenizer": "*",
2021-04-05 16:53:46 -04:00
"php": "^7.1 || ^8.0"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"doctrine/common": "<2.9"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"doctrine/coding-standard": "^9",
"doctrine/common": "^3.3",
"phpstan/phpstan": "^1.4.10",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-02-04 22:23:35 -05:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2019-07-12 14:27:04 -04:00
{
"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",
2019-07-12 14:27:04 -04:00
"keywords": [
"reflection",
"static"
2019-07-12 14:27:04 -04:00
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/doctrine/reflection/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/doctrine/reflection/tree/1.2.4"
2021-04-09 11:24:23 -04:00
},
"abandoned": "roave/better-reflection",
2024-02-12 09:43:25 -08:00
"time": "2023-07-27T18:11:59+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "drupal/address",
2024-02-12 09:43:25 -08:00
"version": "1.12.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/address.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.12"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/address-8.x-1.12.zip",
"reference": "8.x-1.12",
"shasum": "67dd4699040aabf0cd6169e437706fa6a39b0b3a"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"commerceguys/addressing": "^1.4.2",
2022-03-05 13:47:38 -05:00
"drupal/core": "^9.2 || ^10",
"php": "^7.3 || ^8.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"drupal/token": "^1.0"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
2019-07-12 14:27:04 -04:00
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.12",
"datestamp": "1684710176",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
2019-07-12 14:27:04 -04:00
"license": [
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
2020-02-04 22:23:35 -05:00
{
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
2020-02-04 22:23:35 -05:00
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "dww",
"homepage": "https://www.drupal.org/user/46549"
2019-07-12 14:27:04 -04:00
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
2019-07-12 14:27:04 -04:00
{
"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"
}
},
{
2021-04-05 16:53:46 -04:00
"name": "drupal/admin_toolbar",
2024-02-12 09:43:25 -08:00
"version": "3.4.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2021-04-05 16:53:46 -04:00
"url": "https://git.drupalcode.org/project/admin_toolbar.git",
2024-02-12 09:43:25 -08:00
"reference": "3.4.2"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.4.2.zip",
"reference": "3.4.2",
"shasum": "f5a008e5c73f5a11c6c8067c0ea6ebb76aa33854"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/admin_toolbar_tools": "*"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.4.2",
"datestamp": "1696006195",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"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": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
2024-02-12 09:43:25 -08:00
{
"name": "Musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
2019-07-12 14:27:04 -04:00
{
"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": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/admin_toolbar",
2019-07-12 14:27:04 -04:00
"issues": "https://www.drupal.org/project/issues/admin_toolbar"
}
},
{
2020-05-06 23:00:25 -04:00
"name": "drupal/admin_toolbar_links_access_filter",
2024-02-12 09:43:25 -08:00
"version": "3.4.2",
2019-07-12 14:27:04 -04:00
"require": {
2021-04-05 16:53:46 -04:00
"drupal/admin_toolbar": "*",
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "metapackage",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.4.2",
"datestamp": "1696006195",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2021-04-05 16:53:46 -04:00
"name": "adriancid",
"homepage": "https://www.drupal.org/user/1962106"
2019-07-12 14:27:04 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "bolbol",
"homepage": "https://www.drupal.org/user/3400070"
2019-07-12 14:27:04 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "eme",
"homepage": "https://www.drupal.org/user/542492"
2019-07-12 14:27:04 -04:00
},
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
2024-02-12 09:43:25 -08:00
{
"name": "Musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
2019-07-12 14:27:04 -04:00
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
}
],
2021-04-05 16:53:46 -04:00
"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",
2019-07-12 14:27:04 -04:00
"support": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/admin_toolbar"
2019-07-12 14:27:04 -04:00
}
},
2019-09-22 20:53:57 -04:00
{
2020-05-06 23:00:25 -04:00
"name": "drupal/admin_toolbar_tools",
2024-02-12 09:43:25 -08:00
"version": "3.4.2",
2019-09-22 20:53:57 -04:00
"require": {
2021-04-05 16:53:46 -04:00
"drupal/admin_toolbar": "*",
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-09-22 20:53:57 -04:00
},
2020-05-06 23:00:25 -04:00
"type": "metapackage",
2019-09-22 20:53:57 -04:00
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.4.2",
"datestamp": "1696006195",
2019-09-22 20:53:57 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-09-22 20:53:57 -04:00
],
"authors": [
2020-05-06 23:00:25 -04:00
{
2021-04-05 16:53:46 -04:00
"name": "adriancid",
"homepage": "https://www.drupal.org/user/1962106"
2020-05-06 23:00:25 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "bolbol",
"homepage": "https://www.drupal.org/user/3400070"
2020-05-06 23:00:25 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "eme",
"homepage": "https://www.drupal.org/user/542492"
2020-05-06 23:00:25 -04:00
},
{
"name": "fethi.krout",
"homepage": "https://www.drupal.org/user/3206765"
},
{
"name": "matio89",
"homepage": "https://www.drupal.org/user/2320090"
},
2024-02-12 09:43:25 -08:00
{
"name": "Musa.thomas",
"homepage": "https://www.drupal.org/user/1213824"
},
2020-05-06 23:00:25 -04:00
{
"name": "romainj",
"homepage": "https://www.drupal.org/user/370706"
2019-09-22 20:53:57 -04:00
}
],
2021-04-05 16:53:46 -04:00
"description": "Adds menu links like Flush cache, Run cron, Run updates, and Logout under Drupal icon.",
"homepage": "https://www.drupal.org/project/admin_toolbar",
2019-09-22 20:53:57 -04:00
"support": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/admin_toolbar"
2019-09-22 20:53:57 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2020-05-06 23:00:25 -04:00
"name": "drupal/allowed_formats",
2024-02-12 09:43:25 -08:00
"version": "2.0.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2020-05-06 23:00:25 -04:00
"url": "https://git.drupalcode.org/project/allowed_formats.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/allowed_formats-2.0.0.zip",
"reference": "2.0.0",
"shasum": "ac6c6d398f303608ced7e9cd9d4556a728dc41f0"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0",
"datestamp": "1669170410",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2020-05-06 23:00:25 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2022-03-05 13:47:38 -05:00
"name": "Northern Commerce (formerly Digital Echidna)",
"homepage": "https://www.drupal.org/northern-commerce-formerly-digital-echidna",
"role": "Supporting organization"
},
{
"name": "Jordan Thompson (nord102)",
"homepage": "https://www.drupal.org/u/nord102",
"role": "Maintainer"
},
{
"name": "Wunder",
"homepage": "https://www.drupal.org/wunder",
"role": "Supporting organization"
2021-04-24 23:18:29 -04:00
},
{
2022-03-05 13:47:38 -05:00
"name": "Florian Loretan (floretan)",
"homepage": "https://www.drupal.org/u/floretan",
"role": "Maintainer"
2019-07-12 14:27:04 -04:00
}
],
2020-05-06 23:00:25 -04:00
"description": "Limit which text formats are available for each field instance.",
"homepage": "https://www.drupal.org/project/allowed_formats",
2019-07-12 14:27:04 -04:00
"support": {
2022-03-05 13:47:38 -05:00
"source": "http://cgit.drupalcode.org/allowed_formats",
"issues": "https://www.drupal.org/project/issues/allowed_formats"
2019-07-12 14:27:04 -04:00
}
},
{
2020-05-06 23:00:25 -04:00
"name": "drupal/antibot",
2024-02-23 13:22:37 -08:00
"version": "2.0.3",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2020-05-06 23:00:25 -04:00
"url": "https://git.drupalcode.org/project/antibot.git",
2024-02-23 13:22:37 -08:00
"reference": "2.0.3"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-23 13:22:37 -08:00
"url": "https://ftp.drupal.org/files/projects/antibot-2.0.3.zip",
"reference": "2.0.3",
"shasum": "b26b603299ee3067e0aa3875ff752815f21d2f0b"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-23 13:22:37 -08:00
"version": "2.0.3",
"datestamp": "1708358087",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0+"
2019-07-12 14:27:04 -04:00
],
"authors": [
2024-02-23 13:22:37 -08:00
{
"name": "danrod",
"homepage": "https://www.drupal.org/user/19150"
},
{
"name": "gaurav.kapoor",
"homepage": "https://www.drupal.org/user/3495331"
},
2019-07-12 14:27:04 -04:00
{
2020-05-06 23:00:25 -04:00
"name": "mstef",
"homepage": "https://www.drupal.org/user/107190"
}
],
2021-04-05 16:53:46 -04:00
"description": "Prevent forms from being submitted without JavaScript enabled.",
2020-05-06 23:00:25 -04:00
"homepage": "https://www.drupal.org/project/antibot",
"support": {
"source": "https://git.drupalcode.org/project/antibot"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/auto_entitylabel",
"version": "3.0.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/auto_entitylabel.git",
"reference": "8.x-3.0"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/auto_entitylabel-8.x-3.0.zip",
"reference": "8.x-3.0",
"shasum": "8dd54d4b677f2c7259a15afd7b71d0d1b6f6b4a6"
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10"
},
"require-dev": {
"drupal/token": "^1.0"
2020-05-06 23:00:25 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.0",
"datestamp": "1671545557",
2020-05-06 23:00:25 -04:00
"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"
],
2024-02-12 09:43:25 -08:00
"authors": [
{
"name": "bforchhammer",
"homepage": "https://www.drupal.org/user/216396"
},
{
"name": "colan",
"homepage": "https://www.drupal.org/user/58704"
},
{
"name": "diqidoq",
"homepage": "https://www.drupal.org/user/1001934"
},
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
{
"name": "Pravin Ajaaz",
"homepage": "https://www.drupal.org/user/2910049"
},
{
"name": "purushotam.rai",
"homepage": "https://www.drupal.org/user/3193859"
},
{
"name": "RenatoG",
"homepage": "https://www.drupal.org/user/3326031"
},
{
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
}
],
"description": "Allows hiding of entity label fields and automatic label creation.",
"homepage": "https://www.drupal.org/project/auto_entitylabel",
"support": {
"source": "https://git.drupalcode.org/project/auto_entitylabel",
"issues": "https://www.drupal.org/project/issues/auto_entitylabel"
}
},
{
"name": "drupal/autosave_form",
"version": "dev-1.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/autosave_form.git",
"reference": "7fe6cc5dd44ce23272878204c613ae3dfd112e86"
},
"require": {
"drupal/core": "^9 || ^10"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "8.x-1.4+1-dev",
"datestamp": "1698662713",
"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"
],
2020-05-06 23:00:25 -04:00
"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",
2024-02-12 09:43:25 -08:00
"version": "5.0.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/backup_migrate.git",
2024-02-12 09:43:25 -08:00
"reference": "5.0.3"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/backup_migrate-5.0.3.zip",
"reference": "5.0.3",
"shasum": "bc263f601f7a21248d4000a372d04a417df7e326"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10"
},
"suggest": {
"defuse/php-encryption": "Optional encryption of saved backups."
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "5.0.3",
"datestamp": "1671366510",
"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/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"
}
},
2020-05-06 23:00:25 -04:00
{
"name": "drupal/block_visibility_groups",
2024-02-12 09:43:25 -08:00
"version": "2.0.1",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/block_visibility_groups.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.1"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/block_visibility_groups-2.0.1.zip",
"reference": "2.0.1",
"shasum": "ae268cc3a5821205832b66069dcb8f60b8f20ab9"
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2020-05-06 23:00:25 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.1",
"datestamp": "1676002877",
2020-05-06 23:00:25 -04:00
"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": [
2024-02-12 09:43:25 -08:00
{
"name": "DamienMcKenna",
"homepage": "https://www.drupal.org/user/108450"
},
2020-05-06 23:00:25 -04:00
{
"name": "joelpittet",
2019-07-12 14:27:04 -04:00
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Block Visibility Groups",
"homepage": "https://www.drupal.org/project/block_visibility_groups",
2019-07-12 14:27:04 -04:00
"keywords": [
"Drupal"
],
"support": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/block_visibility_groups",
"issues": "https://www.drupal.org/project/issues/block_visibility_groups"
2019-07-12 14:27:04 -04:00
}
},
{
"name": "drupal/bulma",
2024-02-12 09:43:25 -08:00
"version": "1.0.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/bulma.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/bulma-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "8f43e7be69671fe0defb944177bc2d597ee9a3d5"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-theme",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0",
"datestamp": "1681853811",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
2020-02-04 23:07:37 -05:00
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2020-02-04 23:07:37 -05:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
2020-02-04 23:07:37 -05:00
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "valic",
"homepage": "https://www.drupal.org/user/980550"
}
],
"description": "Built to use Bulma, a modern CSS framework based on Flexbox.",
2024-02-12 09:43:25 -08:00
"homepage": "http://drupal.org/project/bulma",
"keywords": [
"Drupal"
],
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/bulma",
"issues": "http://drupal.org/project/issues/bulma"
2019-07-12 14:27:04 -04:00
}
},
{
2020-05-06 23:00:25 -04:00
"name": "drupal/captcha",
2024-02-12 09:43:25 -08:00
"version": "1.14.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2020-05-06 23:00:25 -04:00
"url": "https://git.drupalcode.org/project/captcha.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.14"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/captcha-8.x-1.14.zip",
"reference": "8.x-1.14",
"shasum": "299be76b4a309b4758f538788ca134ddbcd30307"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": ">=9.4 <11"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.14",
"datestamp": "1691598620",
2020-05-06 23:00:25 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2021-04-05 16:53:46 -04:00
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
2020-05-06 23:00:25 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Anybody",
"homepage": "https://www.drupal.org/user/291091"
2020-05-06 23:00:25 -04:00
},
{
"name": "elachlan",
"homepage": "https://www.drupal.org/user/1021502"
},
2024-02-12 09:43:25 -08:00
{
"name": "Grevil",
"homepage": "https://www.drupal.org/user/3668491"
},
2021-04-05 16:53:46 -04:00
{
"name": "japerry",
"homepage": "https://www.drupal.org/user/45640"
},
2020-05-06 23:00:25 -04:00
{
"name": "naveenvalecha",
"homepage": "https://www.drupal.org/user/2665733"
},
{
"name": "podarok",
"homepage": "https://www.drupal.org/user/116002"
},
{
2024-02-12 09:43:25 -08:00
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
{
"name": "thomas.frobieter",
"homepage": "https://www.drupal.org/user/409335"
2020-05-06 23:00:25 -04:00
},
{
"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": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/captcha",
"issues": "https://www.drupal.org/project/issues/captcha"
2020-05-06 23:00:25 -04:00
}
},
{
"name": "drupal/checklistapi",
2024-02-12 09:43:25 -08:00
"version": "2.1.5",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/checklistapi.git",
2024-02-12 09:43:25 -08:00
"reference": "2.1.5"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/checklistapi-2.1.5.zip",
"reference": "2.1.5",
"shasum": "9d91ecdcba1fc1d4805a6ddc06a6ba5ca8a63fc9"
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10",
"php": ">=7.3.0"
2020-05-06 23:00:25 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.1.5",
"datestamp": "1697644052",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2020-05-06 23:00:25 -04:00
},
"drush": {
"services": {
"drush.services.yml": "^10"
}
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2020-05-06 23:00:25 -04:00
"name": "Travis Carden",
2024-02-12 09:43:25 -08:00
"homepage": "https://www.drupal.org/user/3550392",
2020-05-06 23:00:25 -04:00
"email": "travis.carden@gmail.com"
2024-02-12 09:43:25 -08:00
},
{
"name": "Rajeshreeputra",
"homepage": "https://www.drupal.org/user/3418561"
},
{
"name": "TravisCarden",
"homepage": "https://www.drupal.org/user/236758"
},
{
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
2019-07-12 14:27:04 -04:00
}
],
"description": "Provides an API for creating fillable, persistent checklists.",
2020-05-06 23:00:25 -04:00
"homepage": "http://drupal.org/project/checklistapi",
2019-07-12 14:27:04 -04:00
"support": {
2020-05-06 23:00:25 -04:00
"source": "https://git.drupalcode.org/project/checklistapi",
"issues": "https://www.drupal.org/project/issues/checklistapi"
2019-07-12 14:27:04 -04:00
}
},
2019-10-06 19:57:55 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/ckeditor",
"version": "1.0.2",
2019-10-06 19:57:55 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/ckeditor.git",
"reference": "1.0.2"
2019-10-06 19:57:55 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/ckeditor-1.0.2.zip",
"reference": "1.0.2",
"shasum": "fec2ca9ad852a00c7b9584cb6040dc860364c481"
2019-10-06 19:57:55 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.4 || ^10"
},
"require-dev": {
"drupal/classy": "*"
2019-10-06 19:57:55 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "1.0.2",
"datestamp": "1695740655",
2019-10-06 19:57:55 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "dczepierga",
"homepage": "https://www.drupal.org/user/911466"
2020-02-04 22:23:35 -05:00
},
{
2024-02-12 09:43:25 -08:00
"name": "hass",
"homepage": "https://www.drupal.org/user/85918"
2021-04-05 16:53:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "jcisio",
"homepage": "https://www.drupal.org/user/210762"
},
{
"name": "Jorrit",
"homepage": "https://www.drupal.org/user/161217"
},
{
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
},
{
"name": "Magnus",
"homepage": "https://www.drupal.org/user/73919"
},
{
"name": "mkesicki",
"homepage": "https://www.drupal.org/user/922884"
},
{
"name": "nod_",
"homepage": "https://www.drupal.org/user/598310"
},
{
"name": "p.wiaderny",
"homepage": "https://www.drupal.org/user/2956619"
},
{
"name": "vokiel",
"homepage": "https://www.drupal.org/user/2793801"
},
{
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "wwalc",
"homepage": "https://www.drupal.org/user/184556"
},
{
"name": "xjm",
"homepage": "https://www.drupal.org/user/65776"
2019-10-06 19:57:55 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "WYSIWYG editing for rich text fields using CKEditor.",
"homepage": "https://www.drupal.org/project/ckeditor",
2019-10-06 19:57:55 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/ckeditor"
2019-10-06 19:57:55 -04:00
}
},
2019-09-01 23:48:09 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/ckeditorheight",
"version": "1.9.0",
2019-09-01 23:48:09 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/ckeditorheight.git",
"reference": "8.x-1.9"
2022-01-28 18:42:57 -05:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/ckeditorheight-8.x-1.9.zip",
"reference": "8.x-1.9",
"shasum": "28119489b4a21f39e5b31e482fdb9fdf05abf6e8"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/ckeditor": "^1.0",
"drupal/core": "^9.4 || ^10"
2019-09-01 23:48:09 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.9",
"datestamp": "1687950399",
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
2019-09-01 23:48:09 -04:00
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2019-09-01 23:48:09 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"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": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/classitup.git",
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/classitup-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "309d2bfff59117422c41e8b81b1e8d92f6bd5781"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1668119396",
"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": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Class it up provides classes based on information Drupal knows about.",
2019-09-01 23:48:09 -04:00
"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"
}
2019-09-01 23:48:09 -04:00
},
2019-09-22 21:23:53 -04:00
{
"name": "drupal/comment_notify",
2024-02-12 09:43:25 -08:00
"version": "1.4.0",
2019-09-22 21:23:53 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/comment_notify.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/comment_notify-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "9f98848f25c1a0db60a8d39f6bbe1d22f47cc2a9"
2019-09-22 21:23:53 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10",
"drupal/token": "^1.6"
2019-09-22 21:23:53 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.4",
"datestamp": "1679409019",
2019-09-22 21:23:53 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-09-22 21:23:53 -04:00
}
}
},
"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"
2019-09-22 21:23:53 -04:00
},
{
"name": "David Valdez (gnuget)",
"homepage": "https://www.drupal.org/u/gnuget",
"role": "Co-maintainer"
2024-02-12 09:43:25 -08:00
},
{
"name": "greggles",
"homepage": "https://www.drupal.org/user/36762"
},
{
"name": "stefanos.petrakis",
"homepage": "https://www.drupal.org/user/2573064"
2019-09-22 21:23:53 -04:00
}
],
"description": "Comment follow-up e-mail notification for anonymous as well as registered users.",
"homepage": "https://drupal.org/project/comment_notify",
2019-09-22 21:23:53 -04:00
"support": {
"source": "https://git.drupalcode.org/project/comment_notify",
"issues": "https://drupal.org/project/issues/comment_notify",
"irc": "irc://irc.freenode.org/drupal-contribute"
2021-04-09 11:24:23 -04:00
}
2019-09-22 21:23:53 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/components",
"version": "2.4.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/components.git",
"reference": "8.x-2.4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/components-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "9b083c2f845ff2e1a1632efcf24f88cecd7479cc"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/core": "^8.7.7 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.4",
"datestamp": "1618861606",
2019-07-12 14:27:04 -04:00
"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"
2019-07-12 14:27:04 -04:00
},
{
"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",
2019-07-12 14:27:04 -04:00
"support": {
"source": "https://git.drupalcode.org/project/components"
}
},
{
"name": "drupal/config_actions",
2024-02-12 09:43:25 -08:00
"version": "1.4.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_actions.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/config_actions-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "28d952460b6e634e44339c9df4946570fc745110"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.4 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.4",
"datestamp": "1687387836",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
},
"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"
2021-04-09 11:24:23 -04:00
}
2019-07-12 14:27:04 -04:00
},
{
"name": "drupal/config_actions_provider",
2024-02-12 09:43:25 -08:00
"version": "1.3.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_actions_provider.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.3"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/config_actions_provider-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "af685e35f0d06a00c70facaee916eb2b86f8d97b"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/config_actions": "*",
2024-02-12 09:43:25 -08:00
"drupal/config_provider": "*",
2019-07-12 14:27:04 -04:00
"drupal/config_sync": "*",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.3",
"datestamp": "1692990328",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
2024-02-12 09:43:25 -08:00
{
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
2019-07-12 14:27:04 -04:00
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
}
],
2024-02-12 09:43:25 -08:00
"description": "Apply config actions when applying configuration updates",
"homepage": "http://drupal.org/project/config_actions_provider",
"keywords": [
"Drupal"
],
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/config_actions_provider",
"issues": "http://drupal.org/project/issues/config_actions_provider"
2019-07-12 14:27:04 -04:00
}
},
{
"name": "drupal/config_distro",
2021-04-05 16:53:46 -04:00
"version": "1.0.0-alpha4",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_distro.git",
2021-04-05 16:53:46 -04:00
"reference": "8.x-1.0-alpha4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2021-04-05 16:53:46 -04:00
"url": "https://ftp.drupal.org/files/projects/config_distro-8.x-1.0-alpha4.zip",
"reference": "8.x-1.0-alpha4",
"shasum": "a866d160348d709e0029b176826097fb9b15c49c"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/config_filter": "*",
2021-04-05 16:53:46 -04:00
"drupal/core": "^8.8 || ^9"
},
"require-dev": {
"drupal/config_distro_filter": "*",
"drupal/config_filter": "*"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2021-04-05 16:53:46 -04:00
"version": "8.x-1.0-alpha4",
"datestamp": "1592523910",
2019-07-12 14:27:04 -04:00
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "joegraduate",
"homepage": "https://www.drupal.org/user/789384"
},
2019-07-12 14:27:04 -04:00
{
"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"
}
},
2021-04-05 16:53:46 -04:00
{
"name": "drupal/config_distro_filter",
2024-02-12 09:43:25 -08:00
"version": "2.0.0-alpha2",
2021-04-05 16:53:46 -04:00
"require": {
"drupal/config_distro": "*",
"drupal/config_filter": "*",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
2021-04-05 16:53:46 -04:00
},
"type": "metapackage",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0-alpha2",
"datestamp": "1691786887",
2021-04-05 16:53:46 -04:00
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "joegraduate",
"homepage": "https://www.drupal.org/user/789384"
},
2021-04-05 16:53:46 -04:00
{
"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"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/config_filter",
2024-02-12 09:43:25 -08:00
"version": "2.6.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_filter.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-2.6"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/config_filter-8.x-2.6.zip",
"reference": "8.x-2.6",
"shasum": "fd1a057a402436fc906c63bf0a74722f73b9b155"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
},
"conflict": {
"drush/drush": "<10"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"drupal/config_split": "Split site configuration for different environments."
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.6",
"datestamp": "1698308577",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"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": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/config_filter",
2019-07-12 14:27:04 -04:00
"issues": "https://www.drupal.org/project/issues/config_filter",
2021-04-05 16:53:46 -04:00
"slack": "https://drupal.slack.com/archives/C45342CDD"
2019-07-12 14:27:04 -04:00
}
},
{
"name": "drupal/config_merge",
2024-02-12 09:43:25 -08:00
"version": "1.0.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_merge.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/config_merge-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "3d7812dbea4fa4fc28557ca5cf7ac68c3a22a6a3"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/core": "^8 || ^9"
},
"require-dev": {
"drupal/config_filter": "*"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0",
"datestamp": "1664456518",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
2021-04-05 16:53:46 -04:00
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
2019-07-12 14:27:04 -04:00
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
2021-04-05 16:53:46 -04:00
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
2024-02-12 09:43:25 -08:00
"name": "joegraduate",
"homepage": "https://www.drupal.org/user/789384"
},
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2021-04-05 16:53:46 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
2024-02-12 09:43:25 -08:00
},
{
"name": "tadean",
"homepage": "https://www.drupal.org/user/3608919"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "1.0.0-beta1",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_normalizer.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.0-beta1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/config_normalizer-8.x-1.0-beta1.zip",
"reference": "8.x-1.0-beta1",
"shasum": "f69ffbdf947553c717775c94f30272d67a1a2e83"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/config_filter": "*",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-beta1",
"datestamp": "1683148813",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"message": "Beta releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
2021-04-05 16:53:46 -04:00
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
2019-07-12 14:27:04 -04:00
{
"name": "geek-merlin",
2019-07-12 14:27:04 -04:00
"homepage": "https://www.drupal.org/user/229048"
},
2021-04-05 16:53:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "joegraduate",
"homepage": "https://www.drupal.org/user/789384"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2021-04-05 16:53:46 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
2024-02-12 09:43:25 -08:00
},
{
"name": "tadean",
"homepage": "https://www.drupal.org/user/3608919"
},
{
"name": "uarizona",
"homepage": "https://www.drupal.org/user/3763238"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "2.1.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_perms.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-2.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/config_perms-8.x-2.1.zip",
"reference": "8.x-2.1",
"shasum": "06bc0d6587fba76149b4de7ccc32f6c6b8bc382a"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.1",
"datestamp": "1685589568",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "benellefimostfa",
"homepage": "https://www.drupal.org/user/3092403"
},
2024-02-12 09:43:25 -08:00
{
"name": "Docc",
"homepage": "https://www.drupal.org/user/310132"
},
2019-07-12 14:27:04 -04:00
{
"name": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
2024-02-12 09:43:25 -08:00
{
"name": "Kristen Pol",
"homepage": "https://www.drupal.org/user/8389"
},
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
2019-07-12 14:27:04 -04:00
{
"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",
2021-04-05 16:53:46 -04:00
"version": "2.0.0-rc4",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_provider.git",
2021-04-05 16:53:46 -04:00
"reference": "8.x-2.0-rc4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2021-04-05 16:53:46 -04:00
"url": "https://ftp.drupal.org/files/projects/config_provider-8.x-2.0-rc4.zip",
"reference": "8.x-2.0-rc4",
"shasum": "64a1545e8cc48f9363e028d3360134f143baaf58"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/core": "^8 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2021-04-05 16:53:46 -04:00
"version": "8.x-2.0-rc4",
"datestamp": "1592923705",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "not-covered",
2021-04-05 16:53:46 -04:00
"message": "RC releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
2021-04-05 16:53:46 -04:00
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
2019-07-12 14:27:04 -04:00
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
2021-04-05 16:53:46 -04:00
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
2019-07-12 14:27:04 -04:00
{
"name": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
2021-04-05 16:53:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "joegraduate",
"homepage": "https://www.drupal.org/user/789384"
2021-04-05 16:53:46 -04:00
},
2019-07-12 14:27:04 -04:00
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "tadean",
"homepage": "https://www.drupal.org/user/3608919"
2019-07-12 14:27:04 -04:00
}
],
"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",
2021-04-05 16:53:46 -04:00
"version": "1.0.0-rc2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_snapshot.git",
2021-04-05 16:53:46 -04:00
"reference": "8.x-1.0-rc2"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2021-04-05 16:53:46 -04:00
"url": "https://ftp.drupal.org/files/projects/config_snapshot-8.x-1.0-rc2.zip",
"reference": "8.x-1.0-rc2",
"shasum": "676c7620a0086ed76c09b889d2b4ea039c47948b"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/core": "^8 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2021-04-05 16:53:46 -04:00
"version": "8.x-1.0-rc2",
"datestamp": "1590652016",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "not-covered",
2021-04-05 16:53:46 -04:00
"message": "RC releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
2021-04-05 16:53:46 -04:00
{
"name": "a.dmitriiev",
"homepage": "https://www.drupal.org/user/3235287"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
2019-07-12 14:27:04 -04:00
{
"name": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
2021-04-05 16:53:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "joegraduate",
"homepage": "https://www.drupal.org/user/789384"
2021-04-05 16:53:46 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
2024-02-12 09:43:25 -08:00
},
{
"name": "tadean",
"homepage": "https://www.drupal.org/user/3608919"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "3.0.0-alpha1",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_sync.git",
2024-02-12 09:43:25 -08:00
"reference": "3.0.0-alpha1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/config_sync-3.0.0-alpha1.zip",
"reference": "3.0.0-alpha1",
"shasum": "7fd0b66d022a90b2b8e3c9a7c2d990db5fbaa6c8"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/config_distro": "^1.0-alpha4",
"drupal/config_distro_filter": "*",
"drupal/config_filter": "^1.3||^2.0",
2019-07-12 14:27:04 -04:00
"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",
2021-04-05 16:53:46 -04:00
"drupal/core": "^8.8 || ^9",
2024-02-12 09:43:25 -08:00
"symfony/yaml": "~3.4.5|^4.4|^6.2"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.0.0-alpha1",
"datestamp": "1671635618",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"message": "Alpha releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"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"
},
2021-04-05 16:53:46 -04:00
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
2019-07-12 14:27:04 -04:00
{
"name": "flocondetoile",
"homepage": "https://www.drupal.org/user/2006064"
},
2021-04-05 16:53:46 -04:00
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
2024-02-12 09:43:25 -08:00
"name": "joegraduate",
"homepage": "https://www.drupal.org/user/789384"
2021-04-05 16:53:46 -04:00
},
2019-07-12 14:27:04 -04:00
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "tadean",
"homepage": "https://www.drupal.org/user/3608919"
},
{
"name": "uarizona",
"homepage": "https://www.drupal.org/user/3763238"
2019-07-12 14:27:04 -04:00
}
],
"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",
2020-05-06 23:00:25 -04:00
"version": "1.7.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/config_update.git",
2020-05-06 23:00:25 -04:00
"reference": "8.x-1.7"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2020-05-06 23:00:25 -04:00
"url": "https://ftp.drupal.org/files/projects/config_update-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "8f079abf7c2ea826a27fa5224b0770a26404c968"
2019-07-12 14:27:04 -04:00
},
"require": {
2020-05-06 23:00:25 -04:00
"drupal/core": "^8 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2020-05-06 23:00:25 -04:00
"version": "8.x-1.7",
"datestamp": "1586355587",
2019-07-12 14:27:04 -04:00
"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": "codebymikey",
"homepage": "https://www.drupal.org/user/3573206"
2024-02-12 09:43:25 -08:00
},
{
"name": "Pasqualle",
"homepage": "https://www.drupal.org/user/80733"
2019-07-12 14:27:04 -04:00
}
],
"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"
}
},
2024-02-12 09:43:25 -08:00
{
"name": "drupal/content_lock",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/content_lock.git",
"reference": "8.x-2.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/content_lock-8.x-2.3.zip",
"reference": "8.x-2.3",
"shasum": "0e8343f82330899baef65aa85d9994154e29506f"
},
"require": {
"drupal/core": "^9.0 || ^10.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.3",
"datestamp": "1668427342",
"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": "alexpott",
"homepage": "https://www.drupal.org/user/157725"
},
{
"name": "chr.fritsch",
"homepage": "https://www.drupal.org/user/2103716"
},
{
"name": "daniel.bosen",
"homepage": "https://www.drupal.org/user/404865"
},
{
"name": "ergonlogic",
"homepage": "https://www.drupal.org/user/368613"
},
{
"name": "mfb",
"homepage": "https://www.drupal.org/user/12302"
},
{
"name": "pandaski",
"homepage": "https://www.drupal.org/user/1987218"
},
{
"name": "volkerk",
"homepage": "https://www.drupal.org/user/57527"
}
],
"description": "Prevents multiple users from trying to edit a content entity simultaneously to prevent edit conflicts.",
"homepage": "https://www.drupal.org/project/content_lock",
"support": {
"source": "https://git.drupalcode.org/project/content_lock"
}
},
2019-07-24 07:19:09 -04:00
{
"name": "drupal/convert_bundles",
2024-02-12 09:43:25 -08:00
"version": "1.0.0-beta1",
2019-07-24 07:19:09 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/convert_bundles.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.0-beta1"
2019-07-24 07:19:09 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/convert_bundles-8.x-1.0-beta1.zip",
"reference": "8.x-1.0-beta1",
"shasum": "606bbeb9c1db02da5237e54c114849d9cee2d914"
2019-07-24 07:19:09 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2019-07-24 07:19:09 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-beta1",
"datestamp": "1671581467",
2019-07-24 07:19:09 -04:00
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "joseph.olstad",
"homepage": "https://www.drupal.org/user/1321830"
2019-07-24 07:19:09 -04:00
}
],
"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"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/core",
2024-02-12 09:43:25 -08:00
"version": "9.5.11",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/drupal/core.git",
2024-02-12 09:43:25 -08:00
"reference": "8afcb233c2a71501b35fed2713167c37831d5c19"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/drupal/core/zipball/8afcb233c2a71501b35fed2713167c37831d5c19",
"reference": "8afcb233c2a71501b35fed2713167c37831d5c19",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"asm89/stack-cors": "^1.3",
"composer/semver": "^3.3",
"doctrine/annotations": "^1.13",
"doctrine/reflection": "^1.2",
"egulias/email-validator": "^2.1.22|^3.2",
2019-07-12 14:27:04 -04:00
"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": "*",
2024-02-12 09:43:25 -08:00
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
"laminas/laminas-feed": "^2.17",
"longwave/laminas-diactoros": "^2.14",
"masterminds/html5": "^2.7",
"pear/archive_tar": "^1.4.14",
"php": ">=7.3.0",
2024-02-12 09:43:25 -08:00
"psr/log": "^1.1",
2019-07-12 14:27:04 -04:00
"stack/builder": "^1.0",
2024-02-12 09:43:25 -08:00
"symfony-cmf/routing": "^2.3",
"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",
2022-01-28 18:42:57 -05:00
"symfony/mime": "^5.4",
2024-02-12 09:43:25 -08:00
"symfony/polyfill-iconv": "^1.26",
"symfony/polyfill-php80": "^1.26",
"symfony/process": "^4.4",
2024-02-12 09:43:25 -08:00
"symfony/psr-http-message-bridge": "^2.1",
"symfony/routing": "^4.4",
"symfony/serializer": "^4.4",
"symfony/translation": "^4.4",
"symfony/validator": "^4.4",
"symfony/yaml": "^4.4.19",
2024-02-12 09:43:25 -08:00
"twig/twig": "^2.15.3",
2021-04-05 16:53:46 -04:00
"typo3/phar-stream-wrapper": "^3.1.3"
2019-07-12 14:27:04 -04:00
},
"conflict": {
2024-02-12 09:43:25 -08:00
"drush/drush": "<8.1.10",
"symfony/http-foundation": "4.4.42"
2019-07-12 14:27:04 -04:00
},
"replace": {
"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",
2019-07-12 14:27:04 -04:00
"drupal/core-filesystem": "self.version",
"drupal/core-front-matter": "self.version",
2019-07-12 14:27:04 -04:00
"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",
2024-02-12 09:43:25 -08:00
"drupal/core-version": "self.version"
2019-07-12 14:27:04 -04:00
},
"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"
}
2021-04-05 16:53:46 -04:00
}
2019-07-12 14:27:04 -04:00
},
"autoload": {
2022-03-05 13:47:38 -05:00
"files": [
"includes/bootstrap.inc",
"includes/guzzle_php81_shim.php"
],
2019-07-12 14:27:04 -04:00
"psr-4": {
"Drupal\\Core\\": "lib/Drupal/Core",
2022-03-05 13:47:38 -05:00
"Drupal\\Driver\\": "../drivers/lib/Drupal/Driver",
"Drupal\\Component\\": "lib/Drupal/Component"
2019-07-12 14:27:04 -04:00
},
"classmap": [
"lib/Drupal.php",
"lib/Drupal/Component/DependencyInjection/Container.php",
"lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php",
"lib/Drupal/Component/FileCache/FileCacheFactory.php",
2019-07-12 14:27:04 -04:00
"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",
2019-07-12 14:27:04 -04:00
"lib/Drupal/Core/Database/Database.php",
"lib/Drupal/Core/Database/Statement.php",
"lib/Drupal/Core/Database/StatementInterface.php",
"lib/Drupal/Core/DependencyInjection/Container.php",
2019-07-12 14:27:04 -04:00
"lib/Drupal/Core/DrupalKernel.php",
"lib/Drupal/Core/DrupalKernelInterface.php",
"lib/Drupal/Core/Http/InputBag.php",
"lib/Drupal/Core/Installer/InstallerRedirectTrait.php",
2019-07-12 14:27:04 -04:00
"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.",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/drupal/core/tree/9.5.11"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-09-19T17:58:28+00:00"
2019-07-12 14:27:04 -04:00
},
{
2020-05-06 23:00:25 -04:00
"name": "drupal/core-composer-scaffold",
2024-02-12 09:43:25 -08:00
"version": "9.5.11",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2020-05-06 23:00:25 -04:00
"url": "https://github.com/drupal/core-composer-scaffold.git",
2024-02-12 09:43:25 -08:00
"reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/drupal/core-composer-scaffold/zipball/08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7",
"reference": "08da8e59c6f1bd0b1a58d18f8addc0d937bbacc7",
2020-05-06 23:00:25 -04:00
"shasum": ""
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"composer-plugin-api": "^1 || ^2",
"php": ">=7.3.0"
2019-07-12 14:27:04 -04:00
},
2020-05-06 23:00:25 -04:00
"conflict": {
"drupal-composer/drupal-scaffold": "*"
},
"require-dev": {
"composer/composer": "^1.8@stable"
},
"type": "composer-plugin",
2019-07-12 14:27:04 -04:00
"extra": {
2020-05-06 23:00:25 -04:00
"class": "Drupal\\Composer\\Plugin\\Scaffold\\Plugin",
2019-07-12 14:27:04 -04:00
"branch-alias": {
2020-05-06 23:00:25 -04:00
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/drupal/core-composer-scaffold/tree/9.5.11"
},
2024-02-12 09:43:25 -08:00
"time": "2023-04-30T16:17:33+00:00"
},
{
"name": "drupal/core-recommended",
2024-02-12 09:43:25 -08:00
"version": "9.5.11",
"source": {
"type": "git",
"url": "https://github.com/drupal/core-recommended.git",
2024-02-12 09:43:25 -08:00
"reference": "af3521be5376e333ddcdbd31c5a169f16423b46f"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/drupal/core-recommended/zipball/af3521be5376e333ddcdbd31c5a169f16423b46f",
"reference": "af3521be5376e333ddcdbd31c5a169f16423b46f",
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"asm89/stack-cors": "~1.3.0",
"composer/semver": "~3.3.2",
"doctrine/annotations": "~1.13.3",
"doctrine/lexer": "~1.2.3",
"doctrine/reflection": "~1.2.3",
"drupal/core": "9.5.11",
"egulias/email-validator": "~3.2.1",
"guzzlehttp/guzzle": "~6.5.8",
"guzzlehttp/promises": "~1.5.2",
"guzzlehttp/psr7": "~1.9.1",
"longwave/laminas-diactoros": "~2.14.2",
"masterminds/html5": "~2.7.6",
"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.49",
"symfony/debug": "~v4.4.44",
"symfony/dependency-injection": "~v4.4.49",
"symfony/deprecation-contracts": "~v2.5.2",
"symfony/error-handler": "~v4.4.44",
"symfony/event-dispatcher": "~v4.4.44",
"symfony/event-dispatcher-contracts": "~v1.1.13",
"symfony/http-client-contracts": "~v2.5.2",
"symfony/http-foundation": "~v4.4.49",
"symfony/http-kernel": "~v4.4.50",
"symfony/mime": "~v5.4.13",
"symfony/polyfill-ctype": "~v1.27.0",
"symfony/polyfill-iconv": "~v1.27.0",
"symfony/polyfill-intl-idn": "~v1.27.0",
"symfony/polyfill-intl-normalizer": "~v1.27.0",
"symfony/polyfill-mbstring": "~v1.27.0",
"symfony/polyfill-php80": "~v1.27.0",
"symfony/process": "~v4.4.44",
"symfony/psr-http-message-bridge": "~v2.1.4",
"symfony/routing": "~v4.4.44",
"symfony/serializer": "~v4.4.47",
"symfony/service-contracts": "~v2.5.2",
"symfony/translation": "~v4.4.47",
"symfony/translation-contracts": "~v2.5.2",
"symfony/validator": "~v4.4.48",
"symfony/var-dumper": "~v5.4.19",
"symfony/yaml": "~v4.4.45",
"twig/twig": "~v2.15.4",
"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"
],
2024-02-12 09:43:25 -08:00
"description": "Core and its dependencies with known-compatible minor versions. Require this project INSTEAD OF drupal/core.",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/drupal/core-recommended/tree/9.5.11"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-09-19T17:58:28+00:00"
2021-04-09 11:24:23 -04:00
},
2020-05-06 23:00:25 -04:00
{
"name": "drupal/crop",
2024-02-12 09:43:25 -08:00
"version": "2.3.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/crop.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-2.3"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/crop-8.x-2.3.zip",
"reference": "8.x-2.3",
"shasum": "8e109cf60077f4c605c4d1f895cb3dc28613a23a"
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10"
2020-05-06 23:00:25 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.3",
"datestamp": "1665437894",
2020-05-06 23:00:25 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
"name": "Drupal Media Team",
"homepage": "https://www.drupal.org/user/3260690"
},
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
2019-07-12 14:27:04 -04:00
{
"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"
}
},
2019-08-30 12:31:36 -04:00
{
"name": "drupal/cshs",
2022-05-04 12:24:56 -04:00
"version": "3.6.0",
2019-08-30 12:31:36 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/cshs.git",
2022-05-04 12:24:56 -04:00
"reference": "8.x-3.6"
2019-08-30 12:31:36 -04:00
},
"dist": {
"type": "zip",
2022-05-04 12:24:56 -04:00
"url": "https://ftp.drupal.org/files/projects/cshs-8.x-3.6.zip",
"reference": "8.x-3.6",
"shasum": "d3989da7d546947644fa8ad99b490e04c8a7f252"
2019-08-30 12:31:36 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/core": "^8 || ^9",
"php": ">=7.3.0"
2019-08-30 12:31:36 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2022-05-04 12:24:56 -04:00
"version": "8.x-3.6",
"datestamp": "1650996358",
2019-08-30 12:31:36 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-08-30 12:31:36 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2021-04-05 16:53:46 -04:00
"name": "Walter Jenner",
"homepage": "https://drupal.org/u/valderama"
},
{
"name": "Sergii Bondarenko",
"homepage": "https://drupal.org/u/BR0kEN",
"email": "sb@firstvector.org"
2019-08-30 12:31:36 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "Daneel Cruz",
"homepage": "https://drupal.org/u/daneelcm"
2019-08-30 12:31:36 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "Purushotam Rai",
"homepage": "https://drupal.org/u/purushotam.rai"
2019-08-30 12:31:36 -04:00
}
],
"description": "A simple client-side hierarchical select widget for taxonomy terms.",
"homepage": "https://www.drupal.org/project/cshs",
2021-04-05 16:53:46 -04:00
"keywords": [
"client-side-select",
"hierarchical-select",
"module",
"select",
"taxonomy"
],
2019-08-30 12:31:36 -04:00
"support": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/cshs",
"issues": "https://www.drupal.org/project/issues/cshs"
2019-08-30 12:31:36 -04:00
}
},
2021-04-09 11:24:23 -04:00
{
"name": "drupal/csp",
2024-02-12 09:43:25 -08:00
"version": "1.24.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/csp.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.24"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/csp-8.x-1.24.zip",
"reference": "8.x-1.24",
"shasum": "d07ac3e6089209b0716691b43a93681534df6468"
2021-04-09 11:24:23 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.5 || ~10.0.0 || ^10.1.3",
2021-04-09 11:24:23 -04:00
"ext-json": "*",
2024-02-12 09:43:25 -08:00
"php": ">=7.4"
2021-04-09 11:24:23 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.24",
"datestamp": "1703324718",
2021-04-09 11:24:23 -04:00
"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"
}
],
"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"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/ctools",
2024-02-12 09:43:25 -08:00
"version": "3.14.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ctools.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-3.14"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/ctools-8.x-3.14.zip",
"reference": "8.x-3.14",
"shasum": "8895a8e47199b458013bc153ceafa0b1495f33c1"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.14",
"datestamp": "1684299793",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2021-04-24 23:18:29 -04:00
},
"branch-alias": {
"dev-8.x-3.x": "3.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-24 23:18:29 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"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": {
2020-05-06 23:00:25 -04:00
"source": "https://git.drupalcode.org/project/ctools",
2019-07-12 14:27:04 -04:00
"issues": "https://www.drupal.org/project/issues/ctools"
}
},
2022-05-04 12:24:56 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/dashboards",
"version": "2.1.6",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/dashboards.git",
"reference": "2.1.6"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/dashboards-2.1.6.zip",
"reference": "2.1.6",
"shasum": "e8ba79f31ff32da7b1ee9a57a61c5987014a365f"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.4 || ^10",
"laminas/laminas-feed": "^2.17"
},
"require-dev": {
"drupal/matomo": "*",
"drupal/matomo_reporting_api": "*",
"drupal/webform": "*"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.1.6",
"datestamp": "1681725489",
2022-05-04 12:24:56 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2022-05-04 12:24:56 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Erik Seifert",
"homepage": "https://www.drupal.org/user/161429"
2022-05-04 12:24:56 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Dashboards based on Layout Builder.",
"homepage": "https://www.drupal.org/project/dashboards",
"keywords": [
"Drupal"
],
2022-05-04 12:24:56 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/dashboards",
"issues": "https://www.drupal.org/project/issues/dashboards"
}
},
{
"name": "drupal/date_popup",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/date_popup.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/date_popup-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "6b707646e8920bbed1b3a6227efb9588d6b98718"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1668746954",
"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": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
},
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
"description": "Provides a HTML 5 date popup for all views filters.",
"homepage": "https://www.drupal.org/project/date_popup",
"support": {
"source": "https://git.drupalcode.org/project/date_popup"
2022-05-04 12:24:56 -04:00
}
},
{
"name": "drupal/datetimehideseconds",
2024-02-12 09:43:25 -08:00
"version": "1.4.0",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/datetimehideseconds.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.4"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/datetimehideseconds-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "fdfa8eeb35ec9577bf95caf49473c71d2ff011c0"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.7.7 || ^9 || ^10"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.4",
"datestamp": "1703164799",
2022-05-04 12:24:56 -04:00
"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": "Provides the option to hide seconds in datetime fields.",
"homepage": "https://www.drupal.org/project/datetimehideseconds",
"support": {
"source": "https://git.drupalcode.org/project/datetimehideseconds"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/default_content",
2024-02-12 09:43:25 -08:00
"version": "2.0.0-alpha2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/default_content.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.0-alpha2"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/default_content-2.0.0-alpha2.zip",
"reference": "2.0.0-alpha2",
"shasum": "5c365ea21b0be63dc00ec2db50179291d6fb3d89"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.1 || ^10"
},
"require-dev": {
"drupal/hal": " ^9 || ^1 || ^2",
"drupal/paragraphs": "^1"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0-alpha2",
"datestamp": "1659466706",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "not-covered",
"message": "Alpha releases are not covered by Drupal security advisories."
}
},
"drush": {
"services": {
2024-02-12 09:43:25 -08:00
"drush.services.yml": "^9 || ^10 || ^11"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "andypost",
"homepage": "https://www.drupal.org/user/118908"
},
{
"name": "benjy",
"homepage": "https://www.drupal.org/user/1852732"
},
2024-02-12 09:43:25 -08:00
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
2019-07-12 14:27:04 -04:00
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
2019-07-12 14:27:04 -04:00
}
],
"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"
}
},
{
2021-04-09 11:24:23 -04:00
"name": "drupal/diff",
2024-02-12 09:43:25 -08:00
"version": "1.1.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2021-04-09 11:24:23 -04:00
"url": "https://git.drupalcode.org/project/diff.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/diff-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "b7558b0f431d5945289829946e0beba61bf7ae18"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10",
2021-04-09 11:24:23 -04:00
"mkalkbrenner/php-htmldiff-advanced": "~0.0.8"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1",
"datestamp": "1665437355",
2021-04-09 11:24:23 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2021-04-09 11:24:23 -04:00
],
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "lhangea",
"homepage": "https://www.drupal.org/user/2743803"
},
2021-04-09 11:24:23 -04:00
{
"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",
2024-02-12 09:43:25 -08:00
"version": "4.0.5",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drd_agent.git",
2024-02-12 09:43:25 -08:00
"reference": "4.0.5"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.5.zip",
"reference": "4.0.5",
"shasum": "ae22d35c562972b62d61040d18849678bc4b57b5"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10",
"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": {
2024-02-12 09:43:25 -08:00
"version": "4.0.5",
"datestamp": "1682697922",
"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"
}
},
2021-04-09 11:24:23 -04:00
{
"name": "drupal/drutopia_action",
"version": "1.1.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_action.git",
"reference": "8.x-1.1"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_action-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "152af38111c9a134d83a9a1d3008ff22eb1b733e"
2021-04-09 11:24:23 -04:00
},
"require": {
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
2021-04-09 11:24:23 -04:00
"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",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2022-04-13 02:09:08 -04:00
"version": "dev-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_article.git",
2024-02-12 09:43:25 -08:00
"reference": "b328d67a312ba758feb817741f89f57f71913717"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/block_visibility_groups": "^2",
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10",
2021-04-05 16:53:46 -04:00
"drupal/ctools": "^3.4",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_comment": "*",
"drupal/drutopia_core": "*",
"drupal/drutopia_people": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_seo": "^1.0",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_site": "*",
2021-04-05 16:53:46 -04:00
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
2022-04-13 02:09:08 -04:00
"drupal/facets": "^2",
2021-04-05 16:53:46 -04:00
"drupal/field_group": "^3.0",
2019-07-12 14:27:04 -04:00
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
2021-04-05 16:53:46 -04:00
"drupal/pathauto": "^1.8",
2024-02-12 09:43:25 -08:00
"drupal/rdf": "*",
2019-07-12 14:27:04 -04:00
"drupal/search_api": "*",
2021-04-05 16:53:46 -04:00
"drupal/token": "^1.7"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
2022-04-13 02:09:08 -04:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1+4-dev",
"datestamp": "1675809789",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2022-04-13 02:09:08 -04:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
2024-02-12 09:43:25 -08:00
{
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
},
2019-07-12 14:27:04 -04:00
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2022-04-13 02:09:08 -04:00
"version": "dev-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_blog.git",
2024-02-12 09:43:25 -08:00
"reference": "5efe7f6f9e42c52368a86e5e997911b9c0a63f06"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/block_visibility_groups": "^2",
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10",
2021-04-05 16:53:46 -04:00
"drupal/ctools": "^3.4",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_comment": "*",
"drupal/drutopia_core": "*",
"drupal/drutopia_people": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_seo": "^1.0",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_site": "*",
2021-04-05 16:53:46 -04:00
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
2022-04-13 02:09:08 -04:00
"drupal/facets": "^2",
2021-04-05 16:53:46 -04:00
"drupal/field_group": "^3.0",
2019-07-12 14:27:04 -04:00
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
2021-04-05 16:53:46 -04:00
"drupal/pathauto": "^1.8",
2019-07-12 14:27:04 -04:00
"drupal/search_api": "*",
2021-04-05 16:53:46 -04:00
"drupal/token": "^1.7"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
2022-04-13 02:09:08 -04:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1+3-dev",
"datestamp": "1675793052",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2022-04-13 02:09:08 -04:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
2024-02-12 09:43:25 -08:00
{
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
},
2019-07-12 14:27:04 -04:00
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_campaign.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_campaign-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "9fef0bb6103eb3a07100ba87978223d74c5c4bed"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/block_visibility_groups": "*",
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_core": "^1.0",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
"drupal/facets": "*",
2021-04-05 16:53:46 -04:00
"drupal/field_group": "^3.0",
2019-07-12 14:27:04 -04:00
"drupal/focal_point": "*",
"drupal/metatag": "*",
2021-04-05 16:53:46 -04:00
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
2019-07-12 14:27:04 -04:00
"drupal/search_api": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286321",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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"
}
},
2019-07-29 13:26:20 -04:00
{
"name": "drupal/drutopia_collection",
2019-08-30 13:58:12 -04:00
"version": "dev-8.x-1.x",
2019-07-29 13:26:20 -04:00
"source": {
"type": "git",
2019-08-30 13:58:12 -04:00
"url": "git@gitlab.com:drutopia/drutopia_collection.git",
2024-02-12 09:43:25 -08:00
"reference": "3ce9308896b68379286312f0eaf9f7e3ce17e6cb"
2019-07-29 13:26:20 -04:00
},
"require": {
"drupal/config_actions": "^1.0",
"drupal/ctools": "^3.0",
"drupal/drutopia_article": "^1.0-beta3",
"drupal/drutopia_blog": "^1.0-beta3",
2019-07-29 13:26:20 -04:00
"drupal/drutopia_people": "^1.0-beta3",
"drupal/drutopia_seo": "^1.0-beta2",
"drupal/ds": "^3.1",
"drupal/metatag": "^1.9"
},
2021-04-09 11:24:23 -04:00
"default-branch": true,
2019-07-29 13:26:20 -04:00
"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",
2024-02-12 09:43:25 -08:00
"time": "2022-12-16T23:48:22+00:00"
2019-07-29 13:26:20 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/drutopia_comment",
"version": "1.1.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_comment.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_comment-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "f6f9a8e2279d46df1adfa66b507f2a8c687f4e86"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
2024-02-12 09:43:25 -08:00
"drupal/drutopia_core": "*",
"drupal/rdf": "*"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286434",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
2020-05-06 23:00:25 -04:00
},
"branch-alias": {
"dev-8.x-1.x": "^1.0-alpha1"
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2021-04-09 11:24:23 -04:00
"version": "dev-8.x-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2021-04-09 11:24:23 -04:00
"url": "git@gitlab.com:drutopia/drutopia_core.git",
2024-02-12 09:43:25 -08:00
"reference": "2c847ab4b0a68b1833f83fcb5ef7ffafe8bbfe8d"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/config_actions": "^1.3",
"drupal/config_perms": "^2.0",
"drupal/crop": "^2.1",
"drupal/ds": "^3.12",
2022-04-13 02:09:08 -04:00
"drupal/facets": "^2",
"drupal/faqfield": "^7.0",
2024-02-12 09:43:25 -08:00
"drupal/focal_point": "^2.0",
"drupal/metatag": "^1.16",
2021-04-05 16:53:46 -04:00
"drupal/paragraphs": "^1.12",
"drupal/search_api": "^1.19",
2021-04-05 16:53:46 -04:00
"drupal/video_embed_field": "^2.4"
2019-07-12 14:27:04 -04:00
},
2021-04-09 11:24:23 -04:00
"default-branch": true,
2019-07-12 14:27:04 -04:00
"type": "drupal-module",
"extra": {
"patches": {
"drupal/entity_reference_revisions": {
2024-02-12 09:43:25 -08:00
"Support normalization without local revision ID": "https://www.drupal.org/files/issues/2022-08-18/entity_reference_revisions-normalizer-2913713-12.patch"
2019-07-12 14:27:04 -04:00
}
2021-04-09 11:24:23 -04:00
}
2019-07-12 14:27:04 -04:00
},
"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": {
2021-04-09 11:24:23 -04:00
"issues": "https://gitlab.com/drutopia/drutopia_core/issues",
"source": "https://gitlab.com/drutopia/drutopia_core/tree/8.x-1.x"
},
2024-02-12 09:43:25 -08:00
"time": "2023-01-30T19:52:25+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "drupal/drutopia_event",
2022-04-13 02:09:08 -04:00
"version": "dev-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_event.git",
2024-02-12 09:43:25 -08:00
"reference": "05dac653be8e53cff42d9699d30f175708c5fbb6"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/block_visibility_groups": "^2",
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10",
2021-04-05 16:53:46 -04:00
"drupal/ctools": "^3.4",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_core": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
2022-04-13 02:09:08 -04:00
"drupal/facets": "^2",
2019-07-12 14:27:04 -04:00
"drupal/field_group": "*",
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
2021-04-05 16:53:46 -04:00
"drupal/pathauto": "^1.8",
2019-07-12 14:27:04 -04:00
"drupal/search_api": "*",
2021-04-05 16:53:46 -04:00
"drupal/token": "^1.7"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
2022-04-13 02:09:08 -04:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1+6-dev",
"datestamp": "1675809215",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2022-04-13 02:09:08 -04:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
2024-02-12 09:43:25 -08:00
{
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
},
2019-07-12 14:27:04 -04:00
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Drutopia Event is a base feature providing a event content type, with date and event type, and related configuration.",
2019-07-12 14:27:04 -04:00
"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",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_group.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_group-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "6a7836d4663d76303b3a5c3fabb859ef69eb007d"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/address": "^1.8",
2019-07-12 14:27:04 -04:00
"drupal/config_actions": "*",
"drupal/config_perms": "*",
"drupal/core": "^8.9 || ^9",
2019-07-12 14:27:04 -04:00
"drupal/ctools": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_core": "^1.0",
2019-07-12 14:27:04 -04:00
"drupal/ds": "*",
"drupal/entity_reference_revisions": "*",
"drupal/gnode": "*",
2021-04-05 16:53:46 -04:00
"drupal/group": "^1.0-rc5",
2019-07-12 14:27:04 -04:00
"drupal/paragraphs": "*",
2021-04-05 16:53:46 -04:00
"drupal/pathauto": "^1.8"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621286726",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
2024-02-12 09:43:25 -08:00
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
2019-07-12 14:27:04 -04:00
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_landing_page.git",
"reference": "8.x-1.2"
2019-07-12 14:27:04 -04:00
},
"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"
2019-07-12 14:27:04 -04:00
},
"require": {
"cweagans/composer-patches": "^1.5.0",
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
2021-04-05 16:53:46 -04:00
"drupal/ctools": "^3.4",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_core": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
"drupal/exclude_node_title": "^1.0-beta1",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
2021-04-05 16:53:46 -04:00
"drupal/pathauto": "^1.8",
"drupal/token": "^1.7"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.2",
"datestamp": "1624383397",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_page.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_page-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "741582b9a39009fb0dc8459e01cf8f95ad63d76b"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
2021-04-05 16:53:46 -04:00
"drupal/ctools": "^3.4",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_core": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
2021-04-05 16:53:46 -04:00
"drupal/pathauto": "^1.8",
2024-02-12 09:43:25 -08:00
"drupal/rdf": "*",
2021-04-05 16:53:46 -04:00
"drupal/token": "^1.7"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287140",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"reference": "8f857797303e658722f0f1322c19a975020eb2db"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/allowed_formats": "^2",
"drupal/core": "^8.8.3 || ^9",
"drupal/drutopia_core": "^1.0",
"drupal/entity_reference_revisions": "*",
2024-02-12 09:43:25 -08:00
"drupal/minimalhtml": "^2",
"drupal/minimalhtmltitle": "*",
2024-02-12 09:43:25 -08:00
"drupal/paragraphs": "^1.15",
"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",
2024-02-12 09:43:25 -08:00
"datestamp": "1686755608",
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"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": [
2024-02-12 09:43:25 -08:00
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2024-02-12 09:43:25 -08:00
},
{
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
}
],
"description": "Provides a title paragraph that can replace regular page titles with a title, subtitle, and image.",
2024-02-12 09:43:25 -08:00
"homepage": "https://www.drupal.org/project/drutopia_paragraph_title",
"keywords": [
"content",
"drutopia",
"paragraphs",
"titles"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/drutopia_paragraph_title",
"issues": "https://www.drupal.org/project/issues/drutopia_paragraph_title"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/drutopia_people",
"version": "1.1.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_people.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_people-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "3523571dacf8e8eaf49e76dff644705141efb4e7"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
2019-07-12 14:27:04 -04:00
"drupal/ctools": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_core": "^1.0",
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
2021-04-05 16:53:46 -04:00
"drupal/field_group": "^3.0",
2019-07-12 14:27:04 -04:00
"drupal/focal_point": "*",
"drupal/metatag": "*",
2021-04-05 16:53:46 -04:00
"drupal/paragraphs": "^1.12",
"drupal/pathauto": "^1.8",
2019-07-12 14:27:04 -04:00
"drupal/search_api": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287220",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "dev-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_related_content.git",
2024-02-12 09:43:25 -08:00
"reference": "ac43115289784a05590c69efb66d5ffe29643470"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/block_visibility_groups": "^2",
"drupal/core": "^8.9 || ^9 || ^10",
"drupal/drutopia_core": "^1.0-beta3",
2019-07-12 14:27:04 -04:00
"drupal/similarterms": "^1.3"
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1+2-dev",
"datestamp": "1675809445",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"description": "Shows content (articles, actions, etc.) related to the current page's content based on the taxonomy terms held in common.",
2019-07-12 14:27:04 -04:00
"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",
2022-04-13 02:09:08 -04:00
"version": "dev-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_resource.git",
2024-02-12 09:43:25 -08:00
"reference": "4d091769ad640333a3b51ac786b5e2ea6d677078"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/block_visibility_groups": "^2",
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10",
2021-04-05 16:53:46 -04:00
"drupal/ctools": "^3.4",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_core": "*",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_seo": "^1.0",
"drupal/ds": "^3.7",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
2022-04-13 02:09:08 -04:00
"drupal/facets": "^2",
2021-04-05 16:53:46 -04:00
"drupal/field_group": "^3.0",
2019-07-12 14:27:04 -04:00
"drupal/focal_point": "*",
"drupal/metatag": "*",
"drupal/paragraphs": "*",
2021-04-05 16:53:46 -04:00
"drupal/pathauto": "^1.8",
2019-07-12 14:27:04 -04:00
"drupal/search_api": "*",
2021-04-05 16:53:46 -04:00
"drupal/token": "^1.7",
"drupal/video_embed_field": "^2.4"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
2022-04-13 02:09:08 -04:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1+3-dev",
"datestamp": "1675808814",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2022-04-13 02:09:08 -04:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
2024-02-12 09:43:25 -08:00
{
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
},
2019-07-12 14:27:04 -04:00
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "dev-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_search.git",
2024-02-12 09:43:25 -08:00
"reference": "bc68885f6d597d0568cafc2ef52e25f13958594e"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/block_visibility_groups": "^2",
"drupal/core": "^8.9 || ^9 || ^10",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_core": "^1.0",
2019-07-12 14:27:04 -04:00
"drupal/facets": "*",
2024-02-12 09:43:25 -08:00
"drupal/search_api": "*"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1+3-dev",
"datestamp": "1677100326",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_seo.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_seo-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "af41f9c756d958f4b3afd076b737608f52c5a8e2"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/config_actions": "^1.1",
"drupal/core": "^8.9 || ^9",
2019-07-12 14:27:04 -04:00
"drupal/drutopia_core": "*",
2021-04-05 16:53:46 -04:00
"drupal/metatag": "^1.13",
"drupal/redirect": "^1.6",
2020-05-06 23:00:25 -04:00
"drupal/redirect_404": "*"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621287991",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "dev-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_site.git",
2024-02-12 09:43:25 -08:00
"reference": "c09cb79ce19b3d3f7257d44f740a30716e6db335"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/admin_toolbar": "^3.0",
2020-05-06 23:00:25 -04:00
"drupal/admin_toolbar_links_access_filter": "*",
2019-07-12 14:27:04 -04:00
"drupal/admin_toolbar_tools": "*",
2024-02-12 09:43:25 -08:00
"drupal/autosave_form": "1.x-dev",
"drupal/ckeditor": "*",
2021-04-05 16:53:46 -04:00
"drupal/ckeditorheight": "^1.8",
"drupal/config_actions": "^1.1",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_core": "^1.0",
2020-05-06 23:00:25 -04:00
"drupal/ds": "*",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
2021-04-05 16:53:46 -04:00
"drupal/menu_admin_per_menu": "^1.1",
2020-05-06 23:00:25 -04:00
"drupal/paragraphs": "*",
"drupal/role_delegation": "^1.1",
2024-02-12 09:43:25 -08:00
"drupal/wysiwyg_linebreaks": "^2"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1+6-dev",
"datestamp": "1698785037",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
2024-02-12 09:43:25 -08:00
{
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
},
2019-07-12 14:27:04 -04:00
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "ronaldmulero",
"homepage": "https://www.drupal.org/user/241652"
},
{
2024-02-12 09:43:25 -08:00
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_social.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_social-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "a000b52043b7fb81be18f325c0d4e694ec560191"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/core": "^8.9 || ^9",
2021-04-05 16:53:46 -04:00
"drupal/social_media_links": "^2.6"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621288156",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
2024-02-12 09:43:25 -08:00
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
2019-07-12 14:27:04 -04:00
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "1.2.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_storyline.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.2"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/drutopia_storyline-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "fe054d8f4e5176c6161ca8b4033999a153df003b"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/config_actions": "*",
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10",
2021-04-05 16:53:46 -04:00
"drupal/drutopia_core": "^1.0",
"drupal/drutopia_page": "^1.0",
2019-07-12 14:27:04 -04:00
"drupal/entity_reference_revisions": "*",
2021-04-05 16:53:46 -04:00
"drupal/field_group": "^3.0",
2019-07-12 14:27:04 -04:00
"drupal/paragraphs": "*"
},
"require-dev": {
"drupal/drutopia_page": "*",
"drupal/entity_reference_revisions": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.2",
"datestamp": "1675284600",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
2024-02-12 09:43:25 -08:00
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
2019-07-12 14:27:04 -04:00
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/drutopia_user.git",
"reference": "8.x-1.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/drutopia_user-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "371aaddc62123b7e635d3f16531462472871a4e8"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/core": "^8.9 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1621288305",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
2020-05-06 23:00:25 -04:00
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
2024-02-12 09:43:25 -08:00
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
2019-07-12 14:27:04 -04:00
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "3.16.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ds.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-3.16"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/ds-8.x-3.16.zip",
"reference": "8.x-3.16",
"shasum": "428173ea368534fcc49b0fbdcd76ca2fd238a9d4"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/classy": "^1.0",
"drupal/devel": "5.x-dev"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.16",
"datestamp": "1703256181",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"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"
}
},
2024-02-12 09:43:25 -08:00
{
"name": "drupal/dynamic_entity_reference",
"version": "1.16.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/dynamic_entity_reference.git",
"reference": "8.x-1.16"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/dynamic_entity_reference-8.x-1.16.zip",
"reference": "8.x-1.16",
"shasum": "4155c11eac17ccd485888e6e5c52858358726415"
},
"require": {
"drupal/core": "^9.3",
"php": ">=7.4"
},
"require-dev": {
"drupal/diff": "1.x-dev",
"mglaman/phpstan-drupal": "^1.1",
"phpstan/phpstan": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.16",
"datestamp": "1644273068",
"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": "Lee Rowlands",
"homepage": "https://www.drupal.org/u/larowlan",
"role": "Maintainer"
},
{
"name": "Jibran Ijaz",
"homepage": "https://www.drupal.org/u/jibran",
"role": "Maintainer"
},
{
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
"description": "Provides a field that allows an entity-reference field to reference more than one entity type.",
"homepage": "http://drupal.org/project/dynamic_entity_reference",
"support": {
"source": "http://cgit.drupalcode.org/dynamic_entity_reference",
"issues": "http://drupal.org/project/dynamic_entity_reference",
"irc": "irc://irc.freenode.org/drupal-contribute"
}
},
2022-05-04 12:24:56 -04:00
{
"name": "drupal/easy_breadcrumb",
2024-02-12 09:43:25 -08:00
"version": "2.0.6",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/easy_breadcrumb.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.6"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/easy_breadcrumb-2.0.6.zip",
"reference": "2.0.6",
"shasum": "622f31fb071dea25735cfc4eaab4cf96bde917ab"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.6",
"datestamp": "1707084295",
2022-05-04 12:24:56 -04:00
"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": "Greg Boggs",
"homepage": "https://www.drupal.org/u/greg-boggs",
"role": "Maintainer"
},
{
"name": "hmartens",
"homepage": "https://www.drupal.org/user/622826"
},
{
"name": "loopduplicate",
"homepage": "https://www.drupal.org/user/717290"
},
2024-02-12 09:43:25 -08:00
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/user/3580850"
},
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
},
{
"name": "renatog",
"homepage": "https://www.drupal.org/user/3326031"
},
2022-05-04 12:24:56 -04:00
{
"name": "sonemonu",
"homepage": "https://www.drupal.org/user/1667988"
},
{
"name": "tatarbj",
"homepage": "https://www.drupal.org/user/649590"
}
],
"description": "Adds configuration to the system breadcrumbs.",
"homepage": "https://www.drupal.org/project/easy_breadcrumb",
"support": {
"source": "https://git.drupalcode.org/project/easy_breadcrumb",
"issues": "https://www.drupal.org/project/issues/easy_breadcrumb"
}
},
2022-02-06 15:16:59 -05:00
{
"name": "drupal/editor_advanced_link",
2024-02-12 09:43:25 -08:00
"version": "2.2.4",
2022-02-06 15:16:59 -05:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/editor_advanced_link.git",
2024-02-12 09:43:25 -08:00
"reference": "2.2.4"
2022-02-06 15:16:59 -05:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/editor_advanced_link-2.2.4.zip",
"reference": "2.2.4",
"shasum": "cd0db397827f2e21ec8a68211e8a153463a6c89b"
2022-02-06 15:16:59 -05:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/ckeditor": "*",
"phpro/grumphp": "^2.0"
2022-02-06 15:16:59 -05:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.2.4",
"datestamp": "1688040059",
2022-02-06 15:16:59 -05:00
"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": "DuaelFr",
"homepage": "https://www.drupal.org/user/931394"
}
],
2024-02-12 09:43:25 -08:00
"description": "Editor Advanced link",
2022-02-06 15:16:59 -05:00
"homepage": "https://www.drupal.org/project/editor_advanced_link",
"support": {
"source": "https://git.drupalcode.org/project/editor_advanced_link"
}
},
2022-05-04 12:24:56 -04:00
{
"name": "drupal/editoria11y",
"version": "1.0.14",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/editoria11y.git",
"reference": "1.0.14"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/editoria11y-1.0.14.zip",
"reference": "1.0.14",
"shasum": "5c278b863b3f97f4e15aceb41e48117258fed8a1"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.14",
"datestamp": "1651258764",
"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": "bkosborne",
"homepage": "https://www.drupal.org/user/788032"
},
{
"name": "itmaybejj",
"homepage": "https://www.drupal.org/user/1177504"
},
{
"name": "partyka",
"homepage": "https://www.drupal.org/user/344048"
}
],
"description": "Checks for accessibility in page content.",
"homepage": "https://www.drupal.org/project/editoria11y",
"support": {
"source": "https://git.drupalcode.org/project/editoria11y"
}
},
2019-09-01 10:01:44 -04:00
{
"name": "drupal/empty_page",
"version": "3.0.0",
2019-09-01 10:01:44 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/empty_page.git",
"reference": "8.x-3.0"
2019-09-01 10:01:44 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/empty_page-8.x-3.0.zip",
"reference": "8.x-3.0",
"shasum": "207a1ac3d66c5cfb4f8129e26670e30c66d4cd06"
2019-09-01 10:01:44 -04:00
},
"require": {
"drupal/core": "^8 || ^9"
2019-09-01 10:01:44 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.0",
"datestamp": "1592930944",
2019-09-01 10:01:44 -04:00
"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"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/entity",
2024-02-12 09:43:25 -08:00
"version": "1.4.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/entity-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "1cf7712318fad144eab106a8fcfcd396aeb5676f"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2|^10.0"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.4",
"datestamp": "1661898023",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"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"
2021-04-05 16:53:46 -04:00
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
2024-02-12 09:43:25 -08:00
},
{
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
2019-07-12 14:27:04 -04:00
}
],
"description": "Provides expanded entity APIs, which will be moved to Drupal core one day.",
2022-03-05 13:47:38 -05:00
"homepage": "https://www.drupal.org/project/entity",
2019-07-12 14:27:04 -04:00
"support": {
2022-03-05 13:47:38 -05:00
"source": "https://git.drupalcode.org/project/entity",
"issues": "https://www.drupal.org/project/issues/entity"
2019-07-12 14:27:04 -04:00
}
},
2019-10-01 00:59:15 -04:00
{
"name": "drupal/entity_reference_override",
2024-02-12 09:43:25 -08:00
"version": "2.0.0-beta2",
2019-10-01 00:59:15 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_override.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.0-beta2"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/entity_reference_override-2.0.0-beta2.zip",
"reference": "2.0.0-beta2",
"shasum": "8df72b040baee530fbf2186c8007c12b19f1286f"
2019-10-01 00:59:15 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
},
"require-dev": {
"drupal/entity_browser": "*"
2019-10-01 00:59:15 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0-beta2",
"datestamp": "1689262248",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
2019-10-01 00:59:15 -04:00
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2021-04-05 16:53:46 -04:00
},
{
"name": "ultimike",
"homepage": "https://www.drupal.org/user/51132"
2019-10-01 00:59:15 -04:00
}
],
"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"
2021-04-09 11:24:23 -04:00
}
2019-10-01 00:59:15 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/entity_reference_revisions",
2024-02-12 09:43:25 -08:00
"version": "1.11.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entity_reference_revisions.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.11"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/entity_reference_revisions-8.x-1.11.zip",
"reference": "8.x-1.11",
"shasum": "de21cbb0d8a0344dc3496addcad4ed536747cec5"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"drupal/diff": "1.x-dev"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.11",
"datestamp": "1705140721",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2024-02-12 09:43:25 -08:00
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://www.drupal.org/project/entity_reference_revisions",
"support": {
"source": "https://git.drupalcode.org/project/entity_reference_revisions"
}
},
2022-05-04 12:24:56 -04:00
{
"name": "drupal/entitygroupfield",
2024-02-12 09:43:25 -08:00
"version": "1.0.0-beta1",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/entitygroupfield.git",
2024-02-12 09:43:25 -08:00
"reference": "1.0.0-beta1"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/entitygroupfield-1.0.0-beta1.zip",
"reference": "1.0.0-beta1",
"shasum": "7d6ebf9f6f8b5b231fbb9aa0977a91a6082261b5"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10",
2022-05-04 12:24:56 -04:00
"drupal/group": "~1.0"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/entity": "*",
2022-05-04 12:24:56 -04:00
"drupal/variationcache": "~1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "1.0.0-beta1",
"datestamp": "1700081174",
2022-05-04 12:24:56 -04:00
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"message": "Beta releases are not covered by Drupal security advisories."
2022-05-04 12:24:56 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Derek Wright",
"homepage": "https://www.drupal.org/u/dww",
"role": "Maintainer"
},
{
"name": "Ivan Duarte",
"homepage": "https://www.drupal.org/u/jidrone",
"role": "Co-Maintainer"
}
],
"description": "Defines a field to view and edit the groups associated with content.",
"homepage": "http://drupal.org/project/entitygroupfield",
"support": {
"source": "https://git.drupalcode.org/project/entitygroupfield",
"issues": "https://drupal.org/project/issues/entitygroupfield"
}
},
2021-04-09 11:24:23 -04:00
{
"name": "drupal/environment_indicator",
2024-02-12 09:43:25 -08:00
"version": "4.0.17",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/environment_indicator.git",
2024-02-12 09:43:25 -08:00
"reference": "4.0.17"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/environment_indicator-4.0.17.zip",
"reference": "4.0.17",
"shasum": "d6bf00046516aaa027e5e91aaac0800e280b5160"
2021-04-09 11:24:23 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2021-04-09 11:24:23 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "4.0.17",
"datestamp": "1696608287",
2021-04-09 11:24:23 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Mateu Aguiló Bosch",
"homepage": "https://www.drupal.org/user/550110",
"email": "mateu@mateuaguilo.com"
2021-04-09 11:24:23 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Ignacio Sánchez",
"homepage": "https://www.drupal.org/user/733162",
"email": "nacho@isholgueras.com"
2021-04-09 11:24:23 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "mrfelton",
"homepage": "https://www.drupal.org/user/305669"
2021-04-09 11:24:23 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Environment Indicator adds some visual cuest to indicate which copy of the site are you interacting with",
2021-04-09 11:24:23 -04:00
"homepage": "https://www.drupal.org/project/environment_indicator",
"support": {
"source": "https://git.drupalcode.org/project/environment_indicator"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/eu_cookie_compliance",
2024-02-12 09:43:25 -08:00
"version": "1.24.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/eu-cookie-compliance.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.24"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/eu_cookie_compliance-8.x-1.24.zip",
"reference": "8.x-1.24",
"shasum": "ab8dcd866e5ad95cde6fdf9cbca509c7f399bd23"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.24",
"datestamp": "1665158185",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"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"
},
{
2021-04-05 16:53:46 -04:00
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
2020-05-06 23:00:25 -04:00
},
2019-07-12 14:27:04 -04:00
{
2021-04-05 16:53:46 -04:00
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1538032/committers"
2024-02-12 09:43:25 -08:00
},
{
"name": "svenryen",
"homepage": "https://www.drupal.org/user/667244"
2019-07-12 14:27:04 -04:00
}
],
"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": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/eu-cookie-compliance",
"docs": "https://www.drupal.org/docs/contributed-modules/eu-cookie-compliance",
2019-07-12 14:27:04 -04:00
"forum": "https://drupal.stackexchange.com/search?q=eu+cookie+compliance",
"issues": "https://www.drupal.org/project/issues/eu_cookie_compliance?version=8.x",
2021-04-05 16:53:46 -04:00
"slack": "https://app.slack.com/client/T06GX3JTS/C012XBTH81E"
2019-07-12 14:27:04 -04:00
}
},
{
"name": "drupal/exclude_node_title",
2024-02-12 09:43:25 -08:00
"version": "1.4.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/exclude_node_title.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/exclude_node_title-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "c6f6c0e06c202f3ace436867a459f8672e1494f5"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.4",
"datestamp": "1659271679",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
2021-04-05 16:53:46 -04:00
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
},
2019-07-12 14:27:04 -04:00
{
"name": "gabrielu",
"homepage": "https://www.drupal.org/user/279352"
2024-02-12 09:43:25 -08:00
},
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/user/3580850"
2019-07-12 14:27:04 -04:00
}
],
2021-04-05 16:53:46 -04:00
"description": "Provides the option of excluding node title(s) from display by individual node, node bundle, and view mode.",
2019-07-12 14:27:04 -04:00
"homepage": "https://www.drupal.org/project/exclude_node_title",
"support": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/exclude_node_title",
"issues": "https://www.drupal.org/project/issues/exclude_node_title"
2019-07-12 14:27:04 -04:00
}
},
{
2022-05-04 12:24:56 -04:00
"name": "drupal/exif_orientation",
2024-02-12 09:43:25 -08:00
"version": "1.4.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2022-05-04 12:24:56 -04:00
"url": "https://git.drupalcode.org/project/exif_orientation.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "692d04b1ce662a204b335135a1dadaca9b6efc7b"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.4",
"datestamp": "1694623445",
2022-05-04 12:24:56 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "heddn",
"homepage": "https://www.drupal.org/user/1463982"
2022-05-04 12:24:56 -04:00
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
2024-02-12 09:43:25 -08:00
},
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
2022-05-04 12:24:56 -04:00
}
],
"description": "Rotates images per their EXIF Orientation",
"homepage": "https://www.drupal.org/project/exif_orientation",
"support": {
"source": "https://git.drupalcode.org/project/exif_orientation"
}
},
{
"name": "drupal/facets",
2024-02-12 09:43:25 -08:00
"version": "2.0.6",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/facets.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.6"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/facets-2.0.6.zip",
"reference": "2.0.6",
"shasum": "e984e6ce69026c20d2049d4ec53748e67c5e70de"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10.0"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"drupal/search_api": "<1.14"
},
2019-07-12 14:27:04 -04:00
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/jquery_ui_slider": "~2.0",
"drupal/jquery_ui_touch_punch": "~1.1",
"drupal/search_api": "^1.28||1.x-dev"
2022-04-13 02:09:08 -04:00
},
"suggest": {
"drupal/jquery_ui_slider": "Required for the 'Facets Range Widget' module to work",
"drupal/jquery_ui_touch_punch": "Required for the 'Facets Range Widget' module to work"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.6",
"datestamp": "1671207897",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2021-04-09 11:24:23 -04:00
}
2019-07-12 14:27:04 -04:00
},
"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"
},
2021-04-05 16:53:46 -04:00
{
"name": "drunken monkey",
"homepage": "https://www.drupal.org/user/205582"
},
{
"name": "mkalkbrenner",
"homepage": "https://www.drupal.org/user/124705"
2024-02-12 09:43:25 -08:00
},
{
"name": "Nick_vh",
"homepage": "https://www.drupal.org/user/122682"
},
{
"name": "StryKaizer",
"homepage": "https://www.drupal.org/user/462700"
2019-07-12 14:27:04 -04:00
}
],
"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"
}
},
2019-10-02 00:57:40 -04:00
{
"name": "drupal/fakeobjects",
2024-02-12 09:43:25 -08:00
"version": "1.2.0",
2019-10-02 00:57:40 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/fakeobjects.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.2"
2019-10-02 00:57:40 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/fakeobjects-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "a49094752f972e7db51ef5ec7abade1a4eba48f5"
2019-10-02 00:57:40 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/ckeditor": "*",
"drupal/core": "^8 || ^9 || ^10"
2019-10-02 00:57:40 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.2",
"datestamp": "1674760765",
2019-10-02 00:57:40 -04:00
"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"
2021-04-05 16:53:46 -04:00
},
{
"name": "kevinquillen",
"homepage": "https://www.drupal.org/user/317279"
2019-10-02 00:57:40 -04:00
}
],
"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"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/faqfield",
2024-02-12 09:43:25 -08:00
"version": "7.1.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/faqfield.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-7.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/faqfield-8.x-7.1.zip",
"reference": "8.x-7.1",
"shasum": "c602e57dc07926bc5a263f56ee36ba7afa8dd574"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10",
"drupal/jquery_ui_accordion": "^2.0"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-7.1",
"datestamp": "1678202291",
2019-07-12 14:27:04 -04:00
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "pifagor",
"homepage": "https://www.drupal.org/user/2375692"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "3.14.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/features.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-3.14"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/features-8.x-3.14.zip",
"reference": "8.x-3.14",
"shasum": "fff0bb2d133c524ddb326422eba625c55585232c"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/config_update": "^1.4 || ^2",
"drupal/core": "^9.4 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.14",
"datestamp": "1702059191",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
2024-02-12 09:43:25 -08:00
"drush.services.yml": "^10 || ^11"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
2024-02-12 09:43:25 -08:00
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
2019-07-12 14:27:04 -04:00
{
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
2021-04-05 16:53:46 -04:00
{
"name": "donquixote",
"homepage": "https://www.drupal.org/user/459338"
},
2019-07-12 14:27:04 -04:00
{
"name": "e2thex",
"homepage": "https://www.drupal.org/user/189123"
},
{
"name": "febbraro",
"homepage": "https://www.drupal.org/user/43670"
},
2021-04-05 16:53:46 -04:00
{
"name": "flocondetoile",
"homepage": "https://www.drupal.org/user/2006064"
},
2019-07-12 14:27:04 -04:00
{
"name": "jmiccolis",
"homepage": "https://www.drupal.org/user/31731"
},
{
"name": "joseph.olstad",
"homepage": "https://www.drupal.org/user/1321830"
},
{
2024-02-12 09:43:25 -08:00
"name": "matthand",
"homepage": "https://www.drupal.org/user/171527"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "mpotter",
"homepage": "https://www.drupal.org/user/616192"
2019-07-12 14:27:04 -04:00
}
],
"description": "Enables administrators to package configuration into modules",
"homepage": "https://www.drupal.org/project/features",
"support": {
"source": "https://git.drupalcode.org/project/features"
}
},
2022-05-04 12:24:56 -04:00
{
"name": "drupal/field_defaults",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_defaults.git",
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/field_defaults-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "22a6b0344adc0c25a026cdc1d911e19c48796522"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.3",
"datestamp": "1611268147",
"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": "b_sharpe",
"homepage": "https://www.drupal.org/user/2512258"
}
],
"description": "Field Defaults allows batch updating of default field values to existing content.",
"homepage": "https://www.drupal.org/project/field_defaults",
"keywords": [
"Content",
"Content Construction Kit (CCK)",
"Drupal",
"Fields"
],
"support": {
"source": "https://drupal.org/project/field_defaults",
"issues": "https://drupal.org/project/issues/field_defaults"
}
},
{
"name": "drupal/field_formatter_class",
2024-02-12 09:43:25 -08:00
"version": "1.6.0",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_formatter_class.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.6"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/field_formatter_class-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "11682ba40db28aeac4319428db01590fbf2f4c6c"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.6",
"datestamp": "1667840724",
2022-05-04 12:24:56 -04:00
"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": "Andrew Macpherson",
"homepage": "https://www.drupal.org/u/andrewmacpherson",
"role": "maintainer"
},
{
"name": "Oleksandr Dekhteruk",
"homepage": "https://www.drupal.org/u/pifagor",
"role": "maintainer"
},
2024-02-12 09:43:25 -08:00
{
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
2022-05-04 12:24:56 -04:00
{
"name": "mfer",
"homepage": "https://www.drupal.org/user/25701"
},
{
"name": "pifagor",
"homepage": "https://www.drupal.org/user/2375692"
}
],
"description": "Provides custom HTML class settings for field formatters.",
"homepage": "https://www.drupal.org/project/field_formatter_class",
"support": {
"source": "https://git.drupalcode.org/project/field_formatter_class",
"issues": "https://www.drupal.org/project/issues/field_formatter_class"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/field_group",
2024-02-12 09:43:25 -08:00
"version": "3.4.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_group.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-3.4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/field_group-8.x-3.4.zip",
"reference": "8.x-3.4",
"shasum": "80b937e1a11f8b29c69d853fc4bf798c057c6f94"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.4",
"datestamp": "1667241979",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2020-02-04 22:23:35 -05:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Anybody",
"homepage": "https://www.drupal.org/user/291091"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Hydra",
"homepage": "https://www.drupal.org/user/647364"
2019-07-12 14:27:04 -04:00
},
{
"name": "jyve",
"homepage": "https://www.drupal.org/user/591438"
},
{
2020-02-04 22:23:35 -05:00
"name": "nils.destoop",
"homepage": "https://www.drupal.org/user/361625"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
{
"name": "Stalski",
"homepage": "https://www.drupal.org/user/322618"
},
2019-07-12 14:27:04 -04:00
{
2020-02-04 22:23:35 -05:00
"name": "swentel",
"homepage": "https://www.drupal.org/user/107403"
2019-07-12 14:27:04 -04:00
}
],
"description": "Provides the field_group module.",
"homepage": "https://www.drupal.org/project/field_group",
"support": {
2021-04-05 16:53:46 -04:00
"source": "https://git.drupalcode.org/project/field_group",
"issues": "https://www.drupal.org/project/issues/field_group"
2019-07-12 14:27:04 -04:00
}
},
2019-08-01 14:47:14 -04:00
{
"name": "drupal/field_token_value",
2024-02-12 09:43:25 -08:00
"version": "2.0.2",
2019-08-01 14:47:14 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/field_token_value.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.2"
2019-08-01 14:47:14 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/field_token_value-2.0.2.zip",
"reference": "2.0.2",
"shasum": "d0968b4ae5e1efae1813e4b6b287703e50f1aa2b"
2019-08-01 14:47:14 -04:00
},
"require": {
"drupal/core": "^8 || ^9",
2019-08-01 14:47:14 -04:00
"drupal/token": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.2",
"datestamp": "1656889656",
2019-08-01 14:47:14 -04:00
"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"
}
},
2019-08-30 13:58:12 -04:00
{
"name": "drupal/fixed_block_content",
2024-02-12 09:43:25 -08:00
"version": "1.3.0",
2019-08-30 13:58:12 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/fixed_block_content.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.3"
2019-08-30 13:58:12 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/fixed_block_content-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "30488b4a57f02b27e63e9249be3e1f9f67a19f64"
2019-08-30 13:58:12 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
"drupal/hal": "^1.0 || ^2.0"
2019-08-30 13:58:12 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.3",
"datestamp": "1702646682",
2019-08-30 13:58:12 -04:00
"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"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/focal_point",
2024-02-12 09:43:25 -08:00
"version": "2.0.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/focal_point.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.2"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/focal_point-2.0.2.zip",
"reference": "2.0.2",
"shasum": "8e809795ec6a68a0bc3740b0b0a41bfa53d4d6d5"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10",
"drupal/crop": "^2.3",
"drupal/jquery_ui": "^1.6",
"drupal/jquery_ui_draggable": "^2.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"drupal/crop": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.2",
"datestamp": "1690451892",
2019-07-12 14:27:04 -04:00
"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": [
{
2021-04-05 16:53:46 -04:00
"name": "Alexander Ross (bleen)",
"homepage": "https://www.drupal.org/u/bleen",
"role": "Maintainer"
2024-02-12 09:43:25 -08:00
},
{
"name": "Rajeshreeputra",
"homepage": "https://www.drupal.org/user/3418561"
2019-07-12 14:27:04 -04:00
}
],
2021-04-05 16:53:46 -04:00
"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",
2019-07-12 14:27:04 -04:00
"support": {
2021-04-05 16:53:46 -04:00
"source": "https://cgit.drupalcode.org/focal_point",
"issues": "https://drupal.org/project/issues/focal_point",
"irc": "irc://irc.freenode.org/drupal-contribute"
2019-07-12 14:27:04 -04:00
}
},
2019-10-02 00:57:40 -04:00
{
"name": "drupal/footnotes",
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/footnotes.git",
2021-04-05 16:53:46 -04:00
"reference": "d0218117b3996558aefb726c7b29795d57b115ad"
2019-10-02 00:57:40 -04:00
},
"require": {
"drupal/core": ">=8.6",
2019-10-02 00:57:40 -04:00
"drupal/fakeobjects": "^1.0"
},
"require-dev": {
"drupal/fakeobjects": "*"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
},
"drupal": {
2021-04-05 16:53:46 -04:00
"version": "8.x-2.1+20-dev",
"datestamp": "1615724664",
2019-10-02 00:57:40 -04:00
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "scott_euser",
"homepage": "https://www.drupal.org/user/3267594"
},
{
"name": "smulvih2",
"homepage": "https://www.drupal.org/user/795442"
},
2019-10-02 00:57:40 -04:00
{
"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"
2021-04-09 11:24:23 -04:00
}
2019-10-02 00:57:40 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/gdpr",
2024-02-12 09:43:25 -08:00
"version": "3.0.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/gdpr.git",
2024-02-12 09:43:25 -08:00
"reference": "3.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/gdpr-3.0.0.zip",
"reference": "3.0.0",
"shasum": "1fd27a189761d8b70bfe73580f2dfd3ddde607b7"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/checklistapi": "^2.1",
"drupal/core": "^9 || ^10",
"drupal/entity": "^1.4",
"drupal/entity_reference_revisions": "^1.10",
"drupal/message": "^1.4",
"drupal/token": "^1.11"
2019-07-12 14:27:04 -04:00
},
"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)."
},
2019-07-12 14:27:04 -04:00
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.0.0",
"datestamp": "1681377086",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
"name": "mhavelant",
2024-02-12 09:43:25 -08:00
"homepage": "https://www.drupal.org/user/1358588",
2019-07-12 14:27:04 -04:00
"email": "mhavelant@brainsum.com"
},
{
"name": "andrewbelcher",
"homepage": "https://www.drupal.org/user/655282"
},
2019-07-12 14:27:04 -04:00
{
"name": "back-2-95",
"homepage": "https://www.drupal.org/user/327328"
},
2024-02-12 09:43:25 -08:00
{
"name": "Balu Ertl",
"homepage": "https://www.drupal.org/user/1086292"
},
2019-07-12 14:27:04 -04:00
{
"name": "bfr",
"homepage": "https://www.drupal.org/user/369262"
},
2021-04-05 16:53:46 -04:00
{
"name": "dj1999",
"homepage": "https://www.drupal.org/user/387119"
},
2019-07-12 14:27:04 -04:00
{
"name": "golddragon007",
"homepage": "https://www.drupal.org/user/2723471"
},
2024-02-12 09:43:25 -08:00
{
"name": "Kosa Ilma",
"homepage": "https://www.drupal.org/user/3435475"
},
2019-07-12 14:27:04 -04:00
{
"name": "lbesenyei",
"homepage": "https://www.drupal.org/user/2626013"
},
2021-04-05 16:53:46 -04:00
{
"name": "leymannx",
"homepage": "https://www.drupal.org/user/2482808"
},
2019-07-12 14:27:04 -04:00
{
"name": "mhavelant",
"homepage": "https://www.drupal.org/user/3331139"
},
{
"name": "pedrop",
"homepage": "https://www.drupal.org/user/1043368"
},
2024-02-12 09:43:25 -08:00
{
"name": "Rajeshreeputra",
"homepage": "https://www.drupal.org/user/3418561"
},
2019-07-12 14:27:04 -04:00
{
"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",
2024-02-12 09:43:25 -08:00
"version": "3.12.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/geolocation.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-3.12"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/geolocation-8.x-3.12.zip",
"reference": "8.x-3.12",
"shasum": "eb31fe9080e2e0dcf442fc9b0a859f326219db5a"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10",
"drupal/jquery_ui": "*",
"drupal/jquery_ui_autocomplete": "^2.0",
2022-05-04 12:24:56 -04:00
"php": "^7.3 || ^8.0"
},
"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": "*",
2024-02-12 09:43:25 -08:00
"drupal/geolocation_leaflet_demo": "*",
"drupal/search_api": "*",
"drupal/search_api_location": "*",
"drupal/search_api_location_views": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.12",
"datestamp": "1673282362",
"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"
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/gin",
"version": "3.0.0-rc9",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/gin.git",
"reference": "8.x-3.0-rc9"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/gin-8.x-3.0-rc9.zip",
"reference": "8.x-3.0-rc9",
"shasum": "130dec0ea8152bc796d8bbca1bc97b2ae0c381f4"
},
2019-07-12 14:27:04 -04:00
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
"drupal/gin_toolbar": "^1.0@beta"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
"type": "drupal-theme",
2019-07-12 14:27:04 -04:00
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.0-rc9",
"datestamp": "1706705034",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
2024-02-12 09:43:25 -08:00
"scripts": {
"phpcs": [
"phpcs -s --runtime-set ignore_warnings_on_exit 1 --runtime-set ignore_errors_on_exit 0 'web/modules/custom'"
]
},
2019-07-12 14:27:04 -04:00
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
"role": "Maintainer"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "For a better Admin and Content Editor Experience.",
"homepage": "https://www.drupal.org/project/gin",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/gin",
"issues": "https://www.drupal.org/project/issues/gin"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/saschaeggi"
},
{
"type": "other",
"url": "https://paypal.me/saschaeggi"
}
]
2019-07-12 14:27:04 -04:00
},
2019-10-08 10:55:51 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/gin_gutenberg",
"version": "1.1.6",
2019-10-08 10:55:51 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/gin_gutenberg.git",
"reference": "1.1.6"
2019-10-08 10:55:51 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/gin_gutenberg-1.1.6.zip",
"reference": "1.1.6",
"shasum": "d885358010fc16bbbd8973267d3f61fa95a0256e"
2019-10-08 10:55:51 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9.3 || ^10",
"drupal/gutenberg": "^2.0 || ^3.0"
2019-10-08 10:55:51 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "1.1.6",
"datestamp": "1703844596",
2019-10-08 10:55:51 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2019-10-08 10:55:51 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Sohail Lajevardi",
"homepage": "https://www.drupal.org/u/doxigo",
"role": "Maintainer"
2021-04-05 16:53:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Hosisam",
"homepage": "https://www.drupal.org/user/3449435"
2021-04-05 16:53:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "kiss.jozsef",
"homepage": "https://www.drupal.org/user/2848443"
2021-04-05 16:53:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "mnlund",
"homepage": "https://www.drupal.org/user/80815"
2021-04-05 16:53:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "szeidler",
"homepage": "https://www.drupal.org/user/767652"
2019-10-08 10:55:51 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "The Gin Gutenberg module provides an integration between Gutenberg editor and Gin theme",
"homepage": "https://drupal.org/project/gin_gutenberg",
2019-10-08 10:55:51 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/gin_gutenberg",
"issues": "https://drupal.org/project/issues/gin_gutenberg"
2019-10-08 10:55:51 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/gin_login",
"version": "1.6.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/gin_login.git",
"reference": "8.x-1.6"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/gin_login-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "4f328c2533ba9a77c908478dc5298981c1e30aab"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.6",
"datestamp": "1683024096",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2021-04-05 16:53:46 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
2019-07-12 14:27:04 -04:00
"role": "Maintainer"
}
],
2024-02-12 09:43:25 -08:00
"description": "Custom Drupal Login for Gin theme",
"homepage": "https://www.drupal.org/project/gin_login",
"keywords": [
"Drupal"
],
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/gin_login",
"issues": "https://www.drupal.org/project/issues/gin_login"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/saschaeggi"
},
{
"type": "other",
"url": "https://paypal.me/saschaeggi"
}
]
2019-07-12 14:27:04 -04:00
},
2019-09-22 20:50:52 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/gin_toolbar",
"version": "1.0.0-rc5",
2019-09-22 20:50:52 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/gin_toolbar.git",
"reference": "8.x-1.0-rc5"
2019-09-22 20:50:52 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/gin_toolbar-8.x-1.0-rc5.zip",
"reference": "8.x-1.0-rc5",
"shasum": "523b565244440a16fa447065a98841770992bd2e"
2019-09-22 20:50:52 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
2019-09-22 20:50:52 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-rc5",
"datestamp": "1702727588",
2019-09-22 20:50:52 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
2019-09-22 20:50:52 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2019-09-22 20:50:52 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Sascha Eggenberger (saschaeggi)",
"homepage": "https://www.drupal.org/u/saschaeggi",
"role": "Maintainer"
}
],
"description": "Gin Toolbar for Frontend use",
"homepage": "https://www.drupal.org/project/gin_toolbar",
"keywords": [
"Drupal"
],
"support": {
"source": "http://cgit.drupalcode.org/gin_toolbar",
"issues": "https://www.drupal.org/project/issues/gin_toolbar"
},
"funding": [
{
2024-02-12 09:43:25 -08:00
"type": "github",
"url": "https://github.com/sponsors/saschaeggi"
},
2019-09-22 20:50:52 -04:00
{
2024-02-12 09:43:25 -08:00
"type": "other",
"url": "https://paypal.me/saschaeggi"
}
]
},
{
"name": "drupal/gnode",
"version": "3.2.2",
"require": {
"drupal/core": "^9.5 || ^10",
"drupal/group": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "3.2.2",
"datestamp": "1701886939",
"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": "dww",
"homepage": "https://www.drupal.org/user/46549"
2019-09-22 20:50:52 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "kristiaanvandeneynde",
"homepage": "https://www.drupal.org/user/1345130"
2019-09-22 20:50:52 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Enables Group functionality for the Node module",
"homepage": "https://www.drupal.org/project/group",
2019-09-22 20:50:52 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/group"
2019-09-22 20:50:52 -04:00
}
},
2021-04-09 11:24:23 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/google_analytics",
"version": "3.1.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/google_analytics.git",
"reference": "8.x-3.1"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/google_analytics-8.x-3.1.zip",
"reference": "8.x-3.1",
"shasum": "171dcac5a67cde66201754baaa52711f45e47a3b"
2021-04-09 11:24:23 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8.6|^9.0"
2021-04-09 11:24:23 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/token": "^1.7"
2021-04-09 11:24:23 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.1",
"datestamp": "1591298584",
2021-04-09 11:24:23 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-8.x-2.x": "2.x-dev"
2021-04-09 11:24:23 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2022-05-04 12:24:56 -04:00
"GPL-2.0-or-later"
2021-04-09 11:24:23 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"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": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "roberto.rivera.ixis",
"homepage": "https://www.drupal.org/user/3632325"
2021-04-09 11:24:23 -04:00
}
],
2024-02-12 09:43:25 -08:00
"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",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupal.org/project/google_analytics.git",
"issues": "https://www.drupal.org/project/issues/google_analytics"
2021-04-09 11:24:23 -04:00
}
},
2019-10-03 13:08:11 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/group",
"version": "1.6.0",
2019-10-03 13:08:11 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/group.git",
"reference": "8.x-1.6"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/group-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "f9559b6e79db8420f9d13e9d4b2387b3a66fd03b"
2019-10-03 13:08:11 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.5 || ^10",
"drupal/entity": "^1.4",
"drupal/variationcache": "^1.3"
2022-05-04 12:24:56 -04:00
},
2019-10-03 13:08:11 -04:00
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.6",
"datestamp": "1693382492",
2019-10-03 13:08:11 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-10-03 13:08:11 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Kristiaan Van den Eynde",
"homepage": "https://www.drupal.org/u/kristiaanvandeneynde",
"role": "Maintainer"
2019-10-03 13:08:11 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "kristiaanvandeneynde",
"homepage": "https://www.drupal.org/user/1345130"
2019-10-03 13:08:11 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "This module allows you to group users, content and other entities",
"homepage": "https://drupal.org/project/group",
2019-10-03 13:08:11 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/group",
"issues": "https://drupal.org/project/issues/group"
2019-10-03 13:08:11 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/gutenberg",
"version": "2.8.0",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/gutenberg.git",
"reference": "8.x-2.8"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/gutenberg-8.x-2.8.zip",
"reference": "8.x-2.8",
"shasum": "4fdcf7bc65e67063e5f266b733a93e8176ad7a79"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
"ext-json": "*",
"php": ">=7.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.8",
"datestamp": "1697496069",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Marco Fernandes (marcofernandes)",
"homepage": "https://www.drupal.org/u/marcofernandes"
},
{
2024-02-12 09:43:25 -08:00
"name": "Thor Andre Gretland (thorandre)",
"homepage": "https://www.drupal.org/u/thorandre"
},
{
2024-02-12 09:43:25 -08:00
"name": "Roberto Ornelas (roborn)",
"homepage": "https://www.drupal.org/u/roborn"
},
{
2024-02-12 09:43:25 -08:00
"name": "codebymikey",
"homepage": "https://www.drupal.org/u/codebymikey"
},
{
2024-02-12 09:43:25 -08:00
"name": "Stephan Zeidler (szeidler)",
"homepage": "https://www.drupal.org/u/szeidler"
},
{
2024-02-12 09:43:25 -08:00
"name": "perandre",
"homepage": "https://www.drupal.org/user/221337"
},
{
2024-02-12 09:43:25 -08:00
"name": "roborn",
"homepage": "https://www.drupal.org/user/139474"
},
{
2024-02-12 09:43:25 -08:00
"name": "szeidler",
"homepage": "https://www.drupal.org/user/767652"
},
{
2024-02-12 09:43:25 -08:00
"name": "thorandre",
"homepage": "https://www.drupal.org/user/223878"
},
{
2024-02-12 09:43:25 -08:00
"name": "truls1502",
"homepage": "https://www.drupal.org/user/325866"
}
],
2024-02-12 09:43:25 -08:00
"description": "Drupal Gutenberg brings the powerful admin features of Gutenberg Editor to Drupal.",
"homepage": "https://www.drupal.org/project/gutenberg",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/gutenberg",
"issues": "https://www.drupal.org/project/issues/gutenberg"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/hal",
"version": "1.0.3",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/hal.git",
"reference": "1.0.3"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/hal-1.0.3.zip",
"reference": "1.0.3",
"shasum": "8e81b3b453ff63a281c1c470ff722f4af6206426"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "1.0.3",
"datestamp": "1664412481",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "bbrala",
"homepage": "https://www.drupal.org/user/3366066"
},
{
2024-02-12 09:43:25 -08:00
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
2024-02-12 09:43:25 -08:00
"description": "Hypermedia Application Language (HAL)",
"homepage": "https://www.drupal.org/project/hal",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/hal"
}
},
2019-08-06 00:26:09 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/honeypot",
"version": "2.1.3",
2019-08-06 00:26:09 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/honeypot.git",
"reference": "2.1.3"
2019-08-06 00:26:09 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/honeypot-2.1.3.zip",
"reference": "2.1.3",
"shasum": "101105029a10a574ef6017824182500ab9905856"
2019-08-06 00:26:09 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/rules": "^3.0"
2019-08-06 00:26:09 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.1.3",
"datestamp": "1695604754",
2019-08-06 00:26:09 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2019-08-06 00:26:09 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Jeff Geerling",
"homepage": "https://www.drupal.org/user/389011",
"email": "geerlingguy@mac.com"
},
{
2024-02-12 09:43:25 -08:00
"name": "Manuel Garcia",
"homepage": "https://www.drupal.org/user/213194"
},
{
2024-02-12 09:43:25 -08:00
"name": "TR",
"homepage": "https://www.drupal.org/user/202830"
},
{
2024-02-12 09:43:25 -08:00
"name": "vijaycs85",
"homepage": "https://www.drupal.org/user/93488"
}
],
2024-02-12 09:43:25 -08:00
"description": "Mitigates spam form submissions using the honeypot method.",
"homepage": "https://www.drupal.org/project/honeypot",
"keywords": [
2024-02-12 09:43:25 -08:00
"deterrent",
"form",
"honeypot",
"honeytrap",
"php",
"spam"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/honeypot",
"issues": "https://www.drupal.org/project/issues/honeypot"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/ief_complex_open",
"version": "1.0.1",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/ief_complex_open.git",
"reference": "1.0.1"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/ief_complex_open-1.0.1.zip",
"reference": "1.0.1",
"shasum": "abac70022e17d7a2b007ac1587826822433b0346"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10",
"drupal/inline_entity_form": "^1"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "1.0.1",
"datestamp": "1687803317",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "drpldrp",
"homepage": "https://www.drupal.org/user/3630968"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
2024-02-12 09:43:25 -08:00
"description": "Inline entity form complex widget with add existing open by default.",
"homepage": "https://www.drupal.org/project/ief_complex_open",
"keywords": [
"Drupal"
],
2019-08-06 00:26:09 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/ief_complex_open",
"issues": "http://drupal.org/project/issues/ief_complex_open"
2019-08-06 00:26:09 -04:00
}
},
2019-09-30 12:25:35 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/indieweb",
"version": "1.21.0",
2019-09-30 12:25:35 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/indieweb.git",
"reference": "8.x-1.21"
2019-09-30 12:25:35 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/indieweb-8.x-1.21.zip",
"reference": "8.x-1.21",
"shasum": "7629d70d84614cc372525906d3705dff83258cb7"
2019-09-30 12:25:35 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
"indieauth/client": "^1.1",
"indieweb/mention-client": "^1.2",
"lcobucci/jwt": "4.0.*",
"p3k/micropub": "^0.0.3",
"p3k/websub": "^0.0.1",
"p3k/xray": "^1.12"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/classy": "*",
"drupal/externalauth": "*",
"drupal/indieweb_indieauth": "*",
"drupal/stable": "*"
2019-09-30 12:25:35 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.21",
"datestamp": "1707057267",
2019-09-30 12:25:35 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
"drush.services.yml": "^9"
2019-09-30 12:25:35 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
2019-09-30 12:25:35 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Kristof De Jaeger",
"homepage": "https://realize.be",
"email": "swentel@realize.be",
2019-09-30 12:25:35 -04:00
"role": "Maintainer"
}
],
2024-02-12 09:43:25 -08:00
"description": "IndieWeb functionality for your site.",
"homepage": "http://drupal.org/project/indieweb",
2019-09-30 12:25:35 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/indieweb"
2019-09-30 12:25:35 -04:00
}
},
2019-09-01 10:01:44 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/inline_entity_form",
"version": "1.0.0-rc17",
2019-09-01 10:01:44 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/inline_entity_form.git",
"reference": "8.x-1.0-rc17"
2019-09-01 10:01:44 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/inline_entity_form-8.x-1.0-rc17.zip",
"reference": "8.x-1.0-rc17",
"shasum": "626622e01cf7a2d2977fdc06ae09afd5a814e09b"
2019-09-01 10:01:44 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10",
"php": ">=7.1"
2019-09-01 10:01:44 -04:00
},
2024-02-12 09:43:25 -08:00
"require-dev": {
"drupal/entity_reference_revisions": "^1.0"
2019-09-01 10:01:44 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-rc17",
"datestamp": "1703020130",
2019-09-01 10:01:44 -04:00
"security-coverage": {
2022-05-04 12:24:56 -04:00
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
}
2019-09-01 10:01:44 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2022-05-04 12:24:56 -04:00
"GPL-2.0-or-later"
2019-09-01 10:01:44 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "bojanz",
"homepage": "https://www.drupal.org/user/86106"
2021-04-05 16:53:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Centarro",
"homepage": "https://www.drupal.org/user/3661446"
2021-04-05 16:53:46 -04:00
},
2019-09-01 10:01:44 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
"name": "dww",
"homepage": "https://www.drupal.org/user/46549"
},
{
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "joachim",
"homepage": "https://www.drupal.org/user/107701"
},
{
"name": "jsacksick",
"homepage": "https://www.drupal.org/user/972218"
},
{
"name": "oknate",
"homepage": "https://www.drupal.org/user/471638"
},
{
"name": "ram4nd",
"homepage": "https://www.drupal.org/user/601534"
},
{
"name": "rszrama",
"homepage": "https://www.drupal.org/user/49344"
},
{
"name": "slashrsm",
"homepage": "https://www.drupal.org/user/744628"
},
{
"name": "webflo",
"homepage": "https://www.drupal.org/user/254778"
2019-09-01 10:01:44 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
"homepage": "https://www.drupal.org/project/inline_entity_form",
2019-09-01 10:01:44 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/inline_entity_form"
2019-09-01 10:01:44 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/insert",
"version": "2.1.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/insert.git",
"reference": "8.x-2.1"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/insert-8.x-2.1.zip",
"reference": "8.x-2.1",
"shasum": "6b5f2212c00621fed58a4ce5036e1e7abee7904e"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/core": "^8 || ^9"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
"require-dev": {
"drupal/colorbox": "*"
},
2019-07-12 14:27:04 -04:00
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.1",
"datestamp": "1704123508",
2020-05-06 23:00:25 -04:00
"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": [
2021-04-05 16:53:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "quicksketch",
"homepage": "https://www.drupal.org/user/35821"
2021-04-05 16:53:46 -04:00
},
2020-05-06 23:00:25 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "Snater",
"homepage": "https://www.drupal.org/user/3513717"
2020-05-06 23:00:25 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Assists in inserting files, images, or other media into the body field as well as other editor and text areas.",
"homepage": "https://www.drupal.org/project/insert",
2020-05-06 23:00:25 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/insert"
2020-05-06 23:00:25 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/jquery_ui",
"version": "1.6.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/jquery_ui.git",
"reference": "8.x-1.6"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/jquery_ui-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "0ddccdcf35a066de1843e1d9670677ee1a2faac0"
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2020-05-06 23:00:25 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.6",
"datestamp": "1668521197",
2019-07-12 14:27:04 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "jjeff",
"homepage": "https://www.drupal.org/user/17190"
2019-07-12 14:27:04 -04:00
},
2021-04-05 16:53:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
2021-04-05 16:53:46 -04:00
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "litwol",
"homepage": "https://www.drupal.org/user/78134"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "mfb",
"homepage": "https://www.drupal.org/user/12302"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "mfer",
"homepage": "https://www.drupal.org/user/25701"
},
{
"name": "mikelutz",
"homepage": "https://www.drupal.org/user/2972409"
},
{
"name": "nod_",
"homepage": "https://www.drupal.org/user/598310"
},
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
{
"name": "sun",
"homepage": "https://www.drupal.org/user/54136"
},
{
"name": "webchick",
"homepage": "https://www.drupal.org/user/24967"
},
{
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "zrpnr",
"homepage": "https://www.drupal.org/user/1448368"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides jQuery UI library.",
"homepage": "https://www.drupal.org/project/jquery_ui",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/jquery_ui"
2019-07-12 14:27:04 -04:00
}
},
2019-09-01 23:48:09 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/jquery_ui_accordion",
"version": "2.0.0",
2019-09-01 23:48:09 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/jquery_ui_accordion.git",
"reference": "2.0.0"
2019-09-01 23:48:09 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/jquery_ui_accordion-2.0.0.zip",
"reference": "2.0.0",
"shasum": "47f3983502a5be5a8c201b54aa18e20f1e595477"
2019-09-01 23:48:09 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10",
"drupal/jquery_ui": "^1.6"
2019-09-01 23:48:09 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0",
"datestamp": "1670871459",
2019-09-01 23:48:09 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-09-01 23:48:09 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2019-09-01 23:48:09 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
2019-09-01 23:48:09 -04:00
},
2021-04-05 16:53:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
2021-04-05 16:53:46 -04:00
},
2019-09-01 23:48:09 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "zrpnr",
"homepage": "https://www.drupal.org/user/1448368"
2019-09-01 23:48:09 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides jQuery UI Accordion library.",
"homepage": "https://www.drupal.org/project/jquery_ui_accordion",
2019-09-01 23:48:09 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/jquery_ui_accordion"
2019-09-01 23:48:09 -04:00
}
},
2022-05-04 12:24:56 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/jquery_ui_autocomplete",
"version": "2.0.0",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/jquery_ui_autocomplete.git",
"reference": "2.0.0"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/jquery_ui_autocomplete-2.0.0.zip",
"reference": "2.0.0",
"shasum": "927d312a74002f99e1c971d3d268be1b0a532fc7"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10",
"drupal/jquery_ui": "^1.6",
"drupal/jquery_ui_menu": "^2"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0",
"datestamp": "1670871461",
2022-05-04 12:24:56 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2022-05-04 12:24:56 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "nod_",
"homepage": "https://www.drupal.org/user/598310"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "zrpnr",
"homepage": "https://www.drupal.org/user/1448368"
2022-05-04 12:24:56 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides jQuery UI Autocomplete library.",
"homepage": "https://www.drupal.org/project/jquery_ui_autocomplete",
2022-05-04 12:24:56 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/jquery_ui_autocomplete"
2022-05-04 12:24:56 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/jquery_ui_draggable",
"version": "2.0.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/jquery_ui_draggable.git",
"reference": "2.0.0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/jquery_ui_draggable-2.0.0.zip",
"reference": "2.0.0",
"shasum": "13a8f4bf037449cd176ddb967fc9cba9a466a705"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10",
"drupal/jquery_ui": "^1.6"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0",
"datestamp": "1670871516",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2019-10-07 11:47:36 -04:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "zrpnr",
"homepage": "https://www.drupal.org/user/1448368"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides jQuery UI Draggable library.",
"homepage": "https://www.drupal.org/project/jquery_ui_draggable",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/jquery_ui_draggable"
2019-07-12 14:27:04 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/jquery_ui_menu",
"version": "2.0.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/jquery_ui_menu.git",
"reference": "2.0.0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/jquery_ui_menu-2.0.0.zip",
"reference": "2.0.0",
"shasum": "5e1b56bf457669c7779a81784f49da63e3956854"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10",
"drupal/jquery_ui": "^1.6"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0",
"datestamp": "1670871546",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "bnjmnm",
"homepage": "https://www.drupal.org/user/2369194"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
},
{
"name": "nod_",
"homepage": "https://www.drupal.org/user/598310"
},
{
"name": "phenaproxima",
"homepage": "https://www.drupal.org/user/205645"
},
{
"name": "Wim Leers",
"homepage": "https://www.drupal.org/user/99777"
},
{
"name": "zrpnr",
"homepage": "https://www.drupal.org/user/1448368"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides jQuery UI Menu library.",
"homepage": "https://www.drupal.org/project/jquery_ui_menu",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/jquery_ui_menu"
2019-07-12 14:27:04 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/key",
"version": "1.17.0",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/key.git",
"reference": "8.x-1.17"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/key-8.x-1.17.zip",
"reference": "8.x-1.17",
"shasum": "fa9f606d2ba0e20693e12040004e2ed31302ed03"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": ">=8.9 <11"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.17",
"datestamp": "1674343967",
"security-coverage": {
2024-02-12 09:43:25 -08:00
"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": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Cellar Door",
"homepage": "https://www.drupal.org/user/658076"
},
{
2024-02-12 09:43:25 -08:00
"name": "crashtest_",
"homepage": "https://www.drupal.org/user/261457"
},
{
2024-02-12 09:43:25 -08:00
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
},
{
"name": "rlhawk",
"homepage": "https://www.drupal.org/user/352283"
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides the ability to manage site-wide keys",
"homepage": "http://drupal.org/project/key",
"keywords": [
"Drupal"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/key",
"issues": "http://drupal.org/project/key"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/link_attributes",
"version": "1.14.0",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/link_attributes.git",
"reference": "8.x-1.14"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/link_attributes-8.x-1.14.zip",
"reference": "8.x-1.14",
"shasum": "fa4f27ecaed7e6b3c58c0adc679918a9beb7ded5"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.14",
"datestamp": "1687393687",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "larowlan",
"homepage": "https://www.drupal.org/user/395439"
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides a widget to allow settings of link attributes for menu links.",
"homepage": "https://www.drupal.org/project/link_attributes",
"keywords": [
"Drupal"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/link_attributes",
"issues": "https://www.drupal.org/project/issues/link_attributes"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/linkit",
"version": "6.0.2",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/linkit.git",
"reference": "6.0.2"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/linkit-6.0.2.zip",
"reference": "6.0.2",
"shasum": "b7d965d122403c0d1cd8b891db3ea56004026804"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.4 || ^10.0.0"
},
"conflict": {
"drupal/core": ">=10.1"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/ckeditor": "*",
"drupal/imce": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "6.0.2",
"datestamp": "1696865395",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Emil Stjerneman",
"homepage": "https://stjerneman.com",
"email": "emil@stjerneman.com",
"role": "Maintainer"
2024-02-12 09:43:25 -08:00
},
{
"name": "johnwebdev",
"homepage": "https://www.drupal.org/user/3331569"
},
{
"name": "mark_fullmer",
"homepage": "https://www.drupal.org/user/2612816"
}
],
2024-02-12 09:43:25 -08:00
"description": "Linkit - Enriched linking experience",
"homepage": "http://drupal.org/project/linkit",
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/linkit",
"issues": "http://drupal.org/project/linkit"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/mailchimp",
"version": "1.12.0",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/mailchimp.git",
"reference": "8.x-1.12"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/mailchimp-8.x-1.12.zip",
"reference": "8.x-1.12",
"shasum": "37bc8f433c53d8054e0d5bc93b664a35012fe606"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.7.7 || ^9",
"thinkshout/mailchimp-api-php": "2.0.0"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/mailchimp_lists": "*"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.12",
"datestamp": "1608688401",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2024-02-12 09:43:25 -08:00
}
},
"autoload": {
"psr-0": {
"Mailchimp": "src/"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "aprice42",
"homepage": "https://www.drupal.org/user/369147"
},
{
2024-02-12 09:43:25 -08:00
"name": "bdimaggio",
"homepage": "https://www.drupal.org/user/70688"
},
{
2024-02-12 09:43:25 -08:00
"name": "brendanthinkshout",
"homepage": "https://www.drupal.org/user/3578399"
},
{
"name": "gcb",
"homepage": "https://www.drupal.org/user/1682976"
},
{
"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": "maximumpotter",
"homepage": "https://www.drupal.org/user/3653774"
},
{
"name": "mshaver",
"homepage": "https://www.drupal.org/user/39079"
},
{
"name": "olivier.bouwman",
"homepage": "https://www.drupal.org/user/2799483"
},
{
"name": "tauno",
"homepage": "https://www.drupal.org/user/105595"
},
{
"name": "wxactly",
"homepage": "https://www.drupal.org/user/3181097"
},
{
"name": "xenophyle",
"homepage": "https://www.drupal.org/user/664428"
}
],
2024-02-12 09:43:25 -08:00
"description": "Mailchimp is an integration with the Mailchimp Mass email tool.",
"homepage": "http://drupal.org/project/mailchimp",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/mailchimp"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/markdown",
"version": "3.0.1",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/markdown.git",
"reference": "3.0.1"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/markdown-3.0.1.zip",
"reference": "3.0.1",
"shasum": "ae33f2819c0f2591484ae02921781fb3ea783330"
},
"require": {
2024-02-12 09:43:25 -08:00
"composer/semver": "^1.0 || ^2.0 || ^3.0",
"drupal/core": "^9.1 || ^10",
"php": ">=5.5.9"
},
2024-02-12 09:43:25 -08:00
"suggest": {
"league/commonmark": "The PHP CommonMark parser is a robust, highly-extensible Markdown parser for PHP based on the CommonMark and Github-Flavored Markdown specifications."
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.0.1",
"datestamp": "1704727858",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2020-02-04 22:23:35 -05:00
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Mark Halliwell (markhalliwell)",
"homepage": "https://www.drupal.org/u/markhalliwell",
"role": "D8+ Maintainer"
},
{
2024-02-12 09:43:25 -08:00
"name": "Gisle Hannemyr (gisle)",
"homepage": "https://www.drupal.org/u/gisle",
"role": "D7 Maintainer"
},
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
},
{
"name": "markdorison",
"homepage": "https://www.drupal.org/user/346106"
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides Markdown integration for Drupal and allows content to be formatted in a simple plain-text syntax that is transformed into valid HTML.",
"homepage": "https://www.drupal.org/project/markdown",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/markdown",
"issues": "https://www.drupal.org/project/markdown"
}
},
2019-10-06 19:57:55 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/menu_admin_per_menu",
"version": "1.5.0",
2019-10-06 19:57:55 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/menu_admin_per_menu.git",
"reference": "8.x-1.5"
2019-10-06 19:57:55 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/menu_admin_per_menu-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "ec8c7a4a064aa285dfb722dad264da9936fc81b6"
2019-10-06 19:57:55 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
2019-10-06 19:57:55 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.5",
"datestamp": "1660918821",
2019-10-06 19:57:55 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2019-10-06 19:57:55 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "anrikun",
"homepage": "https://www.drupal.org/user/410199"
2019-10-06 19:57:55 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "JeroenT",
"homepage": "https://www.drupal.org/user/2228934"
},
{
"name": "jonas139",
"homepage": "https://www.drupal.org/user/2873401"
},
{
"name": "mkdok",
"homepage": "https://www.drupal.org/user/3308753"
2019-10-06 19:57:55 -04:00
}
],
2024-02-12 09:43:25 -08:00
"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",
2019-10-06 19:57:55 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/menu_admin_per_menu"
2019-10-06 19:57:55 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/menu_block",
"version": "1.10.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/menu_block.git",
"reference": "8.x-1.10"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/menu_block-8.x-1.10.zip",
"reference": "8.x-1.10",
"shasum": "97de632d77448ae0a974e20c2ffbe42c7ddd4633"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.1 || ^10"
},
2024-02-12 09:43:25 -08:00
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.10",
"datestamp": "1667434255",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
},
{
"name": "joelpittet",
"homepage": "https://www.drupal.org/user/160302"
},
{
"name": "JohnAlbin",
"homepage": "https://www.drupal.org/user/32095"
},
{
"name": "kim.pepper",
"homepage": "https://www.drupal.org/user/370574"
},
{
"name": "RenatoG",
"homepage": "https://www.drupal.org/user/3326031"
},
{
"name": "rrrob",
"homepage": "https://www.drupal.org/user/273533"
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides configurable blocks of menu links.",
"homepage": "https://www.drupal.org/project/menu_block",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/menu_block"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/menu_link_config",
"version": "1.0.0-alpha8",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/menu_link_config.git",
"reference": "8.x-1.0-alpha8"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/menu_link_config-8.x-1.0-alpha8.zip",
"reference": "8.x-1.0-alpha8",
"shasum": "864799692dc6eb310cd90e50aaa2cc88c954d7ec"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-alpha8",
"datestamp": "1677846082",
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "dawehner",
"homepage": "https://www.drupal.org/user/99340"
},
{
2024-02-12 09:43:25 -08:00
"name": "geek-merlin",
"homepage": "https://www.drupal.org/user/229048"
},
{
"name": "Hydra",
"homepage": "https://www.drupal.org/user/647364"
},
{
"name": "labboy0276",
"homepage": "https://www.drupal.org/user/2397942"
},
{
"name": "malcomio",
"homepage": "https://www.drupal.org/user/418511"
},
{
2024-02-12 09:43:25 -08:00
"name": "tstoeckler",
"homepage": "https://www.drupal.org/user/107158"
}
],
2024-02-12 09:43:25 -08:00
"description": "muh",
"homepage": "https://www.drupal.org/project/menu_link_config",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/menu_link_config"
}
},
2019-09-30 12:25:35 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/menu_trail_by_path",
"version": "1.3.0",
2019-09-30 12:25:35 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/menu_trail_by_path.git",
"reference": "8.x-1.3"
2019-09-30 12:25:35 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/menu_trail_by_path-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "64ba3a163302ff132c29a75b75ca4f6cce6b24dd"
2019-09-30 12:25:35 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8|^9.0"
2019-09-30 12:25:35 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.3",
"datestamp": "1586900806",
2019-09-30 12:25:35 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0"
2019-09-30 12:25:35 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
"name": "davy-r",
"homepage": "https://www.drupal.org/user/3278771"
},
{
"name": "mbovan",
"homepage": "https://www.drupal.org/user/3149657"
},
{
"name": "redndahead",
"homepage": "https://www.drupal.org/user/160320"
},
{
"name": "SeriousMatters",
"homepage": "https://www.drupal.org/user/290439"
2019-09-30 12:25:35 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Expand menus and set active-trail according to the current path.",
"homepage": "https://www.drupal.org/project/menu_trail_by_path",
2019-09-30 12:25:35 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/menu_trail_by_path"
2019-09-30 12:25:35 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/message",
"version": "1.4.0",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/message.git",
"reference": "8.x-1.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/message-8.x-1.4.zip",
"reference": "8.x-1.4",
"shasum": "4158df35b5506fc88061358624589c4a04c414a2"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
},
"require-dev": {
"drupal/token": "*"
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"drupal": {
"version": "8.x-1.4",
"datestamp": "1667584508",
"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": "amitaibu",
"homepage": "https://www.drupal.org/user/57511"
},
{
"name": "bluegeek9",
"homepage": "https://www.drupal.org/user/1286304"
},
{
"name": "Grayside",
"homepage": "https://www.drupal.org/user/346868"
},
{
"name": "jhedstrom",
"homepage": "https://www.drupal.org/user/208732"
},
2024-02-12 09:43:25 -08:00
{
"name": "RoySegall",
"homepage": "https://www.drupal.org/user/1812910"
}
],
"description": "Message",
"homepage": "https://www.drupal.org/project/message",
"support": {
"source": "https://git.drupalcode.org/project/message"
}
},
{
"name": "drupal/metatag",
"version": "1.26.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/metatag.git",
"reference": "8.x-1.26"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/metatag-8.x-1.26.zip",
"reference": "8.x-1.26",
"shasum": "afa4a37422748baa2f0c35b13961438668ef3be8"
},
"require": {
"drupal/core": "^9.3 || ^10",
"drupal/token": "^1.0"
},
"require-dev": {
"drupal/devel": "^4.0 || ^5.0",
"drupal/hal": "^9 || ^1 || ^2",
"drupal/metatag_dc": "*",
"drupal/metatag_open_graph": "*",
"drupal/page_manager": "^4.0",
"drupal/panelizer": "^4.0",
"drupal/redirect": "^1.0",
"drupal/webprofiler": "^9 || ^10",
"mpyw/phpunit-patch-serializable-comparison": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.26",
"datestamp": "1687856123",
"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-beta3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/microformats.git",
"reference": "2.0.0-beta3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/microformats-2.0.0-beta3.zip",
"reference": "2.0.0-beta3",
"shasum": "2306661c616a2a340e831ecfdd969e6b06fb351e"
},
"require": {
"barnabywalters/mf-cleaner": "^0.1.4",
"drupal/core": "^8 || ^9 || ^10",
"mf2/mf2": "~0.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.0-beta3",
"datestamp": "1695297696",
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"message": "Beta releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "HongPong",
"homepage": "https://www.drupal.org/user/60005"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"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": "6.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_plus.git",
"reference": "6.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_plus-6.0.2.zip",
"reference": "6.0.2",
"shasum": "4315bc293aa75ea9247582d5d1925b075865e467"
},
"require": {
"drupal/core": ">=9.1",
"php": ">=7.4"
},
"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": "6.0.2",
"datestamp": "1705424638",
"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.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_source_csv.git",
"reference": "8.x-3.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_source_csv-8.x-3.6.zip",
"reference": "8.x-3.6",
"shasum": "60b5e7dcb5d7a68ed0a43693fe67e7d26b1a9d83"
},
"require": {
"drupal/core": ">=9.1",
"league/csv": "^9.1",
"php": ">=7.1"
},
"require-dev": {
"drupal/migrate_plus": ">=5.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.6",
"datestamp": "1702995930",
"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"
}
},
{
"name": "drupal/migrate_tools",
"version": "6.0.4",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_tools.git",
"reference": "6.0.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_tools-6.0.4.zip",
"reference": "6.0.4",
"shasum": "63c571aefece96b199ce8b8f90da648186502be4"
},
"require": {
"drupal/core": ">=9.1",
"php": ">=7.4"
},
"require-dev": {
"drupal/migrate_plus": ">=5",
"drupal/migrate_source_csv": ">=3",
"drush/drush": ">=11"
},
"suggest": {
"drupal/migrate_plus": ">=5",
"drush/drush": ">=11"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "6.0.4",
"datestamp": "1707330330",
"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": "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": "Tools to assist in developing and running migrations.",
"homepage": "http://drupal.org/project/migrate_tools",
"support": {
"source": "https://git.drupalcode.org/project/migrate_tools",
"issues": "https://www.drupal.org/project/issues/migrate_tools",
"slack": "#migrate"
}
},
{
"name": "drupal/migrate_upgrade",
"version": "4.0.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/migrate_upgrade.git",
"reference": "4.0.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/migrate_upgrade-4.0.1.zip",
"reference": "4.0.1",
"shasum": "e9507affa61ae27adb1ea6e0d55f3bb32506ddfc"
},
"require": {
"drupal/core": ">=9",
"drupal/migrate_plus": ">=5",
"drush/drush": ">=9",
"php": ">7.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "4.0.1",
"datestamp": "1672260874",
"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"
}
],
"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": "2.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/minimalhtml.git",
"reference": "2.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/minimalhtml-2.0.2.zip",
"reference": "2.0.2",
"shasum": "1dc75beafb5d392fc63648826e8cecfad1a97c37"
},
"require": {
"drupal/core": "^8 || ^9 || ^10",
"drupal/wysiwyg_linebreaks": "2.0.x-dev@dev"
},
"require-dev": {
"drupal/ckeditor": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.2",
"datestamp": "1690397749",
"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"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"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": "2.0.2",
"require": {
"drupal/ckeditor": "*",
"drupal/core": "^8 || ^9 || ^10",
"drupal/minimalhtml": "^2"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "2.0.2",
"datestamp": "1690397749",
"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": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"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/mobile_number",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/mobile_number.git",
"reference": "2.0.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/mobile_number-2.0.2.zip",
"reference": "2.0.2",
"shasum": "c8bb0aeff4b78f00de17ae73886d286cb6bbc640"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10",
"giggsey/libphonenumber-for-php": "^8.0"
},
"require-dev": {
"drupal/dynamic_entity_reference": "^3 || ^4",
"drupal/sms": "*",
"drupal/smsframework": "^2.2@RC"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.0.2",
"datestamp": "1705431926",
"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": "Nir Yariv",
"homepage": "http://dofinity.com",
"email": "nir@dofinity.com",
"role": "Maintainer"
}
],
"description": "Mobile number field with sms verification.",
"homepage": "http://drupal.org/project/mobile_number",
"support": {
"source": "https://git.drupalcode.org/project/mobile_number"
}
},
{
"name": "drupal/node_view_permissions",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/node_view_permissions.git",
"reference": "8.x-1.6"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/node_view_permissions-8.x-1.6.zip",
"reference": "8.x-1.6",
"shasum": "f56e0d43f41f384c73d93e18abfbe38809533d5e"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.6",
"datestamp": "1686297669",
"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": "adcillc",
"homepage": "https://www.drupal.org/user/366450"
},
{
"name": "adci_contributor",
"homepage": "https://www.drupal.org/user/1830536"
},
{
"name": "hxdef",
"homepage": "https://www.drupal.org/user/2622115"
}
],
"description": "enables permissions 'View own content' and 'View any content' for each content type on permissions page",
"homepage": "http://drupal.org/project/node_view_permissions",
"support": {
"source": "https://git.drupalcode.org/project/node_view_permissions"
}
},
{
"name": "drupal/noreferrer",
"version": "1.16.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/noreferrer.git",
"reference": "8.x-1.16"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/noreferrer-8.x-1.16.zip",
"reference": "8.x-1.16",
"shasum": "f02e76504bfc0a3313fde6e6a0333501921a13c7"
},
"require": {
"drupal/core": "^8.7.7 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.16",
"datestamp": "1673521010",
"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 <code>rel=\"noopener\"</code> and/or <code>rel=\"noreferrer\"</code> 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": "0482dc146ebfbc842274ac9513d675efee8b8f6d"
},
"require": {
"drupal/core": "^8.8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
},
"drupal": {
"version": "1.0.0-beta4+1-dev",
"datestamp": "1682098409",
"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": "d11d140f24ebb33957e30e22b204132db93e146b"
},
"require": {
"drupal/bulma": "^1.0-rc1",
"drupal/components": "^2.0-beta3",
"drupal/core": "^9 || ^10",
"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.3+32-dev",
"datestamp": "1694046703",
"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",
"homepage": "https://www.drupal.org/user/3763727"
},
{
"name": "drutopia_gitlab",
"homepage": "https://www.drupal.org/user/3514271"
},
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "nedjo",
"homepage": "https://www.drupal.org/user/4481"
},
{
"name": "onion",
"homepage": "https://www.drupal.org/user/260583"
},
{
"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": "b66513aee0ce86fb440bd6e8057c7e8001029a05"
},
"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": "2023-06-29T18:45:34+00:00"
},
{
"name": "drupal/paragraphs",
"version": "1.17.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/paragraphs.git",
"reference": "8.x-1.17"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.17.zip",
"reference": "8.x-1.17",
"shasum": "81c05f6a1eb59ab957c9ac97b2e79d6c9837bd72"
},
"require": {
"drupal/core": "^9.3 || ^10",
"drupal/entity_reference_revisions": "~1.3"
},
"require-dev": {
"drupal/block_field": "1.x-dev",
"drupal/diff": "1.x-dev",
"drupal/entity_browser": "2.x-dev",
"drupal/entity_usage": "2.x-dev",
"drupal/field_group": "3.x-dev",
"drupal/inline_entity_form": "1.x-dev",
"drupal/paragraphs-paragraphs_library": "*",
"drupal/replicate": "1.x-dev",
"drupal/search_api": "^1",
"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.17",
"datestamp": "1705234146",
"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": "jstoller",
"homepage": "https://www.drupal.org/user/99012"
},
{
"name": "miro_dietiker",
"homepage": "https://www.drupal.org/user/227761"
},
{
"name": "Primsi",
"homepage": "https://www.drupal.org/user/282629"
}
],
"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-rc2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/paranoia.git",
"reference": "8.x-1.0-rc2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/paranoia-8.x-1.0-rc2.zip",
"reference": "8.x-1.0-rc2",
"shasum": "ef9037b90412a669e719ed7ba99a52f642e0a5be"
},
"require": {
"drupal/core": "^8.9 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0-rc2",
"datestamp": "1690562977",
"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": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"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.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/password_policy.git",
"reference": "8.x-3.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/password_policy-8.x-3.2.zip",
"reference": "8.x-3.2",
"shasum": "34324c58c252db314fb2718cb3f4e499489f7fcf"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-3.2",
"datestamp": "1663587531",
"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": "Kristen Pol",
"homepage": "https://www.drupal.org/user/8389"
},
{
"name": "miglius",
"homepage": "https://www.drupal.org/user/18741"
},
{
"name": "nerdstein",
"homepage": "https://www.drupal.org/user/1557710"
},
{
"name": "paulocs",
"homepage": "https://www.drupal.org/user/3640109"
},
{
"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",
"issues": "https://www.drupal.org/project/issues/password_policy"
}
},
{
"name": "drupal/pathauto",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/pathauto.git",
"reference": "8.x-1.12"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.12.zip",
"reference": "8.x-1.12",
"shasum": "b7b6432e315e38e59a7c6cc117134326c580de4c"
},
"require": {
"drupal/core": "^9.3 || ^10",
"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.12",
"datestamp": "1696776683",
"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/plausible",
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/plausible.git",
"reference": "2.1.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/plausible-2.1.0.zip",
"reference": "2.1.0",
"shasum": "7c9ab067bf07882aad4a2f8236050efc8376d66a"
},
"require": {
"drupal/core": "^8.8.6 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.0",
"datestamp": "1687203441",
"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": "DieterHolvoet",
"homepage": "https://www.drupal.org/user/3567222"
},
{
"name": "droces",
"homepage": "https://www.drupal.org/user/2996575"
},
{
"name": "opdavies",
"homepage": "https://www.drupal.org/user/381388"
}
],
"description": "Allows your site to be tracked using Plausible, by adding a Javascript tracking snippet to every page.",
"homepage": "https://www.drupal.org/project/plausible",
"support": {
"source": "https://git.drupalcode.org/project/plausible"
}
},
{
"name": "drupal/prepopulate",
"version": "2.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/prepopulate.git",
"reference": "8.x-2.4"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/prepopulate-8.x-2.4.zip",
"reference": "8.x-2.4",
"shasum": "5e82bd6cbbaafc8320e8b3e48bc3862de4964e00"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"require-dev": {
"drupal/inline_entity_form": "^1.0@beta",
"drupal/og": "^1.0@alpha"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.4",
"datestamp": "1678728834",
"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": "Heddn",
"homepage": "https://www.drupal.org/u/heddn",
"role": "Maintainer"
},
{
"name": "Jbrauer",
"homepage": "https://www.drupal.org/u/jbrauer",
"role": "Maintainer"
},
{
"name": "Eafarris",
"homepage": "https://www.drupal.org/u/eafarris",
"role": "Maintainer"
},
{
"name": "FF1",
"homepage": "https://www.drupal.org/u/ff1",
"role": "Maintainer"
}
],
"description": "Allows form elements to be prepopulated from the URL.",
"homepage": "https://www.drupal.org/project/prepopulate",
"keywords": [
"Drupal"
],
"support": {
"source": "https://git.drupalcode.org/project/prepopulate",
"issues": "https://www.drupal.org/project/issues/prepopulate"
}
},
{
"name": "drupal/preview_link",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/preview_link.git",
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/preview_link-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "fe28ccaf3a2c4a38ea3e8e9397d75060eea47803"
},
"require": {
"drupal/core": "^8.7.7 || ^9"
},
"require-dev": {
"drupal/entity_reference_revisions": "*",
"drupal/paragraphs": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.8",
"datestamp": "1698724771",
"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": "acbramley",
"homepage": "https://www.drupal.org/user/1036766"
},
{
"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"
},
{
"name": "mstrelan",
"homepage": "https://www.drupal.org/user/314289"
},
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
}
],
"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/r4032login",
"version": "2.2.1",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/r4032login.git",
"reference": "2.2.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/r4032login-2.2.1.zip",
"reference": "2.2.1",
"shasum": "b1ee040ec84a1feee28ed9ac6c8576f6e9edfd3a"
},
"require": {
"drupal/core": "^9.3 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.2.1",
"datestamp": "1680284411",
"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": "bdone",
"homepage": "https://www.drupal.org/user/687670"
},
{
2024-02-12 09:43:25 -08:00
"name": "Bevan",
"homepage": "https://www.drupal.org/user/49989"
},
{
2024-02-12 09:43:25 -08:00
"name": "deekayen",
"homepage": "https://www.drupal.org/user/972"
},
{
2024-02-12 09:43:25 -08:00
"name": "Grayle",
"homepage": "https://www.drupal.org/user/3145497"
},
{
2024-02-12 09:43:25 -08:00
"name": "lotyrin",
"homepage": "https://www.drupal.org/user/216580"
},
{
"name": "markdorison",
"homepage": "https://www.drupal.org/user/346106"
},
{
"name": "ms2011",
"homepage": "https://www.drupal.org/user/108440"
},
{
"name": "Nixou",
"homepage": "https://www.drupal.org/user/2304734"
},
{
"name": "pwolanin",
"homepage": "https://www.drupal.org/user/49851"
},
{
"name": "RobLoach",
"homepage": "https://www.drupal.org/user/61114"
},
{
"name": "shrop",
"homepage": "https://www.drupal.org/user/14767"
},
{
"name": "Sk8erPeter",
"homepage": "https://www.drupal.org/user/1441344"
}
],
2024-02-12 09:43:25 -08:00
"description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.",
"homepage": "https://www.drupal.org/project/r4032login",
"keywords": [
"Drupal"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/r4032login",
"issues": "https://www.drupal.org/project/issues/r4032login"
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/rabbit_hole",
"version": "1.0.0-beta11",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/rabbit_hole.git",
"reference": "8.x-1.0-beta11"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/rabbit_hole-8.x-1.0-beta11.zip",
"reference": "8.x-1.0-beta11",
"shasum": "a5c3bd5d1a190e25bb4d339525dd71918015fea2"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
"require-dev": {
"drupal/commerce": "*",
"drupal/commerce_product": "*",
"drupal/file_entity": "*",
"drupal/group": "*",
"drupal/paragraphs-paragraphs_library": "*"
},
"type": "drupal-module",
2019-07-12 14:27:04 -04:00
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-beta11",
"datestamp": "1670668459",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"message": "Beta releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "aleksey.tk",
"homepage": "https://www.drupal.org/user/22093"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "bohart",
"homepage": "https://www.drupal.org/user/289861"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Dylan Donkersgoed",
"homepage": "https://www.drupal.org/user/2803351"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Matroskeen",
"homepage": "https://www.drupal.org/user/3426249"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "mparker17",
"homepage": "https://www.drupal.org/user/536298"
},
{
"name": "Odd Hill",
"homepage": "https://www.drupal.org/user/789934"
},
{
"name": "olofbokedal",
"homepage": "https://www.drupal.org/user/1198438"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Basic functionality that is shared among the different Rabbit Hole modules.",
"homepage": "https://www.drupal.org/project/rabbit_hole",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/rabbit_hole"
2019-07-12 14:27:04 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/rdf",
"version": "2.1.1",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/rdf.git",
"reference": "2.1.1"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/rdf-2.1.1.zip",
"reference": "2.1.1",
"shasum": "9c897d1313abdabbe80806d79643faffaa0b2466"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.4 || ^10.0",
"easyrdf/easyrdf": "^0.9 || ^1.0"
},
2024-02-12 09:43:25 -08:00
"type": "drupal-module",
"extra": {
"drupal": {
"version": "2.1.1",
"datestamp": "1666340902",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
],
2024-02-12 09:43:25 -08:00
"authors": [
{
"name": "Arto",
"homepage": "https://www.drupal.org/user/26089"
},
{
"name": "bbrala",
"homepage": "https://www.drupal.org/user/3366066"
},
{
"name": "bhuga",
"homepage": "https://www.drupal.org/user/186547"
},
{
"name": "febbraro",
"homepage": "https://www.drupal.org/user/43670"
},
{
"name": "jmiccolis",
"homepage": "https://www.drupal.org/user/31731"
},
{
"name": "linclark",
"homepage": "https://www.drupal.org/user/396253"
},
{
"name": "miglius",
"homepage": "https://www.drupal.org/user/18741"
},
{
"name": "scor",
"homepage": "https://www.drupal.org/user/52142"
},
{
"name": "smustgrave",
"homepage": "https://www.drupal.org/user/3252890"
}
],
2024-02-12 09:43:25 -08:00
"description": "Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes",
"homepage": "https://www.drupal.org/project/rdf",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/rdf"
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/redirect",
"version": "1.9.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/redirect.git",
"reference": "8.x-1.9"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.9.zip",
"reference": "8.x-1.9",
"shasum": "2987de20f509e9f7cec8a0f81d3a6774f9b0ba3e"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.9",
"datestamp": "1693393506",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
"name": "Berdir",
"homepage": "https://www.drupal.org/user/214652"
},
{
2024-02-12 09:43:25 -08:00
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Kristen Pol",
"homepage": "https://www.drupal.org/user/8389"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"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.9.0",
"require": {
"drupal/core": "^9.2 || ^10",
"drupal/redirect": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
"version": "8.x-1.9",
"datestamp": "1693393506",
"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"
2019-07-12 14:27:04 -04:00
},
2020-02-04 22:23:35 -05:00
{
2024-02-12 09:43:25 -08:00
"name": "Dave Reid",
"homepage": "https://www.drupal.org/user/53892"
2020-02-04 22:23:35 -05:00
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "Kristen Pol",
"homepage": "https://www.drupal.org/user/8389"
},
{
"name": "pifagor",
"homepage": "https://www.drupal.org/user/2375692"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Logs 404 errors and allows users to create redirects for often requested but missing pages.",
"homepage": "https://www.drupal.org/project/redirect",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/redirect"
2019-07-12 14:27:04 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/riddler",
"version": "2.0.5",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/riddler.git",
"reference": "2.0.5"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/riddler-2.0.5.zip",
"reference": "2.0.5",
"shasum": "8f2496837c8a30eb3574a21a4b0490d9d35737ce"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/captcha": "^1.1",
"drupal/core": "^8.9 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.5",
"datestamp": "1691590961",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "alex_optim",
"homepage": "https://www.drupal.org/user/3317601"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Anybody",
"homepage": "https://www.drupal.org/user/291091"
},
{
"name": "awolfey",
"homepage": "https://www.drupal.org/user/277371"
},
{
"name": "Grevil",
"homepage": "https://www.drupal.org/user/3668491"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "imerlin",
"homepage": "https://www.drupal.org/user/21895"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "thomas.frobieter",
"homepage": "https://www.drupal.org/user/409335"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides a question and answer CAPTCHA.",
"homepage": "https://www.drupal.org/project/riddler",
"keywords": [
"Drupal"
],
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/riddler",
"issues": "https://www.drupal.org/project/issues/riddler"
2019-07-12 14:27:04 -04:00
}
},
2019-10-01 01:06:54 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/role_delegation",
"version": "1.2.0",
2019-10-01 01:06:54 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/role_delegation.git",
"reference": "8.x-1.2"
2019-10-01 01:06:54 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/role_delegation-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "08095bada0f492e70d32fcf357a8c01825ca81fc"
2019-10-01 01:06:54 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-10-01 01:06:54 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.2",
"datestamp": "1644487627",
2019-10-01 01:06:54 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-10-01 01:06:54 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Jeroen Tubex",
"homepage": "https://www.drupal.org/u/jeroent",
"role": "Maintainer"
2022-01-28 18:42:57 -05:00
},
2019-10-01 01:06:54 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "JeroenT",
"homepage": "https://www.drupal.org/user/2228934"
2019-10-01 01:06:54 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Allows site administrators to grant some roles the authority to assign selected roles to users.",
"homepage": "http://drupal.org/project/role_delegation",
2019-10-01 01:06:54 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/role_delegation",
"issues": "http://drupal.org/project/role_delegation"
2019-10-01 01:06:54 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/schema_metatag",
"version": "2.5.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/schema_metatag.git",
"reference": "8.x-2.5"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/schema_metatag-8.x-2.5.zip",
"reference": "8.x-2.5",
"shasum": "543b9d624711379e29dde58c22e2cc0a66822c87"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.0 || ^10",
"drupal/metatag": "^1.0"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
"require-dev": {
"drupal/coder": "^8.3",
"drupal/metatag_views": "*",
"drupal/schema_article": "*",
"drupal/schema_organization": "*",
"phpcompatibility/php-compatibility": "^9.3"
2020-05-06 23:00:25 -04:00
},
2019-07-12 14:27:04 -04:00
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.5",
"datestamp": "1687460392",
2019-07-12 14:27:04 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "DamienMcKenna",
"homepage": "https://www.drupal.org/user/108450"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "KarenS",
"homepage": "https://www.drupal.org/user/45874"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "wells",
"homepage": "https://www.drupal.org/user/2452278"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Metatag implementation of Schema.org structured data (JSON-LD)",
"homepage": "https://www.drupal.org/project/schema_metatag",
"keywords": [
"Drupal"
],
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/schema_metatag",
"issues": "https://www.drupal.org/project/issues/schema_metatag"
2019-07-12 14:27:04 -04:00
}
},
2022-05-04 12:24:56 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/scn",
"version": "1.5.0",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/scn.git",
"reference": "8.x-1.5"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/scn-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "470a422c2e6b1796bb66c8d39b7d4ec085fa35bf"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.7.7 || ^9"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.5",
"datestamp": "1606456007",
2022-05-04 12:24:56 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2022-05-04 12:24:56 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "ivnish",
"homepage": "https://www.drupal.org/user/3547706"
2022-05-04 12:24:56 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Notifies the site administrator by e-mail or telegram about new comments on the site.",
"homepage": "https://www.drupal.org/project/scn",
2022-05-04 12:24:56 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/scn"
2022-05-04 12:24:56 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/search404",
"version": "2.1.2",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/search404.git",
"reference": "2.1.2"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/search404-2.1.2.zip",
"reference": "2.1.2",
"shasum": "1bd271486856e33a23c394849503477b97fbe25f"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.1.2",
"datestamp": "1677067806",
"security-coverage": {
2021-04-09 11:24:23 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "anoopjohn",
"homepage": "https://www.drupal.org/user/188049"
},
2022-01-28 18:42:57 -05:00
{
2024-02-12 09:43:25 -08:00
"name": "Anybody",
"homepage": "https://www.drupal.org/user/291091"
2022-01-28 18:42:57 -05:00
},
{
2024-02-12 09:43:25 -08:00
"name": "binnythomas",
"homepage": "https://www.drupal.org/user/3123091"
},
{
2024-02-12 09:43:25 -08:00
"name": "emilymathew",
"homepage": "https://www.drupal.org/user/2921997"
},
{
2024-02-12 09:43:25 -08:00
"name": "Grevil",
"homepage": "https://www.drupal.org/user/3668491"
},
{
"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"
}
],
2024-02-12 09:43:25 -08:00
"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",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/search404"
2021-04-09 11:24:23 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/search_api",
"version": "1.30.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/search_api.git",
"reference": "8.x-1.30"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.30.zip",
"reference": "8.x-1.30",
"shasum": "25bd2cfab6a6332c595fbc8be1c4cfff33a85ce8"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10.0"
},
"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."
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.30",
"datestamp": "1700925904",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2024-02-12 09:43:25 -08:00
},
"drush": {
"services": {
"drush.services.yml": "^9 || ^10 || ^11"
}
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2020-05-15 13:14:45 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Thomas Seidl",
"homepage": "https://www.drupal.org/u/drunken-monkey"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Nick Veenhof",
"homepage": "https://www.drupal.org/u/nick_vh"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/790418/committers"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides a generic framework for modules offering search capabilities.",
"homepage": "https://www.drupal.org/project/search_api",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"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"
2019-07-12 14:27:04 -04:00
}
},
2020-05-06 23:00:25 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/search_api_autocomplete",
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/search_api_autocomplete.git",
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/search_api_autocomplete-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "80f75774776cee193624fe5731906e35bff160f6"
},
2020-05-06 23:00:25 -04:00
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10",
"drupal/search_api": "^1.0"
2020-05-06 23:00:25 -04:00
},
2024-02-12 09:43:25 -08:00
"require-dev": {
"drupal/search_api_page": "1.x-dev"
},
"type": "drupal-module",
2020-05-06 23:00:25 -04:00
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.8",
"datestamp": "1697366383",
2020-05-06 23:00:25 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Thomas Seidl",
"homepage": "https://www.drupal.org/u/drunken-monkey"
2020-05-06 23:00:25 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1142202/committers"
2020-05-06 23:00:25 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Adds autocomplete functionality to searches.",
"homepage": "https://www.drupal.org/project/search_api_autocomplete",
2020-05-06 23:00:25 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://git.drupal.org/project/search_api_autocomplete.git",
"issues": "https://www.drupal.org/project/issues/search_api_autocomplete",
"irc": "irc://irc.freenode.org/drupal-search-api"
2020-05-06 23:00:25 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/search_api_saved_searches",
"version": "1.0.0-beta1",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/search_api_saved_searches.git",
"reference": "8.x-1.0-beta1"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/search_api_saved_searches-8.x-1.0-beta1.zip",
"reference": "8.x-1.0-beta1",
"shasum": "4650a8536cb7b1568b6e4f29b00c8d2461ca7ea5"
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10",
"drupal/search_api": "^1.20"
},
"require-dev": {
"drupal/facets": "@dev",
"drupal/search_api_page": "@dev"
2020-05-06 23:00:25 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-beta1",
"datestamp": "1703694223",
2020-05-06 23:00:25 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
2020-05-06 23:00:25 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2020-05-06 23:00:25 -04:00
],
"authors": [
2021-04-05 16:53:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "Thomas Seidl",
"homepage": "https://www.drupal.org/u/drunken-monkey"
2020-05-06 23:00:25 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "See other contributors",
"homepage": "https://www.drupal.org/node/1142202/committers"
2020-05-06 23:00:25 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Allows visitors to bookmark searches and get notifications for new results.",
"homepage": "https://www.drupal.org/project/search_api_saved_searches",
2020-05-06 23:00:25 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://git.drupal.org/project/search_api_saved_searches.git",
"issues": "https://www.drupal.org/project/issues/search_api_saved_searches",
"irc": "irc://irc.freenode.org/drupal-search-api"
2020-05-06 23:00:25 -04:00
}
},
2019-10-03 17:06:46 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/seckit",
"version": "2.0.1",
2019-10-03 17:06:46 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/seckit.git",
"reference": "2.0.1"
2019-10-03 17:06:46 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/seckit-2.0.1.zip",
"reference": "2.0.1",
"shasum": "2eee3b9719bdd5951c2b78f419c86f4765010439"
2019-10-03 17:06:46 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10"
2019-10-03 17:06:46 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.1",
"datestamp": "1671195208",
2019-10-03 17:06:46 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2019-10-03 17:06:46 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "badjava",
"homepage": "https://www.drupal.org/user/83372"
2019-10-03 17:06:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"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"
2019-10-03 17:06:46 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "SecKit provides Drupal with various security-hardening options.",
"homepage": "https://www.drupal.org/project/seckit",
"keywords": [
"Drupal",
"security"
],
2019-10-03 17:06:46 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/seckit",
"issues": "http://drupal.org/project/issues/seckit"
2019-10-03 17:06:46 -04:00
}
},
2022-03-05 13:47:38 -05:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/select_or_other",
"version": "4.1.0",
2022-03-05 13:47:38 -05:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/select_or_other.git",
"reference": "4.1.0"
2022-03-05 13:47:38 -05:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/select_or_other-4.1.0.zip",
"reference": "4.1.0",
"shasum": "ff73f610623c16ee27ac2afdc2f18e3d3d934081"
2022-03-05 13:47:38 -05:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
2022-03-05 13:47:38 -05:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "4.1.0",
"datestamp": "1686871176",
2022-03-05 13:47:38 -05:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2022-03-05 13:47:38 -05:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "daften",
"homepage": "https://www.drupal.org/user/176274"
2022-03-05 13:47:38 -05:00
},
{
2024-02-12 09:43:25 -08:00
"name": "danielb",
"homepage": "https://www.drupal.org/user/134005"
2022-03-05 13:47:38 -05:00
},
{
2024-02-12 09:43:25 -08:00
"name": "haydeniv",
"homepage": "https://www.drupal.org/user/149501"
},
{
"name": "hmendes",
"homepage": "https://www.drupal.org/user/3673677"
},
{
"name": "legolasbo",
"homepage": "https://www.drupal.org/user/2480548"
},
{
"name": "qzmenko",
"homepage": "https://www.drupal.org/user/3220037"
},
{
"name": "vladbo",
"homepage": "https://www.drupal.org/user/2696261"
2022-03-05 13:47:38 -05:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides a select box form element with additional option 'Other' to give a textfield.",
"homepage": "https://www.drupal.org/project/select_or_other",
2022-03-05 13:47:38 -05:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/select_or_other"
2022-03-05 13:47:38 -05:00
}
},
2019-09-22 21:23:53 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/shield",
"version": "1.7.0",
2019-09-22 21:23:53 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/shield.git",
"reference": "8.x-1.7"
2019-09-22 21:23:53 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/shield-8.x-1.7.zip",
"reference": "8.x-1.7",
"shasum": "dcb77778aaffd39a9bb80c123f086358ad1c8bf9"
2019-09-22 21:23:53 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
},
"require-dev": {
"drupal/key": "^1.16"
2019-09-22 21:23:53 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.7",
"datestamp": "1661968920",
2019-09-22 21:23:53 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2024-02-12 09:43:25 -08:00
},
"branch-alias": {
"dev-8.x-1.x": "1.x-dev"
2019-09-22 21:23:53 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"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"
},
{
"name": "vbouchet",
"homepage": "https://www.drupal.org/user/1671428"
2019-09-22 21:23:53 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Creates a general shield for the site.",
"homepage": "https://www.drupal.org/project/shield",
2019-09-22 21:23:53 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/shield"
2019-09-22 21:23:53 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/similarterms",
"version": "1.8.0",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/similarterms.git",
"reference": "8.x-1.8"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/similarterms-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "12a28514dfee98bb723e6eed772f5eeeb525de54"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.8",
"datestamp": "1699725697",
"security-coverage": {
2022-05-04 12:24:56 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "rmiddle",
"homepage": "https://www.drupal.org/user/192183"
},
{
2024-02-12 09:43:25 -08:00
"name": "shelane",
"homepage": "https://www.drupal.org/user/2674989"
},
{
2024-02-12 09:43:25 -08:00
"name": "takim",
"homepage": "https://www.drupal.org/user/252386"
}
],
2024-02-12 09:43:25 -08:00
"description": "Use Views to show similar content based on taxonomy terms",
"homepage": "https://www.drupal.org/project/similarterms",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/similarterms"
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/skins",
"version": "1.0.0-rc4",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/skins.git",
"reference": "8.x-1.0-rc4"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/skins-8.x-1.0-rc4.zip",
"reference": "8.x-1.0-rc4",
"shasum": "04598bfffe8a5b6a1a6031f185d1140cf8c4ed08"
2019-07-12 14:27:04 -04:00
},
"require": {
2021-04-05 16:53:46 -04:00
"drupal/core": "^8.8 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-rc4",
"datestamp": "1659298946",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "RC releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "Poieo",
"homepage": "https://www.drupal.org/user/303228"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Enable themes or modules to provide a set of skins with distinct stylesheets and templates.",
"homepage": "https://www.drupal.org/project/skins",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/skins"
2019-07-12 14:27:04 -04:00
}
},
2022-05-04 12:24:56 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/smart_date",
2024-02-12 10:09:34 -08:00
"version": "3.7.2",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/smart_date.git",
2024-02-12 10:09:34 -08:00
"reference": "3.7.2"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://ftp.drupal.org/files/projects/smart_date-3.7.2.zip",
"reference": "3.7.2",
"shasum": "4dc2040d94688369cff3c8b1062c1991fe685963"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
2024-02-12 10:09:34 -08:00
"php": ">=8.0",
2024-02-12 09:43:25 -08:00
"simshaun/recurr": "^4"
2022-05-04 12:24:56 -04:00
},
2024-02-12 09:43:25 -08:00
"suggest": {
"drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows."
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 10:09:34 -08:00
"version": "3.7.2",
"datestamp": "1677784501",
2022-05-04 12:24:56 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2024-02-12 09:43:25 -08:00
},
"drush": {
"services": {
"drush.services.yml": "^9"
}
2022-05-04 12:24:56 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "mandclu",
"homepage": "https://www.drupal.org/user/52136"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "stefan.korn",
"homepage": "https://www.drupal.org/user/1942204"
2022-05-04 12:24:56 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Adds app-like date and recurring date functionality.",
"homepage": "https://www.drupal.org/project/smart_date",
"keywords": [
"Drupal"
],
2022-05-04 12:24:56 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/smart_date",
"issues": "https://www.drupal.org/project/issues/smart_date",
"documentation": "https://www.drupal.org/docs/contributed-modules/smart-date"
2022-05-04 12:24:56 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/sms",
"version": "2.1.0",
2019-07-12 14:27:04 -04:00
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2",
"drupal/dynamic_entity_reference": "^1 || ^2",
"drupal/smsframework": "^2",
"php": ">=7.4"
2019-07-12 14:27:04 -04:00
},
"type": "metapackage",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.1.0",
"datestamp": "1670240395",
2019-07-12 14:27:04 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Aniebiet Udoh",
"homepage": "https://www.drupal.org/u/almaudoh",
"role": "Maintainer"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Daniel Phin",
"homepage": "http://danielph.in",
"role": "Maintainer"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "dpi",
"homepage": "https://www.drupal.org/user/81431"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Provides an extensible API that facilitates communication between Drupal and various SMS gateways.",
"homepage": "http://drupal.org/project/smsframework",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/smsframework",
"issues": "https://www.drupal.org/project/issues/smsframework"
2019-07-12 14:27:04 -04:00
}
},
2022-03-05 13:47:38 -05:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/sms_twilio",
"version": "dev-1.x",
2022-03-05 13:47:38 -05:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/sms_twilio.git",
"reference": "a750193481855e999889a04e5165c0c220a1a0c4"
2022-03-05 13:47:38 -05:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.9 || ^9",
"drupal/smsframework": "^1.0 || ^2.0@alpha",
"twilio/sdk": "5.4.*"
2022-03-05 13:47:38 -05:00
},
2024-02-12 09:43:25 -08:00
"suggest": {
"drupal/smsframework": "Provides integration with SMS Framework"
2022-03-05 13:47:38 -05:00
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-1.x": "1.x-dev"
},
2022-03-05 13:47:38 -05:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0+2-dev",
"datestamp": "1630002985",
2022-03-05 13:47:38 -05:00
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"message": "Dev releases are not covered by Drupal security advisories."
2022-03-05 13:47:38 -05:00
}
}
},
2024-02-12 09:43:25 -08:00
"autoload": {
"psr-4": {
"Drupal\\sms_twilio\\": "src"
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Chris Rockwell",
"homepage": "https://twitter.com/chrisrockwell",
"role": "Maintainer"
},
{
2024-02-12 09:43:25 -08:00
"name": "Daniel Phin",
"homepage": "http://danielph.in",
"email": "pro@danielph.in",
"role": "Developer"
},
{
2024-02-12 09:43:25 -08:00
"name": "mcpuddin",
"homepage": "https://www.drupal.org/user/564834"
},
{
2024-02-12 09:43:25 -08:00
"name": "spheresh",
"homepage": "https://www.drupal.org/user/624860"
},
{
"name": "univate",
"homepage": "https://www.drupal.org/user/279264"
}
],
2024-02-12 09:43:25 -08:00
"description": "Integrates Twilio with SMS Framework.",
"homepage": "https://www.drupal.org/project/sms_twilio",
2022-05-04 12:24:56 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/sms_twilio",
"issues": "https://www.drupal.org/project/issues/sms_twilio"
2022-05-04 12:24:56 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/smsframework",
"version": "2.1.0",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/smsframework.git",
"reference": "2.1.0"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/smsframework-2.1.0.zip",
"reference": "2.1.0",
"shasum": "a929db8db5ed2b82b87d371e36d746bd1270a7e3"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": ">=9.2"
},
"require-dev": {
"drupal/dynamic_entity_reference": "*",
"drupal/sms": "*"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.1.0",
"datestamp": "1670240395",
2022-05-04 12:24:56 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
2024-02-12 09:43:25 -08:00
"license": [
"GPL-2.0-or-later"
],
"authors": [
2022-05-04 12:24:56 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "almaudoh",
"homepage": "https://www.drupal.org/user/488082"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "batje",
"homepage": "https://www.drupal.org/user/2696"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "dpi",
"homepage": "https://www.drupal.org/user/81431"
2022-05-04 12:24:56 -04:00
}
],
2024-02-12 09:43:25 -08:00
"homepage": "https://www.drupal.org/project/smsframework",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/smsframework"
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/social_api",
"version": "3.1.0",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/social_api.git",
"reference": "3.1.0"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/social_api-3.1.0.zip",
"reference": "3.1.0",
"shasum": "ceb8b35f718657a8f3d67d2e9a8384d4b35687ea"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.1 || ^10",
"ext-openssl": "*",
"league/oauth2-client": "^2.0"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/coder": "^8.3",
"phpcompatibility/php-compatibility": "^9.3"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.1.0",
"datestamp": "1660188487",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Getulio Sánchez (gvso)",
"homepage": "https://www.drupal.org/u/gvso",
"role": "Maintainer"
},
{
2024-02-12 09:43:25 -08:00
"name": "Himansh Dixit (himanshu-dixit)",
"homepage": "https://www.drupal.org/user/3510098",
"email": "hudixt@gmail.com"
},
{
2024-02-12 09:43:25 -08:00
"name": "Chrsitopher C. Wells (wells)",
"homepage": "https://www.drupal.org/user/550110",
"email": "drupal.org@chris-wells.net"
},
{
2024-02-12 09:43:25 -08:00
"name": "gvso",
"homepage": "https://www.drupal.org/user/3101285"
},
{
2024-02-12 09:43:25 -08:00
"name": "himanshu-dixit",
"homepage": "https://www.drupal.org/user/3513954"
2022-01-28 18:42:57 -05:00
},
{
2024-02-12 09:43:25 -08:00
"name": "wells",
"homepage": "https://www.drupal.org/user/2452278"
}
],
2024-02-12 09:43:25 -08:00
"description": "Harmonizes social networking services in Drupal",
"homepage": "https://www.drupal.org/project/social_api",
"keywords": [
"Drupal"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/social_api",
"issues": "https://www.drupal.org/project/issues/social_api"
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/social_media_links",
"version": "2.9.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/social_media_links.git",
"reference": "8.x-2.9"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/social_media_links-8.x-2.9.zip",
"reference": "8.x-2.9",
"shasum": "d73ea6199b48e11e57fe8a2aeb2afbf3c295704a"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.9",
"datestamp": "1665768361",
2019-07-12 14:27:04 -04:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/u/neslee-canil-pinto",
"role": "Maintainer"
2019-07-12 14:27:04 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Christian Beier",
"homepage": "https://www.drupal.org/u/cbeier",
"role": "Maintainer"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"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",
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/social_media_links",
"issues": "https://www.drupal.org/project/issues/social_media_links"
2019-07-12 14:27:04 -04:00
}
},
{
2024-02-12 09:43:25 -08:00
"name": "drupal/social_post",
"version": "3.0.1",
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/social_post.git",
"reference": "3.0.1"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/social_post-3.0.1.zip",
"reference": "3.0.1",
"shasum": "9976ba61dcba635f09d5d499ea6cb4ee9122cbe6"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9.0 || ^10",
"drupal/social_api": "^3"
},
"require-dev": {
"drupal/coder": "^8.3",
"phpcompatibility/php-compatibility": "10.x-dev"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.0.1",
"datestamp": "1665165035",
"security-coverage": {
2024-02-12 09:43:25 -08:00
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "Getulio Valentin Sánchez (gvso)",
"homepage": "https://www.drupal.org/user/550110",
"email": "valentin2507@gmail.com"
},
{
2024-02-12 09:43:25 -08:00
"name": "Himansh Dixit (himanshu-dixit)",
"homepage": "https://www.drupal.org/user/3101285",
"email": "hudixt@gmail.com"
},
{
2024-02-12 09:43:25 -08:00
"name": "Chrsitopher C. Wells (wells)",
"homepage": "https://www.drupal.org/user/2452278",
"email": "drupal.org@chris-wells.net"
}
],
2024-02-12 09:43:25 -08:00
"description": "Social Post",
"homepage": "https://www.drupal.org/project/social_post",
"keywords": [
"Drupal"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/social_post",
"issues": "https://www.drupal.org/project/issues/social_post"
}
},
2022-05-04 12:24:56 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/social_post_facebook",
"version": "dev-3.0.x",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/social_post_facebook.git",
"reference": "6286f5bc5891c08665b5a14390b746634435e1f5"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"agaric/php-facebook": "dev-main",
"drupal/core": "^8 || ^9 || ^10",
"drupal/social_post": "^3"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-3.0.x": "3.0.x-dev"
},
2022-05-04 12:24:56 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.0.x-dev",
"datestamp": "1707335201",
2022-05-04 12:24:56 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2022-05-04 12:24:56 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0+"
2022-05-04 12:24:56 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Getulio Valentin Sánchez (gvso)",
"homepage": "https://www.drupal.org/user/440810",
"email": "valentin2507@gmail.com"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Himanshu Dixit (himanshu-dixit)",
"homepage": "https://www.drupal.org/user/992990",
"email": "hudixt@gmail.com"
2022-05-04 12:24:56 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "himanshu-dixit",
"homepage": "https://www.drupal.org/user/3513954"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
},
{
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2022-05-04 12:24:56 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Social Post Facebook for Facebook",
"homepage": "https://www.drupal.org/project/social_post_facebook",
2022-05-04 12:24:56 -04:00
"keywords": [
"Drupal"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/social_post_facebook",
"issues": "https://www.drupal.org/project/issues/social_post_facebook"
2022-05-04 12:24:56 -04:00
}
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "drupal/social_post_twitter",
"version": "dev-3.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://git.drupalcode.org/project/social_post_twitter.git",
"reference": "18ade93bd62d2ceaf0d9dc927371fd847e37a0b7"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"abraham/twitteroauth": ">=2",
"drupal/core": "^8.8 || ^9.0 || ^10",
"drupal/social_post": "^3.0"
},
"require-dev": {
"drupal/coder": "^8.3",
"drupal/rules": "3.x-dev",
"phpcompatibility/php-compatibility": "10.x-dev"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-3.x": "3.x-dev"
},
2019-07-12 14:27:04 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "3.0.0-beta4+1-dev",
"datestamp": "1665164947",
2019-07-12 14:27:04 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Getulio Valentin Sánchez (gvso)",
"homepage": "https://www.drupal.org/user/3101285",
"email": "valentin2507@gmail.com"
2021-04-05 16:53:46 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "Chrsitopher C. Wells (wells)",
"homepage": "https://www.drupal.org/user/2452278",
"email": "drupal.org@chris-wells.net"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Social Post integration for Twitter",
"homepage": "https://www.drupal.org/project/social_post_twitter",
"keywords": [
"Drupal"
],
2019-07-12 14:27:04 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://git.drupalcode.org/project/social_post_twitter",
"issues": "https://www.drupal.org/project/issues/social_post_twitter"
2019-07-12 14:27:04 -04:00
}
},
2024-02-23 13:22:37 -08:00
{
"name": "drupal/stable",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/stable.git",
"reference": "2.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/stable-2.0.0.zip",
"reference": "2.0.0",
"shasum": "1d1ba799280bd6b9a3c46a158e6026663e080f3f"
},
"require": {
"drupal/core": "^9 || ^10"
},
"type": "drupal-theme",
"extra": {
"drupal": {
"version": "2.0.0",
"datestamp": "1663102967",
"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": "Cottser",
"homepage": "https://www.drupal.org/user/1167326"
},
{
"name": "lauriii",
"homepage": "https://www.drupal.org/user/1078742"
}
],
"description": "A base theme using Drupal 8.0.0's core markup and CSS.",
"homepage": "https://www.drupal.org/project/stable",
"support": {
"source": "https://git.drupalcode.org/project/stable"
}
},
{
"name": "drupal/subpathauto",
2024-02-12 09:43:25 -08:00
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/subpathauto.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.3"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/subpathauto-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "b94e4ec3c8dcd42aa04b6796ae48a9aa1848862d"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
},
"require-dev": {
"drupal/redirect": "*"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.3",
"datestamp": "1676316639",
"security-coverage": {
2020-02-04 22:23:35 -05:00
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
}
],
"description": "Provides support for extending sub-paths of URL aliases.",
"homepage": "https://www.drupal.org/project/subpathauto",
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://cgit.drupalcode.org/subpathauto",
"issues": "https://www.drupal.org/project/issues/subpathauto"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/subprofiles",
"version": "1.0.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/subprofiles.git",
"reference": "8.x-1.0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/subprofiles-8.x-1.0.zip",
"reference": "8.x-1.0",
"shasum": "f026baab069c7e81d091925c714cb205a22828c3"
2019-07-12 14:27:04 -04:00
},
"require": {
"drupal/core": "^8.9 || ^9"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.0",
"datestamp": "1619564567",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
2019-07-12 14:27:04 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "drutopia",
"homepage": "https://www.drupal.org/user/3763727"
},
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-07-12 14:27:04 -04:00
},
{
"name": "robertDouglass",
"homepage": "https://www.drupal.org/user/5449"
2024-02-12 09:43:25 -08:00
},
{
"name": "wolcen",
"homepage": "https://www.drupal.org/user/3099655"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "2.0.9",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/taxonomy_manager.git",
2024-02-12 09:43:25 -08:00
"reference": "2.0.9"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.9.zip",
"reference": "2.0.9",
"shasum": "c1956d809ba2149b294eb68fe2f06ada34f4cadc"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10",
"drupal/jquery_ui": "^1.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.9",
"datestamp": "1691588453",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "alesbencina",
"homepage": "https://www.drupal.org/user/3558110"
},
{
2024-02-12 09:43:25 -08:00
"name": "Andriy Khomych",
"homepage": "https://www.drupal.org/user/3287133"
},
{
2024-02-12 09:43:25 -08:00
"name": "aurelianzaha",
"homepage": "https://www.drupal.org/user/3575026"
},
{
"name": "dragan_bp",
"homepage": "https://www.drupal.org/user/3578037"
},
2024-02-12 09:43:25 -08:00
{
"name": "JacobSanford",
"homepage": "https://www.drupal.org/user/806538"
},
{
"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"
2024-02-12 09:43:25 -08:00
},
{
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
}
],
"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"
}
},
2022-05-04 12:24:56 -04:00
{
"name": "drupal/textarea_widget_for_text",
2024-02-12 09:43:25 -08:00
"version": "1.3.0",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/textarea_widget_for_text.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.3"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/textarea_widget_for_text-8.x-1.3.zip",
"reference": "8.x-1.3",
"shasum": "4bd7c1b0eb25574efa1b959636eb7445f6ba5596"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.3",
"datestamp": "1699891368",
2022-05-04 12:24:56 -04:00
"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": "gnuget",
"homepage": "https://www.drupal.org/user/992990"
},
{
"name": "junaidpv",
"homepage": "https://www.drupal.org/user/255728"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Allows short (non-long) text fields to use the textarea widget on content entry forms.",
"homepage": "https://www.drupal.org/project/textarea_widget_for_text",
"support": {
"source": "https://git.drupalcode.org/project/textarea_widget_for_text"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/token",
2024-02-12 09:43:25 -08:00
"version": "1.13.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/token.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.13"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/token-8.x-1.13.zip",
"reference": "8.x-1.13",
"shasum": "f2a074b51726de3727c1d900237d6d471806a4d2"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.13",
"datestamp": "1697885927",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
2020-02-04 22:23:35 -05:00
},
"drush": {
"services": {
2024-02-12 09:43:25 -08:00
"drush.services.yml": ">=9"
2020-02-04 22:23:35 -05:00
}
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"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"
}
],
2020-02-04 22:23:35 -05:00
"description": "Provides a user interface for the Token API, some missing core tokens.",
2019-07-12 14:27:04 -04:00
"homepage": "https://www.drupal.org/project/token",
"support": {
"source": "https://git.drupalcode.org/project/token"
}
},
2022-05-04 12:24:56 -04:00
{
"name": "drupal/tomselect",
"version": "dev-1.0.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/tomselect.git",
2024-02-12 09:43:25 -08:00
"reference": "745ac18bc0ff358574891e875026923dcae563b8"
2022-05-04 12:24:56 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
2022-05-04 12:24:56 -04:00
},
"type": "drupal-module",
"extra": {
"branch-alias": {
"dev-1.0.x": "1.0.x-dev"
},
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "1.0.0-alpha1+1-dev",
"datestamp": "1704733540",
2022-05-04 12:24:56 -04:00
"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": [
2024-02-12 09:43:25 -08:00
{
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
2022-05-04 12:24:56 -04:00
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
}
],
"description": "Development helper for including Tom Select JavaScript library.",
"homepage": "https://www.drupal.org/project/tomselect",
"support": {
"source": "https://git.drupalcode.org/project/tomselect"
}
},
{
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "lelkneralfaro",
"homepage": "https://www.drupal.org/user/3577260"
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2024-02-12 09:43:25 -08:00
},
{
"name": "Stefan Freudenberg",
"homepage": "https://www.drupal.org/user/386087"
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "1.0.0-rc2",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/twigsuggest.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.0-rc2"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/twigsuggest-8.x-1.0-rc2.zip",
"reference": "8.x-1.0-rc2",
"shasum": "69d765e40b9eb2e423d63378c69acf8a0248bffb"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-rc2",
"datestamp": "1682360823",
"security-coverage": {
"status": "not-covered",
2024-02-12 09:43:25 -08:00
"message": "RC releases are not covered by Drupal security advisories."
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0+"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "beunerd",
"homepage": "https://www.drupal.org/user/1312798"
},
{
"name": "leymannx",
"homepage": "https://www.drupal.org/user/2482808"
},
2024-02-12 09:43:25 -08:00
{
"name": "MegaKeegMan",
"homepage": "https://www.drupal.org/user/3620027"
},
{
"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",
2024-02-12 09:43:25 -08:00
"version": "1.8.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/ui_patterns.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.8"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/ui_patterns-8.x-1.8.zip",
"reference": "8.x-1.8",
"shasum": "120d90db34296500a1ae8094cd0cc23983e951ab"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/ds": "^3.18",
"drupal/field_group": "^3.4"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.8",
"datestamp": "1706780549",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "ademarco",
"homepage": "https://www.drupal.org/user/186696"
},
{
"name": "bircher",
"homepage": "https://www.drupal.org/user/1344166"
},
2024-02-12 09:43:25 -08:00
{
"name": "Christian.wiedemann",
"homepage": "https://www.drupal.org/user/861002"
},
{
"name": "DuaelFr",
"homepage": "https://www.drupal.org/user/931394"
},
{
"name": "G4MBINI",
"homepage": "https://www.drupal.org/user/2533498"
},
{
"name": "Grimreaper",
"homepage": "https://www.drupal.org/user/2388214"
},
{
"name": "pdureau",
"homepage": "https://www.drupal.org/user/1903334"
},
{
"name": "pescetti",
"homepage": "https://www.drupal.org/user/436244"
}
],
"description": "UI Patterns.",
"homepage": "https://www.drupal.org/project/ui_patterns",
"support": {
"source": "https://git.drupalcode.org/project/ui_patterns"
}
},
{
"name": "drupal/ui_patterns_ds",
2024-02-12 09:43:25 -08:00
"version": "1.8.0",
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
"drupal/ds": "*",
"drupal/ui_patterns": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.8",
"datestamp": "1706780549",
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "Christian.wiedemann",
"homepage": "https://www.drupal.org/user/861002"
},
{
"name": "DuaelFr",
"homepage": "https://www.drupal.org/user/931394"
},
{
"name": "G4MBINI",
"homepage": "https://www.drupal.org/user/2533498"
},
{
"name": "Grimreaper",
"homepage": "https://www.drupal.org/user/2388214"
},
{
"name": "pdureau",
"homepage": "https://www.drupal.org/user/1903334"
},
{
"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",
2024-02-12 09:43:25 -08:00
"version": "1.8.0",
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
"drupal/ui_patterns": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.8",
"datestamp": "1706780549",
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "Christian.wiedemann",
"homepage": "https://www.drupal.org/user/861002"
},
{
"name": "DuaelFr",
"homepage": "https://www.drupal.org/user/931394"
},
{
"name": "G4MBINI",
"homepage": "https://www.drupal.org/user/2533498"
},
{
"name": "Grimreaper",
"homepage": "https://www.drupal.org/user/2388214"
},
{
"name": "pdureau",
"homepage": "https://www.drupal.org/user/1903334"
},
{
"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",
2024-02-12 09:43:25 -08:00
"version": "1.8.0",
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10",
"drupal/ui_patterns": "*"
},
"type": "metapackage",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.8",
"datestamp": "1706780549",
"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"
},
2024-02-12 09:43:25 -08:00
{
"name": "Christian.wiedemann",
"homepage": "https://www.drupal.org/user/861002"
},
{
"name": "DuaelFr",
"homepage": "https://www.drupal.org/user/931394"
},
{
"name": "G4MBINI",
"homepage": "https://www.drupal.org/user/2533498"
},
{
"name": "Grimreaper",
"homepage": "https://www.drupal.org/user/2388214"
},
{
"name": "pdureau",
"homepage": "https://www.drupal.org/user/1903334"
},
{
"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",
2022-01-28 18:42:57 -05:00
"version": "dev-2.x",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/urllogin.git",
2022-01-28 18:42:57 -05:00
"reference": "08c5e3861bcc92ae4b4c222499ca42e279cd8f40"
},
"require": {
"drupal/core": "^8 || ^9"
},
"type": "drupal-module",
"extra": {
"branch-alias": {
2022-01-28 18:42:57 -05:00
"dev-2.x": "2.x-dev"
},
"drupal": {
2022-01-28 18:42:57 -05:00
"version": "2.x-dev",
"datestamp": "1632195881",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
2019-09-01 10:01:44 -04:00
},
"notification-url": "https://packages.drupal.org/8/downloads",
2019-09-01 10:01:44 -04:00
"license": [
"GPL-2.0-or-later"
2019-09-01 10:01:44 -04:00
],
"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"
}
2019-09-30 12:25:35 -04:00
],
"description": "Allow login using link from URL",
"homepage": "https://www.drupal.org/project/urllogin",
2019-09-01 10:01:44 -04:00
"support": {
"source": "https://git.drupalcode.org/project/urllogin"
}
2021-04-05 16:53:46 -04:00
},
{
"name": "drupal/variationcache",
2024-02-12 09:43:25 -08:00
"version": "1.5.0",
2021-04-05 16:53:46 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/variationcache.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.5"
2021-04-05 16:53:46 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.5.zip",
"reference": "8.x-1.5",
"shasum": "6165baee8c6fe5a7773f3499896e8fb464607a32"
2021-04-05 16:53:46 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.5 || ^10"
2021-04-05 16:53:46 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.5",
"datestamp": "1705485386",
2021-04-05 16:53:46 -04:00
"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"
}
2019-09-01 10:01:44 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "drupal/video_embed_field",
2024-02-12 09:43:25 -08:00
"version": "2.5.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/video_embed_field.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-2.5"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.5.zip",
"reference": "8.x-2.5",
"shasum": "997ed67b6873e822fe628f87f65bd6da67e7350c"
2019-07-12 14:27:04 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.2 || ^10"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/ckeditor": "^1",
"drupal/colorbox": "^2",
"drupal/video_embed_media": "*"
2019-07-12 14:27:04 -04:00
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-2.5",
"datestamp": "1671413311",
2019-07-12 14:27:04 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2024-02-12 09:43:25 -08:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "abhinesh",
"homepage": "https://www.drupal.org/user/3645979"
2019-07-12 14:27:04 -04:00
},
{
"name": "jec006",
"homepage": "https://www.drupal.org/user/855980"
},
{
"name": "plopesc",
"homepage": "https://www.drupal.org/user/282415"
2024-02-12 09:43:25 -08:00
},
{
"name": "Sam152",
"homepage": "https://www.drupal.org/user/1485048"
2019-07-12 14:27:04 -04:00
}
],
"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",
2024-02-12 09:43:25 -08:00
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/view_unpublished.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.1"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/view_unpublished-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "f9f5e88cbaf1a1e71952d94cf67ef2f180e292be"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.4 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.1",
"datestamp": "1681757575",
"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",
2024-02-12 09:43:25 -08:00
"homepage": "https://www.drupal.org/user/173461",
"email": "amaria@chisholmtech.com"
},
{
2024-02-12 09:43:25 -08:00
"name": "fathima.asmat",
"homepage": "https://www.drupal.org/user/3622664"
},
{
2024-02-12 09:43:25 -08:00
"name": "tobiasb",
"homepage": "https://www.drupal.org/user/183956"
}
],
"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"
}
},
2024-06-04 23:15:09 -04:00
{
"name": "drupal/visitors",
"version": "2.17.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/visitors.git",
"reference": "8.x-2.17"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/visitors-8.x-2.17.zip",
"reference": "8.x-2.17",
"shasum": "7697679ef2fb1f33847c16622a45a77c3d260db1"
},
"require": {
"drupal/core": "^9.5 || ^10",
"geoip2/geoip2": "~2.0",
"matomo/device-detector": "^6.1"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-2.17",
"datestamp": "1716995579",
"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": "Steven Ayers (bluegeek9)",
"homepage": "https://www.drupal.org/u/bluegeek9",
"role": "Maintainer"
}
],
"description": "Visitors is a native drupal web analytics software.",
"homepage": "https://drupal.org/project/visitors",
"support": {
"source": "https://git.drupalcode.org/project/visitors",
"issues": "https://www.drupal.org/project/issues/visitors?version=8.x",
"docs": "https://www.drupal.org/docs/8/modules/visitors",
"forum": "https://drupal.stackexchange.com/questions/tagged/visitors"
}
},
2019-09-01 10:01:44 -04:00
{
"name": "drupal/webform",
2024-02-12 10:09:34 -08:00
"version": "6.2.2",
2019-09-01 10:01:44 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/webform.git",
2024-02-12 10:09:34 -08:00
"reference": "6.2.2"
2019-09-01 10:01:44 -04:00
},
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://ftp.drupal.org/files/projects/webform-6.2.2.zip",
"reference": "6.2.2",
"shasum": "cfd766802232dfdf39edd5a1acf7c738d14dc6eb"
2019-09-01 10:01:44 -04:00
},
"require": {
2024-02-12 10:09:34 -08:00
"drupal/core": "^9.4 || ^10",
"php": ">=8.1"
2019-09-01 10:01:44 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/address": "1.x-dev",
"drupal/bootstrap": "3.x-dev",
2024-02-12 10:09:34 -08:00
"drupal/captcha": "^1 || ^2",
2024-02-12 09:43:25 -08:00
"drupal/chosen": "3.0.x-dev",
2024-02-12 10:09:34 -08:00
"drupal/ckeditor": "1.0.x-dev",
"drupal/clientside_validation": "^3 || ^4",
2021-04-05 16:53:46 -04:00
"drupal/clientside_validation_jquery": "*",
2024-02-12 09:43:25 -08:00
"drupal/devel": "5.x-dev",
"drupal/entity": "1.x-dev",
"drupal/entity_print": "2.x-dev",
"drupal/group": "1.x-dev",
2024-02-12 10:09:34 -08:00
"drupal/hal": "1 - 2",
2024-02-12 09:43:25 -08:00
"drupal/jquery_ui": "1.x-dev",
2024-02-12 10:09:34 -08:00
"drupal/jquery_ui_checkboxradio": "2.x-dev",
"drupal/jquery_ui_datepicker": "2.x-dev",
2024-02-12 09:43:25 -08:00
"drupal/mailsystem": "4.x-dev",
2024-02-12 10:09:34 -08:00
"drupal/metatag": "1.x-dev",
2024-02-12 09:43:25 -08:00
"drupal/paragraphs": "1.x-dev",
"drupal/select2": "1.x-dev",
"drupal/smtp": "1.x-dev",
2024-02-12 10:09:34 -08:00
"drupal/styleguide": "^1 || ^2",
2024-02-12 09:43:25 -08:00
"drupal/telephone_validation": "2.x-dev",
"drupal/token": "1.x-dev",
"drupal/variationcache": "1.x-dev",
2019-09-01 10:01:44 -04:00
"drupal/webform_access": "*",
"drupal/webform_attachment": "*",
2021-04-05 16:53:46 -04:00
"drupal/webform_clientside_validation": "*",
"drupal/webform_devel": "*",
2019-09-01 10:01:44 -04:00
"drupal/webform_entity_print": "*",
"drupal/webform_node": "*",
2020-02-04 22:23:35 -05:00
"drupal/webform_options_limit": "*",
2019-09-01 10:01:44 -04:00
"drupal/webform_scheduled_email": "*",
2021-04-05 16:53:46 -04:00
"drupal/webform_share": "*",
2019-09-01 10:01:44 -04:00
"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."
},
2019-09-01 10:01:44 -04:00
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 10:09:34 -08:00
"version": "6.2.2",
"datestamp": "1701948363",
2019-09-01 10:01:44 -04:00
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
},
"drush": {
"services": {
2024-02-12 10:09:34 -08:00
"drush.services.yml": ">=9"
2019-09-01 10:01:44 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
2020-05-06 23:00:25 -04:00
"GPL-2.0-or-later"
2019-09-01 10:01:44 -04:00
],
"authors": [
{
"name": "Jacob Rockowitz (jrockowitz)",
"homepage": "https://www.drupal.org/u/jrockowitz",
"role": "Maintainer"
},
{
2020-05-06 23:00:25 -04:00
"name": "Contributors",
"homepage": "https://www.drupal.org/node/7404/committers",
"role": "Contributor"
2019-09-01 10:01:44 -04:00
},
2024-02-12 09:43:25 -08:00
{
"name": "Liam Morland",
"homepage": "https://www.drupal.org/user/493050"
},
2019-09-01 10:01:44 -04:00
{
"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",
2019-09-01 10:01:44 -04:00
"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",
2024-02-12 09:43:25 -08:00
"version": "3.4.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/weight.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-3.4"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/weight-8.x-3.4.zip",
"reference": "8.x-3.4",
"shasum": "d53f3df1643993e87e2265953d8aea43b7cc041a"
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^8.8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-3.4",
"datestamp": "1676997696",
"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": [
{
2024-02-12 09:43:25 -08:00
"name": "heddn",
"homepage": "https://www.drupal.org/user/1463982"
},
{
"name": "kevinquillen",
"homepage": "https://www.drupal.org/user/317279"
},
{
"name": "NancyDru",
"homepage": "https://www.drupal.org/user/101412"
},
{
"name": "Neslee Canil Pinto",
"homepage": "https://www.drupal.org/user/3580850"
},
{
2024-02-12 09:43:25 -08:00
"name": "VladimirAus",
"homepage": "https://www.drupal.org/user/673120"
}
],
"description": "Allows arbitrary ordering of entities.",
"homepage": "https://www.drupal.org/project/weight",
2024-02-12 09:43:25 -08:00
"keywords": [
"Drupal"
],
"support": {
2024-02-12 09:43:25 -08:00
"source": "http://cgit.drupalcode.org/weight",
"issues": "https://www.drupal.org/project/issues/weight"
}
},
2019-10-06 19:57:55 -04:00
{
"name": "drupal/wysiwyg_linebreaks",
2024-02-12 09:43:25 -08:00
"version": "dev-2.0.x",
2019-10-06 19:57:55 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/wysiwyg_linebreaks.git",
2024-02-12 09:43:25 -08:00
"reference": "b21621d823865c28584dbe0f876a16e00d9050ee"
2019-10-06 19:57:55 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9.3 || ^10"
2019-10-06 19:57:55 -04:00
},
"type": "drupal-module",
"extra": {
2024-02-12 09:43:25 -08:00
"branch-alias": {
"dev-2.0.x": "2.0.x-dev"
},
2019-10-06 19:57:55 -04:00
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "2.0.0+1-dev",
"datestamp": "1672022257",
2019-10-06 19:57:55 -04:00
"security-coverage": {
2024-02-12 09:43:25 -08:00
"status": "not-covered",
"message": "Dev releases are not covered by Drupal security advisories."
2019-10-06 19:57:55 -04:00
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "geerlingguy",
"homepage": "https://www.drupal.org/user/389011"
2021-04-24 23:18:29 -04:00
},
{
"name": "mlncn",
"homepage": "https://www.drupal.org/user/64383"
2019-10-06 19:57:55 -04:00
}
],
2024-02-12 09:43:25 -08:00
"description": "Allows you to use CKEditor WYSIWYG editors on legacy content that may not already have HTML formatting applied and to more easily edit WYSIWYG-edited content in plain text.",
2019-10-06 19:57:55 -04:00
"homepage": "https://www.drupal.org/project/wysiwyg_linebreaks",
"support": {
"source": "https://git.drupalcode.org/project/wysiwyg_linebreaks"
}
},
2021-04-05 16:53:46 -04:00
{
"name": "drupal/yaml_content",
2024-02-12 09:43:25 -08:00
"version": "1.0.0-alpha9",
2021-04-05 16:53:46 -04:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/yaml_content.git",
2024-02-12 09:43:25 -08:00
"reference": "8.x-1.0-alpha9"
2021-04-05 16:53:46 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://ftp.drupal.org/files/projects/yaml_content-8.x-1.0-alpha9.zip",
"reference": "8.x-1.0-alpha9",
"shasum": "21854b567ef6b9a17883da061c03850f136cc9d1"
2021-04-05 16:53:46 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"drupal/core": "^9 || ^10"
2021-04-05 16:53:46 -04:00
},
"require-dev": {
"mikey179/vfsstream": "^1.0"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-12 09:43:25 -08:00
"version": "8.x-1.0-alpha9",
"datestamp": "1690397386",
2021-04-05 16:53:46 -04:00
"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"
}
},
2019-07-12 14:27:04 -04:00
{
"name": "drush/drush",
2022-05-04 12:24:56 -04:00
"version": "10.6.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/drush-ops/drush.git",
2022-05-04 12:24:56 -04:00
"reference": "0a570a16ec63259eb71195aba5feab532318b337"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2022-05-04 12:24:56 -04:00
"url": "https://api.github.com/repos/drush-ops/drush/zipball/0a570a16ec63259eb71195aba5feab532318b337",
"reference": "0a570a16ec63259eb71195aba5feab532318b337",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"chi-teck/drupal-code-generator": "^1.32.1",
"composer/semver": "^1.4 || ^3",
2019-07-12 14:27:04 -04:00
"consolidation/config": "^1.2",
"consolidation/filter-via-dot-access-data": "^1",
2022-05-04 12:24:56 -04:00
"consolidation/robo": "^1.4.11 || ^2 || ^3",
2019-07-12 14:27:04 -04:00
"consolidation/site-alias": "^3.0.0@stable",
"consolidation/site-process": "^2.1 || ^4",
2022-05-04 12:24:56 -04:00
"enlightn/security-checker": "^1",
2019-07-12 14:27:04 -04:00
"ext-dom": "*",
"grasmash/yaml-expander": "^1.1.1",
"guzzlehttp/guzzle": "^6.3 || ^7.0",
2022-05-04 12:24:56 -04:00
"league/container": "^2.5 || ^3.4",
"php": ">=7.1.3",
2019-07-12 14:27:04 -04:00
"psr/log": "~1.0",
2022-05-04 12:24:56 -04:00
"psy/psysh": ">=0.6 <0.11",
"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",
2019-07-12 14:27:04 -04:00
"webmozart/path-util": "^2.1.0"
},
2022-05-04 12:24:56 -04:00
"conflict": {
"drupal/migrate_run": "*",
"drupal/migrate_tools": "<= 5"
},
2019-07-12 14:27:04 -04:00
"require-dev": {
"composer/installers": "^1.7",
2019-07-12 14:27:04 -04:00
"cweagans/composer-patches": "~1.0",
"david-garcia/phpwhois": "4.3.0",
2019-07-12 14:27:04 -04:00
"drupal/alinks": "1.0.0",
"drupal/core-recommended": "^8.8",
2022-05-04 12:24:56 -04:00
"phpunit/phpunit": ">=7.5.20",
2019-07-12 14:27:04 -04:00
"squizlabs/php_codesniffer": "^2.7 || ^3",
2022-05-04 12:24:56 -04:00
"vlucas/phpdotenv": "^2.4",
"yoast/phpunit-polyfills": "^0.2.0"
2019-07-12 14:27:04 -04:00
},
"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",
2021-04-09 11:24:23 -04:00
"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",
2022-05-04 12:24:56 -04:00
"source": "https://github.com/drush-ops/drush/tree/10.6.2"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://github.com/weitzman",
"type": "github"
}
],
2022-05-04 12:24:56 -04:00
"time": "2021-12-15T17:09:54+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "drutopia/drutopia",
"version": "dev-8.x-1.x",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://gitlab.com/drutopia/drutopia.git",
2024-02-12 09:43:25 -08:00
"reference": "ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://gitlab.com/api/v4/projects/drutopia%2Fdrutopia/repository/archive.zip?sha=ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6",
"reference": "ef52cc3b81e94196dc1c3b5ecc9fec432f55cce6",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2020-05-06 23:00:25 -04:00
"cweagans/composer-patches": "^1.6",
2024-02-12 09:43:25 -08:00
"drupal/antibot": "^2.0",
"drupal/block_visibility_groups": "^2",
"drupal/bulma": "^1.0-rc1",
2019-07-12 14:27:04 -04:00
"drupal/config_actions_provider": "^1.0-rc1",
2024-02-12 09:43:25 -08:00
"drupal/config_sync": "^3",
2020-05-06 23:00:25 -04:00
"drupal/config_update": "^1.7",
2024-02-12 09:43:25 -08:00
"drupal/default_content": "^2",
"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",
2024-02-12 09:43:25 -08:00
"drupal/features": "^3",
"drupal/gdpr": "^3.0@alpha",
"drupal/gin": "^3.0",
"drupal/gin_toolbar": "^1.0@beta",
"drupal/honeypot": "^2.0",
"drupal/menu_block": "^1.6",
"drupal/octavia": "^1.1",
"drupal/paranoia": "^1.0-rc1",
2024-02-12 09:43:25 -08:00
"drupal/riddler": "^2",
"drupal/subprofiles": "^1.0",
"drupal/twigsuggest": "^1.0",
"drupal/yaml_content": "^1.0-alpha7",
"geeks4change/composer-pin": "*"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"drupal/devel": "^5",
"drupal/drupal-extension": "^5",
"drush/drush": "^11",
2019-07-12 14:27:04 -04:00
"jcalderonzumba/gastonjs": "~1.0.2",
"mikey179/vfsstream": "~1.2",
"se/selenium-server-standalone": "^2.53",
"squizlabs/php_codesniffer": "2.*",
"symfony/css-selector": "~2.8"
},
2021-04-09 11:24:23 -04:00
"default-branch": true,
2019-07-12 14:27:04 -04:00
"type": "drupal-profile",
"extra": {
2020-05-06 23:00:25 -04:00
"drupal-scaffold": {
"locations": {
"web-root": "web/"
}
},
2020-05-06 23:00:25 -04:00
"enable-patching": true,
2019-07-12 14:27:04 -04:00
"patches": {
2024-02-12 09:43:25 -08:00
"drupal/core": {
"Invoke hook after a site install is complete": "https://git.drupalcode.org/project/drupal/-/merge_requests/1512.diff"
},
2019-07-12 14:27:04 -04:00
"drupal/ds": {
"Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch"
2019-07-12 14:27:04 -04:00
}
2021-04-09 11:24:23 -04:00
}
2019-07-12 14:27:04 -04:00
},
"license": [
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
2024-02-12 09:43:25 -08:00
"description": "Drutopia's base distribution provides an enhanced starting place for building sites for grassroots organizations and other purposes.",
"support": {
"source": "https://gitlab.com/drutopia/drutopia/-/tree/8.x-1.x"
},
"time": "2023-10-16T09:09:15-07:00"
},
{
"name": "easyrdf/easyrdf",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/easyrdf/easyrdf.git",
"reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
"reference": "c7b0a9dbcb211eb7de03ee99ff5b52d17f2a8e64",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-mbstring": "*",
"ext-pcre": "*",
"ext-xmlreader": "*",
"lib-libxml": "*",
"php": ">=7.1.0"
},
"require-dev": {
"code-lts/doctum": "^5",
"ml/json-ld": "~1.0",
"phpunit/phpunit": "^7",
"semsol/arc2": "^2.4",
"squizlabs/php_codesniffer": "3.*",
"zendframework/zend-http": "~2.3"
},
"suggest": {
"ml/json-ld": "~1.0",
"semsol/arc2": "~2.2"
},
"type": "library",
"autoload": {
"psr-4": {
"EasyRdf\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nicholas Humfrey",
"email": "njh@aelius.com",
"homepage": "http://www.aelius.com/njh/",
"role": "Developer"
},
{
"name": "Alexey Zakhlestin",
"email": "indeyets@gmail.com",
"homepage": "http://indeyets.ru/",
"role": "Developer"
}
],
"description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.",
"homepage": "http://www.easyrdf.org/",
"keywords": [
"Linked Data",
"RDF",
"Semantic Web",
"Turtle",
"rdfa",
"sparql"
],
2022-01-28 18:42:57 -05:00
"support": {
2024-02-12 09:43:25 -08:00
"forum": "http://groups.google.com/group/easyrdf/",
"issues": "http://github.com/easyrdf/easyrdf/issues",
"source": "https://github.com/easyrdf/easyrdf/tree/1.1.1"
2022-01-28 18:42:57 -05:00
},
2024-02-12 09:43:25 -08:00
"time": "2020-12-02T08:47:31+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "egulias/email-validator",
2024-02-12 09:43:25 -08:00
"version": "3.2.6",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/egulias/EmailValidator.git",
2024-02-12 09:43:25 -08:00
"reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
"reference": "e5997fa97e8790cdae03a9cbd5e78e45e3c7bda7",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"doctrine/lexer": "^1.2|^2",
2022-01-28 18:42:57 -05:00
"php": ">=7.2",
"symfony/polyfill-intl-idn": "^1.15"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2022-01-28 18:42:57 -05:00
"phpunit/phpunit": "^8.5.8|^9.3.3",
"vimeo/psalm": "^4"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-28 18:42:57 -05:00
"dev-master": "3.0.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"psr-4": {
2021-04-05 16:53:46 -04:00
"Egulias\\EmailValidator\\": "src"
2019-07-12 14:27:04 -04:00
}
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/egulias/EmailValidator/tree/3.2.6"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-06-01T07:04:22+00:00"
2019-07-12 14:27:04 -04:00
},
2022-05-04 12:24:56 -04:00
{
"name": "enlightn/security-checker",
2024-02-12 09:43:25 -08:00
"version": "v1.11.0",
2022-05-04 12:24:56 -04:00
"source": {
"type": "git",
"url": "https://github.com/enlightn/security-checker.git",
2024-02-12 09:43:25 -08:00
"reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2"
2022-05-04 12:24:56 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/enlightn/security-checker/zipball/68df5c7256c84b428bf8fcff0d249de06ce362d2",
"reference": "68df5c7256c84b428bf8fcff0d249de06ce362d2",
2022-05-04 12:24:56 -04:00
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3|^7.0",
"php": ">=5.6",
2024-02-12 09:43:25 -08:00
"symfony/console": "^3.4|^4|^5|^6|^7",
"symfony/finder": "^3|^4|^5|^6|^7",
"symfony/process": "^3.4|^4|^5|^6|^7",
"symfony/yaml": "^3.4|^4|^5|^6|^7"
2022-05-04 12:24:56 -04:00
},
"require-dev": {
"ext-zip": "*",
"friendsofphp/php-cs-fixer": "^2.18|^3.0",
"phpunit/phpunit": "^5.5|^6|^7|^8|^9"
},
"bin": [
"security-checker"
],
"type": "library",
"autoload": {
"psr-4": {
"Enlightn\\SecurityChecker\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paras Malhotra",
"email": "paras@laravel-enlightn.com"
},
{
"name": "Miguel Piedrafita",
"email": "soy@miguelpiedrafita.com"
}
],
"description": "A PHP dependency vulnerabilities scanner based on the Security Advisories Database.",
"keywords": [
"package",
"php",
"scanner",
"security",
"security advisories",
"vulnerability scanner"
],
"support": {
"issues": "https://github.com/enlightn/security-checker/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/enlightn/security-checker/tree/v1.11.0"
2022-05-04 12:24:56 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-11-17T07:53:29+00:00"
2022-05-04 12:24:56 -04:00
},
2021-04-09 11:24:23 -04:00
{
"name": "ezyang/htmlpurifier",
2024-02-12 09:43:25 -08:00
"version": "v4.17.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
2024-02-12 09:43:25 -08:00
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
2021-04-09 11:24:23 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
},
"require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0",
"simpletest/simpletest": "dev-master"
},
"suggest": {
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
"ext-bcmath": "Used for unit conversion and imagecrash protection",
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
"ext-tidy": "Used for pretty-printing HTML"
2021-04-09 11:24:23 -04:00
},
"type": "library",
"autoload": {
"files": [
"library/HTMLPurifier.composer.php"
],
2022-03-05 13:47:38 -05:00
"psr-0": {
"HTMLPurifier": "library/"
},
2021-04-09 11:24:23 -04:00
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-11-17T15:01:25+00:00"
2021-04-09 11:24:23 -04:00
},
2019-07-12 14:27:04 -04: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": {
2022-05-04 12:24:56 -04:00
"issues": "https://gitlab.com/api/v4/projects/12048815/issues",
2022-03-05 13:47:38 -05:00
"source": "https://gitlab.com/geeks4change/packages/composer-pin/-/tree/master"
},
"time": "2020-06-02T10:38:25+00:00"
},
2024-06-04 23:15:09 -04:00
{
"name": "geoip2/geoip2",
"version": "v2.13.0",
"source": {
"type": "git",
"url": "https://github.com/maxmind/GeoIP2-php.git",
"reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
"reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
"shasum": ""
},
"require": {
"ext-json": "*",
"maxmind-db/reader": "~1.8",
"maxmind/web-service-common": "~0.8",
"php": ">=7.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.*",
"phpstan/phpstan": "*",
"phpunit/phpunit": "^8.0 || ^9.0",
"squizlabs/php_codesniffer": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"GeoIp2\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "https://www.maxmind.com/"
}
],
"description": "MaxMind GeoIP2 PHP API",
"homepage": "https://github.com/maxmind/GeoIP2-php",
"keywords": [
"IP",
"geoip",
"geoip2",
"geolocation",
"maxmind"
],
"support": {
"issues": "https://github.com/maxmind/GeoIP2-php/issues",
"source": "https://github.com/maxmind/GeoIP2-php/tree/v2.13.0"
},
"time": "2022-08-05T20:32:58+00:00"
},
2024-02-12 09:43:25 -08:00
{
"name": "giggsey/libphonenumber-for-php",
"version": "8.13.30",
"source": {
"type": "git",
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
"reference": "e09260a4a470b3737877c0f04f964e8a4938ebbd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/e09260a4a470b3737877c0f04f964e8a4938ebbd",
"reference": "e09260a4a470b3737877c0f04f964e8a4938ebbd",
"shasum": ""
},
"require": {
"giggsey/locale": "^1.7|^2.0",
"php": ">=5.3.2",
"symfony/polyfill-mbstring": "^1.17"
},
"require-dev": {
"pear/pear-core-minimal": "^1.9",
"pear/pear_exception": "^1.0",
"pear/versioncontrol_git": "^0.5",
"phing/phing": "^2.7",
"php-coveralls/php-coveralls": "^1.0|^2.0",
"symfony/console": "^2.8|^3.0|^v4.4|^v5.2",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
}
},
"autoload": {
"psr-4": {
"libphonenumber\\": "src/"
},
"exclude-from-classmap": [
"/src/data/",
"/src/carrier/data/",
"/src/geocoding/data/",
"/src/timezone/data/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Joshua Gigg",
"email": "giggsey@gmail.com",
"homepage": "https://giggsey.com/"
}
],
"description": "PHP Port of Google's libphonenumber",
"homepage": "https://github.com/giggsey/libphonenumber-for-php",
"keywords": [
"geocoding",
"geolocation",
"libphonenumber",
"mobile",
"phonenumber",
"validation"
],
"support": {
"issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
"source": "https://github.com/giggsey/libphonenumber-for-php"
},
"time": "2024-02-09T12:16:23+00:00"
},
{
"name": "giggsey/locale",
"version": "2.5",
"source": {
"type": "git",
"url": "https://github.com/giggsey/Locale.git",
"reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/giggsey/Locale/zipball/e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
"reference": "e6d4540109a01dd2bc7334cdc842d6a6a67cf239",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"require-dev": {
"ext-json": "*",
"pear/pear-core-minimal": "^1.9",
"pear/pear_exception": "^1.0",
"pear/versioncontrol_git": "^0.5",
"phing/phing": "^2.7",
"php-coveralls/php-coveralls": "^2.0",
"phpunit/phpunit": "^8.5|^9.5",
"symfony/console": "^5.0|^6.0",
"symfony/filesystem": "^5.0|^6.0",
"symfony/finder": "^5.0|^6.0",
"symfony/process": "^5.0|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Giggsey\\Locale\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Joshua Gigg",
"email": "giggsey@gmail.com",
"homepage": "https://giggsey.com/"
}
],
"description": "Locale functions required by libphonenumber-for-php",
"support": {
"issues": "https://github.com/giggsey/Locale/issues",
"source": "https://github.com/giggsey/Locale/tree/2.5"
},
"time": "2023-11-01T17:19:48+00:00"
},
{
"name": "graham-campbell/result-type",
2024-02-12 09:43:25 -08:00
"version": "v1.1.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
2024-02-12 09:43:25 -08:00
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/fbd48bce38f73f8a4ec8583362e732e4095e5862",
"reference": "fbd48bce38f73f8a4ec8583362e732e4095e5862",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9.2"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
2019-07-12 14:27:04 -04:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
2022-01-28 18:42:57 -05:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
2019-07-12 14:27:04 -04:00
}
],
"description": "An Implementation Of The Result Type",
2019-07-12 14:27:04 -04:00
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
2019-07-12 14:27:04 -04:00
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.2"
2021-04-09 11:24:23 -04:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-11-12T22:16:48+00:00"
2019-07-12 14:27:04 -04: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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/grasmash/expander/issues",
"source": "https://github.com/grasmash/expander/tree/master"
},
2019-07-12 14:27:04 -04:00
"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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/grasmash/yaml-expander/issues",
"source": "https://github.com/grasmash/yaml-expander/tree/master"
},
2019-07-12 14:27:04 -04:00
"time": "2017-12-16T16:06:03+00:00"
},
{
"name": "guzzlehttp/guzzle",
2024-02-12 09:43:25 -08:00
"version": "6.5.8",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2024-02-12 09:43:25 -08:00
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/a52f0440530b54fa079ce76e8c5d196a42cad981",
"reference": "a52f0440530b54fa079ce76e8c5d196a42cad981",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2020-02-04 22:23:35 -05:00
"ext-json": "*",
2019-07-12 14:27:04 -04:00
"guzzlehttp/promises": "^1.0",
2024-02-12 09:43:25 -08:00
"guzzlehttp/psr7": "^1.9",
2020-05-06 23:00:25 -04:00
"php": ">=5.5",
2024-02-12 09:43:25 -08:00
"symfony/polyfill-intl-idn": "^1.17"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2020-02-04 22:23:35 -05:00
"psr/log": "^1.1"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 22:23:35 -05:00
"dev-master": "6.5-dev"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
2020-02-04 22:23:35 -05:00
"files": [
"src/functions_include.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2024-02-12 09:43:25 -08:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-07-12 14:27:04 -04:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2024-02-12 09:43:25 -08:00
},
{
"name": "Jeremy Lindblom",
"email": "jeremeamia@gmail.com",
"homepage": "https://github.com/jeremeamia"
},
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2019-07-12 14:27:04 -04:00
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/guzzle/guzzle/tree/6.5.8"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
"type": "tidelift"
}
],
"time": "2022-06-20T22:16:07+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "guzzlehttp/promises",
2024-02-12 09:43:25 -08:00
"version": "1.5.3",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2024-02-12 09:43:25 -08:00
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/67ab6e18aaa14d753cc148911d273f6e6cb6721e",
"reference": "67ab6e18aaa14d753cc148911d273f6e6cb6721e",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=5.5"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2021-04-05 16:53:46 -04:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-01-28 18:42:57 -05:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-07-12 14:27:04 -04:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2022-01-28 18:42:57 -05:00
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2019-07-12 14:27:04 -04:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/guzzle/promises/tree/1.5.3"
2021-04-09 11:24:23 -04:00
},
2022-01-28 18:42:57 -05:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-05-21T12:31:43+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "guzzlehttp/psr7",
2024-02-12 09:43:25 -08:00
"version": "1.9.1",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2024-02-12 09:43:25 -08:00
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/e4490cabc77465aaee90b20cfc9a770f8c04be6b",
"reference": "e4490cabc77465aaee90b20cfc9a770f8c04be6b",
2019-07-12 14:27:04 -04:00
"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": "*",
2021-04-05 16:53:46 -04:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2019-07-12 14:27:04 -04:00
},
"suggest": {
2021-04-05 16:53:46 -04:00
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"files": [
"src/functions_include.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2022-01-28 18:42:57 -05:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2019-07-12 14:27:04 -04:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2022-01-28 18:42:57 -05:00
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
2019-07-12 14:27:04 -04:00
{
"name": "Tobias Schultze",
2022-01-28 18:42:57 -05:00
"email": "webmaster@tubo-world.de",
2019-07-12 14:27:04 -04:00
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/guzzle/psr7/tree/1.9.1"
2021-04-09 11:24:23 -04:00
},
2022-01-28 18:42:57 -05:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-04-17T16:00:37+00:00"
2019-07-12 14:27:04 -04:00
},
2021-04-05 17:19:43 -04:00
{
2021-04-09 11:24:23 -04:00
"name": "indieauth/client",
2024-02-12 09:43:25 -08:00
"version": "1.1.6",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/indieauth-client-php.git",
2024-02-12 09:43:25 -08:00
"reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d"
2021-04-09 11:24:23 -04:00
},
2021-04-05 17:19:43 -04:00
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/indieweb/indieauth-client-php/zipball/9f3f9cc71a752c371b44d40a979504ffd7026c7d",
"reference": "9f3f9cc71a752c371b44d40a979504ffd7026c7d",
2021-04-09 11:24:23 -04:00
"shasum": ""
2021-04-05 17:19:43 -04:00
},
"require": {
2021-04-09 11:24:23 -04:00
"indieweb/representative-h-card": "^0.1.2",
2024-02-12 09:43:25 -08:00
"mf2/mf2": "^0.5",
"p3k/http": "^0.1",
"php": ">5.6.0"
2021-04-05 17:19:43 -04:00
},
2021-04-09 11:24:23 -04:00
"require-dev": {
2024-02-12 09:43:25 -08:00
"yoast/phpunit-polyfills": "^1.0"
2021-04-05 17:19:43 -04:00
},
2021-04-09 11:24:23 -04:00
"type": "library",
"autoload": {
2024-02-12 09:43:25 -08:00
"psr-4": {
"IndieAuth\\": "src/IndieAuth/"
2021-04-09 11:24:23 -04:00
}
2021-04-05 17:19:43 -04:00
},
2021-04-09 11:24:23 -04:00
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/indieweb/indieauth-client-php/tree/1.1.6"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"funding": [
{
"url": "https://opencollective.com/indieweb",
"type": "opencollective"
}
],
"time": "2022-11-08T21:37:04+00:00"
2021-04-05 17:19:43 -04:00
},
{
2021-04-09 11:24:23 -04: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"
},
2021-04-05 17:19:43 -04:00
"dist": {
"type": "zip",
2021-04-09 11:24:23 -04:00
"url": "https://api.github.com/repos/indieweb/link-rel-parser-php/zipball/295420e4f16d9a9d262a3c25a7a583794428f055",
"reference": "295420e4f16d9a9d262a3c25a7a583794428f055",
"shasum": ""
2021-04-05 17:19:43 -04:00
},
"require": {
2021-04-09 11:24:23 -04:00
"php": ">=5.3.0"
2021-04-05 17:19:43 -04:00
},
2021-04-09 11:24:23 -04:00
"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"
2021-04-05 17:19:43 -04:00
},
{
2021-04-09 11:24:23 -04:00
"name": "indieweb/mention-client",
"version": "1.2.1",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/mention-client-php.git",
"reference": "6807f4b1b96df7f47ea425eebfc7c032768652cf"
2021-04-09 11:24:23 -04:00
},
2021-04-05 17:19:43 -04:00
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/mention-client-php/zipball/6807f4b1b96df7f47ea425eebfc7c032768652cf",
"reference": "6807f4b1b96df7f47ea425eebfc7c032768652cf",
2021-04-09 11:24:23 -04:00
"shasum": ""
2021-04-05 17:19:43 -04:00
},
"require": {
2021-04-09 11:24:23 -04:00
"mf2/mf2": ">=0.2",
"php": ">=5.6"
2021-04-05 17:19:43 -04:00
},
2021-04-09 11:24:23 -04:00
"require-dev": {
"phpunit/phpunit": "^6"
2021-04-09 11:24:23 -04:00
},
"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"
2021-04-09 11:24:23 -04:00
},
"time": "2021-02-02T13:13:07+00:00"
2021-04-09 11:24:23 -04:00
},
{
"name": "indieweb/representative-h-card",
2024-02-12 09:43:25 -08:00
"version": "0.1.3",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/indieweb/representative-h-card-php.git",
2024-02-12 09:43:25 -08:00
"reference": "97731c6ccc0838418c775b867bf826aeaa91cd95"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/indieweb/representative-h-card-php/zipball/97731c6ccc0838418c775b867bf826aeaa91cd95",
"reference": "97731c6ccc0838418c775b867bf826aeaa91cd95",
2021-04-09 11:24:23 -04:00
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/indieweb/representative-h-card-php/tree/0.1.3"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-05-24T15:33:06+00:00"
2021-04-09 11:24:23 -04:00
},
2019-07-12 14:27:04 -04:00
{
2024-02-12 09:43:25 -08:00
"name": "laminas/laminas-escaper",
2024-02-12 10:09:34 -08:00
"version": "2.13.0",
2021-04-05 16:53:46 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://github.com/laminas/laminas-escaper.git",
2024-02-12 10:09:34 -08:00
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba"
2019-07-12 14:27:04 -04:00
},
2020-05-06 23:00:25 -04:00
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba",
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba",
2021-04-05 16:53:46 -04:00
"shasum": ""
2019-07-12 14:27:04 -04:00
},
2020-05-06 23:00:25 -04:00
"require": {
2024-02-12 09:43:25 -08:00
"ext-ctype": "*",
"ext-mbstring": "*",
2024-02-12 10:09:34 -08:00
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
2020-05-06 23:00:25 -04:00
},
"conflict": {
2024-02-12 09:43:25 -08:00
"zendframework/zend-escaper": "*"
2019-07-12 14:27:04 -04:00
},
2021-04-05 16:53:46 -04:00
"require-dev": {
2024-02-12 10:09:34 -08:00
"infection/infection": "^0.27.0",
"laminas/laminas-coding-standard": "~2.5.0",
2024-02-12 09:43:25 -08:00
"maglnet/composer-require-checker": "^3.8.0",
2024-02-12 10:09:34 -08:00
"phpunit/phpunit": "^9.6.7",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.9"
2019-07-12 14:27:04 -04:00
},
2021-04-05 16:53:46 -04:00
"type": "library",
"autoload": {
"psr-4": {
2024-02-12 09:43:25 -08:00
"Laminas\\Escaper\\": "src/"
2021-04-05 16:53:46 -04:00
}
2019-07-12 14:27:04 -04:00
},
2021-04-05 16:53:46 -04:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2024-02-12 09:43:25 -08:00
"description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
2021-04-05 16:53:46 -04:00
"homepage": "https://laminas.dev",
"keywords": [
2024-02-12 09:43:25 -08:00
"escaper",
"laminas"
2021-04-05 16:53:46 -04:00
],
2021-04-09 11:24:23 -04:00
"support": {
"chat": "https://laminas.dev/chat",
2024-02-12 09:43:25 -08:00
"docs": "https://docs.laminas.dev/laminas-escaper/",
2021-04-09 11:24:23 -04:00
"forum": "https://discourse.laminas.dev",
2024-02-12 09:43:25 -08:00
"issues": "https://github.com/laminas/laminas-escaper/issues",
"rss": "https://github.com/laminas/laminas-escaper/releases.atom",
"source": "https://github.com/laminas/laminas-escaper"
2021-04-09 11:24:23 -04:00
},
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2024-02-12 10:09:34 -08:00
"time": "2023-10-10T08:35:13+00:00"
2020-05-06 23:00:25 -04:00
},
{
2024-02-12 09:43:25 -08:00
"name": "laminas/laminas-feed",
2024-02-12 10:09:34 -08:00
"version": "2.22.0",
2021-04-05 16:53:46 -04:00
"source": {
"type": "git",
2024-02-12 09:43:25 -08:00
"url": "https://github.com/laminas/laminas-feed.git",
2024-02-12 10:09:34 -08:00
"reference": "669792b819fca7274698147ad7a2ecc1b0a9b141"
2021-04-05 16:53:46 -04:00
},
2020-05-06 23:00:25 -04:00
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://api.github.com/repos/laminas/laminas-feed/zipball/669792b819fca7274698147ad7a2ecc1b0a9b141",
"reference": "669792b819fca7274698147ad7a2ecc1b0a9b141",
2021-04-05 16:53:46 -04:00
"shasum": ""
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 09:43:25 -08:00
"ext-dom": "*",
"ext-libxml": "*",
"laminas/laminas-escaper": "^2.9",
"laminas/laminas-stdlib": "^3.6",
2024-02-12 10:09:34 -08:00
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
2020-05-06 23:00:25 -04:00
},
2022-01-28 18:42:57 -05:00
"conflict": {
2024-02-12 09:43:25 -08:00
"laminas/laminas-servicemanager": "<3.3",
"zendframework/zend-feed": "*"
2020-05-06 23:00:25 -04:00
},
2021-04-05 16:53:46 -04:00
"require-dev": {
2024-02-12 10:09:34 -08:00
"laminas/laminas-cache": "^2.13.2 || ^3.11",
"laminas/laminas-cache-storage-adapter-memory": "^1.1.0 || ^2.2",
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-db": "^2.18",
"laminas/laminas-http": "^2.18",
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-validator": "^2.38",
"phpunit/phpunit": "^10.3.1",
"psalm/plugin-phpunit": "^0.18.4",
"psr/http-message": "^2.0",
"vimeo/psalm": "^5.14.1"
2020-05-06 23:00:25 -04:00
},
2021-04-05 16:53:46 -04:00
"suggest": {
2024-02-12 09:43:25 -08:00
"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"
2020-05-06 23:00:25 -04:00
},
2021-04-05 16:53:46 -04:00
"type": "library",
"autoload": {
"psr-4": {
2024-02-12 09:43:25 -08:00
"Laminas\\Feed\\": "src/"
2021-04-05 16:53:46 -04:00
}
2020-05-06 23:00:25 -04:00
},
2021-04-05 16:53:46 -04:00
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2024-02-12 09:43:25 -08:00
"description": "provides functionality for creating and consuming RSS and Atom feeds",
2021-04-05 16:53:46 -04:00
"homepage": "https://laminas.dev",
"keywords": [
2024-02-12 09:43:25 -08:00
"atom",
"feed",
"laminas",
"rss"
2021-04-05 16:53:46 -04:00
],
2021-04-09 11:24:23 -04:00
"support": {
"chat": "https://laminas.dev/chat",
2024-02-12 09:43:25 -08:00
"docs": "https://docs.laminas.dev/laminas-feed/",
2021-04-09 11:24:23 -04:00
"forum": "https://discourse.laminas.dev",
2024-02-12 09:43:25 -08:00
"issues": "https://github.com/laminas/laminas-feed/issues",
"rss": "https://github.com/laminas/laminas-feed/releases.atom",
"source": "https://github.com/laminas/laminas-feed"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2024-02-12 10:09:34 -08:00
"time": "2023-10-11T20:16:37+00:00"
2020-05-06 23:00:25 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "laminas/laminas-stdlib",
2024-02-12 10:09:34 -08:00
"version": "3.19.0",
2021-04-05 16:53:46 -04:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-stdlib.git",
2024-02-12 10:09:34 -08:00
"reference": "6a192dd0882b514e45506f533b833b623b78fff3"
2021-04-05 16:53:46 -04:00
},
2020-05-06 23:00:25 -04:00
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/6a192dd0882b514e45506f533b833b623b78fff3",
"reference": "6a192dd0882b514e45506f533b833b623b78fff3",
2021-04-05 16:53:46 -04:00
"shasum": ""
2020-05-06 23:00:25 -04:00
},
"require": {
2024-02-12 10:09:34 -08:00
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
2020-05-06 23:00:25 -04:00
},
2022-01-28 18:42:57 -05:00
"conflict": {
"zendframework/zend-stdlib": "*"
2021-04-05 16:53:46 -04:00
},
"require-dev": {
2024-02-12 10:09:34 -08:00
"laminas/laminas-coding-standard": "^2.5",
"phpbench/phpbench": "^1.2.15",
"phpunit/phpunit": "^10.5.8",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.20.0"
2021-04-05 16:53:46 -04:00
},
"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"
],
2021-04-09 11:24:23 -04:00
"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"
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://funding.communitybridge.org/projects/laminas-project",
"type": "community_bridge"
}
],
2024-02-12 10:09:34 -08:00
"time": "2024-01-19T12:39:49+00:00"
2020-05-06 23:00:25 -04:00
},
2021-04-09 11:24:23 -04:00
{
"name": "laminas/laminas-xml",
2024-02-12 10:09:34 -08:00
"version": "1.6.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-xml.git",
2024-02-12 10:09:34 -08:00
"reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://api.github.com/repos/laminas/laminas-xml/zipball/c35aab57d1d0a970b53965046d535b88c3dc8bea",
"reference": "c35aab57d1d0a970b53965046d535b88c3dc8bea",
2021-04-09 11:24:23 -04:00
"shasum": ""
},
"require": {
2022-01-28 18:42:57 -05:00
"ext-dom": "*",
"ext-simplexml": "*",
2024-02-12 10:09:34 -08:00
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
2021-04-09 11:24:23 -04:00
},
2022-01-28 18:42:57 -05:00
"conflict": {
"zendframework/zendxml": "*"
2021-04-09 11:24:23 -04:00
},
"require-dev": {
"ext-iconv": "*",
"laminas/laminas-coding-standard": "~1.0.0",
2022-01-28 18:42:57 -05:00
"phpunit/phpunit": "^9.5.8",
"squizlabs/php_codesniffer": "3.6.1 as 2.9999999.9999999"
2021-04-09 11:24:23 -04:00
},
"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"
}
],
2024-02-12 10:09:34 -08:00
"time": "2023-11-23T10:03:52+00:00"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
{
"name": "lcobucci/clock",
2024-02-12 10:09:34 -08:00
"version": "2.3.0",
2024-02-12 09:43:25 -08:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/clock.git",
2024-02-12 10:09:34 -08:00
"reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876"
2024-02-12 09:43:25 -08:00
},
"dist": {
"type": "zip",
2024-02-12 10:09:34 -08:00
"url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876",
"reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876",
2024-02-12 09:43:25 -08:00
"shasum": ""
},
"require": {
2024-02-12 10:09:34 -08:00
"php": "~8.1.0 || ~8.2.0",
"stella-maris/clock": "^0.1.7"
},
"provide": {
"psr/clock-implementation": "1.0"
2024-02-12 09:43:25 -08:00
},
"require-dev": {
2024-02-12 10:09:34 -08:00
"infection/infection": "^0.26",
"lcobucci/coding-standard": "^9.0",
"phpstan/extension-installer": "^1.2",
"phpstan/phpstan": "^1.9.4",
"phpstan/phpstan-deprecation-rules": "^1.1.1",
"phpstan/phpstan-phpunit": "^1.3.2",
"phpstan/phpstan-strict-rules": "^1.4.4",
"phpunit/phpunit": "^9.5.27"
2024-02-12 09:43:25 -08:00
},
"type": "library",
"autoload": {
"psr-4": {
"Lcobucci\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Luís Cobucci",
"email": "lcobucci@gmail.com"
}
],
"description": "Yet another clock abstraction",
"support": {
"issues": "https://github.com/lcobucci/clock/issues",
2024-02-12 10:09:34 -08:00
"source": "https://github.com/lcobucci/clock/tree/2.3.0"
2024-02-12 09:43:25 -08:00
},
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
2024-02-12 10:09:34 -08:00
"time": "2022-12-19T14:38:11+00:00"
2024-02-12 09:43:25 -08:00
},
2021-04-09 11:24:23 -04:00
{
"name": "lcobucci/jwt",
2024-02-12 09:43:25 -08:00
"version": "4.0.4",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
2024-02-12 09:43:25 -08:00
"reference": "55564265fddf810504110bd68ca311932324b0e9"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/55564265fddf810504110bd68ca311932324b0e9",
"reference": "55564265fddf810504110bd68ca311932324b0e9",
2021-04-09 11:24:23 -04:00
"shasum": ""
},
"require": {
2022-05-04 12:24:56 -04:00
"ext-mbstring": "*",
2021-04-09 11:24:23 -04:00
"ext-openssl": "*",
2024-02-12 09:43:25 -08:00
"lcobucci/clock": "^2.0",
"php": "^7.4 || ^8.0"
2021-04-09 11:24:23 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"infection/infection": "^0.20",
"lcobucci/coding-standard": "^6.0",
"mikey179/vfsstream": "^1.6",
"phpbench/phpbench": "^0.17",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/php-invoker": "^3.1",
"phpunit/phpunit": "^9.4"
2021-04-09 11:24:23 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-master": "4.0-dev"
2021-04-09 11:24:23 -04:00
}
},
"autoload": {
"psr-4": {
"Lcobucci\\JWT\\": "src"
2022-01-28 18:42:57 -05:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
2024-02-12 09:43:25 -08:00
"name": "Luís Cobucci",
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/lcobucci/jwt/tree/4.0.4"
},
2022-05-04 12:24:56 -04:00
"funding": [
{
"url": "https://github.com/lcobucci",
"type": "github"
},
{
"url": "https://www.patreon.com/lcobucci",
"type": "patreon"
}
],
"time": "2021-09-28T19:18:28+00:00"
2021-04-09 11:24:23 -04:00
},
2019-07-12 14:27:04 -04:00
{
"name": "league/container",
2022-05-04 12:24:56 -04:00
"version": "3.4.1",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/container.git",
2022-05-04 12:24:56 -04:00
"reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2022-05-04 12:24:56 -04:00
"url": "https://api.github.com/repos/thephpleague/container/zipball/84ecbc2dbecc31bd23faf759a0e329ee49abddbd",
"reference": "84ecbc2dbecc31bd23faf759a0e329ee49abddbd",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-05-04 12:24:56 -04:00
"php": "^7.0 || ^8.0",
"psr/container": "^1.0.0"
2019-07-12 14:27:04 -04:00
},
"provide": {
"psr/container-implementation": "^1.0"
},
"replace": {
"orno/di": "~2.0"
},
"require-dev": {
2022-05-04 12:24:56 -04:00
"phpunit/phpunit": "^6.0 || ^7.0",
"roave/security-advisories": "dev-latest",
"scrutinizer/ocular": "^1.8",
2021-04-05 16:53:46 -04:00
"squizlabs/php_codesniffer": "^3.5"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-05-04 12:24:56 -04:00
"dev-master": "3.x-dev",
"dev-3.x": "3.x-dev",
2019-07-12 14:27:04 -04:00
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/thephpleague/container/issues",
2022-05-04 12:24:56 -04:00
"source": "https://github.com/thephpleague/container/tree/3.4.1"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://github.com/philipobenito",
"type": "github"
}
],
2022-05-04 12:24:56 -04:00
"time": "2021-07-09T08:23:52+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "league/csv",
2024-02-23 13:22:37 -08:00
"version": "9.15.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/csv.git",
2024-02-23 13:22:37 -08:00
"reference": "fa7e2441c0bc9b2360f4314fd6c954f7ff40d435"
},
"dist": {
"type": "zip",
2024-02-23 13:22:37 -08:00
"url": "https://api.github.com/repos/thephpleague/csv/zipball/fa7e2441c0bc9b2360f4314fd6c954f7ff40d435",
"reference": "fa7e2441c0bc9b2360f4314fd6c954f7ff40d435",
"shasum": ""
},
"require": {
2024-02-12 10:09:34 -08:00
"ext-filter": "*",
"ext-json": "*",
"ext-mbstring": "*",
2024-02-12 10:09:34 -08:00
"php": "^8.1.2"
},
"require-dev": {
2024-02-12 10:09:34 -08:00
"doctrine/collections": "^2.1.4",
2021-04-05 16:53:46 -04:00
"ext-dom": "*",
2024-02-12 10:09:34 -08:00
"ext-xdebug": "*",
"friendsofphp/php-cs-fixer": "^v3.22.0",
"phpbench/phpbench": "^1.2.15",
2024-02-23 13:22:37 -08:00
"phpstan/phpstan": "^1.10.57",
2024-02-12 10:09:34 -08:00
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-strict-rules": "^1.5.2",
2024-02-23 13:22:37 -08:00
"phpunit/phpunit": "^10.5.9",
"symfony/var-dumper": "^6.4.2"
},
"suggest": {
2024-02-12 10:09:34 -08:00
"ext-dom": "Required to use the XMLConverter and 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": {
"files": [
"src/functions_include.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"League\\Csv\\": "src"
}
},
"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",
2022-01-28 18:42:57 -05:00
"homepage": "https://csv.thephpleague.com",
"keywords": [
"convert",
"csv",
"export",
"filter",
"import",
"read",
"transform",
"write"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"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"
}
],
2024-02-23 13:22:37 -08:00
"time": "2024-02-20T20:00:00+00:00"
2024-02-12 09:43:25 -08:00
},
{
"name": "league/oauth2-client",
"version": "2.7.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
"reference": "160d6274b03562ebeb55ed18399281d8118b76c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/160d6274b03562ebeb55ed18399281d8118b76c8",
"reference": "160d6274b03562ebeb55ed18399281d8118b76c8",
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"paragonie/random_compat": "^1 || ^2 || ^9.99",
"php": "^5.6 || ^7.0 || ^8.0"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpunit/phpunit": "^5.7 || ^6.0 || ^9.5",
"squizlabs/php_codesniffer": "^2.3 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alex Bilbie",
"email": "hello@alexbilbie.com",
"homepage": "http://www.alexbilbie.com",
"role": "Developer"
},
{
"name": "Woody Gilk",
"homepage": "https://github.com/shadowhand",
"role": "Contributor"
}
],
"description": "OAuth 2.0 Client Library",
"keywords": [
"Authentication",
"SSO",
"authorization",
"identity",
"idp",
"oauth",
"oauth2",
"single sign on"
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-client/issues",
"source": "https://github.com/thephpleague/oauth2-client/tree/2.7.0"
},
"time": "2023-04-16T18:19:15+00:00"
},
{
"name": "league/oauth2-facebook",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-facebook.git",
"reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-facebook/zipball/ec6d62a00b548c6cd56d7b734346b9e6befbfbbb",
"reference": "ec6d62a00b548c6cd56d7b734346b9e6befbfbbb",
"shasum": ""
},
"require": {
"league/oauth2-client": "^2.0",
"php": ">=7.3"
},
"require-dev": {
"ext-json": "*",
"mockery/mockery": "~1.3.0",
"phpunit/phpunit": "^9.4",
"squizlabs/php_codesniffer": "~3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\OAuth2\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sammy Kaye Powers",
"email": "me@sammyk.me",
"homepage": "http://www.sammyk.me"
}
],
"description": "Facebook OAuth 2.0 Client Provider for The PHP League OAuth2-Client",
"keywords": [
"Authentication",
"authorization",
"client",
"facebook",
"oauth",
"oauth2"
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-facebook/issues",
"source": "https://github.com/thephpleague/oauth2-facebook/tree/2.2.0"
},
"time": "2022-02-24T18:45:07+00:00"
},
{
"name": "longwave/laminas-diactoros",
"version": "2.14.2",
"source": {
"type": "git",
"url": "https://github.com/longwave/laminas-diactoros.git",
"reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/longwave/laminas-diactoros/zipball/ae4f0becf249ae8eea8f2f8f9fb927104e55a885",
"reference": "ae4f0becf249ae8eea8f2f8f9fb927104e55a885",
"shasum": ""
},
"require": {
"php": "^7.3 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0"
},
"conflict": {
"phpspec/prophecy": "<1.9.0",
"zendframework/zend-diactoros": "*"
},
"provide": {
"psr/http-factory-implementation": "1.0",
"psr/http-message-implementation": "1.0"
},
"replace": {
"laminas/laminas-diactoros": "2.18.1"
},
"require-dev": {
"ext-curl": "*",
"ext-dom": "*",
"ext-gd": "*",
"ext-libxml": "*",
"http-interop/http-factory-tests": "^0.9.0",
"laminas/laminas-coding-standard": "~2.3.0",
"php-http/psr7-integration-tests": "^1.1.1",
"phpspec/prophecy-phpunit": "^2.0",
"phpunit/phpunit": "^9.5",
"psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.24.0"
},
"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"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-04-26T21:27:14+00:00"
},
2019-07-12 14:27:04 -04:00
{
"name": "masterminds/html5",
2024-02-12 09:43:25 -08:00
"version": "2.7.6",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/Masterminds/html5-php.git",
2024-02-12 09:43:25 -08:00
"reference": "897eb517a343a2281f11bc5556d6548db7d93947"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/Masterminds/html5-php/zipball/897eb517a343a2281f11bc5556d6548db7d93947",
"reference": "897eb517a343a2281f11bc5556d6548db7d93947",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-dom": "*",
"ext-libxml": "*",
"php": ">=5.3.0"
},
"require-dev": {
2022-01-28 18:42:57 -05:00
"phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.7-dev"
2019-07-12 14:27:04 -04:00
}
},
"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"
2019-07-12 14:27:04 -04:00
}
],
"description": "An HTML5 parser and serializer.",
"homepage": "http://masterminds.github.io/html5-php",
"keywords": [
"HTML5",
"dom",
"html",
"parser",
"querypath",
"serializer",
"xml"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/Masterminds/html5-php/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/Masterminds/html5-php/tree/2.7.6"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-08-18T16:18:26+00:00"
2021-04-09 11:24:23 -04:00
},
2024-06-04 23:15:09 -04:00
{
"name": "matomo/device-detector",
"version": "6.3.2",
"source": {
"type": "git",
"url": "https://github.com/matomo-org/device-detector.git",
"reference": "fd4042cb6a7f3f985a81aedc075dd59e0b991a51"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/matomo-org/device-detector/zipball/fd4042cb6a7f3f985a81aedc075dd59e0b991a51",
"reference": "fd4042cb6a7f3f985a81aedc075dd59e0b991a51",
"shasum": ""
},
"require": {
"mustangostang/spyc": "*",
"php": "^7.2|^8.0"
},
"replace": {
"piwik/device-detector": "self.version"
},
"require-dev": {
"matthiasmullie/scrapbook": "^1.4.7",
"mayflower/mo4-coding-standard": "^v9.0.0",
"phpstan/phpstan": "^1.10.44",
"phpunit/phpunit": "^8.5.8",
"psr/cache": "^1.0.1",
"psr/simple-cache": "^1.0.1",
"symfony/yaml": "^5.1.7"
},
"suggest": {
"doctrine/cache": "Can directly be used for caching purpose",
"ext-yaml": "Necessary for using the Pecl YAML parser"
},
"type": "library",
"autoload": {
"psr-4": {
"DeviceDetector\\": ""
},
"exclude-from-classmap": [
"Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "The Matomo Team",
"email": "hello@matomo.org",
"homepage": "https://matomo.org/team/"
}
],
"description": "The Universal Device Detection library, that parses User Agents and detects devices (desktop, tablet, mobile, tv, cars, console, etc.), clients (browsers, media players, mobile apps, feed readers, libraries, etc), operating systems, devices, brands and models.",
"homepage": "https://matomo.org",
"keywords": [
"devicedetection",
"parser",
"useragent"
],
"support": {
"forum": "https://forum.matomo.org/",
"issues": "https://github.com/matomo-org/device-detector/issues",
"source": "https://github.com/matomo-org/matomo",
"wiki": "https://dev.matomo.org/"
},
"time": "2024-05-28T10:16:19+00:00"
},
{
"name": "maxmind-db/reader",
"version": "v1.11.1",
"source": {
"type": "git",
"url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
"reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/1e66f73ffcf25e17c7a910a1317e9720a95497c7",
"reference": "1e66f73ffcf25e17c7a910a1317e9720a95497c7",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"conflict": {
"ext-maxminddb": "<1.11.1,>=2.0.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.*",
"php-coveralls/php-coveralls": "^2.1",
"phpstan/phpstan": "*",
"phpunit/phpcov": ">=6.0.0",
"phpunit/phpunit": ">=8.0.0,<10.0.0",
"squizlabs/php_codesniffer": "3.*"
},
"suggest": {
"ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
"ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
},
"type": "library",
"autoload": {
"psr-4": {
"MaxMind\\Db\\": "src/MaxMind/Db"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory J. Oschwald",
"email": "goschwald@maxmind.com",
"homepage": "https://www.maxmind.com/"
}
],
"description": "MaxMind DB Reader API",
"homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
"keywords": [
"database",
"geoip",
"geoip2",
"geolocation",
"maxmind"
],
"support": {
"issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
"source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.1"
},
"time": "2023-12-02T00:09:23+00:00"
},
{
"name": "maxmind/web-service-common",
"version": "v0.9.0",
"source": {
"type": "git",
"url": "https://github.com/maxmind/web-service-common-php.git",
"reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
"reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0.3",
"ext-curl": "*",
"ext-json": "*",
"php": ">=7.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "3.*",
"phpstan/phpstan": "*",
"phpunit/phpunit": "^8.0 || ^9.0",
"squizlabs/php_codesniffer": "3.*"
},
"type": "library",
"autoload": {
"psr-4": {
"MaxMind\\Exception\\": "src/Exception",
"MaxMind\\WebService\\": "src/WebService"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Gregory Oschwald",
"email": "goschwald@maxmind.com"
}
],
"description": "Internal MaxMind Web Service API",
"homepage": "https://github.com/maxmind/web-service-common-php",
"support": {
"issues": "https://github.com/maxmind/web-service-common-php/issues",
"source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
},
"time": "2022-03-28T17:43:20+00:00"
},
2021-04-09 11:24:23 -04:00
{
"name": "mf2/mf2",
2024-02-12 09:43:25 -08:00
"version": "v0.5.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/microformats/php-mf2.git",
2024-02-12 09:43:25 -08:00
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/microformats/php-mf2/zipball/ddc56de6be62ed4a21f569de9b80e17af678ca50",
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50",
2021-04-09 11:24:23 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"php": ">=5.6.0"
2021-04-09 11:24:23 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.6.2"
2021-04-09 11:24:23 -04:00
},
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/microformats/php-mf2/tree/v0.5.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-02-10T01:05:27+00:00"
2021-04-09 11:24:23 -04: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"
},
2024-06-04 23:15:09 -04:00
{
"name": "mustangostang/spyc",
"version": "0.6.3",
"source": {
"type": "git",
"url": "https://github.com/mustangostang/spyc.git",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mustangostang/spyc/zipball/4627c838b16550b666d15aeae1e5289dd5b77da0",
"reference": "4627c838b16550b666d15aeae1e5289dd5b77da0",
"shasum": ""
},
"require": {
"php": ">=5.3.1"
},
"require-dev": {
"phpunit/phpunit": "4.3.*@dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.5.x-dev"
}
},
"autoload": {
"files": [
"Spyc.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "mustangostang",
"email": "vlad.andersen@gmail.com"
}
],
"description": "A simple YAML loader/dumper class for PHP",
"homepage": "https://github.com/mustangostang/spyc/",
"keywords": [
"spyc",
"yaml",
"yml"
],
"support": {
"issues": "https://github.com/mustangostang/spyc/issues",
"source": "https://github.com/mustangostang/spyc/tree/0.6.3"
},
"time": "2019-09-10T13:16:29+00:00"
},
2021-04-09 11:24:23 -04:00
{
"name": "nikic/php-parser",
2024-02-12 09:43:25 -08:00
"version": "v4.18.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2024-02-12 09:43:25 -08:00
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bcbb2179f97633e98bbbc87044ee2611c7d7999",
"reference": "1bcbb2179f97633e98bbbc87044ee2611c7d7999",
2021-04-09 11:24:23 -04:00
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.18.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-12-10T21:03:43+00:00"
2021-04-09 11:24:23 -04:00
},
{
"name": "p3k/http",
"version": "0.1.12",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-http.git",
"reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-http/zipball/cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b",
"reference": "cf9c5b7cdbe1800bfb9587a20953ed8d20322e0b",
2021-04-09 11:24:23 -04:00
"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"
2021-04-09 11:24:23 -04:00
},
"time": "2021-10-12T14:12:29+00:00"
2021-04-09 11:24:23 -04:00
},
{
"name": "p3k/micropub",
2024-02-12 09:43:25 -08:00
"version": "0.0.3",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-micropub.git",
2024-02-12 09:43:25 -08:00
"reference": "9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/aaronpk/p3k-micropub/zipball/9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d",
"reference": "9e3b2f7c1d4d40fef5cbd955689b8e7392a6976d",
2021-04-09 11:24:23 -04:00
"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",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/aaronpk/p3k-micropub/tree/master"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2018-04-16T14:05:38+00:00"
2021-04-09 11:24:23 -04: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",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/aaronpk/p3k-utils.git",
"reference": "8436f02ec02d916177a23250ae32b34ae5316942"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aaronpk/p3k-utils/zipball/8436f02ec02d916177a23250ae32b34ae5316942",
"reference": "8436f02ec02d916177a23250ae32b34ae5316942",
2021-04-09 11:24:23 -04:00
"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"
2021-04-09 11:24:23 -04:00
},
"time": "2021-11-16T21:44:23+00:00"
2021-04-09 11:24:23 -04: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"
2019-07-12 14:27:04 -04:00
},
{
2021-04-09 11:24:23 -04:00
"name": "p3k/xray",
2024-02-12 09:43:25 -08:00
"version": "v1.13.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2021-04-09 11:24:23 -04:00
"url": "https://github.com/aaronpk/XRay.git",
2024-02-12 09:43:25 -08:00
"reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/aaronpk/XRay/zipball/ea1f054bdc1e1008fc064d7cb3d44352992eb03b",
"reference": "ea1f054bdc1e1008fc064d7cb3d44352992eb03b",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-01-28 18:42:57 -05:00
"cebe/markdown": "^1.1.0",
"dg/twitter-php": "^3.0.0",
2021-04-09 11:24:23 -04:00
"ezyang/htmlpurifier": "^4.10",
2022-01-28 18:42:57 -05:00
"indieweb/link-rel-parser": "^0.1.0",
2021-04-09 11:24:23 -04:00
"masterminds/html5": "^2.3",
2024-02-12 09:43:25 -08:00
"mf2/mf2": "^0.4||^0.5",
2022-01-28 18:42:57 -05:00
"p3k/http": "^0.1.0",
"p3k/picofeed": "^0.1.0",
"p3k/timezone": "^0.1.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2022-01-28 18:42:57 -05:00
"league/plates": "^3.0",
"league/route": "^1.0",
"phpunit/phpunit": "^8.0.0|^9.0.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
2021-04-09 11:24:23 -04:00
"files": [
"lib/helpers.php",
"lib/XRay.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"p3k\\XRay\\": "lib/XRay"
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-09 11:24:23 -04:00
"MIT"
2019-07-12 14:27:04 -04:00
],
2021-04-09 11:24:23 -04:00
"description": "X-Ray returns structured data from any URL",
"homepage": "https://github.com/aaronpk/XRay",
"support": {
"issues": "https://github.com/aaronpk/XRay/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/aaronpk/XRay/tree/v1.13.0"
},
"time": "2024-02-02T15:26:02+00:00"
},
{
"name": "paragonie/random_compat",
"version": "v9.99.100",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
"shasum": ""
},
"require": {
"php": ">= 7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2020-10-15T08:29:30+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "pear/archive_tar",
"version": "1.4.14",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/pear/Archive_Tar.git",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa",
"reference": "4d761c5334c790e45ef3245f0864b8955c562caa",
2019-07-12 14:27:04 -04:00
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Archive_Tar",
"source": "https://github.com/pear/Archive_Tar"
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://github.com/mrook",
"type": "github"
},
{
"url": "https://www.patreon.com/michielrook",
"type": "patreon"
}
],
"time": "2021-07-20T13:53:39+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "pear/console_getopt",
2020-02-04 22:23:35 -05:00
"version": "v1.4.3",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/pear/Console_Getopt.git",
2020-02-04 22:23:35 -05:00
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2020-02-04 22:23:35 -05:00
"url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0",
"reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0",
2019-07-12 14:27:04 -04:00
"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"
2020-02-04 22:23:35 -05:00
},
{
"name": "Greg Beaver",
"email": "cellog@php.net",
"role": "Helper"
2019-07-12 14:27:04 -04:00
}
],
"description": "More info available on: http://pear.php.net/package/Console_Getopt",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
},
2020-02-04 22:23:35 -05:00
"time": "2019-11-20T18:27:48+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "pear/pear-core-minimal",
2024-02-12 09:43:25 -08:00
"version": "v1.10.14",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core-minimal.git",
2024-02-12 09:43:25 -08:00
"reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/a86fc145edb5caedbf96527214ce3cadc9de4a32",
"reference": "a86fc145edb5caedbf96527214ce3cadc9de4a32",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"pear/console_getopt": "~1.4",
2024-02-12 09:43:25 -08:00
"pear/pear_exception": "~1.0",
"php": ">=5.4"
2019-07-12 14:27:04 -04:00
},
"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",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/pear-core-minimal"
},
2024-02-12 09:43:25 -08:00
"time": "2023-11-26T16:15:38+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "pear/pear_exception",
2021-04-05 16:53:46 -04:00
"version": "v1.0.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/pear/PEAR_Exception.git",
2021-04-05 16:53:46 -04:00
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2021-04-05 16:53:46 -04:00
"url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
"reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=5.2.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2021-04-05 16:53:46 -04:00
"phpunit/phpunit": "<9"
2019-07-12 14:27:04 -04:00
},
"type": "class",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
2020-02-04 22:23:35 -05:00
"classmap": [
"PEAR/"
]
2019-07-12 14:27:04 -04:00
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
"source": "https://github.com/pear/PEAR_Exception"
},
2021-04-05 16:53:46 -04:00
"time": "2021-03-21T15:43:46+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "phpoption/phpoption",
2024-02-12 09:43:25 -08:00
"version": "1.9.2",
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
2024-02-12 09:43:25 -08:00
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/80735db690fe4fc5c76dfa7f9b770634285fa820",
"reference": "80735db690fe4fc5c76dfa7f9b770634285fa820",
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"php": "^7.2.5 || ^8.0"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
},
"type": "library",
"extra": {
2024-02-12 09:43:25 -08:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
2022-01-28 18:42:57 -05:00
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
},
{
"name": "Graham Campbell",
2022-01-28 18:42:57 -05:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/schmittjoh/php-option/tree/1.9.2"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-11-12T21:59:55+00:00"
2021-04-05 17:19:43 -04: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"
},
2024-02-12 10:09:34 -08:00
{
"name": "psr/clock",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/clock.git",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Clock\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for reading the clock.",
"homepage": "https://github.com/php-fig/clock",
"keywords": [
"clock",
"now",
"psr",
"psr-20",
"time"
],
"support": {
"issues": "https://github.com/php-fig/clock/issues",
"source": "https://github.com/php-fig/clock/tree/1.0.0"
},
"time": "2022-11-25T14:36:26+00:00"
},
2019-07-12 14:27:04 -04:00
{
"name": "psr/container",
2024-02-12 09:43:25 -08:00
"version": "1.1.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2024-02-12 09:43:25 -08:00
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"php": ">=7.4.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2021-04-05 16:53:46 -04:00
"homepage": "https://www.php-fig.org/"
2019-07-12 14:27:04 -04:00
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/php-fig/container/tree/1.1.2"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2021-11-05T16:50:12+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "psr/http-factory",
2024-02-12 09:43:25 -08:00
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-factory.git",
2024-02-12 09:43:25 -08:00
"reference": "e616d01114759c4c489f93b099585439f795fe35"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
"reference": "e616d01114759c4c489f93b099585439f795fe35",
"shasum": ""
},
"require": {
"php": ">=7.0.0",
2024-02-12 09:43:25 -08:00
"psr/http-message": "^1.0 || ^2.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",
2024-02-12 09:43:25 -08:00
"homepage": "https://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": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/php-fig/http-factory/tree/1.0.2"
},
2024-02-12 09:43:25 -08:00
"time": "2023-04-10T20:10:41+00:00"
},
2019-07-12 14:27:04 -04: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"
],
2021-04-09 11:24:23 -04:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2019-07-12 14:27:04 -04:00
"time": "2016-08-06T14:39:51+00:00"
},
{
"name": "psr/log",
"version": "1.1.4",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-02-04 22:23:35 -05:00
"dev-master": "1.1.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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/"
2019-07-12 14:27:04 -04:00
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2021-04-09 11:24:23 -04:00
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
2021-04-09 11:24:23 -04:00
},
"time": "2021-05-03T11:20:27+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "psy/psysh",
2022-05-04 12:24:56 -04:00
"version": "v0.10.12",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/bobthecow/psysh.git",
2022-05-04 12:24:56 -04:00
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2022-05-04 12:24:56 -04:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/a0d9981aa07ecfcbea28e4bfa868031cca121e7d",
"reference": "a0d9981aa07ecfcbea28e4bfa868031cca121e7d",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-tokenizer": "*",
2022-05-04 12:24:56 -04:00
"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"
2022-03-05 13:47:38 -05:00
},
2019-07-12 14:27:04 -04:00
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
2022-05-04 12:24:56 -04:00
"hoa/console": "3.17.*"
2019-07-12 14:27:04 -04:00
},
"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": {
2022-05-04 12:24:56 -04:00
"dev-main": "0.10.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
2022-05-04 12:24:56 -04:00
"source": "https://github.com/bobthecow/psysh/tree/v0.10.12"
2021-04-09 11:24:23 -04:00
},
2022-05-04 12:24:56 -04:00
"time": "2021-11-30T14:05:36+00:00"
2019-07-12 14:27:04 -04: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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2019-07-12 14:27:04 -04:00
"time": "2019-03-08T08:55:37+00:00"
},
2022-05-04 12:24:56 -04:00
{
"name": "simshaun/recurr",
"version": "v4.0.5",
"source": {
"type": "git",
"url": "https://github.com/simshaun/recurr.git",
"reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/simshaun/recurr/zipball/08b0b46879f598cd11dd42b4c1a9c221a0562749",
"reference": "08b0b46879f598cd11dd42b4c1a9c221a0562749",
"shasum": ""
},
"require": {
"doctrine/collections": "~1.3",
"php": ">=5.5.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.x-dev"
}
},
"autoload": {
"psr-4": {
"Recurr\\": "src/Recurr/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Shaun Simmons",
"email": "shaun@shaun.pub",
"homepage": "https://shaun.pub"
}
],
"description": "PHP library for working with recurrence rules",
"homepage": "https://github.com/simshaun/recurr",
"keywords": [
"dates",
"events",
"recurrence",
"recurring",
"rrule"
],
"support": {
"issues": "https://github.com/simshaun/recurr/issues",
"source": "https://github.com/simshaun/recurr/tree/v4.0.5"
},
"time": "2021-03-25T23:00:49+00:00"
},
2019-07-12 14:27:04 -04:00
{
"name": "stack/builder",
2020-02-04 22:23:35 -05:00
"version": "v1.0.6",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/stackphp/builder.git",
2020-02-04 22:23:35 -05:00
"reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2020-02-04 22:23:35 -05:00
"url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
"reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2020-02-04 22:23:35 -05:00
"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"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2020-02-04 22:23:35 -05:00
"phpunit/phpunit": "~8.0",
"symfony/routing": "^5.0"
2019-07-12 14:27:04 -04:00
},
"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"
}
],
2020-02-04 22:23:35 -05:00
"description": "Builder for stack middleware based on HttpKernelInterface.",
2019-07-12 14:27:04 -04:00
"keywords": [
"stack"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/stackphp/builder/issues",
"source": "https://github.com/stackphp/builder/tree/v1.0.6"
},
2020-02-04 22:23:35 -05:00
"time": "2020-01-30T12:17:27+00:00"
2019-07-12 14:27:04 -04:00
},
2024-02-12 10:09:34 -08:00
{
"name": "stella-maris/clock",
"version": "0.1.7",
"source": {
"type": "git",
"url": "https://github.com/stella-maris-solutions/clock.git",
"reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
"reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0",
"psr/clock": "^1.0"
},
"type": "library",
"autoload": {
"psr-4": {
"StellaMaris\\Clock\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andreas Heigl",
"role": "Maintainer"
}
],
"description": "A pre-release of the proposed PSR-20 Clock-Interface",
"homepage": "https://gitlab.com/stella-maris/clock",
"keywords": [
"clock",
"datetime",
"point in time",
"psr20"
],
"support": {
"source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
},
"time": "2022-11-25T16:15:06+00:00"
},
2019-07-12 14:27:04 -04:00
{
"name": "symfony-cmf/routing",
2022-01-28 18:42:57 -05:00
"version": "2.3.4",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony-cmf/Routing.git",
2022-01-28 18:42:57 -05:00
"reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2022-01-28 18:42:57 -05:00
"url": "https://api.github.com/repos/symfony-cmf/Routing/zipball/bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
"reference": "bbcdf2f6301d740454ba9ebb8adaefd436c36a6b",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
2022-01-28 18:42:57 -05:00
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/http-kernel": "^4.4 || ^5.0",
"symfony/routing": "^4.4 || ^5.0"
2019-07-12 14:27:04 -04:00
},
"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"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (^4.4 || ^5.0)"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Cmf\\Component\\Routing\\": "src/"
2019-07-12 14:27:04 -04:00
}
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "http://cmf.symfony.com",
"keywords": [
"database",
"routing"
],
"support": {
"issues": "https://github.com/symfony-cmf/Routing/issues",
2022-01-28 18:42:57 -05:00
"source": "https://github.com/symfony-cmf/Routing/tree/2.3.4"
},
2022-01-28 18:42:57 -05:00
"time": "2021-11-08T16:33:10+00:00"
},
{
"name": "symfony/console",
2024-02-12 09:43:25 -08:00
"version": "v4.4.49",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2024-02-12 09:43:25 -08:00
"reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/console/zipball/33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
"reference": "33fa45ffc81fdcc1ca368d4946da859c8cdb58d9",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2"
},
"conflict": {
2022-01-28 18:42:57 -05:00
"psr/log": ">=3",
"symfony/dependency-injection": "<3.4",
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
"symfony/process": "<3.3"
},
"provide": {
2022-01-28 18:42:57 -05:00
"psr/log-implementation": "1.0|2.0"
},
"require-dev": {
2022-01-28 18:42:57 -05:00
"psr/log": "^1|^2",
"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": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/console/tree/v4.4.49"
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-05T17:10:16+00:00"
},
{
"name": "symfony/debug",
2024-02-12 09:43:25 -08:00
"version": "v4.4.44",
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2024-02-12 09:43:25 -08:00
"reference": "1a692492190773c5310bc7877cb590c04c2f05be"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/debug/zipball/1a692492190773c5310bc7877cb590c04c2f05be",
"reference": "1a692492190773c5310bc7877cb590c04c2f05be",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2022-01-28 18:42:57 -05:00
"psr/log": "^1|^2|^3"
},
"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": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/debug/tree/v4.4.44"
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"abandoned": "symfony/error-handler",
"time": "2022-07-28T16:29:46+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/dependency-injection",
2024-02-12 09:43:25 -08:00
"version": "v4.4.49",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
2024-02-12 09:43:25 -08:00
"reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/9065fe97dbd38a897e95ea254eb5ddfe1310f734",
"reference": "9065fe97dbd38a897e95ea254eb5ddfe1310f734",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"psr/container": "^1.0",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1.6|^2"
},
"conflict": {
"symfony/config": "<4.3|>=5.0",
"symfony/finder": "<3.4",
"symfony/proxy-manager-bridge": "<3.4",
2024-02-12 09:43:25 -08:00
"symfony/yaml": "<4.4.26"
},
"provide": {
"psr/container-implementation": "1.0",
"symfony/service-implementation": "1.0|2.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"symfony/config": "^4.3",
"symfony/expression-language": "^3.4|^4.0|^5.0",
2024-02-12 09:43:25 -08:00
"symfony/yaml": "^4.4.26|^5.0"
2019-07-12 14:27:04 -04:00
},
"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": ""
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\DependencyInjection\\": ""
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/dependency-injection/tree/v4.4.49"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-16T16:18:09+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/deprecation-contracts",
2024-02-12 09:43:25 -08:00
"version": "v2.5.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2024-02-12 09:43:25 -08:00
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-28 18:42:57 -05:00
"dev-main": "2.5-dev"
2019-07-12 14:27:04 -04:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"files": [
"function.php"
2019-07-12 14:27:04 -04:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-07-12 14:27:04 -04:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-01-02T09:53:40+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/error-handler",
2024-02-12 09:43:25 -08:00
"version": "v4.4.44",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
2024-02-12 09:43:25 -08:00
"reference": "be731658121ef2d8be88f3a1ec938148a9237291"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/error-handler/zipball/be731658121ef2d8be88f3a1ec938148a9237291",
"reference": "be731658121ef2d8be88f3a1ec938148a9237291",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1.3",
2022-01-28 18:42:57 -05:00
"psr/log": "^1|^2|^3",
"symfony/debug": "^4.4.5",
"symfony/var-dumper": "^4.4|^5.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/error-handler/tree/v4.4.44"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-07-28T16:29:46+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/event-dispatcher",
2024-02-12 09:43:25 -08:00
"version": "v4.4.44",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
2024-02-12 09:43:25 -08:00
"reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
"reference": "1e866e9e5c1b22168e0ce5f0b467f19bba61266a",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2022-01-28 18:42:57 -05:00
"symfony/event-dispatcher-contracts": "^1.1",
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"symfony/dependency-injection": "<3.4"
2019-07-12 14:27:04 -04:00
},
"provide": {
"psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "1.1"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
2022-01-28 18:42:57 -05:00
"psr/log": "^1|^2|^3",
"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"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\EventDispatcher\\": ""
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/event-dispatcher/tree/v4.4.44"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-07-20T09:59:04+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/event-dispatcher-contracts",
2024-02-12 09:43:25 -08:00
"version": "v1.1.13",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
2024-02-12 09:43:25 -08:00
"reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
"reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"psr/event-dispatcher": "",
"symfony/event-dispatcher-implementation": ""
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-28 18:42:57 -05:00
"dev-main": "1.1-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
2019-07-12 14:27:04 -04:00
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-07-12 14:27:04 -04:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.13"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-01-02T09:41:36+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/filesystem",
2024-02-12 09:43:25 -08:00
"version": "v4.4.42",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
2024-02-12 09:43:25 -08:00
"reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/filesystem/zipball/815412ee8971209bd4c1eecd5f4f481eacd44bf5",
"reference": "815412ee8971209bd4c1eecd5f4f481eacd44bf5",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1.3",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Provides basic utilities for the filesystem",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/filesystem/tree/v4.4.42"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-05-20T08:49:14+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/finder",
2024-02-12 09:43:25 -08:00
"version": "v5.4.35",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2024-02-12 09:43:25 -08:00
"reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/finder/zipball/abe6d6f77d9465fed3cd2d029b29d03b56b56435",
"reference": "abe6d6f77d9465fed3cd2d029b29d03b56b56435",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-01-28 18:42:57 -05:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Finds files and directories via an intuitive fluent interface",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/finder/tree/v5.4.35"
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2024-01-23T13:51:25+00:00"
},
{
"name": "symfony/http-client-contracts",
2024-02-12 09:43:25 -08:00
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
2024-02-12 09:43:25 -08:00
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"reference": "ba6a9f0e8f3edd190520ee3b9a958596b6ca2e70",
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/http-client-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-28 18:42:57 -05:00
"dev-main": "2.5-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": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/http-client-contracts/tree/v2.5.2"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-04-12T15:48:08+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/http-foundation",
2024-02-12 09:43:25 -08:00
"version": "v4.4.49",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
2024-02-12 09:43:25 -08:00
"reference": "191413c7b832c015bb38eae963f2e57498c3c173"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/191413c7b832c015bb38eae963f2e57498c3c173",
"reference": "191413c7b832c015bb38eae963f2e57498c3c173",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/mime": "^4.3|^5.0",
2019-07-12 14:27:04 -04:00
"symfony/polyfill-mbstring": "~1.1",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"predis/predis": "~1.0",
"symfony/expression-language": "^3.4|^4.0|^5.0"
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/http-foundation/tree/v4.4.49"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-04T16:17:57+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/http-kernel",
2024-02-12 09:43:25 -08:00
"version": "v4.4.51",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
2024-02-12 09:43:25 -08:00
"reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/ad8ab192cb619ff7285c95d28c69b36d718416c7",
"reference": "ad8ab192cb619ff7285c95d28c69b36d718416c7",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2022-01-28 18:42:57 -05:00
"psr/log": "^1|^2",
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-client-contracts": "^1.1|^2",
2022-01-28 18:42:57 -05:00
"symfony/http-foundation": "^4.4.30|^5.3.7",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"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"
2019-07-12 14:27:04 -04:00
},
"provide": {
2022-01-28 18:42:57 -05:00
"psr/log-implementation": "1.0|2.0"
2019-07-12 14:27:04 -04:00
},
"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"
2019-07-12 14:27:04 -04:00
},
"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": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/http-kernel/tree/v4.4.51"
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-11-10T13:31:29+00:00"
},
{
"name": "symfony/mime",
2024-02-12 09:43:25 -08:00
"version": "v5.4.13",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
2024-02-12 09:43:25 -08:00
"reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/mime/zipball/bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
"reference": "bb2ccf759e2b967dcd11bdee5bdf30dddd2290bd",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-01-28 18:42:57 -05:00
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16"
},
"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",
2022-01-28 18:42:57 -05:00
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/property-access": "^4.4|^5.1|^6.0",
"symfony/property-info": "^4.4|^5.1|^6.0",
"symfony/serializer": "^5.2|^6.0"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
2019-07-12 14:27:04 -04:00
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2021-04-05 16:53:46 -04:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows manipulating MIME messages",
2021-04-05 16:53:46 -04:00
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/mime/tree/v5.4.13"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
2019-07-12 14:27:04 -04:00
},
{
2021-04-05 16:53:46 -04:00
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
2019-07-12 14:27:04 -04:00
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-09-01T18:18:29+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/polyfill-ctype",
2024-02-12 09:43:25 -08:00
"version": "v1.27.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2024-02-12 09:43:25 -08:00
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
"reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
"provide": {
"ext-ctype": "*"
},
2019-07-12 14:27:04 -04:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-main": "1.27-dev"
2021-04-05 16:53:46 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2019-08-06 11:29:41 -04:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-07-12 14:27:04 -04:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-03T14:55:06+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/polyfill-iconv",
2024-02-12 09:43:25 -08:00
"version": "v1.27.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
2024-02-12 09:43:25 -08:00
"reference": "927013f3aac555983a5059aada98e1907d842695"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/927013f3aac555983a5059aada98e1907d842695",
"reference": "927013f3aac555983a5059aada98e1907d842695",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1"
2019-07-12 14:27:04 -04:00
},
2024-02-12 09:43:25 -08:00
"provide": {
"ext-iconv": "*"
},
2019-07-12 14:27:04 -04:00
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-main": "1.27-dev"
2021-04-05 16:53:46 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
}
2019-07-12 14:27:04 -04:00
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.27.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-03T14:55:06+00:00"
2020-02-04 22:23:35 -05:00
},
{
"name": "symfony/polyfill-intl-idn",
2024-02-12 09:43:25 -08:00
"version": "v1.27.0",
2020-02-04 22:23:35 -05:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2024-02-12 09:43:25 -08:00
"reference": "639084e360537a19f9ee352433b84ce831f3d2da"
2020-02-04 22:23:35 -05:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/639084e360537a19f9ee352433b84ce831f3d2da",
"reference": "639084e360537a19f9ee352433b84ce831f3d2da",
2020-02-04 22:23:35 -05:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
2020-02-04 22:23:35 -05:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-main": "1.27-dev"
2021-04-05 16:53:46 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-02-04 22:23:35 -05:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
}
2020-02-04 22:23:35 -05:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
2021-04-05 16:53:46 -04:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
2020-02-04 22:23:35 -05:00
{
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.27.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-03T14:55:06+00:00"
2019-07-12 14:27:04 -04:00
},
{
2021-04-05 16:53:46 -04:00
"name": "symfony/polyfill-intl-normalizer",
2024-02-12 09:43:25 -08:00
"version": "v1.27.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2021-04-05 16:53:46 -04:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2024-02-12 09:43:25 -08:00
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/19bd1e4fcd5b91116f14d8533c57831ed00571b6",
"reference": "19bd1e4fcd5b91116f14d8533c57831ed00571b6",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1"
2019-07-12 14:27:04 -04:00
},
"suggest": {
2021-04-05 16:53:46 -04:00
"ext-intl": "For best performance"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-main": "1.27-dev"
2021-04-05 16:53:46 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2021-04-05 16:53:46 -04:00
],
2022-03-05 13:47:38 -05:00
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
2021-04-05 16:53:46 -04:00
"classmap": [
"Resources/stubs"
2019-07-12 14:27:04 -04:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-05 16:53:46 -04:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2021-04-05 16:53:46 -04:00
"intl",
"normalizer",
2019-07-12 14:27:04 -04:00
"polyfill",
"portable",
"shim"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.27.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-03T14:55:06+00:00"
2020-02-04 22:23:35 -05:00
},
{
2021-04-05 16:53:46 -04:00
"name": "symfony/polyfill-mbstring",
2024-02-12 09:43:25 -08:00
"version": "v1.27.0",
2020-02-04 22:23:35 -05:00
"source": {
"type": "git",
2021-04-05 16:53:46 -04:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2024-02-12 09:43:25 -08:00
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
2020-02-04 22:23:35 -05:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
2020-02-04 22:23:35 -05:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1"
},
2024-02-12 09:43:25 -08:00
"provide": {
"ext-mbstring": "*"
},
2021-04-05 16:53:46 -04:00
"suggest": {
"ext-mbstring": "For best performance"
2020-02-04 22:23:35 -05:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-main": "1.27-dev"
2021-04-05 16:53:46 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-02-04 22:23:35 -05:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2020-02-04 22:23:35 -05:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-05 16:53:46 -04:00
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-03T14:55:06+00:00"
2021-04-05 16:53:46 -04:00
},
{
"name": "symfony/polyfill-php72",
2024-02-12 09:43:25 -08:00
"version": "v1.29.0",
2021-04-05 16:53:46 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
2024-02-12 09:43:25 -08:00
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25"
2021-04-05 16:53:46 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/861391a8da9a04cbad2d232ddd9e4893220d6e25",
"reference": "861391a8da9a04cbad2d232ddd9e4893220d6e25",
2021-04-05 16:53:46 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
2021-04-05 16:53:46 -04:00
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-03-05 13:47:38 -05:00
],
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
}
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-php72/tree/v1.29.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2024-01-29T20:11:03+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/polyfill-php73",
2024-02-12 09:43:25 -08:00
"version": "v1.29.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2024-02-12 09:43:25 -08:00
"reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
"reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
2021-04-05 16:53:46 -04:00
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-07-12 14:27:04 -04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-03-05 13:47:38 -05:00
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
2019-07-12 14:27:04 -04:00
]
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2024-01-29T20:11:03+00:00"
2020-02-04 22:23:35 -05:00
},
{
2021-04-05 16:53:46 -04:00
"name": "symfony/polyfill-php80",
2024-02-12 09:43:25 -08:00
"version": "v1.27.0",
2020-02-04 22:23:35 -05:00
"source": {
"type": "git",
2021-04-05 16:53:46 -04:00
"url": "https://github.com/symfony/polyfill-php80.git",
2024-02-12 09:43:25 -08:00
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
2020-02-04 22:23:35 -05:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
2020-02-04 22:23:35 -05:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1"
2020-02-04 22:23:35 -05:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-main": "1.27-dev"
2021-04-05 16:53:46 -04:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2020-02-04 22:23:35 -05:00
}
},
"autoload": {
2021-04-05 16:53:46 -04:00
"files": [
"bootstrap.php"
],
2022-03-05 13:47:38 -05:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2021-04-05 16:53:46 -04:00
"classmap": [
"Resources/stubs"
]
2020-02-04 22:23:35 -05:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-04-05 16:53:46 -04:00
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
2020-02-04 22:23:35 -05:00
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-04-05 16:53:46 -04:00
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2020-02-04 22:23:35 -05:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
2021-04-05 16:53:46 -04:00
"portable",
2020-02-04 22:23:35 -05:00
"shim"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-03T14:55:06+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/process",
2024-02-12 09:43:25 -08:00
"version": "v4.4.44",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2024-02-12 09:43:25 -08:00
"reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/process/zipball/5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
"reference": "5cee9cdc4f7805e2699d9fd66991a0e6df8252a2",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-01-28 18:42:57 -05:00
"php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/process/tree/v4.4.44"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-06-27T13:16:42+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/psr-http-message-bridge",
2024-02-12 09:43:25 -08:00
"version": "v2.1.4",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/psr-http-message-bridge.git",
2024-02-12 09:43:25 -08:00
"reference": "a125b93ef378c492e274f217874906fb9babdebb"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/a125b93ef378c492e274f217874906fb9babdebb",
"reference": "a125b93ef378c492e274f217874906fb9babdebb",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1",
2019-07-12 14:27:04 -04:00
"psr/http-message": "^1.0",
2022-01-28 18:42:57 -05:00
"symfony/http-foundation": "^4.4 || ^5.0 || ^6.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"nyholm/psr7": "^1.1",
2022-01-28 18:42:57 -05:00
"psr/log": "^1.1 || ^2 || ^3",
"symfony/browser-kit": "^4.4 || ^5.0 || ^6.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0",
"symfony/framework-bundle": "^4.4 || ^5.0 || ^6.0",
"symfony/http-kernel": "^4.4 || ^5.0 || ^6.0",
"symfony/phpunit-bridge": "^5.4@dev || ^6.0"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"nyholm/psr7": "For a super lightweight PSR-7/17 implementation"
},
"type": "symfony-bridge",
"extra": {
"branch-alias": {
"dev-main": "2.1-dev"
2019-07-12 14:27:04 -04:00
}
},
"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"
2019-07-12 14:27:04 -04:00
}
],
"description": "PSR HTTP message bridge",
"homepage": "http://symfony.com",
"keywords": [
"http",
"http-message",
"psr-17",
"psr-7"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/symfony/psr-http-message-bridge/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/psr-http-message-bridge/tree/v2.1.4"
2021-04-09 11:24:23 -04:00
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-11-28T22:46:34+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/routing",
2024-02-12 09:43:25 -08:00
"version": "v4.4.44",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
2024-02-12 09:43:25 -08:00
"reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/routing/zipball/f7751fd8b60a07f3f349947a309b5bdfce22d6ae",
"reference": "f7751fd8b60a07f3f349947a309b5bdfce22d6ae",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-01-28 18:42:57 -05:00
"php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"symfony/config": "<4.2",
"symfony/dependency-injection": "<3.4",
2019-07-12 14:27:04 -04:00
"symfony/yaml": "<3.4"
},
"require-dev": {
"doctrine/annotations": "^1.10.4",
2022-01-28 18:42:57 -05:00
"psr/log": "^1|^2|^3",
"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": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/routing/tree/v4.4.44"
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-07-20T09:59:04+00:00"
},
{
"name": "symfony/serializer",
2024-02-12 09:43:25 -08:00
"version": "v4.4.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/serializer.git",
2024-02-12 09:43:25 -08:00
"reference": "6e01d63c55657930a6de03d6e36aae50af98888d"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/serializer/zipball/6e01d63c55657930a6de03d6e36aae50af98888d",
"reference": "6e01d63c55657930a6de03d6e36aae50af98888d",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16"
},
"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",
2024-02-12 09:43:25 -08:00
"symfony/property-access": "^4.4.36|^5.3.13",
"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": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/serializer/tree/v4.4.47"
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-09-19T08:38:33+00:00"
},
{
"name": "symfony/service-contracts",
2024-02-12 09:43:25 -08:00
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2024-02-12 09:43:25 -08:00
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"reference": "4b426aac47d6427cc1a1d0f7e2ac724627f5966c",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2022-01-28 18:42:57 -05:00
"psr/container": "^1.1",
2024-02-12 09:43:25 -08:00
"symfony/deprecation-contracts": "^2.1|^3"
2022-01-28 18:42:57 -05:00
},
"conflict": {
"ext-psr": "<1.1|>=2"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"symfony/service-implementation": ""
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-28 18:42:57 -05:00
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
2019-07-12 14:27:04 -04:00
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-07-12 14:27:04 -04:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2019-07-12 14:27:04 -04:00
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/service-contracts/tree/v2.5.2"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-05-30T19:17:29+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/translation",
2024-02-12 09:43:25 -08:00
"version": "v4.4.47",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
2024-02-12 09:43:25 -08:00
"reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/translation/zipball/45036b1d53accc48fe9bab71ccd86d57eba0dd94",
"reference": "45036b1d53accc48fe9bab71ccd86d57eba0dd94",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^1.1.6|^2"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
2019-07-12 14:27:04 -04:00
"symfony/yaml": "<3.4"
},
"provide": {
"symfony/translation-implementation": "1.0|2.0"
},
2019-07-12 14:27:04 -04:00
"require-dev": {
2022-01-28 18:42:57 -05:00
"psr/log": "^1|^2|^3",
"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"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
2019-07-12 14:27:04 -04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/translation/tree/v4.4.47"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-10-03T15:15:11+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/translation-contracts",
2024-02-12 09:43:25 -08:00
"version": "v2.5.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
2024-02-12 09:43:25 -08:00
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
"reference": "136b19dd05cdf0709db6537d058bcab6dd6e2dbe",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.2.5"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"symfony/translation-implementation": ""
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-01-28 18:42:57 -05:00
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
2019-07-12 14:27:04 -04:00
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
2019-07-12 14:27:04 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2019-07-12 14:27:04 -04:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.2"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-06-27T16:58:25+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/validator",
2024-02-12 09:43:25 -08:00
"version": "v4.4.48",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/validator.git",
2024-02-12 09:43:25 -08:00
"reference": "54781a4c41efbd283b779110bf8ae7f263737775"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/validator/zipball/54781a4c41efbd283b779110bf8ae7f263737775",
"reference": "54781a4c41efbd283b779110bf8ae7f263737775",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2019-07-12 14:27:04 -04:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16",
"symfony/translation-contracts": "^1.1|^2"
2019-07-12 14:27:04 -04:00
},
"conflict": {
2024-02-12 09:43:25 -08:00
"doctrine/lexer": "<1.1",
2019-07-12 14:27:04 -04:00
"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",
2019-07-12 14:27:04 -04:00
"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"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.",
"doctrine/cache": "For using the default cached annotation reader.",
2019-07-12 14:27:04 -04:00
"egulias/email-validator": "Strict (RFC compliant) email validation",
"psr/cache-implementation": "For using the mapping cache.",
2019-07-12 14:27:04 -04:00
"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.",
2019-07-12 14:27:04 -04:00
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/validator/tree/v4.4.48"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-10-25T13:54:11+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/var-dumper",
2024-02-12 09:43:25 -08:00
"version": "v5.4.35",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/var-dumper.git",
2024-02-12 09:43:25 -08:00
"reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/ce4685b30e47d94dfc990c5566285ff99ddf012b",
"reference": "ce4685b30e47d94dfc990c5566285ff99ddf012b",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2019-07-12 14:27:04 -04:00
"symfony/polyfill-mbstring": "~1.0",
2022-01-28 18:42:57 -05:00
"symfony/polyfill-php80": "^1.16"
2019-07-12 14:27:04 -04:00
},
"conflict": {
"symfony/console": "<4.4"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"ext-iconv": "*",
2022-01-28 18:42:57 -05:00
"symfony/console": "^4.4|^5.0|^6.0",
2024-02-12 09:43:25 -08:00
"symfony/http-kernel": "^4.4|^5.0|^6.0",
2022-01-28 18:42:57 -05:00
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/uid": "^5.1|^6.0",
"twig/twig": "^2.13|^3.0.4"
2019-07-12 14:27:04 -04:00
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
"keywords": [
"debug",
"dump"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/var-dumper/tree/v5.4.35"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2024-01-23T14:28:09+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "symfony/yaml",
2024-02-12 09:43:25 -08:00
"version": "v4.4.45",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2024-02-12 09:43:25 -08:00
"reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
"reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
2019-07-12 14:27:04 -04:00
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "^3.4|^4.0|^5.0"
2019-07-12 14:27:04 -04:00
},
"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",
2019-07-12 14:27:04 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/yaml/tree/v4.4.45"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-08-02T15:47:23+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"
},
2019-07-12 14:27:04 -04:00
{
"name": "twig/twig",
2024-02-12 09:43:25 -08:00
"version": "v2.15.6",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
2024-02-12 09:43:25 -08:00
"reference": "ad637405a828601a56f32ccab9a85541c4b66c9d"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/twigphp/Twig/zipball/ad637405a828601a56f32ccab9a85541c4b66c9d",
"reference": "ad637405a828601a56f32ccab9a85541c4b66c9d",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2022-03-05 13:47:38 -05:00
"php": ">=7.1.3",
"symfony/polyfill-ctype": "^1.8",
2022-03-05 13:47:38 -05:00
"symfony/polyfill-mbstring": "^1.3",
"symfony/polyfill-php72": "^1.8"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"psr/container": "^1.0",
2024-02-12 09:43:25 -08:00
"symfony/phpunit-bridge": "^5.4.9|^6.3"
2019-07-12 14:27:04 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-master": "2.15-dev"
2019-07-12 14:27:04 -04:00
}
},
"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"
2019-07-12 14:27:04 -04:00
},
{
"name": "Twig Team",
"role": "Contributors"
2019-07-12 14:27:04 -04:00
},
{
"name": "Armin Ronacher",
"email": "armin.ronacher@active-4.com",
"role": "Project Founder"
2019-07-12 14:27:04 -04:00
}
],
"description": "Twig, the flexible, fast, and secure template language for PHP",
"homepage": "https://twig.symfony.com",
"keywords": [
"templating"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/twigphp/Twig/tree/v2.15.6"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/twig/twig",
"type": "tidelift"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-11-21T17:34:48+00:00"
},
{
"name": "twilio/sdk",
"version": "5.4.2",
"source": {
"type": "git",
"url": "https://github.com/twilio/twilio-php.git",
"reference": "354b5859cc7386642b8842a8b9e3dee01e957235"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twilio/twilio-php/zipball/354b5859cc7386642b8842a8b9e3dee01e957235",
"reference": "354b5859cc7386642b8842a8b9e3dee01e957235",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"apigen/apigen": "^4.1",
"phpunit/phpunit": "4.5.*"
},
"type": "library",
"autoload": {
"psr-4": {
"Twilio\\": "Twilio/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Twilio API Team",
"email": "api@twilio.com"
}
],
"description": "A PHP wrapper for Twilio's API",
"homepage": "http://github.com/twilio/twilio-php",
"keywords": [
"api",
"sms",
"twilio"
],
"support": {
"issues": "https://github.com/twilio/twilio-php/issues",
"source": "https://github.com/twilio/twilio-php/tree/5.4.2"
},
"time": "2016-10-12T17:28:31+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "typo3/phar-stream-wrapper",
2022-01-28 18:42:57 -05:00
"version": "v3.1.7",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/TYPO3/phar-stream-wrapper.git",
2022-01-28 18:42:57 -05:00
"reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2022-01-28 18:42:57 -05:00
"url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
"reference": "5cc2f04a4e2f5c7e9cc02a3bdf80fae0f3e11a8c",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
"ext-json": "*",
2021-04-05 16:53:46 -04:00
"php": "^7.0 || ^8.0"
2019-07-12 14:27:04 -04:00
},
"require-dev": {
"ext-xdebug": "*",
2021-04-05 16:53:46 -04:00
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^5.1"
2019-07-12 14:27:04 -04:00
},
"suggest": {
"ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "v3.x-dev"
}
},
2019-07-12 14:27:04 -04:00
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/TYPO3/phar-stream-wrapper/issues",
2022-01-28 18:42:57 -05:00
"source": "https://github.com/TYPO3/phar-stream-wrapper/tree/v3.1.7"
2021-04-09 11:24:23 -04:00
},
2022-01-28 18:42:57 -05:00
"time": "2021-09-20T19:19:13+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "vlucas/phpdotenv",
2024-02-12 09:43:25 -08:00
"version": "v5.6.0",
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2024-02-12 09:43:25 -08:00
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4"
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
"reference": "2cf9fb6054c2bb1d59d1f3817706ecdb9d2934c4",
"shasum": ""
},
"require": {
"ext-pcre": "*",
2024-02-12 09:43:25 -08:00
"graham-campbell/result-type": "^1.1.2",
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9.2",
"symfony/polyfill-ctype": "^1.24",
"symfony/polyfill-mbstring": "^1.24",
"symfony/polyfill-php80": "^1.24"
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"bamarni/composer-bin-plugin": "^1.8.2",
"ext-filter": "*",
2024-02-12 09:43:25 -08:00
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
},
"type": "library",
"extra": {
2024-02-12 09:43:25 -08:00
"bamarni-bin": {
"bin-links": true,
"forward-command": true
},
"branch-alias": {
2024-02-12 09:43:25 -08:00
"dev-master": "5.6-dev"
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
2022-01-28 18:42:57 -05:00
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
2022-01-28 18:42:57 -05:00
"homepage": "https://github.com/vlucas"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2024-02-12 09:43:25 -08:00
"time": "2023-11-12T22:43:29+00:00"
},
2019-07-12 14:27:04 -04:00
{
"name": "webflo/drupal-finder",
2021-04-05 16:53:46 -04:00
"version": "1.2.2",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
"url": "https://github.com/webflo/drupal-finder.git",
2021-04-05 16:53:46 -04:00
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2021-04-05 16:53:46 -04:00
"url": "https://api.github.com/repos/webflo/drupal-finder/zipball/c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
"reference": "c8e5dbe65caef285fec8057a4c718a0d4138d1ee",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
2019-08-06 11:29:41 -04:00
"require": {
"ext-json": "*"
},
2019-07-12 14:27:04 -04:00
"require-dev": {
"mikey179/vfsstream": "^1.6",
"phpunit/phpunit": "^4.8"
},
"type": "library",
"autoload": {
"classmap": [
"src/DrupalFinder.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2021-04-05 16:53:46 -04:00
"GPL-2.0-or-later"
2019-07-12 14:27:04 -04:00
],
"authors": [
{
"name": "Florian Weber",
"email": "florian@webflo.org"
}
],
"description": "Helper class to locate a Drupal installation from a given path.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/webflo/drupal-finder/issues",
"source": "https://github.com/webflo/drupal-finder/tree/1.2.2"
},
2021-04-05 16:53:46 -04:00
"time": "2020-10-27T09:42:17+00:00"
2019-07-12 14:27:04 -04:00
},
{
"name": "webmozart/assert",
2024-02-12 09:43:25 -08:00
"version": "1.11.0",
2019-07-12 14:27:04 -04:00
"source": {
"type": "git",
2021-04-05 16:53:46 -04:00
"url": "https://github.com/webmozarts/assert.git",
2024-02-12 09:43:25 -08:00
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
2019-07-12 14:27:04 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
2019-07-12 14:27:04 -04:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
2019-07-12 14:27:04 -04:00
},
2020-02-04 22:23:35 -05:00
"conflict": {
2021-04-05 16:53:46 -04:00
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
2020-02-04 22:23:35 -05:00
},
2019-07-12 14:27:04 -04:00
"require-dev": {
2021-04-05 16:53:46 -04:00
"phpunit/phpunit": "^8.5.13"
2019-07-12 14:27:04 -04:00
},
"type": "library",
2021-04-05 16:53:46 -04:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2019-07-12 14:27:04 -04:00
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2022-06-03T18:03:27+00:00"
2019-07-12 14:27:04 -04: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.",
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
"abandoned": "symfony/filesystem",
2019-07-12 14:27:04 -04:00
"time": "2015-12-17T08:42:14+00:00"
}
],
2020-05-06 23:00:25 -04:00
"packages-dev": [
{
"name": "behat/behat",
2024-02-12 09:43:25 -08:00
"version": "v3.14.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
2024-02-12 09:43:25 -08:00
"reference": "2a3832d9cb853a794af3a576f9e524ae460f3340"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/Behat/Behat/zipball/2a3832d9cb853a794af3a576f9e524ae460f3340",
"reference": "2a3832d9cb853a794af3a576f9e524ae460f3340",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
"behat/gherkin": "^4.9.0",
2020-05-06 23:00:25 -04:00
"behat/transliterator": "^1.2",
"ext-mbstring": "*",
"php": "^7.2 || ^8.0",
2024-02-12 09:43:25 -08:00
"psr/container": "^1.0 || ^2.0",
"symfony/config": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/console": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/event-dispatcher": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/translation": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.4 || ^5.0 || ^6.0 || ^7.0"
2020-05-06 23:00:25 -04:00
},
"require-dev": {
"herrera-io/box": "~1.6.1",
2024-02-12 09:43:25 -08:00
"phpspec/prophecy": "^1.15",
"phpunit/phpunit": "^8.5 || ^9.0",
2024-02-12 09:43:25 -08:00
"symfony/process": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"vimeo/psalm": "^4.8"
2020-05-06 23:00:25 -04:00
},
"suggest": {
"ext-dom": "Needed to output test results in JUnit format."
},
"bin": [
"bin/behat"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
2020-05-06 23:00:25 -04:00
}
},
"autoload": {
"psr-4": {
2022-03-05 13:47:38 -05:00
"Behat\\Hook\\": "src/Behat/Hook/",
"Behat\\Step\\": "src/Behat/Step/",
2022-03-05 13:47:38 -05:00
"Behat\\Behat\\": "src/Behat/Behat/",
"Behat\\Testwork\\": "src/Behat/Testwork/"
2020-05-06 23:00:25 -04:00
}
},
"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",
2020-05-06 23:00:25 -04:00
"homepage": "http://behat.org/",
"keywords": [
"Agile",
"BDD",
"ScenarioBDD",
"Scrum",
"StoryBDD",
"User story",
"business",
"development",
"documentation",
"examples",
"symfony",
"testing"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/Behat/Behat/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/Behat/Behat/tree/v3.14.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-12-09T13:55:02+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "behat/gherkin",
"version": "v4.9.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
"reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": "~7.2|~8.0"
2020-05-06 23:00:25 -04:00
},
"require-dev": {
"cucumber/cucumber": "dev-gherkin-22.0.0",
2021-04-05 16:53:46 -04:00
"phpunit/phpunit": "~8|~9",
"symfony/yaml": "~3|~4|~5"
2020-05-06 23:00:25 -04:00
},
"suggest": {
"symfony/yaml": "If you want to parse features, represented in YAML files"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
2020-05-06 23:00:25 -04:00
}
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Gherkin DSL parser for PHP",
2020-05-06 23:00:25 -04:00
"homepage": "http://behat.org/",
"keywords": [
"BDD",
"Behat",
"Cucumber",
"DSL",
"gherkin",
"parser"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/Behat/Gherkin/issues",
"source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
2021-04-09 11:24:23 -04:00
},
"time": "2021-10-12T13:05:09+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "behat/mink",
2024-02-12 09:43:25 -08:00
"version": "v1.11.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/Mink.git",
2024-02-12 09:43:25 -08:00
"reference": "d8527fdf8785aad38455fb426af457ab9937aece"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/minkphp/Mink/zipball/d8527fdf8785aad38455fb426af457ab9937aece",
"reference": "d8527fdf8785aad38455fb426af457ab9937aece",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
2022-04-13 02:09:08 -04:00
"php": ">=7.2",
2024-02-12 09:43:25 -08:00
"symfony/css-selector": "^4.4 || ^5.0 || ^6.0 || ^7.0"
2020-05-06 23:00:25 -04:00
},
"require-dev": {
2024-02-12 09:43:25 -08:00
"phpstan/phpstan": "^1.10",
"phpstan/phpstan-phpunit": "^1.3",
2022-04-13 02:09:08 -04:00
"phpunit/phpunit": "^8.5.22 || ^9.5.11",
2024-02-12 09:43:25 -08:00
"symfony/error-handler": "^4.4 || ^5.0 || ^6.0 || ^7.0",
"symfony/phpunit-bridge": "^5.4 || ^6.0 || ^7.0"
2020-05-06 23:00:25 -04:00
},
"suggest": {
2022-04-13 02:09:08 -04:00
"behat/mink-browserkit-driver": "fast headless driver for any app without JS emulation",
2020-05-06 23:00:25 -04:00
"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"
2020-05-06 23:00:25 -04:00
}
},
"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/",
2020-05-06 23:00:25 -04:00
"keywords": [
"browser",
"testing",
"web"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/minkphp/Mink/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/minkphp/Mink/tree/v1.11.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-12-09T11:23:23+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "behat/mink-browserkit-driver",
2022-01-28 18:42:57 -05:00
"version": "v1.4.1",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkBrowserKitDriver.git",
2022-01-28 18:42:57 -05:00
"reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2022-01-28 18:42:57 -05:00
"url": "https://api.github.com/repos/minkphp/MinkBrowserKitDriver/zipball/057926c9da452bac5bfcffb92eb4f3e1ce74dae9",
"reference": "057926c9da452bac5bfcffb92eb4f3e1ce74dae9",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
"behat/mink": "^1.7.1@dev",
"php": ">=5.4",
2020-05-06 23:00:25 -04:00
"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",
2020-05-06 23:00:25 -04:00
"symfony/debug": "^2.7|^3.0|^4.0",
"symfony/http-kernel": "~2.3|~3.0|~4.0",
"yoast/phpunit-polyfills": "^1.0"
2020-05-06 23:00:25 -04:00
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
2020-05-06 23:00:25 -04:00
}
},
"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/",
2020-05-06 23:00:25 -04:00
"keywords": [
"Mink",
"Symfony2",
"browser",
"testing"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/minkphp/MinkBrowserKitDriver/issues",
2022-01-28 18:42:57 -05:00
"source": "https://github.com/minkphp/MinkBrowserKitDriver/tree/v1.4.1"
2021-04-09 11:24:23 -04:00
},
2022-01-28 18:42:57 -05:00
"time": "2021-12-10T14:17:06+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "behat/mink-goutte-driver",
"version": "v1.3.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/minkphp/MinkGoutteDriver.git",
"reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/minkphp/MinkGoutteDriver/zipball/8139f520f417c81bf9d2f9a171fff400f6adc9ea",
"reference": "8139f520f417c81bf9d2f9a171fff400f6adc9ea",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
"behat/mink-browserkit-driver": "~1.2@dev",
"fabpot/goutte": "~1.0.4|~2.0|~3.1",
"php": ">=5.4"
2020-05-06 23:00:25 -04:00
},
"require-dev": {
"mink/driver-testsuite": "dev-master"
2020-05-06 23:00:25 -04:00
},
"type": "mink-driver",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
2020-05-06 23:00:25 -04:00
}
},
"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/",
2020-05-06 23:00:25 -04:00
"keywords": [
"browser",
"goutte",
"headless",
"testing"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/minkphp/MinkGoutteDriver/issues",
"source": "https://github.com/minkphp/MinkGoutteDriver/tree/v1.3.0"
2021-04-09 11:24:23 -04:00
},
2024-02-12 09:43:25 -08:00
"abandoned": "behat/mink-browserkit-driver",
"time": "2021-10-12T11:35:46+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "behat/transliterator",
2022-04-13 02:09:08 -04:00
"version": "v1.5.0",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/Behat/Transliterator.git",
2022-04-13 02:09:08 -04:00
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2022-04-13 02:09:08 -04:00
"url": "https://api.github.com/repos/Behat/Transliterator/zipball/baac5873bac3749887d28ab68e2f74db3a4408af",
"reference": "baac5873bac3749887d28ab68e2f74db3a4408af",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
2022-04-13 02:09:08 -04:00
"php": ">=7.2"
2020-05-06 23:00:25 -04:00
},
"require-dev": {
"chuyskywalker/rolling-curl": "^3.1",
"php-yaoi/php-yaoi": "^1.0",
2022-04-13 02:09:08 -04:00
"phpunit/phpunit": "^8.5.25 || ^9.5.19"
2020-05-06 23:00:25 -04:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-13 02:09:08 -04:00
"dev-master": "1.x-dev"
2020-05-06 23:00:25 -04:00
}
},
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/Behat/Transliterator/issues",
2022-04-13 02:09:08 -04:00
"source": "https://github.com/Behat/Transliterator/tree/v1.5.0"
2021-04-09 11:24:23 -04:00
},
2022-04-13 02:09:08 -04:00
"time": "2022-03-30T09:27:43+00:00"
2020-05-06 23:00:25 -04:00
},
2024-02-23 13:22:37 -08:00
{
"name": "dekor/php-array-table",
"version": "2.0",
"source": {
"type": "git",
"url": "https://github.com/deniskoronets/php-array-table.git",
"reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/deniskoronets/php-array-table/zipball/ca40b21ba84eee6a9658a33fc5f897d76baaf8e5",
"reference": "ca40b21ba84eee6a9658a33fc5f897d76baaf8e5",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.6.0"
},
"require-dev": {
"phpunit/phpunit": "^10"
},
"type": "library",
"autoload": {
"psr-4": {
"dekor\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Denis Koronets",
"email": "deniskoronets@woo.zp.ua",
"homepage": "https://woo.zp.ua/"
}
],
"description": "PHP Library for printing associative arrays as text table (similar to mysql terminal console)",
"keywords": [
"library",
"php"
],
"support": {
"issues": "https://github.com/deniskoronets/php-array-table/issues",
"source": "https://github.com/deniskoronets/php-array-table/tree/2.0"
},
"time": "2023-02-10T10:13:42+00:00"
},
2022-03-05 13:47:38 -05:00
{
"name": "drupal/upgrade_status",
2024-02-23 13:22:37 -08:00
"version": "4.1.0",
2022-03-05 13:47:38 -05:00
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/upgrade_status.git",
2024-02-23 13:22:37 -08:00
"reference": "4.1.0"
2022-03-05 13:47:38 -05:00
},
"dist": {
"type": "zip",
2024-02-23 13:22:37 -08:00
"url": "https://ftp.drupal.org/files/projects/upgrade_status-4.1.0.zip",
"reference": "4.1.0",
"shasum": "b306740b7e952f3d6bb71a2e0a165d48977e732a"
2022-03-05 13:47:38 -05:00
},
"require": {
2024-02-23 13:22:37 -08:00
"dekor/php-array-table": "^2.0",
2024-02-12 10:09:34 -08:00
"drupal/core": "^9 || ^10",
2022-03-05 13:47:38 -05:00
"mglaman/phpstan-drupal": "^1.0.0",
"nikic/php-parser": "^4.0.0",
"phpstan/phpstan-deprecation-rules": "^1.0.0",
2024-02-12 09:43:25 -08:00
"symfony/process": "^3.4|^4.0|^5.0|^6.0",
2022-03-05 13:47:38 -05:00
"webflo/drupal-finder": "^1.2"
},
"type": "drupal-module",
"extra": {
"drupal": {
2024-02-23 13:22:37 -08:00
"version": "4.1.0",
"datestamp": "1708602507",
2022-03-05 13:47:38 -05:00
"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": "colan",
"homepage": "https://www.drupal.org/user/58704"
},
2024-02-12 09:43:25 -08:00
{
"name": "Gábor Hojtsy",
"homepage": "https://www.drupal.org/user/4166"
},
2022-03-05 13:47:38 -05:00
{
"name": "herczogzoltan",
"homepage": "https://www.drupal.org/user/3528391"
},
{
"name": "sun",
"homepage": "https://www.drupal.org/user/54136"
},
{
"name": "webchick",
"homepage": "https://www.drupal.org/user/24967"
},
{
"name": "xjm",
"homepage": "https://www.drupal.org/user/65776"
}
],
"description": "Review Drupal major upgrade readiness of the environment and components of the site.",
"homepage": "http://drupal.org/project/upgrade_status",
"support": {
"source": "https://git.drupalcode.org/project/upgrade_status"
}
},
2020-05-06 23:00:25 -04:00
{
"name": "fabpot/goutte",
2021-04-05 16:53:46 -04:00
"version": "v3.3.1",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/FriendsOfPHP/Goutte.git",
2021-04-05 16:53:46 -04:00
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2021-04-05 16:53:46 -04:00
"url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
"reference": "80a23b64f44d54dd571d114c473d9d7e9ed84ca5",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
2021-04-05 16:53:46 -04:00
"php": ">=7.1.3",
2020-05-06 23:00:25 -04:00
"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"
],
2021-04-09 11:24:23 -04:00
"support": {
"issues": "https://github.com/FriendsOfPHP/Goutte/issues",
"source": "https://github.com/FriendsOfPHP/Goutte/tree/v3.3.1"
},
2024-02-12 09:43:25 -08:00
"abandoned": "symfony/browser-kit",
2021-04-05 16:53:46 -04:00
"time": "2020-11-01T09:30:18+00:00"
2020-05-06 23:00:25 -04:00
},
2022-03-05 13:47:38 -05:00
{
"name": "mglaman/phpstan-drupal",
2024-02-23 13:22:37 -08:00
"version": "1.2.7",
2022-03-05 13:47:38 -05:00
"source": {
"type": "git",
"url": "https://github.com/mglaman/phpstan-drupal.git",
2024-02-23 13:22:37 -08:00
"reference": "32f79fcf48c74532014248687ae3850581a22416"
2022-03-05 13:47:38 -05:00
},
"dist": {
"type": "zip",
2024-02-23 13:22:37 -08:00
"url": "https://api.github.com/repos/mglaman/phpstan-drupal/zipball/32f79fcf48c74532014248687ae3850581a22416",
"reference": "32f79fcf48c74532014248687ae3850581a22416",
2022-03-05 13:47:38 -05:00
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0",
2024-02-12 09:43:25 -08:00
"phpstan/phpstan": "^1.10.56",
"phpstan/phpstan-deprecation-rules": "^1.1.4",
"symfony/finder": "^4.2 || ^5.0 || ^6.0 || ^7.0",
"symfony/yaml": "^4.2|| ^5.0 || ^6.0 || ^7.0",
2022-03-05 13:47:38 -05:00
"webflo/drupal-finder": "^1.2"
},
"require-dev": {
"behat/mink": "^1.8",
"composer/installers": "^1.9",
2024-02-12 09:43:25 -08:00
"drupal/core-recommended": "^9.0",
"drush/drush": "^10.0 || ^11 || ^12",
2022-03-05 13:47:38 -05:00
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-strict-rules": "^1.0",
2024-02-12 09:43:25 -08:00
"phpunit/phpunit": "^8.5 || ^9",
2022-05-04 12:24:56 -04:00
"slevomat/coding-standard": "^7.1",
2022-03-05 13:47:38 -05:00
"squizlabs/php_codesniffer": "^3.3",
2024-02-12 09:43:25 -08:00
"symfony/phpunit-bridge": "^4.4 || ^5.4 || ^6.0 || ^7.0"
2022-03-05 13:47:38 -05:00
},
"suggest": {
"jangregor/phpstan-prophecy": "Provides a prophecy/prophecy extension for phpstan/phpstan.",
"phpstan/phpstan-deprecation-rules": "For catching deprecations, especially in Drupal core.",
"phpstan/phpstan-phpunit": "PHPUnit extensions and rules for PHPStan."
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
},
"installer-paths": {
"tests/fixtures/drupal/core": [
"type:drupal-core"
],
"tests/fixtures/drupal/libraries/{$name}": [
"type:drupal-library"
],
"tests/fixtures/drupal/modules/contrib/{$name}": [
"type:drupal-module"
],
"tests/fixtures/drupal/profiles/contrib/{$name}": [
"type:drupal-profile"
],
"tests/fixtures/drupal/themes/contrib/{$name}": [
"type:drupal-theme"
]
},
"phpstan": {
"includes": [
2022-05-04 12:24:56 -04:00
"extension.neon",
"rules.neon"
2022-03-05 13:47:38 -05:00
]
}
},
"autoload": {
"psr-4": {
"mglaman\\PHPStanDrupal\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matt Glaman",
"email": "nmd.matt@gmail.com"
}
],
"description": "Drupal extension and rules for PHPStan",
"support": {
"issues": "https://github.com/mglaman/phpstan-drupal/issues",
2024-02-23 13:22:37 -08:00
"source": "https://github.com/mglaman/phpstan-drupal/tree/1.2.7"
2022-03-05 13:47:38 -05:00
},
"funding": [
{
"url": "https://github.com/mglaman",
"type": "github"
},
{
"url": "https://opencollective.com/phpstan-drupal",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/mglaman/phpstan-drupal",
"type": "tidelift"
}
],
2024-02-23 13:22:37 -08:00
"time": "2024-02-14T04:38:08+00:00"
2022-03-05 13:47:38 -05:00
},
{
"name": "phpstan/phpstan",
2024-02-23 13:22:37 -08:00
"version": "1.10.59",
2022-03-05 13:47:38 -05:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2024-02-23 13:22:37 -08:00
"reference": "e607609388d3a6d418a50a49f7940e8086798281"
2022-03-05 13:47:38 -05:00
},
"dist": {
"type": "zip",
2024-02-23 13:22:37 -08:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e607609388d3a6d418a50a49f7940e8086798281",
"reference": "e607609388d3a6d418a50a49f7940e8086798281",
2022-03-05 13:47:38 -05:00
"shasum": ""
},
"require": {
2022-04-13 02:09:08 -04:00
"php": "^7.2|^8.0"
2022-03-05 13:47:38 -05:00
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2024-02-12 09:43:25 -08:00
"keywords": [
"dev",
"static analysis"
],
2022-03-05 13:47:38 -05:00
"support": {
2024-02-12 09:43:25 -08:00
"docs": "https://phpstan.org/user-guide/getting-started",
"forum": "https://github.com/phpstan/phpstan/discussions",
2022-03-05 13:47:38 -05:00
"issues": "https://github.com/phpstan/phpstan/issues",
2024-02-12 09:43:25 -08:00
"security": "https://github.com/phpstan/phpstan/security/policy",
"source": "https://github.com/phpstan/phpstan-src"
2022-03-05 13:47:38 -05:00
},
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://github.com/phpstan",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2024-02-23 13:22:37 -08:00
"time": "2024-02-20T13:59:13+00:00"
2022-03-05 13:47:38 -05:00
},
{
"name": "phpstan/phpstan-deprecation-rules",
2024-02-12 09:43:25 -08:00
"version": "1.1.4",
2022-03-05 13:47:38 -05:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-deprecation-rules.git",
2024-02-12 09:43:25 -08:00
"reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa"
2022-03-05 13:47:38 -05:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/phpstan/phpstan-deprecation-rules/zipball/089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa",
"reference": "089d8a8258ed0aeefdc7b68b6c3d25572ebfdbaa",
2022-03-05 13:47:38 -05:00
"shasum": ""
},
"require": {
2024-02-12 09:43:25 -08:00
"php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10.3"
2022-03-05 13:47:38 -05:00
},
"require-dev": {
"php-parallel-lint/php-parallel-lint": "^1.2",
2024-02-12 09:43:25 -08:00
"phpstan/phpstan-php-parser": "^1.1",
2022-03-05 13:47:38 -05:00
"phpstan/phpstan-phpunit": "^1.0",
"phpunit/phpunit": "^9.5"
},
"type": "phpstan-extension",
"extra": {
"phpstan": {
"includes": [
"rules.neon"
]
}
},
"autoload": {
"psr-4": {
"PHPStan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan rules for detecting usage of deprecated classes, methods, properties, constants and traits.",
"support": {
"issues": "https://github.com/phpstan/phpstan-deprecation-rules/issues",
2024-02-12 09:43:25 -08:00
"source": "https://github.com/phpstan/phpstan-deprecation-rules/tree/1.1.4"
2022-03-05 13:47:38 -05:00
},
2024-02-12 09:43:25 -08:00
"time": "2023-08-05T09:02:04+00:00"
2022-03-05 13:47:38 -05:00
},
2020-05-06 23:00:25 -04:00
{
"name": "symfony/browser-kit",
2024-02-12 09:43:25 -08:00
"version": "v4.4.44",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
2024-02-12 09:43:25 -08:00
"reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
"reference": "2a1ff40723ef6b29c8229a860a9c8f815ad7dbbb",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1.3",
"symfony/dom-crawler": "^3.4|^4.0|^5.0",
"symfony/polyfill-php80": "^1.16"
2020-05-06 23:00:25 -04:00
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
2020-05-06 23:00:25 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/browser-kit/tree/v4.4.44"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-07-25T12:56:14+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "symfony/config",
2024-02-12 09:43:25 -08:00
"version": "v4.4.44",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
2024-02-12 09:43:25 -08:00
"reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/config/zipball/ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
"reference": "ed42f8f9da528d2c6cae36fe1f380b0c1d8f0658",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/filesystem": "^3.4|^4.0|^5.0",
2021-04-05 16:53:46 -04:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-php80": "^1.16",
"symfony/polyfill-php81": "^1.22"
2020-05-06 23:00:25 -04:00
},
"conflict": {
"symfony/finder": "<3.4"
2020-05-06 23:00:25 -04:00
},
"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",
2020-05-06 23:00:25 -04:00
"symfony/service-contracts": "^1.1|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
2020-05-06 23:00:25 -04:00
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
2020-05-06 23:00:25 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/config/tree/v4.4.44"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-07-20T09:59:04+00:00"
2020-05-06 23:00:25 -04:00
},
{
"name": "symfony/css-selector",
2024-02-12 09:43:25 -08:00
"version": "v5.4.35",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2024-02-12 09:43:25 -08:00
"reference": "9e615d367e2bed41f633abb383948c96a2dbbfae"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/9e615d367e2bed41f633abb383948c96a2dbbfae",
"reference": "9e615d367e2bed41f633abb383948c96a2dbbfae",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.16"
2020-05-06 23:00:25 -04:00
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/css-selector/tree/v5.4.35"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2024-01-23T13:51:25+00:00"
2021-04-05 16:53:46 -04:00
},
2020-05-06 23:00:25 -04:00
{
"name": "symfony/dom-crawler",
2024-02-12 09:43:25 -08:00
"version": "v4.4.45",
2020-05-06 23:00:25 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
2024-02-12 09:43:25 -08:00
"reference": "4b8daf6c56801e6d664224261cb100b73edc78a5"
2020-05-06 23:00:25 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/4b8daf6c56801e6d664224261cb100b73edc78a5",
"reference": "4b8daf6c56801e6d664224261cb100b73edc78a5",
2020-05-06 23:00:25 -04:00
"shasum": ""
},
"require": {
2021-04-05 16:53:46 -04:00
"php": ">=7.1.3",
2020-05-06 23:00:25 -04:00
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16"
2020-05-06 23:00:25 -04:00
},
"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"
}
],
2021-04-05 16:53:46 -04:00
"description": "Eases DOM navigation for HTML and XML documents",
2020-05-06 23:00:25 -04:00
"homepage": "https://symfony.com",
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/dom-crawler/tree/v4.4.45"
2021-04-09 11:24:23 -04:00
},
2021-04-05 16:53:46 -04:00
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2022-08-03T12:57:57+00:00"
2021-04-09 11:24:23 -04:00
},
{
"name": "symfony/polyfill-php81",
2024-02-12 09:43:25 -08:00
"version": "v1.29.0",
2021-04-09 11:24:23 -04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php81.git",
2024-02-12 09:43:25 -08:00
"reference": "c565ad1e63f30e7477fc40738343c62b40bc672d"
2021-04-09 11:24:23 -04:00
},
"dist": {
"type": "zip",
2024-02-12 09:43:25 -08:00
"url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/c565ad1e63f30e7477fc40738343c62b40bc672d",
"reference": "c565ad1e63f30e7477fc40738343c62b40bc672d",
2021-04-09 11:24:23 -04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2021-04-09 11:24:23 -04:00
},
"type": "library",
2021-04-09 11:24:23 -04:00
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
2021-04-09 11:24:23 -04:00
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-03-05 13:47:38 -05:00
"psr-4": {
"Symfony\\Polyfill\\Php81\\": ""
},
"classmap": [
"Resources/stubs"
]
2021-04-09 11:24:23 -04:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2021-04-09 11:24:23 -04:00
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2021-04-09 11:24:23 -04:00
}
],
"description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-04-09 11:24:23 -04:00
"support": {
2024-02-12 09:43:25 -08:00
"source": "https://github.com/symfony/polyfill-php81/tree/v1.29.0"
2021-04-09 11:24:23 -04:00
},
"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"
}
],
2024-02-12 09:43:25 -08:00
"time": "2024-01-29T20:11:03+00:00"
2020-05-06 23:00:25 -04:00
}
],
2019-08-30 13:58:12 -04:00
"aliases": [
2019-09-01 23:48:09 -04:00
{
"package": "drupal/drutopia_collection",
2019-09-01 23:48:09 -04:00
"version": "dev-8.x-1.x",
2021-04-09 11:24:23 -04:00
"alias": "1.x-dev",
"alias_normalized": "1.9999999.9999999.9999999-dev"
2019-09-01 23:48:09 -04:00
},
2019-08-30 13:58:12 -04:00
{
"package": "drupal/drutopia_core",
2019-08-30 13:58:12 -04:00
"version": "dev-8.x-1.x",
2021-04-09 11:24:23 -04:00
"alias": "1.x-dev",
"alias_normalized": "1.9999999.9999999.9999999-dev"
2019-09-30 12:25:35 -04:00
},
{
"package": "drupal/octavia_camouflage",
2021-04-09 11:24:23 -04:00
"version": "dev-8.x-1.x",
2019-09-30 12:25:35 -04:00
"alias": "1.x-dev",
2021-04-09 11:24:23 -04:00
"alias_normalized": "1.9999999.9999999.9999999-dev"
2019-08-30 13:58:12 -04:00
}
],
2019-07-12 14:27:04 -04:00
"minimum-stability": "dev",
2019-07-18 23:59:54 -04:00
"stability-flags": {
2024-02-12 09:43:25 -08:00
"drupal/auto_entitylabel": 10,
2019-07-29 13:26:20 -04:00
"drupal/convert_bundles": 15,
2019-09-01 10:01:44 -04:00
"drupal/drutopia_collection": 20,
2021-04-09 11:24:23 -04:00
"drupal/drutopia_core": 20,
"drupal/drutopia_paragraph_title": 20,
2022-05-04 12:24:56 -04:00
"drupal/entitygroupfield": 15,
2019-10-02 00:57:40 -04:00
"drupal/footnotes": 20,
2024-02-12 09:43:25 -08:00
"drupal/gin": 10,
"drupal/gin_toolbar": 10,
"drupal/inline_entity_form": 5,
2019-09-01 23:48:09 -04:00
"drupal/menu_link_config": 15,
2024-02-12 09:43:25 -08:00
"drupal/mobile_number": 15,
"drupal/notfoundpassthrough": 20,
"drupal/octavia": 20,
"drupal/octavia_camouflage": 20,
2022-05-04 12:24:56 -04:00
"drupal/plausible": 10,
2024-02-12 09:43:25 -08:00
"drupal/rabbit_hole": 10,
2022-03-05 13:47:38 -05:00
"drupal/search_api_saved_searches": 15,
2024-02-12 09:43:25 -08:00
"drupal/social_post_facebook": 20,
"drupal/social_post_twitter": 20,
"drupal/subpathauto": 5,
2022-05-04 12:24:56 -04:00
"drupal/tomselect": 20,
"drutopia/drutopia": 20
2019-07-18 23:59:54 -04:00
},
2019-07-12 14:27:04 -04:00
"prefer-stable": true,
"prefer-lowest": false,
"platform": [],
2021-04-05 16:53:46 -04:00
"platform-dev": [],
2024-02-12 09:43:25 -08:00
"plugin-api-version": "2.6.0"
2019-07-12 14:27:04 -04:00
}