{ "_readme": [ "This file locks the dependencies of your project to a known state", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], "content-hash": "e531ede696593276a00fff574ba79824", "packages": [ { "name": "alchemy/zippy", "version": "0.4.9", "source": { "type": "git", "url": "https://github.com/alchemy-fr/Zippy.git", "reference": "59fbeefb9a249122867ef25e53addfcce31850d7" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7", "reference": "59fbeefb9a249122867ef25e53addfcce31850d7", "shasum": "" }, "require": { "doctrine/collections": "~1.0", "php": ">=5.5", "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0", "symfony/polyfill-mbstring": "^1.3", "symfony/process": "^2.1 || ^3.0 || ^4.0" }, "require-dev": { "ext-zip": "*", "guzzle/guzzle": "~3.0", "guzzlehttp/guzzle": "^6.0", "phpunit/phpunit": "^4.0 || ^5.0", "symfony/finder": "^2.0.5 || ^3.0 || ^4.0" }, "suggest": { "ext-zip": "To use the ZipExtensionAdapter", "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3", "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6" }, "type": "library", "extra": { "branch-alias": { "dev-master": "0.4.x-dev" } }, "autoload": { "psr-4": { "Alchemy\\Zippy\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alchemy", "email": "dev.team@alchemy.fr", "homepage": "http://www.alchemy.fr/" } ], "description": "Zippy, the archive manager companion", "keywords": [ "bzip", "compression", "tar", "zip" ], "time": "2018-02-22T13:58:36+00:00" }, { "name": "asm89/stack-cors", "version": "1.3.0", "source": { "type": "git", "url": "https://github.com/asm89/stack-cors.git", "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/asm89/stack-cors/zipball/b9c31def6a83f84b4d4a40d35996d375755f0e08", "reference": "b9c31def6a83f84b4d4a40d35996d375755f0e08", "shasum": "" }, "require": { "php": ">=5.5.9", "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0", "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0" }, "require-dev": { "phpunit/phpunit": "^5.0 || ^4.8.10", "squizlabs/php_codesniffer": "^2.3" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { "Asm89\\Stack\\": "src/Asm89/Stack/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexander", "email": "iam.asm89@gmail.com" } ], "description": "Cross-origin resource sharing library and stack middleware", "homepage": "https://github.com/asm89/stack-cors", "keywords": [ "cors", "stack" ], "support": { "issues": "https://github.com/asm89/stack-cors/issues", "source": "https://github.com/asm89/stack-cors/tree/1.3.0" }, "time": "2019-12-24T22:41:47+00:00" }, { "name": "chi-teck/drupal-code-generator", "version": "1.32.1", "source": { "type": "git", "url": "https://github.com/Chi-teck/drupal-code-generator.git", "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", "reference": "8abba7131ed4c89c1e8fc6dca0d05a4b6d0b2749", "shasum": "" }, "require": { "ext-json": "*", "php": ">=5.5.9", "symfony/console": "^3.4 || ^4.0", "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", "twig/twig": "^1.41 || ^2.12" }, "bin": [ "bin/dcg" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "files": [ "src/bootstrap.php" ], "psr-4": { "DrupalCodeGenerator\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-2.0-or-later" ], "description": "Drupal code generator", "time": "2020-07-15T06:08:04+00:00" }, { "name": "clue/stream-filter", "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/clue/stream-filter.git", "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/clue/stream-filter/zipball/aeb7d8ea49c7963d3b581378955dbf5bc49aa320", "reference": "aeb7d8ea49c7963d3b581378955dbf5bc49aa320", "shasum": "" }, "require": { "php": ">=5.3" }, "require-dev": { "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36" }, "type": "library", "autoload": { "psr-4": { "Clue\\StreamFilter\\": "src/" }, "files": [ "src/functions_include.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Christian Lück", "email": "christian@clue.engineering" } ], "description": "A simple and modern approach to stream filtering in PHP", "homepage": "https://github.com/clue/php-stream-filter", "keywords": [ "bucket brigade", "callback", "filter", "php_user_filter", "stream", "stream_filter_append", "stream_filter_register" ], "funding": [ { "url": "https://clue.engineering/support", "type": "custom" }, { "url": "https://github.com/clue", "type": "github" } ], "time": "2020-10-02T12:38:20+00:00" }, { "name": "commerceguys/addressing", "version": "v1.2.1", "source": { "type": "git", "url": "https://github.com/commerceguys/addressing.git", "reference": "311040bd78ea2ea82105dd1f17205c449ac8de47" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/commerceguys/addressing/zipball/311040bd78ea2ea82105dd1f17205c449ac8de47", "reference": "311040bd78ea2ea82105dd1f17205c449ac8de47", "shasum": "" }, "require": { "doctrine/collections": "~1.0", "php": ">=7.1.3" }, "require-dev": { "mikey179/vfsstream": "1.*", "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "3.*", "symfony/validator": "^4.4" }, "suggest": { "symfony/validator": "to validate addresses" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "CommerceGuys\\Addressing\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bojan Zivanovic" }, { "name": "Damien Tournoud" } ], "description": "Addressing library powered by CLDR and Google's address data.", "keywords": [ "address", "internationalization", "localization", "postal" ], "support": { "issues": "https://github.com/commerceguys/addressing/issues", "source": "https://github.com/commerceguys/addressing/tree/v1.2.1" }, "time": "2021-05-17T08:05:21+00:00" }, { "name": "commerceguys/intl", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/commerceguys/intl.git", "reference": "90b4f75c4917927a1960c0dcaa002a91ab97f5d5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/commerceguys/intl/zipball/90b4f75c4917927a1960c0dcaa002a91ab97f5d5", "reference": "90b4f75c4917927a1960c0dcaa002a91ab97f5d5", "shasum": "" }, "require": { "php": ">=7.1.3" }, "require-dev": { "mikey179/vfsstream": "1.*", "phpunit/phpunit": "^7.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "CommerceGuys\\Intl\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bojan Zivanovic" } ], "description": "Internationalization library powered by CLDR data.", "support": { "issues": "https://github.com/commerceguys/intl/issues", "source": "https://github.com/commerceguys/intl/tree/v1.1.0" }, "time": "2021-05-17T08:25:58+00:00" }, { "name": "commercie/currency", "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/Commercie/currency.git", "reference": "64812cb8d5e8cdbc406c2f7c114399c814e2d898" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Commercie/currency/zipball/64812cb8d5e8cdbc406c2f7c114399c814e2d898", "reference": "64812cb8d5e8cdbc406c2f7c114399c814e2d898", "shasum": "" }, "require": { "ext-json": "*", "php": "~5.5 || ~7.0" }, "require-dev": { "justinrainbow/json-schema": "~1.4", "phpunit/phpunit": "~4.0" }, "suggest": { "drupal/currency": "Integrates this package with Drupal." }, "type": "library", "autoload": { "psr-4": { "Commercie\\Currency\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bart Feenstra", "email": "bart@mynameisbart.com", "homepage": "http://mynameisbart.com", "role": "Developer" } ], "time": "2018-05-11T10:11:38+00:00" }, { "name": "commercie/currency-exchange", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/Commercie/currency-exchange.git", "reference": "bb6a0c3b682aaed2eda205ceda5582673cb444af" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/Commercie/currency-exchange/zipball/bb6a0c3b682aaed2eda205ceda5582673cb444af", "reference": "bb6a0c3b682aaed2eda205ceda5582673cb444af", "shasum": "" }, "require": { "ext-bcmath": "*", "ext-json": "*", "php": "~5.5 || ~7.0" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "suggest": { "commercie/currency-exchange-yahoo-finance": "Retrieves currency exchange rates from Yahoo! Finance.", "drupal/currency": "Integrates this package with Drupal." }, "type": "library", "autoload": { "psr-4": { "Commercie\\CurrencyExchange\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Bart Feenstra", "email": "bart@mynameisbart.com" } ], "description": "A library for retrieving currency exchange rates.", "time": "2016-07-01T11:01:48+00:00" }, { "name": "components/highlightjs", "version": "9.7.0", "dist": { "type": "zip", "url": "https://github.com/components/highlightjs/archive/9.7.0.zip" }, "type": "drupal-library" }, { "name": "composer/installers", "version": "v1.10.0", "source": { "type": "git", "url": "https://github.com/composer/installers.git", "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/installers/zipball/1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d", "reference": "1a0357fccad9d1cc1ea0c9a05b8847fbccccb78d", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0" }, "replace": { "roundcube/plugin-installer": "*", "shama/baton": "*" }, "require-dev": { "composer/composer": "1.6.* || ^2.0", "composer/semver": "^1 || ^3", "phpstan/phpstan": "^0.12.55", "phpstan/phpstan-phpunit": "^0.12.16", "symfony/phpunit-bridge": "^4.2 || ^5", "symfony/process": "^2.3" }, "type": "composer-plugin", "extra": { "class": "Composer\\Installers\\Plugin", "branch-alias": { "dev-main": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Installers\\": "src/Composer/Installers" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Kyle Robinson Young", "email": "kyle@dontkry.com", "homepage": "https://github.com/shama" } ], "description": "A multi-framework Composer library installer", "homepage": "https://composer.github.io/installers/", "keywords": [ "Craft", "Dolibarr", "Eliasis", "Hurad", "ImageCMS", "Kanboard", "Lan Management System", "MODX Evo", "MantisBT", "Mautic", "Maya", "OXID", "Plentymarkets", "Porto", "RadPHP", "SMF", "Starbug", "Thelia", "Whmcs", "WolfCMS", "agl", "aimeos", "annotatecms", "attogram", "bitrix", "cakephp", "chef", "cockpit", "codeigniter", "concrete5", "croogo", "dokuwiki", "drupal", "eZ Platform", "elgg", "expressionengine", "fuelphp", "grav", "installer", "itop", "joomla", "known", "kohana", "laravel", "lavalite", "lithium", "magento", "majima", "mako", "mediawiki", "modulework", "modx", "moodle", "osclass", "phpbb", "piwik", "ppi", "processwire", "puppet", "pxcms", "reindex", "roundcube", "shopware", "silverstripe", "sydes", "sylius", "symfony", "typo3", "wordpress", "yawik", "zend", "zikula" ], "funding": [ { "url": "https://packagist.com", "type": "custom" }, { "url": "https://github.com/composer", "type": "github" }, { "url": "https://tidelift.com/funding/github/packagist/composer/composer", "type": "tidelift" } ], "time": "2021-01-14T11:07:16+00:00" }, { "name": "composer/semver", "version": "1.7.2", "source": { "type": "git", "url": "https://github.com/composer/semver.git", "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/composer/semver/zipball/647490bbcaf7fc4891c58f47b825eb99d19c377a", "reference": "647490bbcaf7fc4891c58f47b825eb99d19c377a", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { "phpunit/phpunit": "^4.5 || ^5.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Composer\\Semver\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nils Adermann", "email": "naderman@naderman.de", "homepage": "http://www.naderman.de" }, { "name": "Jordi Boggiano", "email": "j.boggiano@seld.be", "homepage": "http://seld.be" }, { "name": "Rob Bast", "email": "rob.bast@gmail.com", "homepage": "http://robbast.nl" } ], "description": "Semver library that offers utilities, version constraint parsing and validation.", "keywords": [ "semantic", "semver", "validation", "versioning" ], "support": { "irc": "irc://irc.freenode.org/composer", "issues": "https://github.com/composer/semver/issues", "source": "https://github.com/composer/semver/tree/1.7.2" }, "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": "2020-12-03T15:47:16+00:00" }, { "name": "consolidation/annotated-command", "version": "2.12.1", "source": { "type": "git", "url": "https://github.com/consolidation/annotated-command.git", "reference": "0ee361762df2274f360c085e3239784a53f850b5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/0ee361762df2274f360c085e3239784a53f850b5", "reference": "0ee361762df2274f360c085e3239784a53f850b5", "shasum": "" }, "require": { "consolidation/output-formatters": "^3.5.1", "php": ">=5.4.5", "psr/log": "^1", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", "symfony/finder": "^2.5|^3|^4|^5" }, "require-dev": { "g1a/composer-test-scenarios": "^3", "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^6", "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { "scenarios": { "finder5": { "require": { "symfony/finder": "^5" }, "config": { "platform": { "php": "7.2.5" } } }, "symfony4": { "require": { "symfony/console": "^4.0" }, "config": { "platform": { "php": "7.1.3" } } }, "symfony2": { "require": { "symfony/console": "^2.8" }, "require-dev": { "phpunit/phpunit": "^4.8.36" }, "remove": [ "php-coveralls/php-coveralls" ], "config": { "platform": { "php": "5.4.8" } }, "scenario-options": { "create-lockfile": "false" } }, "phpunit4": { "require-dev": { "phpunit/phpunit": "^4.8.36" }, "remove": [ "php-coveralls/php-coveralls" ], "config": { "platform": { "php": "5.4.8" } } } }, "branch-alias": { "dev-master": "2.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\AnnotatedCommand\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Initialize Symfony Console commands from annotated command class methods.", "support": { "issues": "https://github.com/consolidation/annotated-command/issues", "source": "https://github.com/consolidation/annotated-command/tree/2.12.1" }, "time": "2020-10-11T04:30:03+00:00" }, { "name": "consolidation/config", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/consolidation/config.git", "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0", "grasmash/expander": "^1", "php": ">=5.4.0" }, "require-dev": { "g1a/composer-test-scenarios": "^3", "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5", "squizlabs/php_codesniffer": "2.*", "symfony/console": "^2.5|^3|^4", "symfony/yaml": "^2.8.11|^3|^4" }, "suggest": { "symfony/yaml": "Required to use Consolidation\\Config\\Loader\\YamlConfigLoader" }, "type": "library", "extra": { "scenarios": { "symfony4": { "require-dev": { "symfony/console": "^4.0" }, "config": { "platform": { "php": "7.1.3" } } }, "symfony2": { "require-dev": { "symfony/console": "^2.8", "symfony/event-dispatcher": "^2.8", "phpunit/phpunit": "^4.8.36" }, "remove": [ "php-coveralls/php-coveralls" ], "config": { "platform": { "php": "5.4.8" } } } }, "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\Config\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Provide configuration services for a commandline tool.", "time": "2019-03-03T19:37:04+00:00" }, { "name": "consolidation/filter-via-dot-access-data", "version": "1.0.0", "source": { "type": "git", "url": "https://github.com/consolidation/filter-via-dot-access-data.git", "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6", "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0", "php": ">=5.5.0" }, "require-dev": { "consolidation/robo": "^1.2.3", "g1a/composer-test-scenarios": "^3", "knplabs/github-api": "^2.7", "php-coveralls/php-coveralls": "^1", "php-http/guzzle6-adapter": "^1.1", "phpunit/phpunit": "^5", "squizlabs/php_codesniffer": "^2.8", "symfony/console": "^2.8|^3|^4" }, "type": "library", "extra": { "scenarios": { "phpunit5": { "require-dev": { "phpunit/phpunit": "^5.7.27" }, "remove": [ "php-coveralls/php-coveralls" ], "config": { "platform": { "php": "5.6.33" } } } }, "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\Filter\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "This project uses dflydev/dot-access-data to provide simple output filtering for applications built with annotated-command / Robo.", "time": "2019-01-18T06:05:07+00:00" }, { "name": "consolidation/log", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/consolidation/log.git", "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", "shasum": "" }, "require": { "php": ">=5.4.5", "psr/log": "^1.0", "symfony/console": "^2.8|^3|^4" }, "require-dev": { "g1a/composer-test-scenarios": "^3", "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^6", "squizlabs/php_codesniffer": "^2" }, "type": "library", "extra": { "scenarios": { "symfony4": { "require": { "symfony/console": "^4.0" }, "config": { "platform": { "php": "7.1.3" } } }, "symfony2": { "require": { "symfony/console": "^2.8" }, "require-dev": { "phpunit/phpunit": "^4.8.36" }, "remove": [ "php-coveralls/php-coveralls" ], "config": { "platform": { "php": "5.4.8" } } }, "phpunit4": { "require-dev": { "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\\Log\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", "time": "2019-01-01T17:30:51+00:00" }, { "name": "consolidation/output-formatters", "version": "3.5.1", "source": { "type": "git", "url": "https://github.com/consolidation/output-formatters.git", "reference": "0d38f13051ef05c223a2bb8e962d668e24785196" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/0d38f13051ef05c223a2bb8e962d668e24785196", "reference": "0d38f13051ef05c223a2bb8e962d668e24785196", "shasum": "" }, "require": { "dflydev/dot-access-data": "^1.1.0", "php": ">=5.4.0", "symfony/console": "^2.8|^3|^4", "symfony/finder": "^2.5|^3|^4|^5" }, "require-dev": { "g1a/composer-test-scenarios": "^3", "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5.7.27", "squizlabs/php_codesniffer": "^2.7", "symfony/var-dumper": "^2.8|^3|^4", "victorjonsson/markdowndocs": "^1.3" }, "suggest": { "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", "extra": { "scenarios": { "finder5": { "require": { "symfony/finder": "^5" }, "config": { "platform": { "php": "7.2.5" } } }, "symfony4": { "require": { "symfony/console": "^4.0" }, "require-dev": { "phpunit/phpunit": "^6" }, "config": { "platform": { "php": "7.1.3" } } }, "symfony3": { "require": { "symfony/console": "^3.4", "symfony/finder": "^3.4", "symfony/var-dumper": "^3.4" }, "config": { "platform": { "php": "5.6.32" } } }, "symfony2": { "require": { "symfony/console": "^2.8" }, "require-dev": { "phpunit/phpunit": "^4.8.36" }, "remove": [ "php-coveralls/php-coveralls" ], "config": { "platform": { "php": "5.4.8" } }, "scenario-options": { "create-lockfile": "false" } } }, "branch-alias": { "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\OutputFormatters\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Format text by applying transformations provided by plug-in formatters.", "support": { "issues": "https://github.com/consolidation/output-formatters/issues", "source": "https://github.com/consolidation/output-formatters/tree/3.5.1" }, "time": "2020-10-11T04:15:32+00:00" }, { "name": "consolidation/robo", "version": "1.4.13", "source": { "type": "git", "url": "https://github.com/consolidation/Robo.git", "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/Robo/zipball/fd28dcca1b935950ece26e63541fbdeeb09f7343", "reference": "fd28dcca1b935950ece26e63541fbdeeb09f7343", "shasum": "" }, "require": { "consolidation/annotated-command": "^2.12.1|^4.1", "consolidation/config": "^1.2.1", "consolidation/log": "^1.1.1|^2", "consolidation/output-formatters": "^3.5.1|^4.1", "consolidation/self-update": "^1.1.5", "grasmash/yaml-expander": "^1.4", "league/container": "^2.4.1", "php": ">=5.5.0", "symfony/console": "^2.8|^3|^4", "symfony/event-dispatcher": "^2.5|^3|^4", "symfony/filesystem": "^2.5|^3|^4", "symfony/finder": "^2.5|^3|^4|^5", "symfony/process": "^2.5|^3|^4" }, "replace": { "codegyre/robo": "< 1.0" }, "require-dev": { "g1a/composer-test-scenarios": "^3", "natxet/cssmin": "3.0.4", "patchwork/jsqueeze": "^2", "pear/archive_tar": "^1.4.4", "php-coveralls/php-coveralls": "^1", "phpunit/phpunit": "^5.7.27", "squizlabs/php_codesniffer": "^3" }, "suggest": { "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", "natxet/CssMin": "For minifying CSS files in taskMinify", "patchwork/jsqueeze": "For minifying JS files in taskMinify", "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." }, "bin": [ "robo" ], "type": "library", "extra": { "scenarios": { "finder5": { "require": { "symfony/finder": "^5" }, "config": { "platform": { "php": "7.2.5" } } }, "symfony4": { "require": { "symfony/console": "^4" }, "config": { "platform": { "php": "7.1.3" } } }, "symfony2": { "require": { "symfony/console": "^2.8" }, "require-dev": { "phpunit/phpunit": "^4.8.36" }, "remove": [ "php-coveralls/php-coveralls" ], "config": { "platform": { "php": "5.5.9" } }, "scenario-options": { "create-lockfile": "false" } } }, "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "Robo\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Davert", "email": "davert.php@resend.cc" } ], "description": "Modern task runner", "time": "2020-10-11T04:51:34+00:00" }, { "name": "consolidation/self-update", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/self-update/zipball/dba6b2c0708f20fa3ba8008a2353b637578849b4", "reference": "dba6b2c0708f20fa3ba8008a2353b637578849b4", "shasum": "" }, "require": { "php": ">=5.5.0", "symfony/console": "^2.8|^3|^4|^5", "symfony/filesystem": "^2.5|^3|^4|^5" }, "bin": [ "scripts/release" ], "type": "library", "extra": { "branch-alias": { "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { "SelfUpdate\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Alexander Menk", "email": "menk@mestrona.net" }, { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" } ], "description": "Provides a self:update command for Symfony Console applications.", "time": "2020-04-13T02:49:20+00:00" }, { "name": "consolidation/site-alias", "version": "3.1.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-alias.git", "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/site-alias/zipball/9ed3c590be9fcf9fea69c73456c2fd4b27f5204c", "reference": "9ed3c590be9fcf9fea69c73456c2fd4b27f5204c", "shasum": "" }, "require": { "consolidation/config": "^1.2.1|^2", "php": ">=5.5.0", "symfony/finder": "~2.3|^3|^4.4|^5" }, "require-dev": { "php-coveralls/php-coveralls": "^2.4.2", "phpunit/phpunit": ">=7", "squizlabs/php_codesniffer": "^3", "symfony/var-dumper": "^4", "yoast/phpunit-polyfills": "^0.2.0" }, "type": "library", "extra": { "branch-alias": { "dev-main": "3.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\SiteAlias\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" }, { "name": "Moshe Weitzman", "email": "weitzman@tejasa.com" } ], "description": "Manage alias records for local and remote sites.", "time": "2021-02-20T20:03:10+00:00" }, { "name": "consolidation/site-process", "version": "2.1.0", "source": { "type": "git", "url": "https://github.com/consolidation/site-process.git", "reference": "f3211fa4c60671c6f068184221f06f932556e443" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443", "reference": "f3211fa4c60671c6f068184221f06f932556e443", "shasum": "" }, "require": { "consolidation/config": "^1.2.1", "consolidation/site-alias": "^3", "php": ">=5.6.0", "symfony/process": "^3.4" }, "require-dev": { "consolidation/robo": "^1.3", "g1a/composer-test-scenarios": "^3", "knplabs/github-api": "^2.7", "php-coveralls/php-coveralls": "^1", "php-http/guzzle6-adapter": "^1.1", "phpunit/phpunit": "^6", "squizlabs/php_codesniffer": "^2.8" }, "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": "0.x-dev" } }, "autoload": { "psr-4": { "Consolidation\\SiteProcess\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Greg Anderson", "email": "greg.1.anderson@greenknowe.org" }, { "name": "Moshe Weitzman", "email": "weitzman@tejasa.com" } ], "description": "A thin wrapper around the Symfony Process Component that allows applications to use the Site Alias library to specify the target for a remote call.", "time": "2019-09-10T17:56:24+00:00" }, { "name": "container-interop/container-interop", "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/container-interop/container-interop.git", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/container-interop/container-interop/zipball/79cbf1341c22ec75643d841642dd5d6acd83bdb8", "reference": "79cbf1341c22ec75643d841642dd5d6acd83bdb8", "shasum": "" }, "require": { "psr/container": "^1.0" }, "type": "library", "autoload": { "psr-4": { "Interop\\Container\\": "src/Interop/Container/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "Promoting the interoperability of container objects (DIC, SL, etc.)", "homepage": "https://github.com/container-interop/container-interop", "abandoned": "psr/container", "time": "2017-02-14T19:40:03+00:00" }, { "name": "cweagans/composer-patches", "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/cweagans/composer-patches.git", "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/cweagans/composer-patches/zipball/9888dcc74993c030b75f3dd548bb5e20cdbd740c", "reference": "9888dcc74993c030b75f3dd548bb5e20cdbd740c", "shasum": "" }, "require": { "composer-plugin-api": "^1.0 || ^2.0", "php": ">=5.3.0" }, "require-dev": { "composer/composer": "~1.0 || ~2.0", "phpunit/phpunit": "~4.6" }, "type": "composer-plugin", "extra": { "class": "cweagans\\Composer\\Patches" }, "autoload": { "psr-4": { "cweagans\\Composer\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "BSD-3-Clause" ], "authors": [ { "name": "Cameron Eagans", "email": "me@cweagans.net" } ], "description": "Provides a way to patch Composer packages.", "support": { "issues": "https://github.com/cweagans/composer-patches/issues", "source": "https://github.com/cweagans/composer-patches/tree/1.7.1" }, "time": "2021-06-08T15:12:46+00:00" }, { "name": "d3/d3", "version": "v3.5.17", "dist": { "type": "zip", "url": "https://github.com/d3/d3/archive/v3.5.17.zip" }, "type": "drupal-library" }, { "name": "dflydev/dot-access-configuration", "version": "v1.0.3", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-configuration.git", "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-configuration/zipball/2e6eb0c8b8830b26bb23defcfc38d4276508fc49", "reference": "2e6eb0c8b8830b26bb23defcfc38d4276508fc49", "shasum": "" }, "require": { "dflydev/dot-access-data": "1.*", "dflydev/placeholder-resolver": "1.*", "php": ">=5.3.2" }, "require-dev": { "symfony/yaml": "~2.1" }, "suggest": { "symfony/yaml": "Required for using the YAML Configuration Builders" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\DotAccessConfiguration": "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" } ], "description": "Given a deep data structure representing a configuration, access configuration by dot notation.", "homepage": "https://github.com/dflydev/dflydev-dot-access-configuration", "keywords": [ "config", "configuration" ], "time": "2018-09-08T23:00:17+00:00" }, { "name": "dflydev/dot-access-data", "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-dot-access-data.git", "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\DotAccessData": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Dragonfly Development Inc.", "email": "info@dflydev.com", "homepage": "http://dflydev.com" }, { "name": "Beau Simensen", "email": "beau@dflydev.com", "homepage": "http://beausimensen.com" }, { "name": "Carlos Frutos", "email": "carlos@kiwing.it", "homepage": "https://github.com/cfrutos" } ], "description": "Given a deep data structure, access data by dot notation.", "homepage": "https://github.com/dflydev/dflydev-dot-access-data", "keywords": [ "access", "data", "dot", "notation" ], "support": { "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues", "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/master" }, "time": "2017-01-20T21:14:22+00:00" }, { "name": "dflydev/placeholder-resolver", "version": "v1.0.2", "source": { "type": "git", "url": "https://github.com/dflydev/dflydev-placeholder-resolver.git", "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dflydev/dflydev-placeholder-resolver/zipball/c498d0cae91b1bb36cc7d60906dab8e62bb7c356", "reference": "c498d0cae91b1bb36cc7d60906dab8e62bb7c356", "shasum": "" }, "require": { "php": ">=5.3.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0-dev" } }, "autoload": { "psr-0": { "Dflydev\\PlaceholderResolver": "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" } ], "description": "Given a data source representing key => value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.", "homepage": "https://github.com/dflydev/dflydev-placeholder-resolver", "keywords": [ "placeholder", "resolver" ], "time": "2012-10-28T21:08:28+00:00" }, { "name": "dnoegel/php-xdg-base-dir", "version": "v0.1.1", "source": { "type": "git", "url": "https://github.com/dnoegel/php-xdg-base-dir.git", "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd", "shasum": "" }, "require": { "php": ">=5.3.2" }, "require-dev": { "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35" }, "type": "library", "autoload": { "psr-4": { "XdgBaseDir\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "description": "implementation of xdg base directory specification for php", "support": { "issues": "https://github.com/dnoegel/php-xdg-base-dir/issues", "source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1" }, "time": "2019-12-04T15:06:13+00:00" }, { "name": "doctrine/annotations", "version": "1.13.1", "source": { "type": "git", "url": "https://github.com/doctrine/annotations.git", "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/annotations/zipball/e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", "reference": "e6e7b7d5b45a2f2abc5460cc6396480b2b1d321f", "shasum": "" }, "require": { "doctrine/lexer": "1.*", "ext-tokenizer": "*", "php": "^7.1 || ^8.0", "psr/cache": "^1 || ^2 || ^3" }, "require-dev": { "doctrine/cache": "^1.11 || ^2.0", "doctrine/coding-standard": "^6.0 || ^8.1", "phpstan/phpstan": "^0.12.20", "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5", "symfony/cache": "^4.4 || ^5.2" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "Docblock Annotations Parser", "homepage": "https://www.doctrine-project.org/projects/annotations.html", "keywords": [ "annotations", "docblock", "parser" ], "support": { "issues": "https://github.com/doctrine/annotations/issues", "source": "https://github.com/doctrine/annotations/tree/1.13.1" }, "time": "2021-05-16T18:07:53+00:00" }, { "name": "doctrine/cache", "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", "reference": "92032beb419568d3b61ae645f48bbb693cc7e00e" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/cache/zipball/92032beb419568d3b61ae645f48bbb693cc7e00e", "reference": "92032beb419568d3b61ae645f48bbb693cc7e00e", "shasum": "" }, "require": { "php": "~7.1 || ^8.0" }, "conflict": { "doctrine/common": ">2.2,<2.4" }, "require-dev": { "alcaeus/mongo-php-adapter": "^1.1", "cache/integration-tests": "dev-master", "doctrine/coding-standard": "^8.0", "mongodb/mongodb": "^1.1", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "predis/predis": "~1.0", "psr/cache": "^1.0 || ^2.0 || ^3.0", "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev", "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev" }, "suggest": { "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.", "homepage": "https://www.doctrine-project.org/projects/cache.html", "keywords": [ "abstraction", "apcu", "cache", "caching", "couchdb", "memcached", "php", "redis", "xcache" ], "support": { "issues": "https://github.com/doctrine/cache/issues", "source": "https://github.com/doctrine/cache/tree/1.12.0" }, "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%2Fcache", "type": "tidelift" } ], "time": "2021-07-14T11:09:49+00:00" }, { "name": "doctrine/collections", "version": "1.6.7", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", "reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", "shasum": "" }, "require": { "php": "^7.1.3 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan-shim": "^0.9.2", "phpunit/phpunit": "^7.0", "vimeo/psalm": "^3.8.1" }, "type": "library", "autoload": { "psr-4": { "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.", "homepage": "https://www.doctrine-project.org/projects/collections.html", "keywords": [ "array", "collections", "iterators", "php" ], "support": { "issues": "https://github.com/doctrine/collections/issues", "source": "https://github.com/doctrine/collections/tree/1.6.7" }, "time": "2020-07-27T17:53:49+00:00" }, { "name": "doctrine/common", "version": "2.13.3", "source": { "type": "git", "url": "https://github.com/doctrine/common.git", "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/common/zipball/f3812c026e557892c34ef37f6ab808a6b567da7f", "reference": "f3812c026e557892c34ef37f6ab808a6b567da7f", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", "doctrine/inflector": "^1.0", "doctrine/lexer": "^1.0", "doctrine/persistence": "^1.3.3", "doctrine/reflection": "^1.0", "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^1.0", "phpstan/phpstan": "^0.11", "phpstan/phpstan-phpunit": "^0.11", "phpunit/phpunit": "^7.0", "squizlabs/php_codesniffer": "^3.0", "symfony/phpunit-bridge": "^4.0.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.11.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, persistence interfaces, proxies, event system and much more.", "homepage": "https://www.doctrine-project.org/projects/common.html", "keywords": [ "common", "doctrine", "php" ], "support": { "issues": "https://github.com/doctrine/common/issues", "source": "https://github.com/doctrine/common/tree/2.13.x" }, "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%2Fcommon", "type": "tidelift" } ], "time": "2020-06-05T16:46:05+00:00" }, { "name": "doctrine/event-manager", "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f", "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9@dev" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpunit/phpunit": "^7.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.", "homepage": "https://www.doctrine-project.org/projects/event-manager.html", "keywords": [ "event", "event dispatcher", "event manager", "event system", "events" ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", "source": "https://github.com/doctrine/event-manager/tree/1.1.x" }, "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%2Fevent-manager", "type": "tidelift" } ], "time": "2020-05-29T18:28:51+00:00" }, { "name": "doctrine/inflector", "version": "1.4.4", "source": { "type": "git", "url": "https://github.com/doctrine/inflector.git", "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", "reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^8.0", "phpstan/phpstan": "^0.12", "phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-strict-rules": "^0.12", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.0.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector", "Doctrine\\Inflector\\": "lib/Doctrine/Inflector" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", "homepage": "https://www.doctrine-project.org/projects/inflector.html", "keywords": [ "inflection", "inflector", "lowercase", "manipulation", "php", "plural", "singular", "strings", "uppercase", "words" ], "support": { "issues": "https://github.com/doctrine/inflector/issues", "source": "https://github.com/doctrine/inflector/tree/1.4.4" }, "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%2Finflector", "type": "tidelift" } ], "time": "2021-04-16T17:34:40+00:00" }, { "name": "doctrine/lexer", "version": "1.2.1", "source": { "type": "git", "url": "https://github.com/doctrine/lexer.git", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042", "reference": "e864bbf5904cb8f5bb334f99209b48018522f042", "shasum": "" }, "require": { "php": "^7.2 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan": "^0.11.8", "phpunit/phpunit": "^8.2" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" } ], "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.", "homepage": "https://www.doctrine-project.org/projects/lexer.html", "keywords": [ "annotations", "docblock", "lexer", "parser", "php" ], "support": { "issues": "https://github.com/doctrine/lexer/issues", "source": "https://github.com/doctrine/lexer/tree/1.2.1" }, "funding": [ { "url": "https://www.doctrine-project.org/sponsorship.html", "type": "custom" }, { "url": "https://www.patreon.com/phpdoctrine", "type": "patreon" }, { "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer", "type": "tidelift" } ], "time": "2020-05-25T17:44:05+00:00" }, { "name": "doctrine/persistence", "version": "1.3.8", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/persistence/zipball/7a6eac9fb6f61bba91328f15aa7547f4806ca288", "reference": "7a6eac9fb6f61bba91328f15aa7547f4806ca288", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "doctrine/cache": "^1.0", "doctrine/collections": "^1.0", "doctrine/event-manager": "^1.0", "doctrine/reflection": "^1.2", "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.10@dev" }, "require-dev": { "doctrine/coding-standard": "^6.0", "phpstan/phpstan": "^0.11", "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0", "vimeo/psalm": "^3.11" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.3.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common", "Doctrine\\Persistence\\": "lib/Doctrine/Persistence" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.", "homepage": "https://doctrine-project.org/projects/persistence.html", "keywords": [ "mapper", "object", "odm", "orm", "persistence" ], "support": { "issues": "https://github.com/doctrine/persistence/issues", "source": "https://github.com/doctrine/persistence/tree/1.3.x" }, "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%2Fpersistence", "type": "tidelift" } ], "time": "2020-06-20T12:56:16+00:00" }, { "name": "doctrine/reflection", "version": "1.2.2", "source": { "type": "git", "url": "https://github.com/doctrine/reflection.git", "reference": "fa587178be682efe90d005e3a322590d6ebb59a5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/doctrine/reflection/zipball/fa587178be682efe90d005e3a322590d6ebb59a5", "reference": "fa587178be682efe90d005e3a322590d6ebb59a5", "shasum": "" }, "require": { "doctrine/annotations": "^1.0", "ext-tokenizer": "*", "php": "^7.1 || ^8.0" }, "conflict": { "doctrine/common": "<2.9" }, "require-dev": { "doctrine/coding-standard": "^6.0 || ^8.2.0", "doctrine/common": "^2.10", "phpstan/phpstan": "^0.11.0 || ^0.12.20", "phpstan/phpstan-phpunit": "^0.11.0 || ^0.12.16", "phpunit/phpunit": "^7.5 || ^9.1.5" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.2.x-dev" } }, "autoload": { "psr-4": { "Doctrine\\Common\\": "lib/Doctrine/Common" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com" }, { "name": "Roman Borschel", "email": "roman@code-factory.org" }, { "name": "Benjamin Eberlei", "email": "kontakt@beberlei.de" }, { "name": "Jonathan Wage", "email": "jonwage@gmail.com" }, { "name": "Johannes Schmitt", "email": "schmittjoh@gmail.com" }, { "name": "Marco Pivetta", "email": "ocramius@gmail.com" } ], "description": "The Doctrine Reflection project is a simple library used by the various Doctrine projects which adds some additional functionality on top of the reflection functionality that comes with PHP. It allows you to get the reflection information about classes, methods and properties statically.", "homepage": "https://www.doctrine-project.org/projects/reflection.html", "keywords": [ "reflection", "static" ], "support": { "issues": "https://github.com/doctrine/reflection/issues", "source": "https://github.com/doctrine/reflection/tree/1.2.2" }, "abandoned": "roave/better-reflection", "time": "2020-10-27T21:46:55+00:00" }, { "name": "dompdf/dompdf", "version": "v0.8.6", "source": { "type": "git", "url": "https://github.com/dompdf/dompdf.git", "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/dompdf/dompdf/zipball/db91d81866c69a42dad1d2926f61515a1e3f42c5", "reference": "db91d81866c69a42dad1d2926f61515a1e3f42c5", "shasum": "" }, "require": { "ext-dom": "*", "ext-mbstring": "*", "phenx/php-font-lib": "^0.5.2", "phenx/php-svg-lib": "^0.3.3", "php": "^7.1" }, "require-dev": { "mockery/mockery": "^1.3", "phpunit/phpunit": "^7.5", "squizlabs/php_codesniffer": "^3.5" }, "suggest": { "ext-gd": "Needed to process images", "ext-gmagick": "Improves image processing performance", "ext-imagick": "Improves image processing performance", "ext-zlib": "Needed for pdf stream compression" }, "type": "library", "extra": { "branch-alias": { "dev-develop": "0.7-dev" } }, "autoload": { "psr-4": { "Dompdf\\": "src/" }, "classmap": [ "lib/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "LGPL-2.1" ], "authors": [ { "name": "Fabien Ménager", "email": "fabien.menager@gmail.com" }, { "name": "Brian Sweeney", "email": "eclecticgeek@gmail.com" }, { "name": "Gabriel Bull", "email": "me@gabrielbull.com" } ], "description": "DOMPDF is a CSS 2.1 compliant HTML to PDF converter", "homepage": "https://github.com/dompdf/dompdf", "time": "2020-08-30T22:54:22+00:00" }, { "name": "drupal/address", "version": "1.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/address.git", "reference": "8.x-1.9" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/address-8.x-1.9.zip", "reference": "8.x-1.9", "shasum": "c7e6406d88c6d6be9e8fe0091040d67012bdbf05" }, "require": { "commerceguys/addressing": "^1.0.7", "drupal/core": "^8.8 || ^9" }, "require-dev": { "drupal/token": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.9", "datestamp": "1604422821", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "dww", "homepage": "https://www.drupal.org/user/46549" }, { "name": "googletorp", "homepage": "https://www.drupal.org/user/386230" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Provides functionality for storing, validating and displaying international postal addresses.", "homepage": "http://drupal.org/project/address", "support": { "source": "https://git.drupalcode.org/project/address" } }, { "name": "drupal/admin_theme", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_theme.git", "reference": "1e3555135dab4bcab3924b876dac0b8bc9540e8e" }, "require": { "drupal/core": "^8 || ^9", "php": ">=5.5.9" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-beta1+1-dev", "datestamp": "1599619343", "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": "geek-merlin", "homepage": "https://www.drupal.org/user/229048" }, { "name": "justy", "homepage": "https://www.drupal.org/user/115811" } ], "description": "Enable the administration theme on more paths than possible with Drupal's default administration page.", "homepage": "https://www.drupal.org/project/admin_theme", "keywords": [ "drupal" ], "support": { "source": "https://git.drupalcode.org/project/admin_theme" } }, { "name": "drupal/admin_toolbar", "version": "3.0.1", "source": { "type": "git", "url": "https://git.drupalcode.org/project/admin_toolbar.git", "reference": "3.0.1" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/admin_toolbar-3.0.1.zip", "reference": "3.0.1", "shasum": "e25ca22db1317174a7fba4734c0412293b573f43" }, "require": { "drupal/core": "^8.8.0 || ^9.0" }, "require-dev": { "drupal/admin_toolbar_tools": "*" }, "type": "drupal-module", "extra": { "drupal": { "version": "3.0.1", "datestamp": "1622644077", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Wilfrid Roze (eme)", "homepage": "https://www.drupal.org/u/eme", "role": "Maintainer" }, { "name": "Romain Jarraud (romainj)", "homepage": "https://www.drupal.org/u/romainj", "role": "Maintainer" }, { "name": "Adrian Cid Almaguer (adriancid)", "homepage": "https://www.drupal.org/u/adriancid", "email": "adriancid@gmail.com", "role": "Maintainer" }, { "name": "Mohamed Anis Taktak (matio89)", "homepage": "https://www.drupal.org/u/matio89", "role": "Maintainer" }, { "name": "fethi.krout", "homepage": "https://www.drupal.org/user/3206765" }, { "name": "matio89", "homepage": "https://www.drupal.org/user/2320090" }, { "name": "romainj", "homepage": "https://www.drupal.org/user/370706" } ], "description": "Provides a drop-down menu interface to the core Drupal Toolbar.", "homepage": "http://drupal.org/project/admin_toolbar", "keywords": [ "Drupal", "Toolbar" ], "support": { "source": "https://git.drupalcode.org/project/admin_toolbar", "issues": "https://www.drupal.org/project/issues/admin_toolbar" } }, { "name": "drupal/adminimal_theme", "version": "1.6.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/adminimal_theme.git", "reference": "8.x-1.6" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/adminimal_theme-8.x-1.6.zip", "reference": "8.x-1.6", "shasum": "89132d0853388afe8dfd11fb83c69a48d8c13413" }, "require": { "drupal/core": "^8.8 || ^9" }, "type": "drupal-theme", "extra": { "drupal": { "version": "8.x-1.6", "datestamp": "1602006937", "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": "ANDiTKO", "homepage": "https://www.drupal.org/user/1428124" }, { "name": "andrey.troeglazov", "homepage": "https://www.drupal.org/user/3145389" }, { "name": "realityloop", "homepage": "https://www.drupal.org/user/139189" } ], "description": "Drupal administration theme with modern minimalist design.", "homepage": "https://www.drupal.org/project/adminimal_theme", "support": { "source": "https://git.drupalcode.org/project/adminimal_theme", "issues": "https://www.drupal.org/project/issues/adminimal_theme" } }, { "name": "drupal/advagg", "version": "dev-4.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/advagg.git", "reference": "622c7ea34cfd96fc3c35fef948f7bbff974b849a" }, "require": { "drupal/core": "^8.8 || ^9", "tubalmartin/cssmin": "^4.1" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-4.x": "4.x-dev" }, "drupal": { "version": "8.x-4.1+8-dev", "datestamp": "1625431637", "security-coverage": { "status": "not-covered", "message": "Dev 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-or-later" ], "authors": [ { "name": "Mike Carper (mikeytown2)", "homepage": "https://www.drupal.org/u/mikeytown2", "role": "Creator, Maintainer" }, { "name": "Nick Wilde (nickwilde)", "homepage": "https://www.drupal.org/u/nickwilde", "email": "design@briarmoon.ca", "role": "Drupal 8 Port/maintainer" }, { "name": "Other Contributors", "homepage": "https://www.drupal.org/node/1066416/committers", "role": "Contributors" }, { "name": "iamcarrico", "homepage": "https://www.drupal.org/user/1300542" }, { "name": "mikeytown2", "homepage": "https://www.drupal.org/user/282446" }, { "name": "rupl", "homepage": "https://www.drupal.org/user/411999" }, { "name": "thalles", "homepage": "https://www.drupal.org/user/3589086" } ], "description": "Improved aggregation of CSS/JS files to speed up page load times.", "homepage": "https://drupal.org/project/advagg", "support": { "source": "https://git.drupalcode.org/project/advagg", "issues": "https://drupal.org/project/issues/advagg", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/advanced_text_formatter", "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/advanced_text_formatter.git", "reference": "2.0.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/advanced_text_formatter-2.0.0.zip", "reference": "2.0.0", "shasum": "ecd1d0e46dfc137251f9b71e724c6edddd5c48df" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "2.0.0", "datestamp": "1591030704", "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": "azovsky", "homepage": "https://www.drupal.org/user/330533" }, { "name": "thmnhat", "homepage": "https://www.drupal.org/user/998946" } ], "description": "Provides an additional formatter for text field, text area and text format.", "homepage": "https://www.drupal.org/project/advanced_text_formatter", "support": { "source": "https://git.drupalcode.org/project/advanced_text_formatter" } }, { "name": "drupal/advancedqueue", "version": "1.0.0-rc2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/advancedqueue.git", "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc2.zip", "reference": "8.x-1.0-rc2", "shasum": "9ec5422d0220ad30f670daf64812b36b5bed56a5" }, "require": { "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.0-rc2", "datestamp": "1624393873", "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": "Damien Tournoud", "homepage": "https://www.drupal.org/user/22211" }, { "name": "Kazanir", "homepage": "https://www.drupal.org/user/2279698" }, { "name": "amitaibu", "homepage": "https://www.drupal.org/user/57511" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, { "name": "jcnventura", "homepage": "https://www.drupal.org/user/122464" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "laurentchardin", "homepage": "https://www.drupal.org/user/87775" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "pjcdawkins", "homepage": "https://www.drupal.org/user/1025236" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" }, { "name": "skipyT", "homepage": "https://www.drupal.org/user/350126" } ], "description": "Provides a better Queue API.", "homepage": "https://www.drupal.org/project/advancedqueue", "support": { "source": "https://git.drupalcode.org/project/advancedqueue" } }, { "name": "drupal/amswap", "version": "3.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/amswap.git", "reference": "3.0.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/amswap-3.0.0.zip", "reference": "3.0.0", "shasum": "10b6387434f04491823f6025eb0745f9f737f11a" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "3.0.0", "datestamp": "1589751058", "security-coverage": { "status": "not-covered", "message": "Project has not opted into security advisory coverage!" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0+" ], "authors": [ { "name": "droces", "homepage": "https://www.drupal.org/user/2996575" } ], "description": "Allows the administration menu to be customised per user role.", "homepage": "https://www.drupal.org/project/amswap", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/amswap", "issues": "https://www.drupal.org/project/issues/amswap" } }, { "name": "drupal/audiofield", "version": "1.10.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/audiofield.git", "reference": "8.x-1.10" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/audiofield-8.x-1.10.zip", "reference": "8.x-1.10", "shasum": "0b321f6c01b77c2ff28ef8cb646af8ec223dc4c1" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.10", "datestamp": "1607014410", "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": "Daniel Moberly", "homepage": "https://www.drupal.org/u/danielmoberly", "role": "Maintainer" }, { "name": "josipsaric", "homepage": "https://www.drupal.org/user/3063287" }, { "name": "tamerzg", "homepage": "https://www.drupal.org/user/464564" } ], "description": "AudioField Module", "homepage": "https://www.drupal.org/project/audiofield", "support": { "source": "https://git.drupalcode.org/project/audiofield", "issues": "https://www.drupal.org/project/issues/audiofield" } }, { "name": "drupal/auto_entitylabel", "version": "dev-2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/auto_entitylabel.git", "reference": "a40d5ad28ada101c0209e05a2da615c7a323b425" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.1-beta1+20-dev", "datestamp": "1563984785", "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": "Pravin Ajaaz", "homepage": "https://www.drupal.org/user/2910049" }, { "name": "RenatoG", "homepage": "https://www.drupal.org/user/3326031" }, { "name": "VladimirAus", "homepage": "https://www.drupal.org/user/673120" }, { "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": "purushotam.rai", "homepage": "https://www.drupal.org/user/3193859" } ], "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" }, "time": "2019-07-24T16:07:26+00:00" }, { "name": "drupal/autocomplete_deluxe", "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autocomplete_deluxe.git", "reference": "2.0.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/autocomplete_deluxe-2.0.0.zip", "reference": "2.0.0", "shasum": "b3b8a3b89692e6f9c6a4847b6900d5fd6cef2264" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "2.0.0", "datestamp": "1622966404", "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": "Vardot", "homepage": "https://www.drupal.org/vardot", "role": "Maintenance for D8 and D9 versions" }, { "name": "Mediacurrent", "homepage": "https://www.drupal.org/mediacurrent", "role": "Supporting organization" }, { "name": "edwardchiapet", "homepage": "https://www.drupal.org/user/2354784" }, { "name": "mpriscella", "homepage": "https://www.drupal.org/user/2354820" }, { "name": "sepgil", "homepage": "https://www.drupal.org/user/512828" } ], "description": "Enhanced autocomplete using Jquery UI autocomplete.", "homepage": "https://www.drupal.org/project/autocomplete_deluxe", "support": { "source": "http://cgit.drupalcode.org/autocomplete_deluxe", "issues": "https://www.drupal.org/project/issues/autocomplete_deluxe" } }, { "name": "drupal/autologout", "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autologout.git", "reference": "8.x-1.3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/autologout-8.x-1.3.zip", "reference": "8.x-1.3", "shasum": "87733b2042d9dcdee0d8f33d206872208a8c97ea" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.3", "datestamp": "1587193798", "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": "AjK", "homepage": "https://www.drupal.org/user/39030" }, { "name": "AjitS", "homepage": "https://www.drupal.org/user/981944" }, { "name": "boshtian", "homepage": "https://www.drupal.org/user/1773456" }, { "name": "dandrews", "homepage": "https://www.drupal.org/user/2014490" }, { "name": "darksnow", "homepage": "https://www.drupal.org/user/391915" }, { "name": "johnennew", "homepage": "https://www.drupal.org/user/1150042" }, { "name": "jrglasgow", "homepage": "https://www.drupal.org/user/36590" }, { "name": "kmasood", "homepage": "https://www.drupal.org/user/1262860" }, { "name": "levelos", "homepage": "https://www.drupal.org/user/54135" }, { "name": "prabeen.giri", "homepage": "https://www.drupal.org/user/913078" }, { "name": "str8", "homepage": "https://www.drupal.org/user/2865063" } ], "description": "Adds automated timed logout.", "homepage": "http://drupal.org/project/autologout", "support": { "source": "https://git.drupalcode.org/project/autologout" } }, { "name": "drupal/better_exposed_filters", "version": "5.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/better_exposed_filters.git", "reference": "8.x-5.0-beta3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/better_exposed_filters-8.x-5.0-beta3.zip", "reference": "8.x-5.0-beta3", "shasum": "23f00fe898cd9e4f2278ef790bc9f1d197312ac3" }, "require": { "drupal/core": "^8.8 || ^9", "drupal/jquery_ui": "^1.4", "drupal/jquery_ui_datepicker": "^1.0", "drupal/jquery_ui_slider": "^1.1", "drupal/jquery_ui_touch_punch": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-5.0-beta3", "datestamp": "1625665853", "security-coverage": { "status": "not-covered", "message": "Beta releases are not covered by Drupal security advisories." } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Mike Keran", "homepage": "https://www.drupal.org/u/mikeker" }, { "name": "Martin Keereman", "homepage": "https://www.drupal.org/u/etroid" }, { "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/u/neslee-canil-pinto" }, { "name": "jkopel", "homepage": "https://www.drupal.org/user/66207" }, { "name": "mikeker", "homepage": "https://www.drupal.org/user/192273" }, { "name": "rlhawk", "homepage": "https://www.drupal.org/user/352283" } ], "description": "Replaces the Views default single- or multi-select boxes with more advanced options.", "homepage": "https://www.drupal.org/project/better_exposed_filters", "support": { "source": "https://git.drupalcode.org/project/better_exposed_filters", "issues": "https://www.drupal.org/project/issues/better_exposed_filters" } }, { "name": "drupal/better_messages", "version": "1.0.0-alpha2", "source": { "type": "git", "url": "https://git.drupalcode.org/project/better_messages.git", "reference": "8.x-1.0-alpha2" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/better_messages-8.x-1.0-alpha2.zip", "reference": "8.x-1.0-alpha2", "shasum": "ca09231502d5e0d8a5c0d16f9efc5430091b8a38" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.0-alpha2", "datestamp": "1517663880", "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": "Mohammed J. Razem", "homepage": "https://www.drupal.org/user/255384" }, { "name": "bucefal91", "homepage": "https://www.drupal.org/user/504128" }, { "name": "le72", "homepage": "https://www.drupal.org/user/1866896" } ], "description": "Better Messages module for Drupal 8.", "homepage": "https://www.drupal.org/project/better_messages", "support": { "source": "https://git.drupalcode.org/project/better_messages" } }, { "name": "drupal/betterlogin", "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/betterlogin.git", "reference": "8.x-1.5" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/betterlogin-8.x-1.5.zip", "reference": "8.x-1.5", "shasum": "2351972813754d0d4f15e49c9a933450dc1297f0" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.5", "datestamp": "1588242718", "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": "theamoeba", "homepage": "https://www.drupal.org/user/251700" }, { "name": "yogeshmpawar", "homepage": "https://www.drupal.org/user/2922907" } ], "description": "Make the login screens better :)", "homepage": "https://www.drupal.org/project/betterlogin", "support": { "source": "https://git.drupalcode.org/project/betterlogin" } }, { "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": "1604426178", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Todd Nienkerk", "homepage": "https://www.drupal.org/u/todd-nienkerk", "role": "Maintainer" }, { "name": "Renato Gonçalves (RenatoG)", "homepage": "https://www.drupal.org/u/RenatoG", "email": "renatog@ciandt.com", "role": "Maintainer" }, { "name": "Neslee Canil Pinto", "homepage": "https://www.drupal.org/u/neslee-canil-pinto", "role": "Maintainer" }, { "name": "Aaron Stanush", "homepage": "https://www.drupal.org/u/aaron-stanush", "role": "Maintainer" }, { "name": "David Suissa (DYdave)", "homepage": "https://www.drupal.org/u/DYdave", "role": "Maintainer" }, { "name": "Four Kitchens", "homepage": "https://www.drupal.org/user/358502", "role": "Maintainer" }, { "name": "berenddeboer", "homepage": "https://www.drupal.org/u/berenddeboer", "role": "Maintainer" }, { "name": "elliotttf", "homepage": "https://www.drupal.org/u/elliotttf", "role": "Maintainer" }, { "name": "Michal Minecki (mirzu)", "homepage": "https://www.drupal.org/u/mirzu", "role": "Maintainer" }, { "name": "Patrick Coffey (pcoffey)", "homepage": "https://www.drupal.org/u/pcoffey", "role": "Maintainer" }, { "name": "Taylor Smith (tsmith512)", "homepage": "https://www.drupal.org/u/tsmith512", "role": "Maintainer" } ], "description": "Allows assigning classes to Blocks.", "homepage": "https://www.drupal.org/project/block_class", "keywords": [ "Drupal" ], "support": { "source": "https://git.drupalcode.org/project/block_class", "issues": "https://www.drupal.org/project/issues/block_class", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/bulkdelete", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/bulkdelete.git", "reference": "36e12429e99606463b9ef15203c2018de69965b2" }, "require": { "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.x-dev", "datestamp": "1590300128", "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": "Kars-T", "homepage": "https://www.drupal.org/user/224499" }, { "name": "Rahul Seth", "homepage": "https://www.drupal.org/user/2694359" }, { "name": "adriancid", "homepage": "https://www.drupal.org/user/1962106" }, { "name": "robertDouglass", "homepage": "https://www.drupal.org/user/5449" } ], "description": "Adds an administrative option to bulk delete nodes by content type using the batch API.", "homepage": "https://www.drupal.org/project/bulkdelete", "support": { "source": "https://git.drupalcode.org/project/bulkdelete" }, "time": "2020-05-24T06:01:38+00:00" }, { "name": "drupal/checklistapi", "version": "1.11.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/checklistapi.git", "reference": "8.x-1.11" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/checklistapi-8.x-1.11.zip", "reference": "8.x-1.11", "shasum": "78fcf8ff6edd02f2cdfc907981db119dfca795c2" }, "require": { "drupal/core": "^8 || ^9", "php": ">=5.6.0" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.11", "datestamp": "1586540246", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, "branch-alias": { "dev-master": "1.x-dev" }, "drush": { "services": { "drush.services.yml": "^10" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Travis Carden", "homepage": "https://www.drupal.org/user/236758", "email": "travis.carden@gmail.com" } ], "description": "Provides an API for creating fillable, persistent checklists.", "homepage": "http://drupal.org/project/checklistapi", "support": { "source": "https://git.drupalcode.org/project/checklistapi", "issues": "https://www.drupal.org/project/issues/checklistapi" } }, { "name": "drupal/commerce", "version": "2.25.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce.git", "reference": "8.x-2.25" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/commerce-8.x-2.25.zip", "reference": "8.x-2.25", "shasum": "c9833bd698798e7f84fb18bf2ce74b61c009e8ca" }, "require": { "commerceguys/intl": "^1.0.0", "drupal/address": "^1.7", "drupal/core": "^8.9 || ^9", "drupal/entity": "^1.0", "drupal/entity_reference_revisions": "~1.0", "drupal/inline_entity_form": "^1.0-rc6", "drupal/profile": "^1.2", "drupal/state_machine": "^1.4", "drupal/token": "^1.7", "ext-bcmath": "*", "php": ">=7.1" }, "require-dev": { "drupal/commerce_cart": "*", "drupal/commerce_number_pattern": "*", "drupal/commerce_order": "*", "drupal/commerce_payment": "*", "drupal/commerce_price": "*", "drupal/commerce_product": "*", "drupal/commerce_store": "*", "drupal/entity_print": "^2.2", "drupal/entity_reference_revisions": "*", "drupal/mailsystem": "^4.3", "drupal/profile": "*", "drupal/state_machine": "*" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "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": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Drupal Commerce is a flexible eCommerce solution.", "homepage": "http://drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_cart", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/commerce_order": "*", "drupal/commerce_product": "*", "drupal/core": "^8.9 || ^9" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Implements the shopping cart system and add to cart features.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_cart_api", "version": "1.5.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_cart_api.git", "reference": "8.x-1.5" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/commerce_cart_api-8.x-1.5.zip", "reference": "8.x-1.5", "shasum": "f9d39e55ddf6d533bdfc15c217e0954b1334e21d" }, "require": { "drupal/commerce": "^2.13", "drupal/commerce_cart": "*", "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.5", "datestamp": "1611244230", "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": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" } ], "description": "Provides a RESTful interface to interact with carts in Drupal Commerce via a lightweight public API.", "homepage": "https://www.drupal.org/project/commerce_cart_api", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/commerce_cart_api", "issues": "https://www.drupal.org/project/issues/commerce_cart_api" } }, { "name": "drupal/commerce_cart_redirection", "version": "3.0.5", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_cart_redirection.git", "reference": "3.0.5" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/commerce_cart_redirection-3.0.5.zip", "reference": "3.0.5", "shasum": "362dcdf3a4a3e686dca238737d26e369d6b32190" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "3.0.5", "datestamp": "1604876635", "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": "AndyD328", "homepage": "https://www.drupal.org/user/2261214" }, { "name": "calbasi", "homepage": "https://www.drupal.org/user/318818" } ], "description": "Redirect to your cart page after adding a product to it", "homepage": "https://www.drupal.org/project/commerce_cart_redirection", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/commerce_cart_redirection", "issues": "https://www.drupal.org/project/issues/commerce_cart_redirection" } }, { "name": "drupal/commerce_checkout", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/commerce_cart": "*", "drupal/commerce_order": "*", "drupal/core": "^8.9 || ^9" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Provides configurable checkout flows.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_license", "version": "dev-2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_license.git", "reference": "262f71abb6364bb5e1be02157345f0140efd89a2" }, "require": { "drupal/advancedqueue": "^1.0", "drupal/commerce": "^2.19", "drupal/commerce_checkout": "*", "drupal/commerce_product": "*", "drupal/core": "^8.8 || ^9", "drupal/entity": "*", "drupal/recurring_period": "*", "drupal/state_machine": "*" }, "require-dev": { "drupal/commerce_recurring": "^1.0@beta", "drupal/recurring_period": "^1.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.0-alpha21+2-dev", "datestamp": "1621509720", "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": "Kazanir", "homepage": "https://www.drupal.org/user/2279698" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "joachim", "homepage": "https://www.drupal.org/user/107701" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "pjcdawkins", "homepage": "https://www.drupal.org/user/1025236" }, { "name": "wizonesolutions", "homepage": "https://www.drupal.org/user/739994" } ], "description": "License entities and product behavior", "homepage": "https://www.drupal.org/project/commerce_license", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/commerce_license", "issues": "https://www.drupal.org/project/issues/commerce_license" } }, { "name": "drupal/commerce_migrate", "version": "2.0.0-rc3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_migrate.git", "reference": "8.x-2.0-rc3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/commerce_migrate-8.x-2.0-rc3.zip", "reference": "8.x-2.0-rc3", "shasum": "8d50267b0e7e5f884fc6962a44f3ce46b199ec56" }, "require": { "cweagans/composer-patches": "~1.0", "drupal/commerce": "^2.0", "drupal/core": "^8.7", "drupal/migrate_plus": "*" }, "require-dev": { "drupal/coder": "^8", "drupal/commerce": "*", "drupal/commerce_shipping": "^2.0", "drupal/migrate_plus": "4.x-dev", "drupal/migrate_source_csv": "2.x-dev" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-2.0-rc3", "datestamp": "1605650242", "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+" ], "authors": [ { "name": "andyg5000", "homepage": "https://www.drupal.org/user/808668" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "heddn", "homepage": "https://www.drupal.org/user/1463982" }, { "name": "joachim", "homepage": "https://www.drupal.org/user/107701" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "quietone", "homepage": "https://www.drupal.org/user/2572884" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Provides Commerce-specific Migrate handlers.", "homepage": "https://www.drupal.org/project/commerce_migrate", "support": { "source": "https://git.drupalcode.org/project/commerce_migrate" } }, { "name": "drupal/commerce_monetico", "version": "1.0.0-beta3", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_monetico.git", "reference": "8.x-1.0-beta3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/commerce_monetico-8.x-1.0-beta3.zip", "reference": "8.x-1.0-beta3", "shasum": "a853d3ae2ef9a3158f85fd58744098fa10d74da9" }, "require": { "drupal/core": "^8.8 || ^9" }, "require-dev": { "drupal/commerce_payment": "*" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.0-beta3", "datestamp": "1590345736", "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": "ArnaudDabouis", "homepage": "https://www.drupal.org/user/2231116" }, { "name": "steveoriol", "homepage": "https://www.drupal.org/user/320603" } ], "homepage": "https://www.drupal.org/project/commerce_monetico", "support": { "source": "https://git.drupalcode.org/project/commerce_monetico" } }, { "name": "drupal/commerce_number_pattern", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/commerce_store": "*", "drupal/core": "^8.9 || ^9" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Provides configurable patterns for generating sequential numbers.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_order", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/commerce_number_pattern": "*", "drupal/commerce_price": "*", "drupal/commerce_store": "*", "drupal/core": "^8.9 || ^9", "drupal/entity_reference_revisions": "*", "drupal/profile": "*", "drupal/state_machine": "*" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Defines the Order entity and associated features.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_payment", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/commerce_order": "*", "drupal/core": "^8.9 || ^9", "drupal/entity_reference_revisions": "*" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Provides payment functionality.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_price", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/core": "^8.9 || ^9" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Defines the Currency entity.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_pricelist", "version": "dev-2.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_pricelist.git", "reference": "119440f888c0e2859f9fd086cb72698404660753" }, "require": { "drupal/commerce": "^2.16", "drupal/commerce_price": "*", "drupal/commerce_store": "*", "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-2.x": "2.x-dev" }, "drupal": { "version": "8.x-2.1+1-dev", "datestamp": "1605699877", "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": "Andreas Radloff", "homepage": "https://www.drupal.org/user/531928" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "lawxen", "homepage": "https://www.drupal.org/user/2936003" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Allows defining prices for specific stores, customers, quantities using price lists", "homepage": "https://www.drupal.org/project/commerce_pricelist", "support": { "source": "https://git.drupalcode.org/project/commerce_pricelist" } }, { "name": "drupal/commerce_product", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/commerce_price": "*", "drupal/commerce_store": "*", "drupal/core": "^8.9 || ^9" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Defines the Product entity and associated features.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_recurring", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_recurring.git", "reference": "af5e8cda7e137cef40870a4edc56bf56a28cf412" }, "require": { "drupal/advancedqueue": "^1.0", "drupal/commerce": "^2.16", "drupal/commerce_order": "*", "drupal/commerce_payment": "*", "drupal/commerce_price": "*", "drupal/core": "^8.8 || ^9", "drupal/state_machine": "^1.0" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-beta6+2-dev", "datestamp": "1617025378", "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": "amateescu", "homepage": "https://www.drupal.org/user/729614" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "dawehner", "homepage": "https://www.drupal.org/user/99340" }, { "name": "deggertsen", "homepage": "https://www.drupal.org/user/411393" }, { "name": "facine", "homepage": "https://www.drupal.org/user/1169056" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "larowlan", "homepage": "https://www.drupal.org/user/395439" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "pcambra", "homepage": "https://www.drupal.org/user/122101" }, { "name": "recidive", "homepage": "https://www.drupal.org/user/12564" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Provides recurring billing for Drupal Commerce.", "homepage": "http://drupal.org/project/commerce_recurring", "support": { "source": "http://cgit.drupalcode.org/commerce_recurring", "issues": "https://www.drupal.org/project/issues/commerce_recurring" } }, { "name": "drupal/commerce_store", "version": "2.25.0", "require": { "drupal/commerce": "*", "drupal/commerce_price": "*", "drupal/core": "^8.9 || ^9" }, "type": "metapackage", "extra": { "drupal": { "version": "8.x-2.25", "datestamp": "1625057724", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Centarro", "homepage": "https://www.drupal.org/user/3661446" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" } ], "description": "Defines the Store entity and associated features.", "homepage": "https://www.drupal.org/project/commerce", "support": { "source": "https://git.drupalcode.org/project/commerce" } }, { "name": "drupal/commerce_stripe", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_stripe.git", "reference": "249a446a7158d3d64ae742352bebd673b3a36434" }, "require": { "drupal/commerce": "^2.15", "drupal/commerce_payment": "*", "drupal/core": "^8.8 || ^9", "stripe/stripe-php": "^7.25" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.0-rc4+7-dev", "datestamp": "1623054517", "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": "Damien Tournoud", "homepage": "https://www.drupal.org/user/22211" }, { "name": "GuGuss", "homepage": "https://www.drupal.org/user/1237516" }, { "name": "aviindub", "homepage": "https://www.drupal.org/user/2565920" }, { "name": "bojanz", "homepage": "https://www.drupal.org/user/86106" }, { "name": "iler", "homepage": "https://www.drupal.org/user/726092" }, { "name": "jsacksick", "homepage": "https://www.drupal.org/user/972218" }, { "name": "mglaman", "homepage": "https://www.drupal.org/user/2416470" }, { "name": "rszrama", "homepage": "https://www.drupal.org/user/49344" }, { "name": "torgosPizza", "homepage": "https://www.drupal.org/user/151333" }, { "name": "vasike", "homepage": "https://www.drupal.org/user/156237" } ], "description": "Provides Commerce integration for Stripe Payments.", "homepage": "http://drupal.org/project/commerce_stripe", "support": { "source": "https://git.drupalcode.org/project/commerce_stripe" } }, { "name": "drupal/commerce_variation_cart_form", "version": "dev-1.x", "source": { "type": "git", "url": "https://git.drupalcode.org/project/commerce_variation_cart_form.git", "reference": "4adffec8a91c035b441f918809613e2e8ea52b09" }, "require": { "drupal/commerce": "~2.0", "drupal/commerce_cart": "*", "drupal/commerce_order": "*", "drupal/commerce_product": "*", "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "branch-alias": { "dev-1.x": "1.x-dev" }, "drupal": { "version": "8.x-1.2+1-dev", "datestamp": "1618444694", "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": "John Pitcairn", "homepage": "https://www.drupal.org/user/425866" } ], "description": "Provides a simple add-to-cart form in the product variation type manage display.", "homepage": "https://www.drupal.org/project/commerce_variation_cart_form", "support": { "source": "https://git.drupalcode.org/project/commerce_variation_cart_form" } }, { "name": "drupal/computed_field", "version": "2.0.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/computed_field.git", "reference": "8.x-2.0" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/computed_field-8.x-2.0.zip", "reference": "8.x-2.0", "shasum": "71cad6581a467ed68e41ff39e4d0772a0b7d8fbd" }, "require": { "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-2.0", "datestamp": "1563825485", "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": "Agileware", "homepage": "https://www.drupal.org/user/89106" }, { "name": "Moonshine", "homepage": "https://www.drupal.org/user/133705" }, { "name": "Pedro Lozano", "homepage": "https://www.drupal.org/user/123766" }, { "name": "colan", "homepage": "https://www.drupal.org/user/58704" }, { "name": "dealancer", "homepage": "https://www.drupal.org/user/243418" }, { "name": "markus_petrux", "homepage": "https://www.drupal.org/user/39593" }, { "name": "nickcaballero", "homepage": "https://www.drupal.org/user/588336" }, { "name": "ram4nd", "homepage": "https://www.drupal.org/user/601534" } ], "description": "Defines a field type that allows values to be \"computed\" via PHP code.", "homepage": "https://www.drupal.org/project/computed_field", "support": { "source": "https://git.drupalcode.org/project/computed_field" } }, { "name": "drupal/config_devel", "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_devel.git", "reference": "8.x-1.8" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/config_devel-8.x-1.8.zip", "reference": "8.x-1.8", "shasum": "325caa6c6d0ee39e938807892f9ec509e71b5fb7" }, "require": { "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.8", "datestamp": "1609324318", "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": "alexpott", "homepage": "https://www.drupal.org/user/157725" }, { "name": "benjy", "homepage": "https://www.drupal.org/user/1852732" }, { "name": "chx", "homepage": "https://www.drupal.org/user/9446" }, { "name": "joachim", "homepage": "https://www.drupal.org/user/107701" }, { "name": "nedjo", "homepage": "https://www.drupal.org/user/4481" }, { "name": "tim.plunkett", "homepage": "https://www.drupal.org/user/241634" }, { "name": "vijaycs85", "homepage": "https://www.drupal.org/user/93488" } ], "description": "Helps developers work with configuration.", "homepage": "https://www.drupal.org/project/config_devel", "support": { "source": "https://git.drupalcode.org/project/config_devel" } }, { "name": "drupal/config_filter", "version": "1.8.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_filter.git", "reference": "8.x-1.8" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/config_filter-8.x-1.8.zip", "reference": "8.x-1.8", "shasum": "5def5f97e79d6f5af6bb7007f012443475c90bfe" }, "require": { "drupal/core": "^8 || ^9" }, "suggest": { "drupal/config_split": "Split site configuration for different environments." }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-1.8", "datestamp": "1603870062", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { "name": "Fabian Bircher", "homepage": "https://www.drupal.org/u/bircher", "email": "opensource@fabianbircher.com", "role": "Maintainer" }, { "name": "Nuvole Web", "homepage": "http://nuvole.org", "email": "info@nuvole.org", "role": "Maintainer" }, { "name": "pescetti", "homepage": "https://www.drupal.org/user/436244" } ], "description": "Config Filter allows other modules to interact with a ConfigStorage through filter plugins.", "homepage": "https://www.drupal.org/project/config_filter", "keywords": [ "Drupal", "configuration", "configuration management" ], "support": { "source": "https://git.drupalcode.org/project/config_filter", "issues": "https://www.drupal.org/project/issues/config_filter", "slack": "https://drupal.slack.com/archives/C45342CDD" } }, { "name": "drupal/config_ignore", "version": "2.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_ignore.git", "reference": "8.x-2.3" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/config_ignore-8.x-2.3.zip", "reference": "8.x-2.3", "shasum": "2e1f07a455275fb6637909921a8915646601fc00" }, "require": { "drupal/config_filter": "^1 || ^2", "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-2.3", "datestamp": "1608306489", "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": "Tommy Lynge Jørgensen", "homepage": "https://www.drupal.org/u/tlyngej", "email": "tlyngej@gmail.com", "role": "Maintainer" }, { "name": "Fabian Bircher", "homepage": "https://www.drupal.org/u/bircher", "role": "Maintainer" }, { "name": "tlyngej", "homepage": "https://www.drupal.org/user/413139" } ], "description": "Ignore certain configuration during import.", "homepage": "http://drupal.org/project/config_ignore", "support": { "source": "https://git.drupalcode.org/project/config_ignore", "issues": "http://drupal.org/project/config_ignore", "irc": "irc://irc.freenode.org/drupal-contribute" } }, { "name": "drupal/config_pages", "version": "2.9.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_pages.git", "reference": "8.x-2.9" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/config_pages-8.x-2.9.zip", "reference": "8.x-2.9", "shasum": "6b12bbac4b57c9068b472570738d286efe9767a9" }, "require": { "drupal/core": "^8.5 | ^9" }, "type": "drupal-module", "extra": { "drupal": { "version": "8.x-2.9", "datestamp": "1610434193", "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": "Qwaygon", "homepage": "https://www.drupal.org/user/636624" }, { "name": "claymor", "homepage": "https://www.drupal.org/user/3193903" }, { "name": "shumer", "homepage": "https://www.drupal.org/user/2297432" } ], "description": "ConfigPages module", "homepage": "http://drupal.org/project/config_pages", "keywords": [ "Drupal" ], "support": { "source": "http://cgit.drupalcode.org/config_pages", "issues": "http://drupal.org/project/issues/config_pages" } }, { "name": "drupal/config_split", "version": "1.7.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/config_split.git", "reference": "8.x-1.7" }, "dist": { "type": "zip", "url": "https://ftp.drupal.org/files/projects/config_split-8.x-1.7.zip", "reference": "8.x-1.7", "shasum": "3cd524ebc0b52db31a6bef2c55693f4e62890b4f" }, "require": { "drupal/config_filter": "^1", "drupal/core": "^8.8 || ^9" }, "conflict": { "drupal/console": "<1.3.2" }, "suggest": { "drupal/chosen": "Chosen uses the Chosen jQuery plugin to make the