From 116fb97b8321150087fe5ab7880d186ea77d2151 Mon Sep 17 00:00:00 2001 From: jrockwei Date: Mon, 18 Oct 2021 09:12:36 -0500 Subject: [PATCH] IN-474 Install Lightning Workflow --- composer.json | 3 +- composer.lock | 15627 +++++++++++++++---------------- config/sync/core.extension.yml | 2 + 3 files changed, 7805 insertions(+), 7827 deletions(-) diff --git a/composer.json b/composer.json index 24951da3c..6de1c8d7c 100644 --- a/composer.json +++ b/composer.json @@ -112,7 +112,8 @@ "drupal/media_entity_file_replace": "^1.0", "drupal/hierarchical_term_formatter": "^1.2", "sabre/vobject": "^4.2", - "drupal/uswds_ckeditor_integration": "^1.0@beta" + "drupal/uswds_ckeditor_integration": "^1.0@beta", + "drupal/lightning_workflow": "^3.16" }, "require-dev": { "drush/drush": "^10.0" diff --git a/composer.lock b/composer.lock index 2025d8a5f..ed334ea3f 100644 --- a/composer.lock +++ b/composer.lock @@ -4,133 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "a079c11ee5fd7a214730589328792926", + "content-hash": "6cee51bdbc358d0a8be73080cf7367d5", "packages": [ - { - "name": "acquia/lightning", - "version": "4.1.6", - "source": { - "type": "git", - "url": "https://github.com/acquia/lightning.git", - "reference": "1464e1cbf69f6369fe70ecea82bfeddfcbb8f276" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/acquia/lightning/zipball/1464e1cbf69f6369fe70ecea82bfeddfcbb8f276", - "reference": "1464e1cbf69f6369fe70ecea82bfeddfcbb8f276", - "shasum": "" - }, - "require": { - "cweagans/composer-patches": "^1.6", - "drupal/acquia_connector": "*", - "drupal/core": "^8.8.8", - "drupal/libraries": "^3.0", - "drupal/lightning_api": "^4.4", - "drupal/lightning_core": "^5.2", - "drupal/lightning_layout": "^2.6", - "drupal/lightning_media": "^3.14 || ^4.1", - "drupal/lightning_workflow": "^3.14", - "ext-dom": "*" - }, - "require-dev": { - "drupal/core-composer-scaffold": "*", - "drupal/core-dev": "*", - "drush/drush": ">=9.7", - "oomphinc/composer-installers-extender": "^1.1", - "vijaycs85/drupal-quality-checker": "^1.2", - "weitzman/drupal-test-traits": "dev-master", - "zaporylie/composer-drupal-optimizations": "^1.1" - }, - "bin": [ - "lightning-subprofile" - ], - "type": "drupal-profile", - "extra": { - "branch-alias": { - "dev-8.x-4.x": "4.x-dev" - }, - "drupal-scaffold": { - "locations": { - "web-root": "docroot/" - }, - "file-mapping": { - "[project-root]/.gitattributes": false, - "[project-root]/.editorconfig": false, - "[web-root]/example.gitignore": false, - "[web-root]/.csslintrc": false, - "[web-root]/modules/README.txt": false, - "[web-root]/profiles/README.txt": false, - "[web-root]/sites/README.txt": false, - "[web-root]/themes/README.txt": false, - "[web-root]/INSTALL.txt": false, - "[web-root]/robots.txt": false, - "[web-root]/web.config": false - } - }, - "drush": { - "services": { - "drush.services.yml": "^9" - } - }, - "enable-patching": true, - "installer-paths": { - "docroot/core": [ - "type:drupal-core" - ], - "docroot/libraries/{$name}": [ - "type:drupal-library", - "type:bower-asset", - "type:npm-asset" - ], - "docroot/modules/contrib/{$name}": [ - "type:drupal-module" - ], - "docroot/profiles/contrib/{$name}": [ - "type:drupal-profile" - ], - "docroot/themes/contrib/{$name}": [ - "type:drupal-theme" - ] - }, - "installer-types": [ - "bower-asset", - "npm-asset" - ], - "patchLevel": { - "drupal/core": "-p2" - }, - "patches": { - "drupal/core": { - "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2020-02-07/2869592-remove-update-warning-34.patch", - "1356276 - Allow profiles to define a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch", - "2914389 - Allow profiles to exclude dependencies of their parent": "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch" - } - }, - "patches-ignore": { - "drupal/lightning_core": { - "drupal/core": { - "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch", - "1356276 - Allow profiles to define a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch", - "2914389 - Allow profiles to exclude dependencies of their parent": "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch" - } - } - } - }, - "autoload": { - "psr-4": { - "Acquia\\Lightning\\": "src" - }, - "classmap": [ - "src/Composer/ConfigureLegacyProject.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "GPL-2.0-or-later" - ], - "description": "The best of Drupal, curated by Acquia", - "time": "2020-08-07T16:25:19+00:00" - }, { "name": "asm89/stack-cors", "version": "1.3.0", @@ -647,69 +522,6 @@ "description": "Provides a way to patch Composer packages.", "time": "2020-09-30T17:56:20+00:00" }, - { - "name": "defuse/php-encryption", - "version": "v2.2.1", - "source": { - "type": "git", - "url": "https://github.com/defuse/php-encryption.git", - "reference": "0f407c43b953d571421e0020ba92082ed5fb7620" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620", - "reference": "0f407c43b953d571421e0020ba92082ed5fb7620", - "shasum": "" - }, - "require": { - "ext-openssl": "*", - "paragonie/random_compat": ">= 2", - "php": ">=5.4.0" - }, - "require-dev": { - "nikic/php-parser": "^2.0|^3.0|^4.0", - "phpunit/phpunit": "^4|^5" - }, - "bin": [ - "bin/generate-defuse-key" - ], - "type": "library", - "autoload": { - "psr-4": { - "Defuse\\Crypto\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Taylor Hornby", - "email": "taylor@defuse.ca", - "homepage": "https://defuse.ca/" - }, - { - "name": "Scott Arciszewski", - "email": "info@paragonie.com", - "homepage": "https://paragonie.com" - } - ], - "description": "Secure PHP Encryption Library", - "keywords": [ - "aes", - "authenticated encryption", - "cipher", - "crypto", - "cryptography", - "encrypt", - "encryption", - "openssl", - "security", - "symmetric key cryptography" - ], - "time": "2018-07-24T23:27:56+00:00" - }, { "name": "doctrine/annotations", "version": "1.10.4", @@ -1519,51 +1331,32 @@ "time": "2019-03-30T10:41:38+00:00" }, { - "name": "drupal/acquia_connector", - "version": "1.22.0", + "name": "drupal/acquia_telemetry-acquia_telemetry", + "version": "1.0.0-alpha3", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/acquia_connector.git", - "reference": "8.x-1.22" + "url": "https://git.drupalcode.org/project/acquia_telemetry.git", + "reference": "1.0.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_connector-8.x-1.22.zip", - "reference": "8.x-1.22", - "shasum": "c0f2bb374dc9090233890f1929a68d929b53db36" + "url": "https://ftp.drupal.org/files/projects/acquia_telemetry-1.0.0-alpha3.zip", + "reference": "1.0.0-alpha3", + "shasum": "93c4ac9b75726301c677e33d585959271ef7aa87" }, "require": { - "drupal/core": "^8.7 || ^9", - "ext-json": "*", - "php": "^7.1" - }, - "require-dev": { - "acquia/coding-standards": "^0.4.1", - "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", - "drupal/acquia_search": "*", - "drupal/search_api": "^1.17", - "drupal/search_api_solr": "~1.0", - "drush/drush": "~9.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.22", - "datestamp": "1592339208", + "version": "1.0.0-alpha3", + "datestamp": "1596220679", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "branch-alias": { - "dev-8.x-1.x": "1.x-dev" - }, - "drush": { - "services": { - "drush.services.yml": "^9" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } - }, - "phpcodesniffer-search-depth": 4 + } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ @@ -1571,100 +1364,8 @@ ], "authors": [ { - "name": "Dane Powell", - "homepage": "https://www.drupal.org/user/339326" - }, - { - "name": "Mark Trapp", - "homepage": "https://www.drupal.org/user/212019" - }, - { - "name": "Stanislav Mixnovich", - "homepage": "https://www.drupal.org/user/2859977" - }, - { - "name": "acquia", - "homepage": "https://www.drupal.org/user/1231722" - }, - { - "name": "ayang", - "homepage": "https://www.drupal.org/user/1777884" - }, - { - "name": "blueminds", - "homepage": "https://www.drupal.org/user/128652" - }, - { - "name": "grasmash", - "homepage": "https://www.drupal.org/user/455714" - }, - { - "name": "irek02", - "homepage": "https://www.drupal.org/user/736644" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "jmoreira", - "homepage": "https://www.drupal.org/user/2374486" - }, - { - "name": "kolafson", - "homepage": "https://www.drupal.org/user/822402" - }, - { - "name": "nerdstein", - "homepage": "https://www.drupal.org/user/1557710" - }, - { - "name": "vlad.pavlovic", - "homepage": "https://www.drupal.org/user/92673" - } - ], - "description": "Allows Drupal websites to connect with Acquia.", - "homepage": "https://www.drupal.org/project/acquia_connector", - "support": { - "source": "https://git.drupalcode.org/project/acquia_connector" - } - }, - { - "name": "drupal/acquia_telemetry-acquia_telemetry", - "version": "1.0.0-alpha3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/acquia_telemetry.git", - "reference": "1.0.0-alpha3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/acquia_telemetry-1.0.0-alpha3.zip", - "reference": "1.0.0-alpha3", - "shasum": "93c4ac9b75726301c677e33d585959271ef7aa87" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.0-alpha3", - "datestamp": "1596220679", - "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": "grasmash", - "homepage": "https://www.drupal.org/user/455714" + "name": "grasmash", + "homepage": "https://www.drupal.org/user/455714" }, { "name": "phenaproxima", @@ -1972,17 +1673,17 @@ }, { "name": "drupal/autosave_form", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/autosave_form.git", - "reference": "8.x-1.1" + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "0e7ef41bec21eb971b11db05f7ecc23c2e819c8d" + "url": "https://ftp.drupal.org/files/projects/autosave_form-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "e7a893dfdba574b74cd77e16be2140d82bb353a6" }, "require": { "drupal/core": "^8 || ^9" @@ -1990,15 +1691,12 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1579005183", + "version": "8.x-1.2", + "datestamp": "1591627224", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "patches_applied": { - "3109317 - Run tests against Drupal 9": "https://www.drupal.org/files/issues/2020-05-15/autosave_form-1.1-core-version-requirement.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -2139,70 +1837,6 @@ "issues": "https://www.drupal.org/project/issues/bamboo_twig" } }, - { - "name": "drupal/bg_image_formatter", - "version": "1.14.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/bg_image_formatter.git", - "reference": "8.x-1.14" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/bg_image_formatter-8.x-1.14.zip", - "reference": "8.x-1.14", - "shasum": "74da652fd07c9d9fb613571bcbc697567f497ec6" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "require-dev": { - "drupol/drupal-conventions": "^1" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.14", - "datestamp": "1588018377", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "grumphp": { - "config-default-path": "vendor/drupol/drupal-conventions/config/drupal8/grumphp.yml" - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "scripts": { - "grumphp": [ - "./vendor/bin/grumphp run" - ] - }, - "license": [ - "GPL-2.0+" - ], - "authors": [ - { - "name": "Pol Dellaiera (@drupol)", - "homepage": "https://www.drupal.org/u/pol", - "role": "Maintainer" - }, - { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" - }, - { - "name": "garethhallnz", - "homepage": "https://www.drupal.org/user/772766" - } - ], - "description": "This module provides an image formatter that allows you to set an image in background of a container.", - "homepage": "https://drupal.org/project/bg_image_formatter", - "support": { - "source": "https://git.drupalcode.org/project/bg_image_formatter" - } - }, { "name": "drupal/blazy", "version": "2.1.0", @@ -3143,54 +2777,6 @@ "issues": "https://www.drupal.org/project/issues/conflict" } }, - { - "name": "drupal/consumers", - "version": "1.11.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/consumers.git", - "reference": "8.x-1.11" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.11.zip", - "reference": "8.x-1.11", - "shasum": "2f440f4f61d5a85575504612b6b52d1d54ecd22f" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.11", - "datestamp": "1585606458", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" - }, - { - "name": "eojthebrave", - "homepage": "https://www.drupal.org/user/79230" - } - ], - "description": "Declare all the consumers of your API", - "homepage": "https://www.drupal.org/project/consumers", - "support": { - "source": "https://git.drupalcode.org/project/consumers" - } - }, { "name": "drupal/contact_storage", "version": "1.1.0", @@ -3761,17 +3347,27 @@ } }, { - "name": "drupal/ctools_block", - "version": "3.4.0", + "name": "drupal/dblog_filter", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/dblog_filter.git", + "reference": "8.x-2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/dblog_filter-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "dac52da201e140634da90c6902e1958dde8ac955" + }, "require": { - "drupal/core": "^8 || ^9", - "drupal/ctools": "self.version" + "drupal/core": "^8 || ^9" }, - "type": "metapackage", + "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.4", - "datestamp": "1585763383", + "version": "8.x-2.1", + "datestamp": "1591609373", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -3784,96 +3380,12 @@ ], "authors": [ { - "name": "EclipseGc", - "homepage": "https://www.drupal.org/user/61203" - }, - { - "name": "damiankloip", - "homepage": "https://www.drupal.org/user/1037976" - }, - { - "name": "dawehner", - "homepage": "https://www.drupal.org/user/99340" - }, - { - "name": "esmerel", - "homepage": "https://www.drupal.org/user/164022" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "joelpittet", - "homepage": "https://www.drupal.org/user/160302" - }, - { - "name": "merlinofchaos", - "homepage": "https://www.drupal.org/user/26979" - }, - { - "name": "neclimdul", - "homepage": "https://www.drupal.org/user/48673" + "name": "N.kishorekumar", + "homepage": "https://www.drupal.org/user/2887361" }, { - "name": "sdboyer", - "homepage": "https://www.drupal.org/user/146719" - }, - { - "name": "sun", - "homepage": "https://www.drupal.org/user/54136" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" - } - ], - "description": "Provides improvements to blocks that will one day be added to Drupal core.", - "homepage": "https://www.drupal.org/project/ctools", - "support": { - "source": "https://git.drupalcode.org/project/ctools" - } - }, - { - "name": "drupal/dblog_filter", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/dblog_filter.git", - "reference": "8.x-2.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/dblog_filter-8.x-2.1.zip", - "reference": "8.x-2.1", - "shasum": "dac52da201e140634da90c6902e1958dde8ac955" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.1", - "datestamp": "1591609373", - "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": "N.kishorekumar", - "homepage": "https://www.drupal.org/user/2887361" - }, - { - "name": "harika gujjula", - "homepage": "https://www.drupal.org/user/2978505" + "name": "harika gujjula", + "homepage": "https://www.drupal.org/user/2978505" }, { "name": "rajeshwari10", @@ -4470,62 +3982,6 @@ "source": "https://git.drupalcode.org/project/entity" } }, - { - "name": "drupal/entity_block", - "version": "1.0.0-beta3", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/entity_block.git", - "reference": "8.x-1.0-beta3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_block-8.x-1.0-beta3.zip", - "reference": "8.x-1.0-beta3", - "shasum": "523a66fd1089117fc857fb6e719ae4333d30e46d" - }, - "require": { - "drupal/core": "^8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-beta3", - "datestamp": "1593050227", - "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": "Jaesin", - "homepage": "https://www.drupal.org/user/841054" - }, - { - "name": "arshadcn", - "homepage": "https://www.drupal.org/user/571032" - }, - { - "name": "floretan", - "homepage": "https://www.drupal.org/user/66163" - }, - { - "name": "rrrob", - "homepage": "https://www.drupal.org/user/273533" - } - ], - "description": "Let site administrators place content entities as blocks.", - "homepage": "https://www.drupal.org/project/entity_block", - "support": { - "source": "https://git.drupalcode.org/project/entity_block" - } - }, { "name": "drupal/entity_browser", "version": "2.5.0", @@ -4619,54 +4075,6 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, - { - "name": "drupal/entity_browser_block", - "version": "1.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/entity_browser_block.git", - "reference": "8.x-1.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/entity_browser_block-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "2d9855a0c1a0164f740e09e40c8faa5c2b463b2a" - }, - "require": { - "drupal/core": "^8 || ^9", - "drupal/entity_browser": "*" - }, - "require-dev": { - "drupal/ctools": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.1", - "datestamp": "1581284770", - "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": "samuel.mortenson", - "homepage": "https://www.drupal.org/user/2582268" - } - ], - "description": "Derives block plugins for every Entity Browser on your site", - "homepage": "https://www.drupal.org/project/entity_browser_block", - "support": { - "source": "https://git.drupalcode.org/project/entity_browser_block" - } - }, { "name": "drupal/entity_clone", "version": "1.0.0-beta6", @@ -6546,339 +5954,96 @@ } }, { - "name": "drupal/layout_builder_restrictions", - "version": "2.7.0", + "name": "drupal/layout_builder_styles", + "version": "1.0.0-beta4", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/layout_builder_restrictions.git", - "reference": "8.x-2.7" + "url": "https://git.drupalcode.org/project/layout_builder_styles.git", + "reference": "8.x-1.0-beta4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/layout_builder_restrictions-8.x-2.7.zip", - "reference": "8.x-2.7", - "shasum": "7e5658281cc32f7a9c091f065568d696cb7b7bee" + "url": "https://ftp.drupal.org/files/projects/layout_builder_styles-8.x-1.0-beta4.zip", + "reference": "8.x-1.0-beta4", + "shasum": "f915f13eb98ffcb28d843ddf882bb8997414f0db" }, "require": { - "drupal/core": "^8.6.0 || ^9" - }, - "require-dev": { - "drupal/dashboards": "*", - "drupal/layout_library": "*", - "drupal/mini_layouts": "*" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.7", - "datestamp": "1588081705", + "version": "8.x-1.0-beta4", + "datestamp": "1607616102", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "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+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Jeff Cardwell", - "homepage": "https://www.drupal.org/user/2913129" - }, - { - "name": "eiriksm", - "homepage": "https://www.drupal.org/user/1014468" - }, - { - "name": "gravelpot", - "homepage": "https://www.drupal.org/user/748208" - }, - { - "name": "lreynaga", - "homepage": "https://www.drupal.org/user/3400232" + "name": "bkosborne", + "homepage": "https://www.drupal.org/user/788032" }, { "name": "mark_fullmer", "homepage": "https://www.drupal.org/user/2612816" }, { - "name": "ricksta", - "homepage": "https://www.drupal.org/user/311042" - }, - { - "name": "texas_tater", - "homepage": "https://www.drupal.org/user/753614" + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" }, { "name": "twfahey", "homepage": "https://www.drupal.org/user/3403722" } ], - "description": "Manage which fields & layouts are available in Layout Builder", - "homepage": "https://www.drupal.org/project/layout_builder_restrictions", + "description": "Apply styles to blocks in Layout Builder.", + "homepage": "https://www.drupal.org/project/layout_builder_styles", "support": { - "source": "https://git.drupalcode.org/project/layout_builder_restrictions" + "source": "https://git.drupalcode.org/project/layout_builder_styles" } }, { - "name": "drupal/layout_builder_st", - "version": "1.0.0-alpha2", + "name": "drupal/lightning_core", + "version": "5.3.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/layout_builder_st.git", - "reference": "8.x-1.0-alpha2" + "url": "https://git.drupalcode.org/project/lightning_core.git", + "reference": "8.x-5.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/layout_builder_st-8.x-1.0-alpha2.zip", - "reference": "8.x-1.0-alpha2", - "shasum": "23e5d369c39bfeaf482a40b59a16a5cbbdb5b858" + "url": "https://ftp.drupal.org/files/projects/lightning_core-8.x-5.3.zip", + "reference": "8.x-5.3", + "shasum": "599155f0edf5816dca6250669aabb175d06f3c2e" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/acquia_telemetry-acquia_telemetry": "^1.0-alpha3", + "drupal/contact_storage": "^1.0", + "drupal/core": "^8.8.6 || ~9.0.0-beta3", + "drupal/metatag": "^1.13", + "drupal/pathauto": "^1.8", + "drupal/redirect": "^1.5", + "drupal/search_api": "^1.16", + "drupal/token": "^1.7", + "phpdocumentor/reflection-docblock": "^4" }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-alpha2", - "datestamp": "1582916647", - "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": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "tedbow", - "homepage": "https://www.drupal.org/user/240860" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" - } - ], - "description": "Allows translating Layout overrides", - "homepage": "https://www.drupal.org/project/layout_builder_st", - "support": { - "source": "https://git.drupalcode.org/project/layout_builder_st" - } - }, - { - "name": "drupal/layout_builder_styles", - "version": "1.0.0-beta4", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/layout_builder_styles.git", - "reference": "8.x-1.0-beta4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/layout_builder_styles-8.x-1.0-beta4.zip", - "reference": "8.x-1.0-beta4", - "shasum": "f915f13eb98ffcb28d843ddf882bb8997414f0db" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-beta4", - "datestamp": "1607616102", - "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": "bkosborne", - "homepage": "https://www.drupal.org/user/788032" - }, - { - "name": "mark_fullmer", - "homepage": "https://www.drupal.org/user/2612816" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "twfahey", - "homepage": "https://www.drupal.org/user/3403722" - } - ], - "description": "Apply styles to blocks in Layout Builder.", - "homepage": "https://www.drupal.org/project/layout_builder_styles", - "support": { - "source": "https://git.drupalcode.org/project/layout_builder_styles" - } - }, - { - "name": "drupal/layout_library", - "version": "1.0.0-beta2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/layout_library.git", - "reference": "8.x-1.0-beta2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/layout_library-8.x-1.0-beta2.zip", - "reference": "8.x-1.0-beta2", - "shasum": "dc0dd30247768d285bc5d9861982bdb3b452bb59" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1582217387", - "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": "EclipseGc", - "homepage": "https://www.drupal.org/user/61203" - }, - { - "name": "larowlan", - "homepage": "https://www.drupal.org/user/395439" - }, - { - "name": "samuel.mortenson", - "homepage": "https://www.drupal.org/user/2582268" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" - }, - { - "name": "xjm", - "homepage": "https://www.drupal.org/user/65776" - } - ], - "description": "Provides a library of layouts for content-editors to select from", - "homepage": "https://www.drupal.org/project/layout_library", - "support": { - "source": "https://git.drupalcode.org/project/layout_library" - } - }, - { - "name": "drupal/libraries", - "version": "3.0.0-alpha1", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/libraries.git", - "reference": "8.x-3.0-alpha1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip", - "reference": "8.x-3.0-alpha1", - "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67" - }, - "require": { - "drupal/core": "~8.0" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-3.0-alpha1", - "datestamp": "1517046484", - "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+" - ], - "authors": [ - { - "name": "Pol", - "homepage": "https://www.drupal.org/user/47194" - }, - { - "name": "joseph.olstad", - "homepage": "https://www.drupal.org/user/1321830" - }, - { - "name": "rjacobs", - "homepage": "https://www.drupal.org/user/422459" - }, - { - "name": "sun", - "homepage": "https://www.drupal.org/user/54136" - }, - { - "name": "tstoeckler", - "homepage": "https://www.drupal.org/user/107158" - } - ], - "description": "Allows version-dependent and shared usage of external libraries in Drupal.", - "homepage": "http://drupal.org/project/libraries", - "support": { - "source": "http://cgit.drupalcode.org/libraries", - "issues": "http://drupal.org/project/issues/libraries", - "irc": "irc://irc.freenode.org/drupal-contribute" - } - }, - { - "name": "drupal/lightning_api", - "version": "4.6.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/lightning_api.git", - "reference": "8.x-4.6" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lightning_api-8.x-4.6.zip", - "reference": "8.x-4.6", - "shasum": "f692601fabf5c8fd771ee4b25ba62fb9c9755146" - }, - "require": { - "drupal/consumers": "^1.10", - "drupal/core": "^8.8.8 || ^9.0.1", - "drupal/lightning_core": "^5.0", - "drupal/openapi_jsonapi": "^2.0-rc1", - "drupal/openapi_rest": "^2.0-rc1", - "drupal/openapi_ui_redoc": "^1.0", - "drupal/openapi_ui_swagger": "^1.0", - "drupal/simple_oauth": "^4.0" + "conflict": { + "drupal/drupal-extension": "<3.4.0" }, "require-dev": { + "acquia/coding-standards": "^0.4.1", + "cweagans/composer-patches": "^1.6", + "drupal/contact_storage": "*", "drupal/core-composer-scaffold": "*", "drupal/core-dev": "*", + "drupal/search_api": "*", "drush/drush": ">=9.7", "oomphinc/composer-installers-extender": "^1.1", "symfony/options-resolver": ">=4", @@ -6887,15 +6052,15 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.6", - "datestamp": "1593609287", + "version": "8.x-5.3", + "datestamp": "1596808712", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, "branch-alias": { - "dev-8.x-4.x": "4.x-dev" + "dev-8.x-5.x": "5.x-dev" }, "drupal-scaffold": { "locations": { @@ -6915,6 +6080,11 @@ "[web-root]/web.config": false } }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + }, "enable-patching": true, "installer-paths": { "docroot/core": [ @@ -6938,14 +6108,20 @@ "installer-types": [ "bower-asset", "npm-asset" - ] + ], + "patches": { + "drupal/core": { + "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch", + "2815221 - Add quickedit to the latest-revision route": "https://www.drupal.org/files/issues/2019-11-27/2815221-125.patch" + } + } }, "autoload": { "psr-4": { - "Drupal\\Tests\\lightning_api\\": "tests/src" + "Drupal\\Tests\\lightning_core\\": "tests/src" }, "classmap": [ - "src/LightningApiServiceProvider.php" + "tests/contexts" ] }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -6956,18 +6132,21 @@ "post-update-cmd": [ "@push" ], + "log": [ + "ls -t ./logs/*.md | xargs -I{} sh -c \"cat {}; echo ''\" > CHANGELOG.md" + ], "nuke": [ - "rm -r -f docroot vendor && rm composer.lock" + "rm -r -f docroot vendor" ], "pull": [ - "cp -R -f ./docroot/modules/contrib/lightning_api/* ." + "cp -R -f ./docroot/modules/contrib/lightning_core/* ." ], "push": [ - "rm -r -f ./docroot/modules/contrib/lightning_api", - "mkdir -p ./docroot/modules/contrib/lightning_api", - "@composer archive --file lightning_api", - "tar -x -f lightning_api.tar -C ./docroot/modules/contrib/lightning_api", - "rm lightning_api.tar" + "rm -r -f ./docroot/modules/contrib/lightning_core", + "mkdir -p ./docroot/modules/contrib/lightning_core", + "@composer archive --file lightning_core", + "tar -x -f lightning_core.tar -C ./docroot/modules/contrib/lightning_core", + "rm lightning_core.tar" ] }, "license": [ @@ -6991,64 +6170,70 @@ "homepage": "https://www.drupal.org/user/205645" } ], - "description": "Progressive decoupling? No problem.", - "homepage": "https://www.drupal.org/project/lightning_api", + "description": "Shared functionality for the Lightning distribution.", + "homepage": "https://www.drupal.org/project/lightning_core", "support": { - "source": "https://git.drupalcode.org/project/lightning_api" + "source": "https://git.drupalcode.org/project/lightning_core" } }, { - "name": "drupal/lightning_core", - "version": "5.3.0", + "name": "drupal/lightning_media", + "version": "4.2.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/lightning_core.git", - "reference": "8.x-5.3" + "url": "https://git.drupalcode.org/project/lightning_media.git", + "reference": "8.x-4.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lightning_core-8.x-5.3.zip", - "reference": "8.x-5.3", - "shasum": "599155f0edf5816dca6250669aabb175d06f3c2e" + "url": "https://ftp.drupal.org/files/projects/lightning_media-8.x-4.2.zip", + "reference": "8.x-4.2", + "shasum": "133047fa19726688d8084637a21458f4a2ca2e63" }, "require": { - "drupal/acquia_telemetry-acquia_telemetry": "^1.0-alpha3", - "drupal/contact_storage": "^1.0", - "drupal/core": "^8.8.6 || ~9.0.0-beta3", - "drupal/metatag": "^1.13", - "drupal/pathauto": "^1.8", - "drupal/redirect": "^1.5", - "drupal/search_api": "^1.16", - "drupal/token": "^1.7", - "phpdocumentor/reflection-docblock": "^4" - }, - "conflict": { - "drupal/drupal-extension": "<3.4.0" + "bower-asset/cropper": "^2.3", + "bower-asset/dropzone": "^5.1", + "bower-asset/slick-carousel": "^1.8", + "drupal/core": "^8.8.8 || ^9.0.1", + "drupal/crop": "^2.0.0-rc1", + "drupal/dropzonejs": "^2.1", + "drupal/embed": "^1.0", + "drupal/entity_browser": "^2.3", + "drupal/entity_embed": "^1.0", + "drupal/image_widget_crop": "^2.1", + "drupal/inline_entity_form": "^1.0-rc7", + "drupal/lightning_core": "5.*", + "drupal/media_entity_instagram": "^2.0", + "drupal/media_entity_twitter": "^2.1", + "drupal/slick_entityreference": "^2.0", + "drupal/video_embed_field": "^2.0", + "drupal/views_infinite_scroll": "^1.6", + "oomphinc/composer-installers-extender": "^1.1", + "vardot/blazy": "^1.8" }, "require-dev": { - "acquia/coding-standards": "^0.4.1", - "cweagans/composer-patches": "^1.6", - "drupal/contact_storage": "*", "drupal/core-composer-scaffold": "*", "drupal/core-dev": "*", - "drupal/search_api": "*", + "drupal/dropzonejs": "*", + "drupal/media_entity_instagram": "*", + "drupal/media_entity_twitter": "*", + "drupal/slick_entityreference": "*", "drush/drush": ">=9.7", - "oomphinc/composer-installers-extender": "^1.1", "symfony/options-resolver": ">=4", "vijaycs85/drupal-quality-checker": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-5.3", - "datestamp": "1596808712", + "version": "8.x-4.2", + "datestamp": "1596811582", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, "branch-alias": { - "dev-8.x-5.x": "5.x-dev" + "dev-8.x-4.x": "4.x-dev" }, "drupal-scaffold": { "locations": { @@ -7068,11 +6253,6 @@ "[web-root]/web.config": false } }, - "drush": { - "services": { - "drush.services.yml": "^9" - } - }, "enable-patching": true, "installer-paths": { "docroot/core": [ @@ -7096,20 +6276,6 @@ "installer-types": [ "bower-asset", "npm-asset" - ], - "patches": { - "drupal/core": { - "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch", - "2815221 - Add quickedit to the latest-revision route": "https://www.drupal.org/files/issues/2019-11-27/2815221-125.patch" - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\Tests\\lightning_core\\": "tests/src" - }, - "classmap": [ - "tests/contexts" ] }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -7120,21 +6286,18 @@ "post-update-cmd": [ "@push" ], - "log": [ - "ls -t ./logs/*.md | xargs -I{} sh -c \"cat {}; echo ''\" > CHANGELOG.md" - ], "nuke": [ "rm -r -f docroot vendor" ], "pull": [ - "cp -R -f ./docroot/modules/contrib/lightning_core/* ." + "cp -R -f ./docroot/modules/contrib/lightning_media/* ." ], "push": [ - "rm -r -f ./docroot/modules/contrib/lightning_core", - "mkdir -p ./docroot/modules/contrib/lightning_core", - "@composer archive --file lightning_core", - "tar -x -f lightning_core.tar -C ./docroot/modules/contrib/lightning_core", - "rm lightning_core.tar" + "rm -r -f ./docroot/modules/contrib/lightning_media", + "mkdir -p ./docroot/modules/contrib/lightning_media", + "@composer archive --file lightning_media", + "tar -x -f lightning_media.tar -C ./docroot/modules/contrib/lightning_media", + "rm lightning_media.tar" ] }, "license": [ @@ -7158,63 +6321,115 @@ "homepage": "https://www.drupal.org/user/205645" } ], - "description": "Shared functionality for the Lightning distribution.", - "homepage": "https://www.drupal.org/project/lightning_core", + "description": "Slick media handling for Lightning. So cool you'll make the A/C jealous.", + "homepage": "https://www.drupal.org/project/lightning_media", "support": { - "source": "https://git.drupalcode.org/project/lightning_core" + "source": "https://git.drupalcode.org/project/lightning_media" } }, { - "name": "drupal/lightning_layout", - "version": "2.7.0", + "name": "drupal/lightning_scheduler", + "version": "1.3.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/lightning_layout.git", - "reference": "8.x-2.7" + "url": "https://git.drupalcode.org/project/lightning_scheduler.git", + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lightning_layout-8.x-2.7.zip", - "reference": "8.x-2.7", - "shasum": "7b44c28dc3910678966d38eff10baa69460f66c7" + "url": "https://ftp.drupal.org/files/projects/lightning_scheduler-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "dd7ceb496d140400c146e35c922a1d8e138e5105" }, "require": { - "cweagans/composer-patches": "^1.6", - "drupal/bg_image_formatter": "^1.10", - "drupal/core": "^8.7.13 || ~9.0.0", - "drupal/ctools": "^3.0", - "drupal/entity_block": "^1.0", - "drupal/entity_browser_block": "^1.0", - "drupal/layout_builder_restrictions": "^2.7", - "drupal/layout_builder_st": "^1.0-alpha2", - "drupal/layout_builder_styles": "^1.0", - "drupal/layout_library": "^1.0-beta1", - "drupal/lightning_core": "4.* || 5.*", - "drupal/panelizer": "^4.1 || ^5.0", - "drupal/panels": "4.4 || 4.x-dev", - "drupal/simple_gmap": "^3.0" + "drupal/core": "^8 || ^9", + "php": ">=5.6.0" }, "require-dev": { - "drupal/bg_image_formatter": "*", + "drupal/inline_entity_form": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.3", + "datestamp": "1623162800", + "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": "Phéna Proxima", + "homepage": "https://www.drupal.org/user/223087", + "email": "adam.hoenich@acquia.com" + }, + { + "name": "Adam Balsam", + "homepage": "https://www.drupal.org/user/1288796", + "email": "adam.balsam@acquia.com" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + } + ], + "description": "Allows authors to schedule automatic transitions between workflow states.", + "homepage": "https://www.drupal.org/project/lightning_scheduler", + "support": { + "source": "https://git.drupalcode.org/project/lightning_scheduler" + } + }, + { + "name": "drupal/lightning_workflow", + "version": "3.16.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/lightning_workflow.git", + "reference": "8.x-3.16" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_workflow-8.x-3.16.zip", + "reference": "8.x-3.16", + "shasum": "2dc6ebf8bfb4db6256e935842ed101a24910aa14" + }, + "require": { + "drupal/autosave_form": "^1.2", + "drupal/conflict": "^2.0-alpha2", + "drupal/core": "^8.8.10 || ^9.0.6", + "drupal/diff": "^1.0", + "drupal/lightning_core": "3.* || 4.* || 5.*", + "drupal/moderation_dashboard": "^1.0", + "drupal/moderation_sidebar": "^1.2" + }, + "require-dev": { + "composer/installers": "^1.9", "drupal/core-composer-scaffold": "*", "drupal/core-dev": "*", - "drupal/simple_gmap": "*", - "drupal/token": "*", + "drupal/inline_entity_form": "^1.0", + "drupal/lightning_core": "*", "drush/drush": ">=9.7", - "oomphinc/composer-installers-extender": "^1.1", - "symfony/options-resolver": ">=4", "vijaycs85/drupal-quality-checker": "^1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.7", - "datestamp": "1593609347", + "version": "8.x-3.16", + "datestamp": "1605121438", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, + "branch-alias": { + "dev-8.x-3.x": "3.x-dev" + }, "drupal-scaffold": { "locations": { "web-root": "docroot/" @@ -7239,9 +6454,7 @@ "type:drupal-core" ], "docroot/libraries/{$name}": [ - "type:drupal-library", - "type:bower-asset", - "type:npm-asset" + "type:drupal-library" ], "docroot/modules/contrib/{$name}": [ "type:drupal-module" @@ -7252,43 +6465,31 @@ "docroot/themes/contrib/{$name}": [ "type:drupal-theme" ] - }, - "installer-types": [ - "bower-asset", - "npm-asset" - ], - "patchLevel": { - "drupal/core": "-p2" - }, - "patches": { - "drupal/panels": { - "2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE": "https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch" - }, - "drupal/panelizer": { - "2778565 - Multilingual support for Panelizer": "https://www.drupal.org/files/issues/2020-03-23/2778565-47.patch" - } } }, + "autoload": { + "psr-4": { + "Drupal\\Tests\\lightning_workflow\\": "tests/src" + }, + "classmap": [ + "tests/contexts" + ] + }, "notification-url": "https://packages.drupal.org/8/downloads", "scripts": { - "post-install-cmd": [ - "@push" - ], "post-update-cmd": [ - "@push" + "@putenv DIR=./docroot/modules/lightning_workflow", + "mkdir -p $DIR", + "ln -s -f $PWD/config $DIR", + "ln -s -f $PWD/images $DIR", + "ln -s -f $PWD/modules $DIR", + "ln -s -f $PWD/src $DIR", + "ln -s -f $PWD/tests $DIR", + "find $PWD -name 'lightning_workflow.*' -depth 1 -exec ln -s -f {} $DIR ';'", + "cp -f phpunit.xml ./docroot/core" ], "nuke": [ "rm -r -f docroot vendor" - ], - "pull": [ - "cp -R -f ./docroot/modules/contrib/lightning_layout/* ." - ], - "push": [ - "rm -r -f ./docroot/modules/contrib/lightning_layout", - "mkdir -p ./docroot/modules/contrib/lightning_layout", - "@composer archive --file lightning_layout", - "tar -x -f lightning_layout.tar -C ./docroot/modules/contrib/lightning_layout", - "rm lightning_layout.tar" ] }, "license": [ @@ -7312,189 +6513,84 @@ "homepage": "https://www.drupal.org/user/205645" } ], - "description": "Provides the tools to take control of your layout.", - "homepage": "https://www.drupal.org/project/lightning_layout", + "description": "Tools to improve your content workflow.", + "homepage": "https://www.drupal.org/project/lightning_workflow", "support": { - "source": "https://git.drupalcode.org/project/lightning_layout" + "source": "https://git.drupalcode.org/project/lightning_workflow" } }, { - "name": "drupal/lightning_media", - "version": "4.2.0", + "name": "drupal/linkit", + "version": "6.0.0-beta2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/lightning_media.git", - "reference": "8.x-4.2" + "url": "https://git.drupalcode.org/project/linkit.git", + "reference": "6.0.0-beta2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lightning_media-8.x-4.2.zip", - "reference": "8.x-4.2", - "shasum": "133047fa19726688d8084637a21458f4a2ca2e63" + "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta2.zip", + "reference": "6.0.0-beta2", + "shasum": "388cd47159eef6c505646c7d5a96e7e653439a94" }, "require": { - "bower-asset/cropper": "^2.3", - "bower-asset/dropzone": "^5.1", - "bower-asset/slick-carousel": "^1.8", - "drupal/core": "^8.8.8 || ^9.0.1", - "drupal/crop": "^2.0.0-rc1", - "drupal/dropzonejs": "^2.1", - "drupal/embed": "^1.0", - "drupal/entity_browser": "^2.3", - "drupal/entity_embed": "^1.0", - "drupal/image_widget_crop": "^2.1", - "drupal/inline_entity_form": "^1.0-rc7", - "drupal/lightning_core": "5.*", - "drupal/media_entity_instagram": "^2.0", - "drupal/media_entity_twitter": "^2.1", - "drupal/slick_entityreference": "^2.0", - "drupal/video_embed_field": "^2.0", - "drupal/views_infinite_scroll": "^1.6", - "oomphinc/composer-installers-extender": "^1.1", - "vardot/blazy": "^1.8" + "drupal/core": "^8.7.7 || ^9" }, "require-dev": { - "drupal/core-composer-scaffold": "*", - "drupal/core-dev": "*", - "drupal/dropzonejs": "*", - "drupal/media_entity_instagram": "*", - "drupal/media_entity_twitter": "*", - "drupal/slick_entityreference": "*", - "drush/drush": ">=9.7", - "symfony/options-resolver": ">=4", - "vijaycs85/drupal-quality-checker": "^1.0" + "drupal/imce": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.2", - "datestamp": "1596811582", + "version": "6.0.0-beta2", + "datestamp": "1608957496", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "branch-alias": { - "dev-8.x-4.x": "4.x-dev" - }, - "drupal-scaffold": { - "locations": { - "web-root": "docroot/" - }, - "file-mapping": { - "[project-root]/.gitattributes": false, - "[project-root]/.editorconfig": false, - "[web-root]/example.gitignore": false, - "[web-root]/.csslintrc": false, - "[web-root]/modules/README.txt": false, - "[web-root]/profiles/README.txt": false, - "[web-root]/sites/README.txt": false, - "[web-root]/themes/README.txt": false, - "[web-root]/INSTALL.txt": false, - "[web-root]/robots.txt": false, - "[web-root]/web.config": false + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } - }, - "enable-patching": true, - "installer-paths": { - "docroot/core": [ - "type:drupal-core" - ], - "docroot/libraries/{$name}": [ - "type:drupal-library", - "type:bower-asset", - "type:npm-asset" - ], - "docroot/modules/contrib/{$name}": [ - "type:drupal-module" - ], - "docroot/profiles/contrib/{$name}": [ - "type:drupal-profile" - ], - "docroot/themes/contrib/{$name}": [ - "type:drupal-theme" - ] - }, - "installer-types": [ - "bower-asset", - "npm-asset" - ] + } }, "notification-url": "https://packages.drupal.org/8/downloads", - "scripts": { - "post-install-cmd": [ - "@push" - ], - "post-update-cmd": [ - "@push" - ], - "nuke": [ - "rm -r -f docroot vendor" - ], - "pull": [ - "cp -R -f ./docroot/modules/contrib/lightning_media/* ." - ], - "push": [ - "rm -r -f ./docroot/modules/contrib/lightning_media", - "mkdir -p ./docroot/modules/contrib/lightning_media", - "@composer archive --file lightning_media", - "tar -x -f lightning_media.tar -C ./docroot/modules/contrib/lightning_media", - "rm lightning_media.tar" - ] - }, "license": [ "GPL-2.0-or-later" ], "authors": [ { - "name": "acquia", - "homepage": "https://www.drupal.org/user/1231722" - }, - { - "name": "balsama", - "homepage": "https://www.drupal.org/user/223087" - }, - { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" + "name": "Emil Stjerneman", + "homepage": "https://stjerneman.com", + "email": "emil@stjerneman.com", + "role": "Maintainer" } ], - "description": "Slick media handling for Lightning. So cool you'll make the A/C jealous.", - "homepage": "https://www.drupal.org/project/lightning_media", + "description": "Linkit - Enriched linking experience", + "homepage": "http://drupal.org/project/linkit", "support": { - "source": "https://git.drupalcode.org/project/lightning_media" + "source": "http://cgit.drupalcode.org/linkit", + "issues": "http://drupal.org/project/linkit" } }, { - "name": "drupal/lightning_scheduler", - "version": "1.3.0", + "name": "drupal/media_entity_file_replace", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/lightning_scheduler.git", - "reference": "8.x-1.3" + "url": "https://git.drupalcode.org/project/media_entity_file_replace.git", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lightning_scheduler-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "dd7ceb496d140400c146e35c922a1d8e138e5105" + "url": "https://ftp.drupal.org/files/projects/media_entity_file_replace-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "a22fb6b946dade434301b85c249d8621d0fc6654" }, "require": { - "drupal/core": "^8 || ^9", - "php": ">=5.6.0" - }, - "require-dev": { - "drupal/inline_entity_form": "*" + "drupal/core": "^8.7.7 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1623162800", + "version": "8.x-1.0", + "datestamp": "1618180544", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -7507,316 +6603,56 @@ ], "authors": [ { - "name": "Phéna Proxima", - "homepage": "https://www.drupal.org/user/223087", - "email": "adam.hoenich@acquia.com" - }, - { - "name": "Adam Balsam", - "homepage": "https://www.drupal.org/user/1288796", - "email": "adam.balsam@acquia.com" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" + "name": "bkosborne", + "homepage": "https://www.drupal.org/user/788032" } ], - "description": "Allows authors to schedule automatic transitions between workflow states.", - "homepage": "https://www.drupal.org/project/lightning_scheduler", + "description": "Allows content editors to easily replace source files associated with any file-based media entity, preserving the original filename.", + "homepage": "https://www.drupal.org/project/media_entity_file_replace", "support": { - "source": "https://git.drupalcode.org/project/lightning_scheduler" + "source": "https://git.drupalcode.org/project/media_entity_file_replace" } }, { - "name": "drupal/lightning_workflow", - "version": "3.15.0", + "name": "drupal/media_entity_instagram", + "version": "2.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/lightning_workflow.git", - "reference": "8.x-3.15" + "url": "https://git.drupalcode.org/project/media_entity_instagram.git", + "reference": "8.x-2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/lightning_workflow-8.x-3.15.zip", - "reference": "8.x-3.15", - "shasum": "7405fafbe4f5130cbb8ef9cb0cbe903d6d0f73f7" + "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "e046e9e4df297a6ef065b826e3d8196cf35c3430" }, "require": { - "cweagans/composer-patches": "^1.6", - "drupal/autosave_form": "1.1", - "drupal/conflict": "^2.0-alpha2", - "drupal/core": "^8.6.18 || ~9.0.0", - "drupal/diff": "^1.0", - "drupal/lightning_core": "3.* || 4.* || 5.*", - "drupal/moderation_dashboard": "^1.0", - "drupal/moderation_sidebar": "^1.2" - }, - "require-dev": { - "drupal/core-composer-scaffold": "*", - "drupal/core-dev": "*", - "drupal/inline_entity_form": "^1.0", - "drupal/lightning_core": "*", - "drush/drush": ">=9.7", - "oomphinc/composer-installers-extender": "^1.1", - "vijaycs85/drupal-quality-checker": "^1.0" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.15", - "datestamp": "1589573835", + "version": "8.x-2.1", + "datestamp": "1591181707", "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": "Drupal Media Team", + "homepage": "https://www.drupal.org/user/3260690" }, - "branch-alias": { - "dev-8.x-3.x": "3.x-dev" - }, - "drupal-scaffold": { - "locations": { - "web-root": "docroot/" - }, - "file-mapping": { - "[project-root]/.gitattributes": false, - "[project-root]/.editorconfig": false, - "[web-root]/example.gitignore": false, - "[web-root]/.csslintrc": false, - "[web-root]/modules/README.txt": false, - "[web-root]/profiles/README.txt": false, - "[web-root]/sites/README.txt": false, - "[web-root]/themes/README.txt": false, - "[web-root]/INSTALL.txt": false, - "[web-root]/robots.txt": false, - "[web-root]/web.config": false - } - }, - "enable-patching": true, - "installer-paths": { - "docroot/core": [ - "type:drupal-core" - ], - "docroot/libraries/{$name}": [ - "type:drupal-library", - "type:bower-asset", - "type:npm-asset" - ], - "docroot/modules/contrib/{$name}": [ - "type:drupal-module" - ], - "docroot/profiles/contrib/{$name}": [ - "type:drupal-profile" - ], - "docroot/themes/contrib/{$name}": [ - "type:drupal-theme" - ] - }, - "installer-types": [ - "bower-asset", - "npm-asset" - ], - "patches": { - "drupal/autosave_form": { - "3109317 - Run tests against Drupal 9": "https://www.drupal.org/files/issues/2020-05-15/autosave_form-1.1-core-version-requirement.patch" - } - } - }, - "autoload": { - "psr-4": { - "Drupal\\Tests\\lightning_workflow\\": "tests/src" - }, - "classmap": [ - "tests/contexts" - ] - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "scripts": { - "post-install-cmd": [ - "@push", - "@drupal-scaffold" - ], - "post-update-cmd": [ - "@push", - "@drupal-scaffold" - ], - "drupal-scaffold": [ - "DrupalComposer\\DrupalScaffold\\Plugin::scaffold" - ], - "nuke": [ - "rm -r -f docroot vendor" - ], - "pull": [ - "cp -R -f ./docroot/modules/contrib/lightning_workflow/* ." - ], - "push": [ - "rm -r -f ./docroot/modules/contrib/lightning_workflow", - "mkdir -p ./docroot/modules/contrib/lightning_workflow", - "@composer archive --file lightning_workflow", - "tar -x -f lightning_workflow.tar -C ./docroot/modules/contrib/lightning_workflow", - "rm lightning_workflow.tar" - ] - }, - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "acquia", - "homepage": "https://www.drupal.org/user/1231722" - }, - { - "name": "balsama", - "homepage": "https://www.drupal.org/user/223087" - }, - { - "name": "katherined", - "homepage": "https://www.drupal.org/user/109870" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - } - ], - "description": "Tools to improve your content workflow.", - "homepage": "https://www.drupal.org/project/lightning_workflow", - "support": { - "source": "https://git.drupalcode.org/project/lightning_workflow" - } - }, - { - "name": "drupal/linkit", - "version": "6.0.0-beta2", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/linkit.git", - "reference": "6.0.0-beta2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/linkit-6.0.0-beta2.zip", - "reference": "6.0.0-beta2", - "shasum": "388cd47159eef6c505646c7d5a96e7e653439a94" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "require-dev": { - "drupal/imce": "*" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "6.0.0-beta2", - "datestamp": "1608957496", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "Emil Stjerneman", - "homepage": "https://stjerneman.com", - "email": "emil@stjerneman.com", - "role": "Maintainer" - } - ], - "description": "Linkit - Enriched linking experience", - "homepage": "http://drupal.org/project/linkit", - "support": { - "source": "http://cgit.drupalcode.org/linkit", - "issues": "http://drupal.org/project/linkit" - } - }, - { - "name": "drupal/media_entity_file_replace", - "version": "1.0.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_entity_file_replace.git", - "reference": "8.x-1.0" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_entity_file_replace-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "a22fb6b946dade434301b85c249d8621d0fc6654" - }, - "require": { - "drupal/core": "^8.7.7 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.0", - "datestamp": "1618180544", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "bkosborne", - "homepage": "https://www.drupal.org/user/788032" - } - ], - "description": "Allows content editors to easily replace source files associated with any file-based media entity, preserving the original filename.", - "homepage": "https://www.drupal.org/project/media_entity_file_replace", - "support": { - "source": "https://git.drupalcode.org/project/media_entity_file_replace" - } - }, - { - "name": "drupal/media_entity_instagram", - "version": "2.1.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/media_entity_instagram.git", - "reference": "8.x-2.1" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_entity_instagram-8.x-2.1.zip", - "reference": "8.x-2.1", - "shasum": "e046e9e4df297a6ef065b826e3d8196cf35c3430" - }, - "require": { - "drupal/core": "^8.8 || ^9" - }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.1", - "datestamp": "1591181707", - "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": "Drupal Media Team", - "homepage": "https://www.drupal.org/user/3260690" - }, - { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" }, { "name": "chr.fritsch", @@ -8487,33 +7323,30 @@ } }, { - "name": "drupal/openapi", - "version": "2.0.0-rc3", + "name": "drupal/override_node_options", + "version": "2.6.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/openapi.git", - "reference": "8.x-2.0-rc3" + "url": "https://git.drupalcode.org/project/override_node_options.git", + "reference": "8.x-2.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi-8.x-2.0-rc3.zip", - "reference": "8.x-2.0-rc3", - "shasum": "146d53e8cc4f732fe27aaf702852813f91629349" + "url": "https://ftp.drupal.org/files/projects/override_node_options-8.x-2.6.zip", + "reference": "8.x-2.6", + "shasum": "bb164546d4d40e183a92173e44e7fd75cffdee38" }, "require": { - "drupal/core": "^8.7.0 || ^9" - }, - "require-dev": { - "vijaycs85/drupal-quality-checker": "^1.2" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-rc3", - "datestamp": "1587845666", + "version": "8.x-2.6", + "datestamp": "1606950754", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -8523,280 +7356,342 @@ ], "authors": [ { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" - }, - { - "name": "mrjmd", - "homepage": "https://www.drupal.org/user/1800446" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" - }, - { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" - }, - { - "name": "rogierbom", - "homepage": "https://www.drupal.org/user/1352176" - }, - { - "name": "tedbow", - "homepage": "https://www.drupal.org/user/240860" + "name": "Oliver Davies", + "homepage": "https://www.drupal.org/user/381388", + "email": "oliver@oliverdavies.uk" } ], - "description": "Creates OpenAPI specification for Drupal resources.", - "homepage": "https://www.drupal.org/project/openapi", - "keywords": [ - "Drupal" - ], + "description": "Allows permissions to be set on each node option such as published and authoring information.", + "homepage": "https://www.drupal.org/project/override_node_options", "support": { - "source": "http://cgit.drupalcode.org/openapi", - "issues": "http://drupal.org/project/issues/openapi" + "source": "https://git.drupalcode.org/project/override_node_options" } }, { - "name": "drupal/openapi_jsonapi", - "version": "2.0.0-rc2", + "name": "drupal/page_manager", + "version": "4.0.0-beta6", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/openapi_jsonapi.git", - "reference": "8.x-2.0-rc2" + "url": "https://git.drupalcode.org/project/page_manager.git", + "reference": "8.x-4.0-beta6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-8.x-2.0-rc2.zip", - "reference": "8.x-2.0-rc2", - "shasum": "8e73be468da60e048e2ac174fd43256fc3238302" + "url": "https://ftp.drupal.org/files/projects/page_manager-8.x-4.0-beta6.zip", + "reference": "8.x-4.0-beta6", + "shasum": "bf0ac07177b1cd6c1a3da80f727f1448221ee98a" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/openapi": "^2", - "drupal/schemata": "^1", - "drupal/schemata_json_schema": "*" + "drupal/core": "^8.8 || ^9", + "drupal/ctools": "^3.1" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-rc2", - "datestamp": "1583438671", + "version": "8.x-4.0-beta6", + "datestamp": "1591125562", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Project has not opted into security advisory coverage!" } + }, + "branch-alias": { + "dev-8.x-4.x": "4.x-dev" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Mateu Aguiló Bosch", - "homepage": "https://www.drupal.org/user/3616626", - "email": "mateu.aguilo.bosch@gmail.com" + "name": "Tim Plunkett", + "homepage": "https://www.drupal.org/u/tim.plunkett", + "role": "Maintainer" }, { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" + "name": "dsnopek", + "homepage": "https://www.drupal.org/user/266527" }, { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "manuel.adan", + "homepage": "https://www.drupal.org/user/516420" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" } ], - "description": "OpenAPI support for the JSON:API module.", - "homepage": "https://www.drupal.org/project/openapi_jsonapi", + "description": "Provides a way to place blocks on a custom page.", + "homepage": "https://www.drupal.org/project/page_manager", "support": { - "source": "https://git.drupalcode.org/project/openapi_jsonapi" + "source": "https://git.drupal.org/project/page_manager.git", + "issues": "https://www.drupal.org/project/issues/page_manager", + "irc": "irc://irc.freenode.org/drupal-contribute" } }, { - "name": "drupal/openapi_rest", - "version": "2.0.0-rc2", + "name": "drupal/panels", + "version": "4.4.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/openapi_rest.git", - "reference": "8.x-2.0-rc2" + "url": "https://git.drupalcode.org/project/panels.git", + "reference": "8.x-4.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_rest-8.x-2.0-rc2.zip", - "reference": "8.x-2.0-rc2", - "shasum": "900118dea679f0d9e2f2c92eb2744e6793494adb" + "url": "https://ftp.drupal.org/files/projects/panels-8.x-4.4.zip", + "reference": "8.x-4.4", + "shasum": "5fca771d5a6d25dc955192cab95a603f00cde8ee" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/openapi": "^2.0", - "drupal/schemata": "*", - "drupal/schemata_json_schema": "*" + "drupal/core": "^8.3", + "drupal/ctools": ">=3.0.0" + }, + "require-dev": { + "drupal/page_manager": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-rc2", - "datestamp": "1585779664", + "version": "8.x-4.4", + "datestamp": "1553565784", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE": "https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "API-First Initiative", - "homepage": "https://www.drupal.org/user/3616626" + "name": "Jakob Perry", + "homepage": "https://www.drupal.org/u/japerry" }, { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" + "name": "Samuel Mortenson", + "homepage": "https://www.drupal.org/u/samuel.mortenson" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/74958/committers" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" }, { "name": "phenaproxima", "homepage": "https://www.drupal.org/user/205645" }, { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" } ], - "description": "OpenAPI support for the REST module.", - "homepage": "https://www.drupal.org/project/openapi_rest", + "description": "Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.", + "homepage": "https://www.drupal.org/project/panels", "support": { - "source": "https://git.drupalcode.org/project/openapi_rest" + "source": "http://git.drupal.org/project/panels.git", + "issues": "https://www.drupal.org/project/issues/panels", + "irc": "irc://irc.freenode.org/drupal-scotch" } }, { - "name": "drupal/openapi_ui", - "version": "1.0.0-rc2", + "name": "drupal/paragraph_view_mode", + "version": "2.0.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/openapi_ui.git", - "reference": "8.x-1.0-rc2" + "url": "https://git.drupalcode.org/project/paragraph_view_mode.git", + "reference": "2.0.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_ui-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "0db4b1a876636bd3ab26b141230f9e4e3f0ca514" + "url": "https://ftp.drupal.org/files/projects/paragraph_view_mode-2.0.1.zip", + "reference": "2.0.1", + "shasum": "f0032635ee78c9d7c3286f928d861a79812dc3a2" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "^8.9 || ^9.0", + "drupal/paragraphs": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1560864485", + "version": "2.0.1", + "datestamp": "1605481252", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "Mariusz Andrzejewski (sayco)", + "homepage": "https://www.drupal.org/u/sayco", + "role": "Maintainer" + }, + { + "name": "volodymyr.umanets", + "homepage": "https://www.drupal.org/user/3565617" } ], - "description": "Provides plugin system for OpenAPI/Swagger Interface libraries.", - "homepage": "https://www.drupal.org/project/openapi_ui", + "description": "This tiny module is meant to easily reuse the same paragraph types with different view mode (display mode).", + "homepage": "https://www.drupal.org/project/paragraph_view_mode", "support": { - "source": "https://git.drupalcode.org/project/openapi_ui" + "source": "https://git.drupalcode.org/project/paragraph_view_mode", + "issues": "https://www.drupal.org/project/issues/paragraph_view_mode" } }, { - "name": "drupal/openapi_ui_redoc", - "version": "1.0.0-rc2", + "name": "drupal/paragraphs", + "version": "1.12.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/openapi_ui_redoc.git", - "reference": "8.x-1.0-rc2" + "url": "https://git.drupalcode.org/project/paragraphs.git", + "reference": "8.x-1.12" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_ui_redoc-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "154b16e3905d0f9e239c90cfdea9d8cb544013da" + "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.12.zip", + "reference": "8.x-1.12", + "shasum": "3b67d8af1160af42d93a4610be1e02869e428965" }, "require": { - "drupal/core": "~8.0", - "drupal/openapi_ui": "*" + "drupal/core": "^8.8 || ^9", + "drupal/entity_reference_revisions": "~1.3" + }, + "require-dev": { + "drupal/block_field": "~1.0", + "drupal/ctools": "3.x-dev", + "drupal/diff": "~1.0", + "drupal/entity_browser": "2.x-dev", + "drupal/entity_usage": "2.x-dev", + "drupal/field_group": "3.x-dev", + "drupal/inline_entity_form": "~1.0", + "drupal/paragraphs-paragraphs_library": "*", + "drupal/replicate": "~1.0", + "drupal/search_api": "~1.0", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1538143680", + "version": "8.x-1.12", + "datestamp": "1590140081", "security-coverage": { - "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } - } - }, - "notification-url": "https://packages.drupal.org/8/downloads", + }, + "patches_applied": { + "3090200: Fixes permission issues when editing non-published paragraphs": "https://www.drupal.org/files/issues/2020-07-08/access-controll-issue-3090200-22.patch", + "2901390: Fixes 'null langcode' error when saving paragraphs to custom layout": "https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ "GPL-2.0-or-later" ], "authors": [ { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "Frans", + "homepage": "https://www.drupal.org/user/514222" + }, + { + "name": "Primsi", + "homepage": "https://www.drupal.org/user/282629" + }, + { + "name": "jeroen.b", + "homepage": "https://www.drupal.org/user/1853532" + }, + { + "name": "jstoller", + "homepage": "https://www.drupal.org/user/99012" + }, + { + "name": "miro_dietiker", + "homepage": "https://www.drupal.org/user/227761" } ], - "description": "Provides display of OpenAPI docs using the ReDoc library.", - "homepage": "https://www.drupal.org/project/openapi_ui_redoc", + "description": "Enables the creation of Paragraphs entities.", + "homepage": "https://www.drupal.org/project/paragraphs", "support": { - "source": "https://git.drupalcode.org/project/openapi_ui_redoc" + "source": "https://git.drupalcode.org/project/paragraphs" } }, { - "name": "drupal/openapi_ui_swagger", - "version": "1.0.0-rc3", + "name": "drupal/paragraphs_entity_embed", + "version": "2.0.0-alpha2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/openapi_ui_swagger.git", - "reference": "8.x-1.0-rc3" + "url": "https://git.drupalcode.org/project/paragraphs_entity_embed.git", + "reference": "8.x-2.0-alpha2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/openapi_ui_swagger-8.x-1.0-rc3.zip", - "reference": "8.x-1.0-rc3", - "shasum": "734b7d994254801a9c02bc7b4d030d237ec93297" + "url": "https://ftp.drupal.org/files/projects/paragraphs_entity_embed-8.x-2.0-alpha2.zip", + "reference": "8.x-2.0-alpha2", + "shasum": "a95c18fb9579879cc9b1722508b8ed276df858a7" }, "require": { - "drupal/core": "~8.0", - "drupal/openapi_ui": "^1.0", - "swagger-api/swagger-ui": "^3.0.17" + "drupal/core": "^8.9 || ^9", + "drupal/embed": "*", + "drupal/entity_embed": "*", + "drupal/paragraphs": "*" + }, + "require-dev": { + "drupal/embed": "^1.4", + "drupal/entity_embed": "^1.1", + "drupal/paragraphs": "^1.12" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - }, "drupal": { - "version": "8.x-1.0-rc3", - "datestamp": "1545018184", + "version": "8.x-2.0-alpha2", + "datestamp": "1601818840", "security-coverage": { "status": "not-covered", - "message": "RC releases are not covered by Drupal security advisories." + "message": "Project has not opted into security advisory coverage!" } } }, @@ -8806,42 +7701,57 @@ ], "authors": [ { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "Nikolay Ignatov", + "homepage": "https://www.drupal.org/user/2301376", + "email": "nikolai.ignatov@gmail.com", + "role": "Creator and Maintainer" + }, + { + "name": "Dobrin Dobrev", + "homepage": "https://www.drupal.org/user/1443204", + "email": "ddobrev81@gmail.com", + "role": "Maintainer" + }, + { + "name": "Milka Petkova", + "homepage": "https://www.drupal.org/user/2803987", + "email": "milka.petkova.88@gmail.com", + "role": "Maintainer" + }, + { + "name": "skek", + "homepage": "https://www.drupal.org/user/417078" } ], - "description": "Creates OpenAPI specification for Drupal REST resources.", - "homepage": "https://www.drupal.org/project/openapi_ui_swagger", - "keywords": [ - "Drupal" - ], + "description": "Allows for paragraph entities to be embedded as items into the CKE editor.", + "homepage": "https://www.drupal.org/project/paragraphs_entity_embed", "support": { - "source": "http://cgit.drupalcode.org/openapi_ui_swagger", - "issues": "http://drupal.org/project/issues/openapi_ui_swagger" + "source": "https://git.drupalcode.org/project/paragraphs_entity_embed", + "issues": "https://www.drupal.org/project/issues/paragraphs_entity_embed" } }, { - "name": "drupal/override_node_options", - "version": "2.6.0", + "name": "drupal/path_file", + "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/override_node_options.git", - "reference": "8.x-2.6" + "url": "https://git.drupalcode.org/project/path_file.git", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/override_node_options-8.x-2.6.zip", - "reference": "8.x-2.6", - "shasum": "bb164546d4d40e183a92173e44e7fd75cffdee38" + "url": "https://ftp.drupal.org/files/projects/path_file-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "f61e339d6829a8da0997e4738e442d58b0f7140e" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.6", - "datestamp": "1606950754", + "version": "8.x-1.1", + "datestamp": "1627934339", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -8850,51 +7760,64 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Oliver Davies", - "homepage": "https://www.drupal.org/user/381388", - "email": "oliver@oliverdavies.uk" + "name": "dtraft", + "homepage": "https://www.drupal.org/user/3237305" + }, + { + "name": "miedward", + "homepage": "https://www.drupal.org/user/126511" + }, + { + "name": "peezy", + "homepage": "https://www.drupal.org/user/367215" } ], - "description": "Allows permissions to be set on each node option such as published and authoring information.", - "homepage": "https://www.drupal.org/project/override_node_options", + "description": "Creates a new content type which can will render a file at the given path.", + "homepage": "https://www.drupal.org/project/path_file", "support": { - "source": "https://git.drupalcode.org/project/override_node_options" + "source": "https://git.drupalcode.org/project/path_file" } }, { - "name": "drupal/page_manager", - "version": "4.0.0-beta6", + "name": "drupal/pathauto", + "version": "1.8.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/page_manager.git", - "reference": "8.x-4.0-beta6" + "url": "https://git.drupalcode.org/project/pathauto.git", + "reference": "8.x-1.8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/page_manager-8.x-4.0-beta6.zip", - "reference": "8.x-4.0-beta6", - "shasum": "bf0ac07177b1cd6c1a3da80f727f1448221ee98a" + "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.8.zip", + "reference": "8.x-1.8", + "shasum": "ede3216abb9c4f77709338d9147334c595046329" }, "require": { "drupal/core": "^8.8 || ^9", - "drupal/ctools": "^3.1" + "drupal/ctools": "*", + "drupal/token": "*" + }, + "suggest": { + "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability." }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.0-beta6", - "datestamp": "1591125562", + "version": "8.x-1.8", + "datestamp": "1588103046", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, - "branch-alias": { - "dev-8.x-4.x": "4.x-dev" + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -8903,305 +7826,265 @@ ], "authors": [ { - "name": "Tim Plunkett", - "homepage": "https://www.drupal.org/u/tim.plunkett", - "role": "Maintainer" - }, - { - "name": "dsnopek", - "homepage": "https://www.drupal.org/user/266527" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "manuel.adan", - "homepage": "https://www.drupal.org/user/516420" + "name": "Freso", + "homepage": "https://www.drupal.org/user/27504" }, { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" } ], - "description": "Provides a way to place blocks on a custom page.", - "homepage": "https://www.drupal.org/project/page_manager", + "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", + "homepage": "https://www.drupal.org/project/pathauto", "support": { - "source": "https://git.drupal.org/project/page_manager.git", - "issues": "https://www.drupal.org/project/issues/page_manager", - "irc": "irc://irc.freenode.org/drupal-contribute" + "source": "https://cgit.drupalcode.org/pathauto", + "issues": "https://www.drupal.org/project/issues/pathauto", + "documentation": "https://www.drupal.org/docs/8/modules/pathauto" } }, { - "name": "drupal/panelizer", - "version": "4.4.0", + "name": "drupal/r4032login", + "version": "2.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/panelizer.git", - "reference": "8.x-4.4" + "url": "https://git.drupalcode.org/project/r4032login.git", + "reference": "2.1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/panelizer-8.x-4.4.zip", - "reference": "8.x-4.4", - "shasum": "2d19f0be1ad05a0882a276befabf746041b1b5d8" + "url": "https://ftp.drupal.org/files/projects/r4032login-2.1.0.zip", + "reference": "2.1.0", + "shasum": "2004f3ea4a4d4e0f08cdcd75f6f89c3f58d903fa" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/ctools": ">=3.1.0", - "drupal/ctools_block": "*", - "drupal/panels": ">=4.4.0", - "drupal/panels_ipe": "*" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.4", - "datestamp": "1588097387", + "version": "2.1.0", + "datestamp": "1615710471", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "branch-alias": { - "dev-8.x-4.x": "4.x-dev" - }, - "patches_applied": { - "2778565 - Multilingual support for Panelizer": "https://www.drupal.org/files/issues/2020-03-23/2778565-47.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Damien McKenna", - "homepage": "https://www.drupal.org/u/damienmckenna" + "name": "Bevan", + "homepage": "https://www.drupal.org/user/49989" }, { - "name": "Kris Vanderwater", - "homepage": "https://www.drupal.org/u/eclipsegc" + "name": "Nixou", + "homepage": "https://www.drupal.org/user/2304734" }, { - "name": "David Snopek", - "homepage": "https://www.drupal.org/u/dsnopek" + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" }, { - "name": "Jakob Perry", - "homepage": "https://www.drupal.org/u/japerry" + "name": "Sk8erPeter", + "homepage": "https://www.drupal.org/user/1441344" }, { - "name": "Earl Miles", - "homepage": "https://www.drupal.org/u/merlinofchaos" + "name": "bdone", + "homepage": "https://www.drupal.org/user/687670" }, { - "name": "See other contributors", - "homepage": "https://www.drupal.org/node/1072922/committers" + "name": "deekayen", + "homepage": "https://www.drupal.org/user/972" }, { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" + "name": "lotyrin", + "homepage": "https://www.drupal.org/user/216580" }, { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "name": "ms2011", + "homepage": "https://www.drupal.org/user/108440" + }, + { + "name": "pwolanin", + "homepage": "https://www.drupal.org/user/49851" + }, + { + "name": "shrop", + "homepage": "https://www.drupal.org/user/14767" } ], - "description": "Allow any entity view mode to be rendered using a Panels display.", - "homepage": "https://www.drupal.org/project/panelizer", + "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.", + "homepage": "https://www.drupal.org/project/r4032login", "support": { - "source": "http://git.drupal.org/project/panelizer.git", - "issues": "https://www.drupal.org/project/issues/panelizer", - "irc": "irc://irc.freenode.org/drupal-scotch" + "source": "https://git.drupalcode.org/project/r4032login" } }, { - "name": "drupal/panels", - "version": "4.4.0", + "name": "drupal/redirect", + "version": "1.6.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/panels.git", - "reference": "8.x-4.4" + "url": "https://git.drupalcode.org/project/redirect.git", + "reference": "8.x-1.6" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/panels-8.x-4.4.zip", - "reference": "8.x-4.4", - "shasum": "5fca771d5a6d25dc955192cab95a603f00cde8ee" + "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip", + "reference": "8.x-1.6", + "shasum": "f848e001deac8425ae57d4b9397087c491d37294" }, "require": { - "drupal/core": "^8.3", - "drupal/ctools": ">=3.0.0" - }, - "require-dev": { - "drupal/page_manager": "*" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.4", - "datestamp": "1553565784", + "version": "8.x-1.6", + "datestamp": "1589312204", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "patches_applied": { - "2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE": "https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Jakob Perry", - "homepage": "https://www.drupal.org/u/japerry" - }, - { - "name": "Samuel Mortenson", - "homepage": "https://www.drupal.org/u/samuel.mortenson" - }, - { - "name": "See other contributors", - "homepage": "https://www.drupal.org/node/74958/committers" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "joelpittet", - "homepage": "https://www.drupal.org/user/160302" - }, - { - "name": "merlinofchaos", - "homepage": "https://www.drupal.org/user/26979" - }, - { - "name": "neclimdul", - "homepage": "https://www.drupal.org/user/48673" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "samuel.mortenson", - "homepage": "https://www.drupal.org/user/2582268" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "name": "pifagor", + "homepage": "https://www.drupal.org/user/2375692" } ], - "description": "Core Panels display functions; provides no external UI, at least one other Panels module should be enabled.", - "homepage": "https://www.drupal.org/project/panels", + "description": "Allows users to redirect from old URLs to new URLs.", + "homepage": "https://www.drupal.org/project/redirect", "support": { - "source": "http://git.drupal.org/project/panels.git", - "issues": "https://www.drupal.org/project/issues/panels", - "irc": "irc://irc.freenode.org/drupal-scotch" + "source": "https://git.drupalcode.org/project/redirect" } }, { - "name": "drupal/panels_ipe", - "version": "4.4.0", + "name": "drupal/search_api", + "version": "1.17.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/search_api.git", + "reference": "8.x-1.17" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.17.zip", + "reference": "8.x-1.17", + "shasum": "a9f3352f1c8c893c7032c11f00a23f76b9733b56" + }, "require": { - "drupal/core": "^8", - "drupal/panels": "self.version" + "drupal/core": "^8.8 || ^9" }, - "type": "metapackage", + "conflict": { + "drupal/search_api_solr": "2.* || 3.0 || 3.1" + }, + "require-dev": { + "drupal/language_fallback_fix": "@dev", + "drupal/search_api_autocomplete": "@dev", + "drupal/search_api_db": "*" + }, + "suggest": { + "drupal/facets": "Adds the ability to create faceted searches.", + "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.", + "drupal/search_api_solr": "Adds support for using Apache Solr as a backend." + }, + "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.4", - "datestamp": "1553565784", + "version": "8.x-1.17", + "datestamp": "1594482952", "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" + "GPL-2.0+" ], "authors": [ { - "name": "EclipseGc", - "homepage": "https://www.drupal.org/user/61203" - }, - { - "name": "Letharion", - "homepage": "https://www.drupal.org/user/373603" - }, - { - "name": "esmerel", - "homepage": "https://www.drupal.org/user/164022" - }, - { - "name": "japerry", - "homepage": "https://www.drupal.org/user/45640" - }, - { - "name": "joelpittet", - "homepage": "https://www.drupal.org/user/160302" - }, - { - "name": "merlinofchaos", - "homepage": "https://www.drupal.org/user/26979" - }, - { - "name": "neclimdul", - "homepage": "https://www.drupal.org/user/48673" - }, - { - "name": "phenaproxima", - "homepage": "https://www.drupal.org/user/205645" + "name": "Thomas Seidl", + "homepage": "https://www.drupal.org/u/drunken-monkey" }, { - "name": "samuel.mortenson", - "homepage": "https://www.drupal.org/user/2582268" + "name": "Nick Veenhof", + "homepage": "https://www.drupal.org/u/nick_vh" }, { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/790418/committers" } ], - "description": "Panels In-place editor.", - "homepage": "https://www.drupal.org/project/panels", + "description": "Provides a generic framework for modules offering search capabilities.", + "homepage": "https://www.drupal.org/project/search_api", "support": { - "source": "https://git.drupalcode.org/project/panels" + "source": "https://git.drupalcode.org/project/search_api", + "issues": "https://www.drupal.org/project/issues/search_api", + "irc": "irc://irc.freenode.org/drupal-search-api" } }, { - "name": "drupal/paragraph_view_mode", - "version": "2.0.1", + "name": "drupal/simplesamlphp_auth", + "version": "3.2.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/paragraph_view_mode.git", - "reference": "2.0.1" + "url": "https://git.drupalcode.org/project/simplesamlphp_auth.git", + "reference": "8.x-3.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraph_view_mode-2.0.1.zip", - "reference": "2.0.1", - "shasum": "f0032635ee78c9d7c3286f928d861a79812dc3a2" + "url": "https://ftp.drupal.org/files/projects/simplesamlphp_auth-8.x-3.2.zip", + "reference": "8.x-3.2", + "shasum": "a5a2b10fc873eb8669929ad1a6d9599e47a2ca99" }, "require": { - "drupal/core": "^8.9 || ^9.0", - "drupal/paragraphs": "*" + "drupal/core": "^8.7|^9.0", + "drupal/externalauth": "^1.1", + "simplesamlphp/simplesamlphp": "^1.18.2" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.1", - "datestamp": "1605481252", + "version": "8.x-3.2", + "datestamp": "1580423953", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "patches_applied": { + "2983154: Redirect to original destination after logging in": "https://www.drupal.org/files/issues/2020-01-02/simplesamlphp_auth-return-to-destination-parameter-2983154-8-D8.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -9210,69 +8093,63 @@ ], "authors": [ { - "name": "Mariusz Andrzejewski (sayco)", - "homepage": "https://www.drupal.org/u/sayco", - "role": "Maintainer" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "volodymyr.umanets", - "homepage": "https://www.drupal.org/user/3565617" + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "dakku", + "homepage": "https://www.drupal.org/user/97634" + }, + { + "name": "geekwisdom", + "homepage": "https://www.drupal.org/user/1662" + }, + { + "name": "snufkin", + "homepage": "https://www.drupal.org/user/58645" + }, + { + "name": "svendecabooter", + "homepage": "https://www.drupal.org/user/35369" } ], - "description": "This tiny module is meant to easily reuse the same paragraph types with different view mode (display mode).", - "homepage": "https://www.drupal.org/project/paragraph_view_mode", + "description": "Allows users to authenticate to a remote SAML identity provider (IdP) via a locally configured SimpleSAMLphp service point (SP).", + "homepage": "https://www.drupal.org/project/simplesamlphp_auth", "support": { - "source": "https://git.drupalcode.org/project/paragraph_view_mode", - "issues": "https://www.drupal.org/project/issues/paragraph_view_mode" + "source": "https://git.drupalcode.org/project/simplesamlphp_auth" } }, { - "name": "drupal/paragraphs", - "version": "1.12.0", + "name": "drupal/slick", + "version": "2.2.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/paragraphs.git", - "reference": "8.x-1.12" + "url": "https://git.drupalcode.org/project/slick.git", + "reference": "8.x-2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs-8.x-1.12.zip", - "reference": "8.x-1.12", - "shasum": "3b67d8af1160af42d93a4610be1e02869e428965" + "url": "https://ftp.drupal.org/files/projects/slick-8.x-2.2.zip", + "reference": "8.x-2.2", + "shasum": "789395b52697b6cee27648e478c4e579eee9540b" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/entity_reference_revisions": "~1.3" - }, - "require-dev": { - "drupal/block_field": "~1.0", - "drupal/ctools": "3.x-dev", - "drupal/diff": "~1.0", - "drupal/entity_browser": "2.x-dev", - "drupal/entity_usage": "2.x-dev", - "drupal/field_group": "3.x-dev", - "drupal/inline_entity_form": "~1.0", - "drupal/paragraphs-paragraphs_library": "*", - "drupal/replicate": "~1.0", - "drupal/search_api": "~1.0", - "drupal/search_api_db": "*" - }, - "suggest": { - "drupal/entity_browser": "Recommended for an improved user experience when using the Paragraphs library module" + "drupal/blazy": "~2.0", + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.12", - "datestamp": "1590140081", + "version": "8.x-2.2", + "datestamp": "1588861104", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "patches_applied": { - "3090200: Fixes permission issues when editing non-published paragraphs": "https://www.drupal.org/files/issues/2020-07-08/access-controll-issue-3090200-22.patch", - "2901390: Fixes 'null langcode' error when saving paragraphs to custom layout": "https://www.drupal.org/files/issues/2020-06-25/paragraphs-2901390-51.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -9281,69 +8158,57 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "Frans", - "homepage": "https://www.drupal.org/user/514222" - }, - { - "name": "Primsi", - "homepage": "https://www.drupal.org/user/282629" - }, - { - "name": "jeroen.b", - "homepage": "https://www.drupal.org/user/1853532" + "name": "Contributors", + "homepage": "https://www.drupal.org/node/2232779/committers", + "role": "Contributors" }, { - "name": "jstoller", - "homepage": "https://www.drupal.org/user/99012" + "name": "gausarts", + "homepage": "https://www.drupal.org/user/159062" }, { - "name": "miro_dietiker", - "homepage": "https://www.drupal.org/user/227761" + "name": "thalles", + "homepage": "https://www.drupal.org/user/3589086" } ], - "description": "Enables the creation of Paragraphs entities.", - "homepage": "https://www.drupal.org/project/paragraphs", + "description": "Slick carousel, the last carousel you'll ever need.", + "homepage": "https://drupal.org/project/slick", + "keywords": [ + "Drupal", + "carousel", + "slideshow" + ], "support": { - "source": "https://git.drupalcode.org/project/paragraphs" + "source": "https://git.drupalcode.org/project/slick", + "issues": "https://drupal.org/project/issues/slick" } }, { - "name": "drupal/paragraphs_entity_embed", - "version": "2.0.0-alpha2", + "name": "drupal/slick_entityreference", + "version": "2.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/paragraphs_entity_embed.git", - "reference": "8.x-2.0-alpha2" + "url": "https://git.drupalcode.org/project/slick_entityreference.git", + "reference": "8.x-2.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/paragraphs_entity_embed-8.x-2.0-alpha2.zip", - "reference": "8.x-2.0-alpha2", - "shasum": "a95c18fb9579879cc9b1722508b8ed276df858a7" + "url": "https://ftp.drupal.org/files/projects/slick_entityreference-8.x-2.0.zip", + "reference": "8.x-2.0", + "shasum": "168195cc1a200b7c323509129d1e0d292c135810" }, "require": { - "drupal/core": "^8.9 || ^9", - "drupal/embed": "*", - "drupal/entity_embed": "*", - "drupal/paragraphs": "*" - }, - "require-dev": { - "drupal/embed": "^1.4", - "drupal/entity_embed": "^1.1", - "drupal/paragraphs": "^1.12" + "drupal/core": "^8 || ^9", + "drupal/slick": "~2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0-alpha2", - "datestamp": "1601818840", + "version": "8.x-2.0", + "datestamp": "1581259945", "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, @@ -9353,57 +8218,49 @@ ], "authors": [ { - "name": "Nikolay Ignatov", - "homepage": "https://www.drupal.org/user/2301376", - "email": "nikolai.ignatov@gmail.com", - "role": "Creator and Maintainer" - }, - { - "name": "Dobrin Dobrev", - "homepage": "https://www.drupal.org/user/1443204", - "email": "ddobrev81@gmail.com", - "role": "Maintainer" + "name": "alanburke", + "homepage": "https://www.drupal.org/user/35997" }, { - "name": "Milka Petkova", - "homepage": "https://www.drupal.org/user/2803987", - "email": "milka.petkova.88@gmail.com", - "role": "Maintainer" + "name": "dpacassi", + "homepage": "https://www.drupal.org/user/2831253" }, { - "name": "skek", - "homepage": "https://www.drupal.org/user/417078" + "name": "mikl", + "homepage": "https://www.drupal.org/user/58679" } ], - "description": "Allows for paragraph entities to be embedded as items into the CKE editor.", - "homepage": "https://www.drupal.org/project/paragraphs_entity_embed", + "description": "Slick entity reference fields for the Slick carousel.", + "homepage": "https://drupal.org/project/slick_entityreference", "support": { - "source": "https://git.drupalcode.org/project/paragraphs_entity_embed", - "issues": "https://www.drupal.org/project/issues/paragraphs_entity_embed" + "source": "https://cgit.drupalcode.org/slick_entityreference", + "issues": "https://drupal.org/project/issues/slick_entityreference" } }, { - "name": "drupal/path_file", - "version": "1.1.0", + "name": "drupal/slick_paragraphs", + "version": "2.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/path_file.git", - "reference": "8.x-1.1" + "url": "https://git.drupalcode.org/project/slick_paragraphs.git", + "reference": "8.x-2.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/path_file-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "f61e339d6829a8da0997e4738e442d58b0f7140e" + "url": "https://ftp.drupal.org/files/projects/slick_paragraphs-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "e9938026fc906d0dc543b746c52b3546fe973f5e" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8 || ^9", + "drupal/paragraphs": "~1.0", + "drupal/slick": "~2.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1627934339", + "version": "8.x-2.1", + "datestamp": "1613474922", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9412,55 +8269,60 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "dtraft", - "homepage": "https://www.drupal.org/user/3237305" - }, - { - "name": "miedward", - "homepage": "https://www.drupal.org/user/126511" + "name": "Gaus Surahman", + "homepage": "https://www.drupal.org/u/gausarts", + "role": "Maintainer" }, { - "name": "peezy", - "homepage": "https://www.drupal.org/user/367215" + "name": "Contributors", + "homepage": "https://www.drupal.org/node/2791135/committers", + "role": "Contributor" } ], - "description": "Creates a new content type which can will render a file at the given path.", - "homepage": "https://www.drupal.org/project/path_file", + "description": "Provides Slick Carousel integration with Paragraphs.", + "homepage": "https://drupal.org/project/slick_paragraphs", + "keywords": [ + "Drupal", + "Paragraphs", + "carousel", + "slideshow" + ], "support": { - "source": "https://git.drupalcode.org/project/path_file" + "source": "http://cgit.drupalcode.org/slick_paragraphs", + "issues": "https://drupal.org/project/issues/slick_paragraphs" } }, { - "name": "drupal/pathauto", - "version": "1.8.0", + "name": "drupal/smart_date", + "version": "3.3.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/pathauto.git", - "reference": "8.x-1.8" + "url": "https://git.drupalcode.org/project/smart_date.git", + "reference": "3.3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/pathauto-8.x-1.8.zip", - "reference": "8.x-1.8", - "shasum": "ede3216abb9c4f77709338d9147334c595046329" + "url": "https://ftp.drupal.org/files/projects/smart_date-3.3.0.zip", + "reference": "3.3.0", + "shasum": "ee4370a357894ef085cc7c63a0899f64030e83d2" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/ctools": "*", - "drupal/token": "*" + "drupal/core": "^8 || ^9", + "php": ">=7.1", + "simshaun/recurr": "^4" }, "suggest": { - "drupal/redirect": "When installed Pathauto will provide a new \"Update Action\" in case your URLs change. This is the recommended update action and is considered the best practice for SEO and usability." + "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows." }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.8", - "datestamp": "1588103046", + "version": "3.3.0", + "datestamp": "1621770912", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9468,7 +8330,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9 || ^10" + "drush.services.yml": "^9" } } }, @@ -9478,56 +8340,60 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "name": "mandclu", + "homepage": "https://www.drupal.org/user/52136" }, { - "name": "Freso", - "homepage": "https://www.drupal.org/user/27504" + "name": "mparker17", + "homepage": "https://www.drupal.org/user/536298" }, { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" + "name": "stefan.korn", + "homepage": "https://www.drupal.org/user/1942204" } ], - "description": "Provides a mechanism for modules to automatically generate aliases for the content they manage.", - "homepage": "https://www.drupal.org/project/pathauto", + "description": "Adds app-like date and recurring date functionality.", + "homepage": "https://www.drupal.org/project/smart_date", + "keywords": [ + "Drupal" + ], "support": { - "source": "https://cgit.drupalcode.org/pathauto", - "issues": "https://www.drupal.org/project/issues/pathauto", - "documentation": "https://www.drupal.org/docs/8/modules/pathauto" + "source": "https://git.drupalcode.org/project/smart_date", + "issues": "https://www.drupal.org/project/issues/smart_date", + "documentation": "https://www.drupal.org/docs/contributed-modules/smart-date" } }, { - "name": "drupal/r4032login", - "version": "2.1.0", + "name": "drupal/stage_file_proxy", + "version": "1.1.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/r4032login.git", - "reference": "2.1.0" + "url": "https://git.drupalcode.org/project/stage_file_proxy.git", + "reference": "8.x-1.1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/r4032login-2.1.0.zip", - "reference": "2.1.0", - "shasum": "2004f3ea4a4d4e0f08cdcd75f6f89c3f58d903fa" + "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "bad4d500e56f4e77adb2704ec5d4efdf52340df8" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": ">=8.7.7" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.1.0", - "datestamp": "1615710471", + "version": "8.x-1.1", + "datestamp": "1601040732", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "stage_file_proxy.drush.services.yml": "^9 || ^10" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -9536,74 +8402,66 @@ ], "authors": [ { - "name": "Bevan", - "homepage": "https://www.drupal.org/user/49989" - }, - { - "name": "Nixou", - "homepage": "https://www.drupal.org/user/2304734" - }, - { - "name": "RobLoach", - "homepage": "https://www.drupal.org/user/61114" + "name": "BarisW", + "homepage": "https://www.drupal.org/user/107229" }, { - "name": "Sk8erPeter", - "homepage": "https://www.drupal.org/user/1441344" + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" }, { - "name": "bdone", - "homepage": "https://www.drupal.org/user/687670" + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" }, { - "name": "deekayen", - "homepage": "https://www.drupal.org/user/972" + "name": "markdorison", + "homepage": "https://www.drupal.org/user/346106" }, { - "name": "lotyrin", - "homepage": "https://www.drupal.org/user/216580" + "name": "moshe weitzman", + "homepage": "https://www.drupal.org/user/23" }, { - "name": "ms2011", - "homepage": "https://www.drupal.org/user/108440" + "name": "msonnabaum", + "homepage": "https://www.drupal.org/user/75278" }, { - "name": "pwolanin", - "homepage": "https://www.drupal.org/user/49851" + "name": "netaustin", + "homepage": "https://www.drupal.org/user/199298" }, { - "name": "shrop", - "homepage": "https://www.drupal.org/user/14767" + "name": "robwilmshurst", + "homepage": "https://www.drupal.org/user/144488" } ], - "description": "Redirect anonymous users from 403 Access Denied pages to the /user/login page.", - "homepage": "https://www.drupal.org/project/r4032login", + "description": "Provides stage_file_proxy module.", + "homepage": "https://www.drupal.org/project/stage_file_proxy", "support": { - "source": "https://git.drupalcode.org/project/r4032login" + "source": "https://git.drupalcode.org/project/stage_file_proxy" } }, { - "name": "drupal/redirect", - "version": "1.6.0", + "name": "drupal/tablefield", + "version": "2.2.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/redirect.git", - "reference": "8.x-1.6" + "url": "https://git.drupalcode.org/project/tablefield.git", + "reference": "8.x-2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/redirect-8.x-1.6.zip", - "reference": "8.x-1.6", - "shasum": "f848e001deac8425ae57d4b9397087c491d37294" + "url": "https://ftp.drupal.org/files/projects/tablefield-8.x-2.2.zip", + "reference": "8.x-2.2", + "shasum": "ea458b0ba1ee6cdfac319c176451fe50027f6bcd" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.6", - "datestamp": "1589312204", + "version": "8.x-2.2", + "datestamp": "1603881752", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9616,221 +8474,187 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" + "name": "JeroenT", + "homepage": "https://www.drupal.org/user/2228934" }, { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" + "name": "Kevin Hankens", + "homepage": "https://www.drupal.org/user/78090" }, { - "name": "pifagor", - "homepage": "https://www.drupal.org/user/2375692" + "name": "Liam Morland", + "homepage": "https://www.drupal.org/user/493050" + }, + { + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" + }, + { + "name": "dsnopek", + "homepage": "https://www.drupal.org/user/266527" + }, + { + "name": "jenlampton", + "homepage": "https://www.drupal.org/user/85586" + }, + { + "name": "lolandese", + "homepage": "https://www.drupal.org/user/210402" + }, + { + "name": "mayurjadhav", + "homepage": "https://www.drupal.org/user/2266604" + }, + { + "name": "vitalie", + "homepage": "https://www.drupal.org/user/175134" } ], - "description": "Allows users to redirect from old URLs to new URLs.", - "homepage": "https://www.drupal.org/project/redirect", + "description": "Defines a generic tabular data field.", + "homepage": "https://www.drupal.org/project/tablefield", "support": { - "source": "https://git.drupalcode.org/project/redirect" + "source": "https://git.drupalcode.org/project/tablefield" } }, { - "name": "drupal/schemata", - "version": "1.0.0-beta2", + "name": "drupal/taxonomy_manager", + "version": "2.0.4", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/schemata.git", - "reference": "8.x-1.0-beta2" + "url": "https://git.drupalcode.org/project/taxonomy_manager.git", + "reference": "2.0.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/schemata-8.x-1.0-beta2.zip", - "reference": "8.x-1.0-beta2", - "shasum": "c50bc45c370073224877a8c72e6d8d5b2ec732d3" + "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.4.zip", + "reference": "2.0.4", + "shasum": "1bb0c27a268e1b9220e908f24b38d36216699ba2" }, "require": { - "drupal/core": "^8 || ^9" - }, - "require-dev": { - "drupal/coder": "^8.2", - "jakub-onderka/php-parallel-lint": "^0.9.2", - "league/json-guard": "^1.0", - "league/json-reference": "^1.0" + "drupal/core": "^8.8 || ^9", + "drupal/jquery_ui": "^1.4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1585777919", + "version": "2.0.4", + "datestamp": "1613054276", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", - "scripts": { - "phpcs": [ - "phpcs --standard=tests/phpcs.xml" - ], - "phpcbf": [ - "phpcbf --standard=tests/phpcs.xml" - ], - "lint": [ - "parallel-lint -e php,module,install,profile,theme,inc --exclude vendor/ --blame ." - ], - "quality": [ - "@lint", - "@phpcs" - ] - }, "license": [ "GPL-2.0+" ], "authors": [ { - "name": "Adam Ross", - "homepage": "https://www.drupal.org/user/346868", - "email": "grayside@gmail.com" - }, - { - "name": "HalfChem", - "homepage": "https://www.drupal.org/user/1608382" - }, - { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" + "name": "JacobSanford", + "homepage": "https://www.drupal.org/user/806538" }, { - "name": "febbraro", - "homepage": "https://www.drupal.org/user/43670" + "name": "VladimirAus", + "homepage": "https://www.drupal.org/user/673120" }, { - "name": "jhedstrom", - "homepage": "https://www.drupal.org/user/208732" + "name": "dragan_bp", + "homepage": "https://www.drupal.org/user/3578037" }, { - "name": "mpotter", - "homepage": "https://www.drupal.org/user/616192" + "name": "joaogarin", + "homepage": "https://www.drupal.org/user/612814" }, { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "kalinchernev", + "homepage": "https://www.drupal.org/user/231185" }, { - "name": "tekante", - "homepage": "https://www.drupal.org/user/640024" + "name": "mh86", + "homepage": "https://www.drupal.org/user/59747" } ], - "description": "Facilitate generation of schema definitions of Drupal 8 data models.", - "homepage": "https://drupal.org/project/schemata", + "description": "This module provides a powerful interface for managing taxonomies.", + "homepage": "https://www.drupal.org/project/taxonomy_manager", "keywords": [ - "Drupal", - "json", - "schema" + "Drupal" ], "support": { - "source": "https://cgit.drupalcode.org/schemata", - "issues": "https://drupal.org/project/issues/schemata" + "source": "https://git.drupalcode.org/project/taxonomy_manager", + "issues": "https://www.drupal.org/project/issues/taxonomy_manager" } }, { - "name": "drupal/schemata_json_schema", - "version": "1.0.0-beta2", + "name": "drupal/taxonomy_term_depth", + "version": "2.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/taxonomy_term_depth.git", + "reference": "8.x-2.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/taxonomy_term_depth-8.x-2.5.zip", + "reference": "8.x-2.5", + "shasum": "e695c4ab3b0c66f199450136900041ec8522719f" + }, "require": { - "drupal/core": "^8 || ^9", - "drupal/schemata": "self.version" + "drupal/core": "^8 || ^9" }, - "type": "metapackage", + "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0-beta2", - "datestamp": "1585777919", + "version": "8.x-2.5", + "datestamp": "1614604967", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "Grayside", - "homepage": "https://www.drupal.org/user/346868" - }, - { - "name": "HalfChem", - "homepage": "https://www.drupal.org/user/1608382" - }, - { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" - }, - { - "name": "febbraro", - "homepage": "https://www.drupal.org/user/43670" - }, - { - "name": "jhedstrom", - "homepage": "https://www.drupal.org/user/208732" - }, - { - "name": "mpotter", - "homepage": "https://www.drupal.org/user/616192" - }, - { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "Cadila", + "homepage": "https://www.drupal.org/user/2669241" }, { - "name": "tekante", - "homepage": "https://www.drupal.org/user/640024" + "name": "miteshmap", + "homepage": "https://www.drupal.org/user/1404966" } ], - "description": "Provides a data models for entity types and bundles in JSON schema format.", - "homepage": "https://www.drupal.org/project/schemata", + "description": "Provides field for storing taxonomy depth value and some wrappers integration with modules", + "homepage": "http://drupal.org/project/taxonomy_term_depth", "support": { - "source": "https://git.drupalcode.org/project/schemata" + "source": "https://git.drupalcode.org/project/taxonomy_term_depth" } }, { - "name": "drupal/search_api", - "version": "1.17.0", + "name": "drupal/token", + "version": "1.7.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/search_api.git", - "reference": "8.x-1.17" + "url": "https://git.drupalcode.org/project/token.git", + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/search_api-8.x-1.17.zip", - "reference": "8.x-1.17", - "shasum": "a9f3352f1c8c893c7032c11f00a23f76b9733b56" + "url": "https://ftp.drupal.org/files/projects/token-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "c7e3a3757282e4c94e3c1fff08d01e22155cb853" }, "require": { "drupal/core": "^8.8 || ^9" }, - "conflict": { - "drupal/search_api_solr": "2.* || 3.0 || 3.1" - }, - "require-dev": { - "drupal/language_fallback_fix": "@dev", - "drupal/search_api_autocomplete": "@dev", - "drupal/search_api_db": "*" - }, - "suggest": { - "drupal/facets": "Adds the ability to create faceted searches.", - "drupal/search_api_autocomplete": "Allows adding autocomplete suggestions to search fields.", - "drupal/search_api_solr": "Adds support for using Apache Solr as a backend." - }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.17", - "datestamp": "1594482952", + "version": "8.x-1.7", + "datestamp": "1589314266", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9838,7 +8662,7 @@ }, "drush": { "services": { - "drush.services.yml": "^9" + "drush.services.yml": "^9 || ^10" } } }, @@ -9848,51 +8672,58 @@ ], "authors": [ { - "name": "Thomas Seidl", - "homepage": "https://www.drupal.org/u/drunken-monkey" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" }, { - "name": "Nick Veenhof", - "homepage": "https://www.drupal.org/u/nick_vh" + "name": "Dave Reid", + "homepage": "https://www.drupal.org/user/53892" }, { - "name": "See other contributors", - "homepage": "https://www.drupal.org/node/790418/committers" + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "fago", + "homepage": "https://www.drupal.org/user/16747" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "mikeryan", + "homepage": "https://www.drupal.org/user/4420" } ], - "description": "Provides a generic framework for modules offering search capabilities.", - "homepage": "https://www.drupal.org/project/search_api", + "description": "Provides a user interface for the Token API, some missing core tokens.", + "homepage": "https://www.drupal.org/project/token", "support": { - "source": "https://git.drupalcode.org/project/search_api", - "issues": "https://www.drupal.org/project/issues/search_api", - "irc": "irc://irc.freenode.org/drupal-search-api" + "source": "https://git.drupalcode.org/project/token" } }, { - "name": "drupal/simple_gmap", - "version": "3.0.0", + "name": "drupal/transliterate_filenames", + "version": "1.5.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/simple_gmap.git", - "reference": "3.0.0" + "url": "https://git.drupalcode.org/project/transliterate_filenames.git", + "reference": "8.x-1.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/simple_gmap-3.0.0.zip", - "reference": "3.0.0", - "shasum": "ad74aaec5a1eec64cc72a8d4a272564c53ee7594" + "url": "https://ftp.drupal.org/files/projects/transliterate_filenames-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "c2f103a188b8ea19f380fae29434e1064c40dd55" }, "require": { "drupal/core": "^8 || ^9" }, - "require-dev": { - "drupal/address": "*" - }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.0.0", - "datestamp": "1591439940", + "version": "8.x-1.5", + "datestamp": "1606460881", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -9905,116 +8736,101 @@ ], "authors": [ { - "name": "jhodgdon", - "homepage": "https://www.drupal.org/user/155601" + "name": "Alexander Dubovskoy", + "homepage": "https://www.drupal.org/u/adubovskoy", + "role": "Maintainer" }, { - "name": "martin107", - "homepage": "https://www.drupal.org/user/2659379" + "name": "Andrei Ivnitskii", + "homepage": "https://www.drupal.org/u/ivnish", + "role": "Maintainer" + }, + { + "name": "ivnish", + "homepage": "https://www.drupal.org/user/3547706" } ], - "description": "Provides a Google Maps link/map formatter for simple Text fields.", - "homepage": "https://www.drupal.org/project/simple_gmap", + "description": "Transliteration for all uploading files (includes fields and ckeditor inline upload)", + "homepage": "https://www.drupal.org/project/transliterate_filenames", "support": { - "source": "https://git.drupalcode.org/project/simple_gmap" + "source": "https://git.drupalcode.org/project/transliterate_filenames", + "issues": "https://www.drupal.org/project/issues/transliterate_filenames" } }, { - "name": "drupal/simple_oauth", - "version": "4.5.0", + "name": "drupal/twig_field_value", + "version": "2.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/simple_oauth.git", - "reference": "8.x-4.5" + "url": "https://git.drupalcode.org/project/twig_field_value.git", + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/simple_oauth-8.x-4.5.zip", - "reference": "8.x-4.5", - "shasum": "e453816aeb9e7c3a2d83dcb3eff855f27b365546" + "url": "https://ftp.drupal.org/files/projects/twig_field_value-2.0.0.zip", + "reference": "2.0.0", + "shasum": "d2d0db6249493542bf9d568970f67d10ce143f90" }, "require": { - "drupal/consumers": "^1.2", - "drupal/core": "^8 || ^9", - "league/oauth2-server": "^7.1", - "php": ">=7.0" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-4.5", - "datestamp": "1588250233", + "version": "2.0.0", + "datestamp": "1587069998", "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+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Mateu Aguiló Bosch", - "homepage": "https://www.drupal.org/user/405824", - "email": "mateu.aguilo.bosch@gmail.com" - }, - { - "name": "e0ipso", - "homepage": "https://www.drupal.org/user/550110" - }, - { - "name": "mglaman", - "homepage": "https://www.drupal.org/user/2416470" - }, - { - "name": "pcambra", - "homepage": "https://www.drupal.org/user/122101" + "name": "Sutharsan", + "homepage": "https://www.drupal.org/user/73854" } ], - "description": "The Simple OAuth module for Drupal", - "homepage": "https://www.drupal.org/project/simple_oauth", + "description": "Twig filters for value(s) and label.", + "homepage": "https://www.drupal.org/project/twig_field_value", "support": { - "source": "https://git.drupalcode.org/project/simple_oauth" + "source": "https://git.drupalcode.org/project/twig_field_value" } }, { - "name": "drupal/simplesamlphp_auth", - "version": "3.2.0", + "name": "drupal/uswds", + "version": "2.2.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/simplesamlphp_auth.git", - "reference": "8.x-3.2" + "url": "https://git.drupalcode.org/project/uswds.git", + "reference": "8.x-2.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/simplesamlphp_auth-8.x-3.2.zip", - "reference": "8.x-3.2", - "shasum": "a5a2b10fc873eb8669929ad1a6d9599e47a2ca99" + "url": "https://ftp.drupal.org/files/projects/uswds-8.x-2.2.zip", + "reference": "8.x-2.2", + "shasum": "894ff1487fb08927330ed85a877744c5829d6297" }, "require": { - "drupal/core": "^8.7|^9.0", - "drupal/externalauth": "^1.1", - "simplesamlphp/simplesamlphp": "^1.18.2" + "drupal/core": "^8.7.7 || ^9" }, - "type": "drupal-module", + "type": "drupal-theme", "extra": { "drupal": { - "version": "8.x-3.2", - "datestamp": "1580423953", + "version": "8.x-2.2", + "datestamp": "1627071665", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } }, "patches_applied": { - "2983154: Redirect to original destination after logging in": "https://www.drupal.org/files/issues/2020-01-02/simplesamlphp_auth-return-to-destination-parameter-2983154-8-D8.patch" + "3083130: fieldset template missing required class": "https://www.drupal.org/files/issues/2019-09-23/fieldset-template-missing-required-class-3083130-2.patch", + "2934855: Make node links into USWDS buttons": "https://www.drupal.org/files/issues/2018-07-17/uswds-d8-node-links-2934855-2.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -10023,62 +8839,57 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "colan", - "homepage": "https://www.drupal.org/user/58704" - }, - { - "name": "dakku", - "homepage": "https://www.drupal.org/user/97634" + "name": "Irisibk", + "homepage": "https://www.drupal.org/user/1175178" }, { - "name": "geekwisdom", - "homepage": "https://www.drupal.org/user/1662" + "name": "JayDarnell", + "homepage": "https://www.drupal.org/user/667566" }, { - "name": "snufkin", - "homepage": "https://www.drupal.org/user/58645" + "name": "brockfanning", + "homepage": "https://www.drupal.org/user/709486" }, { - "name": "svendecabooter", - "homepage": "https://www.drupal.org/user/35369" + "name": "jrglasgow", + "homepage": "https://www.drupal.org/user/36590" } ], - "description": "Allows users to authenticate to a remote SAML identity provider (IdP) via a locally configured SimpleSAMLphp service point (SP).", - "homepage": "https://www.drupal.org/project/simplesamlphp_auth", + "description": "Drupal theme for the Beta v2.0 U.S. Web Design Standards library.", + "homepage": "https://www.drupal.org/project/uswds", "support": { - "source": "https://git.drupalcode.org/project/simplesamlphp_auth" + "source": "http://cgit.drupalcode.org/uswds", + "issues": "https://www.drupal.org/project/issues/uswds?categories=All" } }, { - "name": "drupal/slick", - "version": "2.2.0", + "name": "drupal/uswds_ckeditor_integration", + "version": "1.0.0-beta5", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/slick.git", - "reference": "8.x-2.2" + "url": "https://git.drupalcode.org/project/uswds_ckeditor_integration.git", + "reference": "1.0.0-beta5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/slick-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "789395b52697b6cee27648e478c4e579eee9540b" + "url": "https://ftp.drupal.org/files/projects/uswds_ckeditor_integration-1.0.0-beta5.zip", + "reference": "1.0.0-beta5", + "shasum": "568c0615dc53c810aa97660f905e879f18b8b6b9" }, "require": { - "drupal/blazy": "~2.0", - "drupal/core": "^8.8 || ^9" + "drupal/ckeditor_templates": "^1.2", + "drupal/ckeditor_templates_ui": "^1.4", + "drupal/core": "^8 || ^9", + "drupal/paragraphs_entity_embed": "^2.0@alpha" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.2", - "datestamp": "1588861104", + "version": "1.0.0-beta5", + "datestamp": "1629995546", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." } } }, @@ -10088,57 +8899,48 @@ ], "authors": [ { - "name": "Contributors", - "homepage": "https://www.drupal.org/node/2232779/committers", - "role": "Contributors" - }, - { - "name": "gausarts", - "homepage": "https://www.drupal.org/user/159062" + "name": "Stephen Mustgrave (smustgrave)", + "homepage": "https://www.drupal.org/u/smustgrave", + "role": "Maintainer" }, { - "name": "thalles", - "homepage": "https://www.drupal.org/user/3589086" + "name": "smustgrave", + "homepage": "https://www.drupal.org/user/3252890" } ], - "description": "Slick carousel, the last carousel you'll ever need.", - "homepage": "https://drupal.org/project/slick", - "keywords": [ - "Drupal", - "carousel", - "slideshow" - ], + "description": "Helps integrate some USWDS components into the ckeditor.", + "homepage": "https://www.drupal.org/project/uswds_ckeditor_integration", "support": { - "source": "https://git.drupalcode.org/project/slick", - "issues": "https://drupal.org/project/issues/slick" + "source": "https://git.drupalcode.org/project/uswds_ckeditor_integration", + "issues": "https://www.drupal.org/project/issues/uswds_ckeditor_integration" } }, { - "name": "drupal/slick_entityreference", - "version": "2.0.0", + "name": "drupal/uswds_paragraphs", + "version": "2.0.0-beta1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/slick_entityreference.git", - "reference": "8.x-2.0" + "url": "https://git.drupalcode.org/project/uswds_paragraphs.git", + "reference": "2.0.0-beta1" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/slick_entityreference-8.x-2.0.zip", - "reference": "8.x-2.0", - "shasum": "168195cc1a200b7c323509129d1e0d292c135810" + "url": "https://ftp.drupal.org/files/projects/uswds_paragraphs-2.0.0-beta1.zip", + "reference": "2.0.0-beta1", + "shasum": "e3e4e457ccb4a2c39865a6ca8cfca7cff73be61f" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/slick": "~2.0" + "drupal/core": "^8.8 || ^9", + "drupal/paragraphs": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.0", - "datestamp": "1581259945", + "version": "2.0.0-beta1", + "datestamp": "1615406166", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } } }, @@ -10148,49 +8950,51 @@ ], "authors": [ { - "name": "alanburke", - "homepage": "https://www.drupal.org/user/35997" + "name": "brockfanning", + "homepage": "https://www.drupal.org/user/709486" }, { - "name": "dpacassi", - "homepage": "https://www.drupal.org/user/2831253" + "name": "daniel_j", + "homepage": "https://www.drupal.org/user/970952" }, { - "name": "mikl", - "homepage": "https://www.drupal.org/user/58679" + "name": "fskreuz", + "homepage": "https://www.drupal.org/user/3426415" + }, + { + "name": "jrglasgow", + "homepage": "https://www.drupal.org/user/36590" } ], - "description": "Slick entity reference fields for the Slick carousel.", - "homepage": "https://drupal.org/project/slick_entityreference", + "description": "Paragraph types intended for use with the U.S. Web Design Standards library.", + "homepage": "https://www.drupal.org/project/uswds_paragraphs", "support": { - "source": "https://cgit.drupalcode.org/slick_entityreference", - "issues": "https://drupal.org/project/issues/slick_entityreference" + "source": "http://cgit.drupalcode.org/uswds_paragraphs", + "issues": "https://www.drupal.org/project/issues/uswds_paragraphs?categories=All" } }, { - "name": "drupal/slick_paragraphs", - "version": "2.1.0", + "name": "drupal/variationcache", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/slick_paragraphs.git", - "reference": "8.x-2.1" + "url": "https://git.drupalcode.org/project/variationcache.git", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/slick_paragraphs-8.x-2.1.zip", - "reference": "8.x-2.1", - "shasum": "e9938026fc906d0dc543b746c52b3546fe973f5e" + "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "302bcd0bc4d7c12a9d18ad4f531d1c65fdac65b1" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/paragraphs": "~1.0", - "drupal/slick": "~2.0" + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.1", - "datestamp": "1613474922", + "version": "8.x-1.0", + "datestamp": "1588927568", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10203,65 +9007,52 @@ ], "authors": [ { - "name": "Gaus Surahman", - "homepage": "https://www.drupal.org/u/gausarts", + "name": "Kristiaan Van den Eynde", + "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", "role": "Maintainer" }, { - "name": "Contributors", - "homepage": "https://www.drupal.org/node/2791135/committers", - "role": "Contributor" + "name": "Brad Jones", + "homepage": "https://www.drupal.org/u/bradjones1", + "role": "Maintainer" } ], - "description": "Provides Slick Carousel integration with Paragraphs.", - "homepage": "https://drupal.org/project/slick_paragraphs", - "keywords": [ - "Drupal", - "Paragraphs", - "carousel", - "slideshow" - ], + "description": "This project provides VariationCache, a redirect-aware caching implementation.", + "homepage": "http://drupal.org/project/variationcache", "support": { - "source": "http://cgit.drupalcode.org/slick_paragraphs", - "issues": "https://drupal.org/project/issues/slick_paragraphs" + "source": "https://git.drupalcode.org/project/variationcache", + "issues": "https://drupal.org/project/issues/variationcache" } }, { - "name": "drupal/smart_date", - "version": "3.3.0", + "name": "drupal/vefl", + "version": "3.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/smart_date.git", - "reference": "3.3.0" + "url": "https://git.drupalcode.org/project/vefl.git", + "reference": "8.x-3.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/smart_date-3.3.0.zip", - "reference": "3.3.0", - "shasum": "ee4370a357894ef085cc7c63a0899f64030e83d2" + "url": "https://ftp.drupal.org/files/projects/vefl-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "12b19a16ed420d02054199c652a6dd256904c5fc" }, "require": { - "drupal/core": "^8 || ^9", - "php": ">=7.1", - "simshaun/recurr": "^4" + "drupal/core": "^8 || ^9" }, - "suggest": { - "drupal/multiple_fields_remove_button": "Provides a button for editors to remove unwanted rows." + "require-dev": { + "drupal/better_exposed_filters": "^4" }, "type": "drupal-module", "extra": { "drupal": { - "version": "3.3.0", - "datestamp": "1621770912", + "version": "8.x-3.0", + "datestamp": "1581161122", "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", @@ -10270,131 +9061,98 @@ ], "authors": [ { - "name": "mandclu", - "homepage": "https://www.drupal.org/user/52136" - }, - { - "name": "mparker17", - "homepage": "https://www.drupal.org/user/536298" + "name": "dima.iluschenko", + "homepage": "https://www.drupal.org/user/3181949" }, { - "name": "stefan.korn", - "homepage": "https://www.drupal.org/user/1942204" + "name": "skorzh", + "homepage": "https://www.drupal.org/user/813560" } ], - "description": "Adds app-like date and recurring date functionality.", - "homepage": "https://www.drupal.org/project/smart_date", - "keywords": [ - "Drupal" - ], + "description": "Provides functionality to output Views exposed filters in layout.", + "homepage": "https://www.drupal.org/project/vefl", "support": { - "source": "https://git.drupalcode.org/project/smart_date", - "issues": "https://www.drupal.org/project/issues/smart_date", - "documentation": "https://www.drupal.org/docs/contributed-modules/smart-date" + "source": "https://git.drupalcode.org/project/vefl" } }, { - "name": "drupal/stage_file_proxy", - "version": "1.1.0", + "name": "drupal/video_embed_field", + "version": "2.4.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/stage_file_proxy.git", - "reference": "8.x-1.1" + "url": "https://git.drupalcode.org/project/video_embed_field.git", + "reference": "8.x-2.4" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/stage_file_proxy-8.x-1.1.zip", - "reference": "8.x-1.1", - "shasum": "bad4d500e56f4e77adb2704ec5d4efdf52340df8" + "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.4.zip", + "reference": "8.x-2.4", + "shasum": "96b14bb93c1bb6a07b84315a4f87367870f8b574" }, "require": { - "drupal/core": ">=8.7.7" + "drupal/core": "^8.8 || ^9" + }, + "require-dev": { + "drupal/colorbox": "^1.0", + "drupal/video_embed_media": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.1", - "datestamp": "1601040732", + "version": "8.x-2.4", + "datestamp": "1587686337", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "stage_file_proxy.drush.services.yml": "^9 || ^10" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "BarisW", - "homepage": "https://www.drupal.org/user/107229" - }, - { - "name": "geek-merlin", - "homepage": "https://www.drupal.org/user/229048" - }, - { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" - }, - { - "name": "markdorison", - "homepage": "https://www.drupal.org/user/346106" + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" }, { - "name": "moshe weitzman", - "homepage": "https://www.drupal.org/user/23" + "name": "jec006", + "homepage": "https://www.drupal.org/user/855980" }, { - "name": "msonnabaum", - "homepage": "https://www.drupal.org/user/75278" - }, - { - "name": "netaustin", - "homepage": "https://www.drupal.org/user/199298" - }, - { - "name": "robwilmshurst", - "homepage": "https://www.drupal.org/user/144488" + "name": "plopesc", + "homepage": "https://www.drupal.org/user/282415" } ], - "description": "Provides stage_file_proxy module.", - "homepage": "https://www.drupal.org/project/stage_file_proxy", + "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", + "homepage": "https://www.drupal.org/project/video_embed_field", "support": { - "source": "https://git.drupalcode.org/project/stage_file_proxy" + "source": "https://git.drupalcode.org/project/video_embed_field" } }, { - "name": "drupal/tablefield", - "version": "2.2.0", + "name": "drupal/views-views", + "version": "dev-3.x", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/tablefield.git", - "reference": "8.x-2.2" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/tablefield-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "ea458b0ba1ee6cdfac319c176451fe50027f6bcd" + "url": "https://git.drupalcode.org/project/views.git", + "reference": "4e9693774b9ede35c5539c666554d38e0f397dfe" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "~8.0" }, "type": "drupal-module", "extra": { + "branch-alias": { + "dev-3.x": "3.x-dev" + }, "drupal": { - "version": "8.x-2.2", - "datestamp": "1603881752", + "version": "8.x-3.x-dev", + "datestamp": "1339863455", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Dev releases are not covered by Drupal security advisories." } } }, @@ -10404,71 +9162,79 @@ ], "authors": [ { - "name": "JeroenT", - "homepage": "https://www.drupal.org/user/2228934" + "name": "DamienMcKenna", + "homepage": "https://www.drupal.org/user/108450" }, { - "name": "Kevin Hankens", - "homepage": "https://www.drupal.org/user/78090" + "name": "Lendude", + "homepage": "https://www.drupal.org/user/690914" }, { - "name": "Liam Morland", - "homepage": "https://www.drupal.org/user/493050" + "name": "RenatoG", + "homepage": "https://www.drupal.org/user/3326031" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" }, { "name": "colan", "homepage": "https://www.drupal.org/user/58704" }, { - "name": "dsnopek", - "homepage": "https://www.drupal.org/user/266527" + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" }, { - "name": "jenlampton", - "homepage": "https://www.drupal.org/user/85586" + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" }, { - "name": "lolandese", - "homepage": "https://www.drupal.org/user/210402" + "name": "dww", + "homepage": "https://www.drupal.org/user/46549" }, { - "name": "mayurjadhav", - "homepage": "https://www.drupal.org/user/2266604" + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" }, { - "name": "vitalie", - "homepage": "https://www.drupal.org/user/175134" + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" } ], - "description": "Defines a generic tabular data field.", - "homepage": "https://www.drupal.org/project/tablefield", + "homepage": "https://www.drupal.org/project/views", "support": { - "source": "https://git.drupalcode.org/project/tablefield" - } + "source": "https://git.drupalcode.org/project/views" + }, + "time": "2012-10-22T03:07:01+00:00" }, { - "name": "drupal/taxonomy_manager", - "version": "2.0.4", + "name": "drupal/views_add_button", + "version": "1.7.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/taxonomy_manager.git", - "reference": "2.0.4" + "url": "https://git.drupalcode.org/project/views_add_button.git", + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_manager-2.0.4.zip", - "reference": "2.0.4", - "shasum": "1bb0c27a268e1b9220e908f24b38d36216699ba2" + "url": "https://ftp.drupal.org/files/projects/views_add_button-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "499be9433038cac4fa73555e7a656ab55699424a" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/jquery_ui": "^1.4" + "drupal/core": "^8 || ^9", + "drupal/token": "~1.5" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.4", - "datestamp": "1613054276", + "version": "8.x-1.7", + "datestamp": "1614239754", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10477,66 +9243,49 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0" ], "authors": [ { - "name": "JacobSanford", - "homepage": "https://www.drupal.org/user/806538" - }, - { - "name": "VladimirAus", - "homepage": "https://www.drupal.org/user/673120" - }, - { - "name": "dragan_bp", - "homepage": "https://www.drupal.org/user/3578037" - }, - { - "name": "joaogarin", - "homepage": "https://www.drupal.org/user/612814" - }, - { - "name": "kalinchernev", - "homepage": "https://www.drupal.org/user/231185" + "name": "Shawn2516", + "homepage": "https://www.drupal.org/user/3154563" }, { - "name": "mh86", - "homepage": "https://www.drupal.org/user/59747" + "name": "laboratory.mike", + "homepage": "https://www.drupal.org/user/131390" } ], - "description": "This module provides a powerful interface for managing taxonomies.", - "homepage": "https://www.drupal.org/project/taxonomy_manager", - "keywords": [ - "Drupal" - ], + "description": "Views Add Button", + "homepage": "https://www.drupal.org/project/views_add_button", "support": { - "source": "https://git.drupalcode.org/project/taxonomy_manager", - "issues": "https://www.drupal.org/project/issues/taxonomy_manager" + "source": "https://git.drupalcode.org/project/views_add_button", + "issues": "https://www.drupal.org/project/issues/search/views_add_button" } }, { - "name": "drupal/taxonomy_term_depth", - "version": "2.5.0", + "name": "drupal/views_add_button_group", + "version": "2.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/taxonomy_term_depth.git", - "reference": "8.x-2.5" + "url": "https://git.drupalcode.org/project/views_add_button_group.git", + "reference": "2.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/taxonomy_term_depth-8.x-2.5.zip", - "reference": "8.x-2.5", - "shasum": "e695c4ab3b0c66f199450136900041ec8522719f" + "url": "https://ftp.drupal.org/files/projects/views_add_button_group-2.0.0.zip", + "reference": "2.0.0", + "shasum": "ca578f7b27130b0dd3ec102995a904384c31aff5" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8 || ^9", + "drupal/group": "*", + "drupal/views_add_button": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.5", - "datestamp": "1614604967", + "version": "2.0.0", + "datestamp": "1615691595", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10545,119 +9294,114 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Cadila", - "homepage": "https://www.drupal.org/user/2669241" - }, - { - "name": "miteshmap", - "homepage": "https://www.drupal.org/user/1404966" + "name": "laboratory.mike", + "homepage": "https://www.drupal.org/user/131390" } ], - "description": "Provides field for storing taxonomy depth value and some wrappers integration with modules", - "homepage": "http://drupal.org/project/taxonomy_term_depth", + "description": "Enables add buttons for Groups and Group Content.", + "homepage": "https://www.drupal.org/project/views_add_button_group", "support": { - "source": "https://git.drupalcode.org/project/taxonomy_term_depth" + "source": "https://git.drupalcode.org/project/views_add_button_group" } }, { - "name": "drupal/token", - "version": "1.7.0", + "name": "drupal/views_autocomplete_filters", + "version": "1.3.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/token.git", - "reference": "8.x-1.7" + "url": "https://git.drupalcode.org/project/views_autocomplete_filters.git", + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/token-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "c7e3a3757282e4c94e3c1fff08d01e22155cb853" + "url": "https://ftp.drupal.org/files/projects/views_autocomplete_filters-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "55762182e55c70f117d5edb8692049e0881ec4ce" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1589314266", + "version": "8.x-1.3", + "datestamp": "1587146330", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" - }, - { - "name": "Dave Reid", - "homepage": "https://www.drupal.org/user/53892" - }, - { - "name": "eaton", - "homepage": "https://www.drupal.org/user/16496" - }, - { - "name": "fago", - "homepage": "https://www.drupal.org/user/16747" + "name": "RobLoach", + "homepage": "https://www.drupal.org/user/61114" }, { - "name": "greggles", - "homepage": "https://www.drupal.org/user/36762" + "name": "colan", + "homepage": "https://www.drupal.org/user/58704" }, { - "name": "mikeryan", - "homepage": "https://www.drupal.org/user/4420" + "name": "vasike", + "homepage": "https://www.drupal.org/user/156237" } ], - "description": "Provides a user interface for the Token API, some missing core tokens.", - "homepage": "https://www.drupal.org/project/token", + "description": "Add autocomplete functionality to the views filter text fields.", + "homepage": "https://www.drupal.org/project/views_autocomplete_filters", + "keywords": [ + "Drupal", + "views_autocomplete_filters" + ], "support": { - "source": "https://git.drupalcode.org/project/token" + "source": "https://git.drupalcode.org/project/views_autocomplete_filters", + "issues": "https://www.drupal.org/project/issues/views_autocomplete_filters" } }, { - "name": "drupal/transliterate_filenames", - "version": "1.5.0", + "name": "drupal/views_bulk_operations", + "version": "3.13.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/transliterate_filenames.git", - "reference": "8.x-1.5" + "url": "https://git.drupalcode.org/project/views_bulk_operations.git", + "reference": "8.x-3.13" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/transliterate_filenames-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "c2f103a188b8ea19f380fae29434e1064c40dd55" + "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-3.13.zip", + "reference": "8.x-3.13", + "shasum": "70583d08b91be3b5e008f571589425c2176eb73b" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9" + }, + "require-dev": { + "drush/drush": "^10" + }, + "suggest": { + "drush/drush": "^9 || ^10" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1606460881", + "version": "8.x-3.13", + "datestamp": "1619697066", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9 || ^10" + } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -10666,49 +9410,61 @@ ], "authors": [ { - "name": "Alexander Dubovskoy", - "homepage": "https://www.drupal.org/u/adubovskoy", - "role": "Maintainer" + "name": "Marcin Grabias", + "homepage": "https://www.drupal.org/u/graber" }, { - "name": "Andrei Ivnitskii", - "homepage": "https://www.drupal.org/u/ivnish", - "role": "Maintainer" + "name": "Jon Pugh", + "homepage": "https://www.drupal.org/user/17028" }, { - "name": "ivnish", - "homepage": "https://www.drupal.org/user/3547706" + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "infojunkie", + "homepage": "https://www.drupal.org/user/48424" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" } ], - "description": "Transliteration for all uploading files (includes fields and ckeditor inline upload)", - "homepage": "https://www.drupal.org/project/transliterate_filenames", + "description": "Adds an ability to perform bulk operations on selected entities from view results. Provides an API to create such operations.", + "homepage": "https://www.drupal.org/project/views_bulk_operations", "support": { - "source": "https://git.drupalcode.org/project/transliterate_filenames", - "issues": "https://www.drupal.org/project/issues/transliterate_filenames" + "source": "https://git.drupalcode.org/project/views_bulk_operations/-/tree/8.x-3.x", + "issues": "https://www.drupal.org/project/issues/views_bulk_operations?version=8.x", + "docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo" } }, { - "name": "drupal/twig_field_value", - "version": "2.0.0", + "name": "drupal/views_data_export", + "version": "1.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/twig_field_value.git", - "reference": "2.0.0" + "url": "https://git.drupalcode.org/project/views_data_export.git", + "reference": "8.x-1.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/twig_field_value-2.0.0.zip", - "reference": "2.0.0", - "shasum": "d2d0db6249493542bf9d568970f67d10ce143f90" + "url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.0.zip", + "reference": "8.x-1.0", + "shasum": "f1d16fd06ee7574f680e30f6bf5d6a152e3e9f42" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9", + "drupal/csv_serialization": "~1.4 || ~2.0" + }, + "require-dev": { + "drupal/search_api": "~1.12", + "drupal/xls_serialization": "~1.0" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1587069998", + "version": "8.x-1.0", + "datestamp": "1592589996", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -10717,109 +9473,121 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0-or-later" + "GPL-2.0+" ], "authors": [ { - "name": "Sutharsan", - "homepage": "https://www.drupal.org/user/73854" + "name": "Steven Jones", + "homepage": "https://www.drupal.org/user/99644" + }, + { + "name": "amoebanath", + "homepage": "https://www.drupal.org/user/2810799" + }, + { + "name": "james.williams", + "homepage": "https://www.drupal.org/user/592268" + }, + { + "name": "jamsilver", + "homepage": "https://www.drupal.org/user/476732" + }, + { + "name": "jhedstrom", + "homepage": "https://www.drupal.org/user/208732" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" } ], - "description": "Twig filters for value(s) and label.", - "homepage": "https://www.drupal.org/project/twig_field_value", + "description": "Plugin to export views data into various file formats.", + "homepage": "https://www.drupal.org/project/views_data_export", "support": { - "source": "https://git.drupalcode.org/project/twig_field_value" + "source": "https://git.drupalcode.org/project/views_data_export" } }, { - "name": "drupal/uswds", - "version": "2.2.0", + "name": "drupal/views_infinite_scroll", + "version": "1.7.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/uswds.git", - "reference": "8.x-2.2" + "url": "https://git.drupalcode.org/project/views_infinite_scroll.git", + "reference": "8.x-1.7" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/uswds-8.x-2.2.zip", - "reference": "8.x-2.2", - "shasum": "894ff1487fb08927330ed85a877744c5829d6297" + "url": "https://ftp.drupal.org/files/projects/views_infinite_scroll-8.x-1.7.zip", + "reference": "8.x-1.7", + "shasum": "42ff1b7c835a2cb0755425999bb8251f19c62fac" }, "require": { - "drupal/core": "^8.7.7 || ^9" + "drupal/core": "^8.8 || ^9" }, - "type": "drupal-theme", + "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-2.2", - "datestamp": "1627071665", + "version": "8.x-1.7", + "datestamp": "1584489857", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "patches_applied": { - "3083130: fieldset template missing required class": "https://www.drupal.org/files/issues/2019-09-23/fieldset-template-missing-required-class-3083130-2.patch", - "2934855: Make node links into USWDS buttons": "https://www.drupal.org/files/issues/2018-07-17/uswds-d8-node-links-2934855-2.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Irisibk", - "homepage": "https://www.drupal.org/user/1175178" + "name": "Bobík", + "homepage": "https://www.drupal.org/user/123612" }, { - "name": "JayDarnell", - "homepage": "https://www.drupal.org/user/667566" + "name": "Neslee Canil Pinto", + "homepage": "https://www.drupal.org/user/3580850" }, { - "name": "brockfanning", - "homepage": "https://www.drupal.org/user/709486" + "name": "Remon", + "homepage": "https://www.drupal.org/user/143827" }, { - "name": "jrglasgow", - "homepage": "https://www.drupal.org/user/36590" + "name": "Sam152", + "homepage": "https://www.drupal.org/user/1485048" } ], - "description": "Drupal theme for the Beta v2.0 U.S. Web Design Standards library.", - "homepage": "https://www.drupal.org/project/uswds", + "description": "A pager which allows an infinite scroll effect for views.", + "homepage": "https://www.drupal.org/project/views_infinite_scroll", "support": { - "source": "http://cgit.drupalcode.org/uswds", - "issues": "https://www.drupal.org/project/issues/uswds?categories=All" + "source": "https://git.drupalcode.org/project/views_infinite_scroll" } }, { - "name": "drupal/uswds_ckeditor_integration", - "version": "1.0.0-beta5", + "name": "drupal/views_taxonomy_term_name_into_id", + "version": "1.0.0-alpha3", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/uswds_ckeditor_integration.git", - "reference": "1.0.0-beta5" + "url": "https://git.drupalcode.org/project/views_taxonomy_term_name_into_id.git", + "reference": "8.x-1.0-alpha3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/uswds_ckeditor_integration-1.0.0-beta5.zip", - "reference": "1.0.0-beta5", - "shasum": "568c0615dc53c810aa97660f905e879f18b8b6b9" + "url": "https://ftp.drupal.org/files/projects/views_taxonomy_term_name_into_id-8.x-1.0-alpha3.zip", + "reference": "8.x-1.0-alpha3", + "shasum": "49687d7409a01a9426ff09f14ea575d98cdb1418" }, "require": { - "drupal/ckeditor_templates": "^1.2", - "drupal/ckeditor_templates_ui": "^1.4", - "drupal/core": "^8 || ^9", - "drupal/paragraphs_entity_embed": "^2.0@alpha" + "drupal/core": "^8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "1.0.0-beta5", - "datestamp": "1629995546", + "version": "8.x-1.0-alpha3", + "datestamp": "1588893568", "security-coverage": { "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "message": "Alpha releases are not covered by Drupal security advisories." } } }, @@ -10829,160 +9597,206 @@ ], "authors": [ { - "name": "Stephen Mustgrave (smustgrave)", - "homepage": "https://www.drupal.org/u/smustgrave", - "role": "Maintainer" - }, - { - "name": "smustgrave", - "homepage": "https://www.drupal.org/user/3252890" + "name": "dww", + "homepage": "https://www.drupal.org/user/46549" } ], - "description": "Helps integrate some USWDS components into the ckeditor.", - "homepage": "https://www.drupal.org/project/uswds_ckeditor_integration", + "description": "The module provides the Views plugin for a Contextual filter (argument) validator that converts valid term names into IDs.", + "homepage": "https://www.drupal.org/project/views_taxonomy_term_name_into_id", "support": { - "source": "https://git.drupalcode.org/project/uswds_ckeditor_integration", - "issues": "https://www.drupal.org/project/issues/uswds_ckeditor_integration" + "source": "https://git.drupalcode.org/project/views_taxonomy_term_name_into_id" } }, { - "name": "drupal/uswds_paragraphs", - "version": "2.0.0-beta1", + "name": "drupal/viewsreference", + "version": "2.0.0-beta2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/uswds_paragraphs.git", - "reference": "2.0.0-beta1" + "url": "https://git.drupalcode.org/project/viewsreference.git", + "reference": "8.x-2.0-beta2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/uswds_paragraphs-2.0.0-beta1.zip", - "reference": "2.0.0-beta1", - "shasum": "e3e4e457ccb4a2c39865a6ca8cfca7cff73be61f" + "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-2.0-beta2.zip", + "reference": "8.x-2.0-beta2", + "shasum": "146bf8c68e6cbb3805b4368b508d43931fe77c67" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/paragraphs": "*" + "drupal/core": "^8 || ^9" + }, + "conflict": { + "drupal/viewsreferennce": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-beta1", - "datestamp": "1615406166", + "version": "8.x-2.0-beta2", + "datestamp": "1597243219", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Beta releases are not covered by Drupal security advisories." } + }, + "patches_applied": { + "3166490: Fixes missing display upon first adding a list": "https://www.drupal.org/files/issues/2021-01-15/viewsreference-ajax_after_display_selection-3166490-6.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "brockfanning", - "homepage": "https://www.drupal.org/user/709486" + "name": "New Zeal", + "homepage": "https://www.drupal.org/user/93571" }, { - "name": "daniel_j", - "homepage": "https://www.drupal.org/user/970952" + "name": "jasonawant", + "homepage": "https://www.drupal.org/user/589890" }, { - "name": "fskreuz", - "homepage": "https://www.drupal.org/user/3426415" + "name": "joekers", + "homepage": "https://www.drupal.org/user/2229066" }, { - "name": "jrglasgow", - "homepage": "https://www.drupal.org/user/36590" + "name": "seanB", + "homepage": "https://www.drupal.org/user/545912" } ], - "description": "Paragraph types intended for use with the U.S. Web Design Standards library.", - "homepage": "https://www.drupal.org/project/uswds_paragraphs", - "support": { - "source": "http://cgit.drupalcode.org/uswds_paragraphs", - "issues": "https://www.drupal.org/project/issues/uswds_paragraphs?categories=All" + "description": "Views reference", + "homepage": "http://drupal.org/project/viewsreference", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/viewsreference", + "issues": "https://www.drupal.org/project/issues/viewsreference" } }, { - "name": "drupal/variationcache", - "version": "1.0.0", + "name": "drupal/viewsreference_filter", + "version": "1.0.2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/variationcache.git", - "reference": "8.x-1.0" + "url": "https://git.drupalcode.org/project/viewsreference_filter.git", + "reference": "1.0.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/variationcache-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "302bcd0bc4d7c12a9d18ad4f531d1c65fdac65b1" + "url": "https://ftp.drupal.org/files/projects/viewsreference_filter-1.0.2.zip", + "reference": "1.0.2", + "shasum": "3a8881dc074544c982da99ef1696f4f7fdc07fa4" }, "require": { - "drupal/core": "^8.8 || ^9" + "drupal/core": "^8 || ^9", + "drupal/views-views": "*", + "drupal/viewsreference": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1588927568", + "version": "1.0.2", + "datestamp": "1610747853", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } + }, + "patches_applied": { + "3201294: Allows editing of autocompleted taxonomy filters": "https://www.drupal.org/files/issues/2021-03-26/viewsreference_filter-autocomplete_problems-3201294-6.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Kristiaan Van den Eynde", - "homepage": "https://www.drupal.org/u/kristiaanvandeneynde", - "role": "Maintainer" - }, - { - "name": "Brad Jones", - "homepage": "https://www.drupal.org/u/bradjones1", - "role": "Maintainer" + "name": "roborew", + "homepage": "https://www.drupal.org/user/1931814" } ], - "description": "This project provides VariationCache, a redirect-aware caching implementation.", - "homepage": "http://drupal.org/project/variationcache", + "description": "Expose filters for editors to configure views", + "homepage": "https://www.drupal.org/project/viewsreference_filter", "support": { - "source": "https://git.drupalcode.org/project/variationcache", - "issues": "https://drupal.org/project/issues/variationcache" + "source": "http://cgit.drupalcode.org/viewsreference_filter", + "issues": "https://www.drupal.org/project/issues/viewsreference_filter" } }, { - "name": "drupal/vefl", - "version": "3.0.0", + "name": "drupal/webform", + "version": "6.0.3", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/vefl.git", - "reference": "8.x-3.0" + "url": "https://git.drupalcode.org/project/webform.git", + "reference": "6.0.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/vefl-8.x-3.0.zip", - "reference": "8.x-3.0", - "shasum": "12b19a16ed420d02054199c652a6dd256904c5fc" + "url": "https://ftp.drupal.org/files/projects/webform-6.0.3.zip", + "reference": "6.0.3", + "shasum": "b75f79e26b5d58f4a9e047131f63c482bdaa5593" }, "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9" }, "require-dev": { - "drupal/better_exposed_filters": "^4" + "drupal/address": "~1.0", + "drupal/bootstrap": "~3.0", + "drupal/captcha": "~1.0", + "drupal/chosen": "~3.0", + "drupal/clientside_validation": "~3.0", + "drupal/clientside_validation_jquery": "*", + "drupal/devel": "~3.0", + "drupal/entity": "~1.0", + "drupal/entity_print": "~2.0", + "drupal/gnode": "*", + "drupal/group": "1.0", + "drupal/jquery_ui": "~1.0", + "drupal/jquery_ui_checkboxradio": "~1.0", + "drupal/jquery_ui_datepicker": "~1.0", + "drupal/lingotek": "~3.0", + "drupal/mailsystem": "~4.0", + "drupal/paragraphs": "~1.0", + "drupal/select2": "~1.0", + "drupal/smtp": "~1.0", + "drupal/styleguide": "~1.0", + "drupal/telephone_validation": "~2.0", + "drupal/token": "~1.0", + "drupal/variationcache": "~1.0", + "drupal/webform_access": "*", + "drupal/webform_attachment": "*", + "drupal/webform_clientside_validation": "*", + "drupal/webform_devel": "*", + "drupal/webform_entity_print": "*", + "drupal/webform_group": "*", + "drupal/webform_node": "*", + "drupal/webform_options_limit": "*", + "drupal/webform_scheduled_email": "*", + "drupal/webform_share": "*", + "drupal/webform_ui": "*" + }, + "suggest": { + "drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.", + "drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained." }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-3.0", - "datestamp": "1581161122", + "version": "6.0.3", + "datestamp": "1620250254", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + }, + "patches_applied": { + "Cast variable to int for postgreSQL DBs": "patches/webform_group_variable_cast.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -10991,46 +9805,51 @@ ], "authors": [ { - "name": "dima.iluschenko", - "homepage": "https://www.drupal.org/user/3181949" + "name": "Jacob Rockowitz (jrockowitz)", + "homepage": "https://www.drupal.org/u/jrockowitz", + "role": "Maintainer" }, { - "name": "skorzh", - "homepage": "https://www.drupal.org/user/813560" + "name": "Alexander Trotsenko (bucefal91)", + "homepage": "https://www.drupal.org/u/bucefal91", + "role": "Co-maintainer" + }, + { + "name": "Contributors", + "homepage": "https://www.drupal.org/node/7404/committers", + "role": "Contributor" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "torotil", + "homepage": "https://www.drupal.org/user/865256" } ], - "description": "Provides functionality to output Views exposed filters in layout.", - "homepage": "https://www.drupal.org/project/vefl", + "description": "Enables the creation of webforms and questionnaires.", + "homepage": "https://drupal.org/project/webform", "support": { - "source": "https://git.drupalcode.org/project/vefl" + "source": "https://git.drupalcode.org/project/webform", + "issues": "https://www.drupal.org/project/issues/webform?version=8.x", + "docs": "https://www.drupal.org/docs/8/modules/webform", + "forum": "https://drupal.stackexchange.com/questions/tagged/webform" } }, { - "name": "drupal/video_embed_field", - "version": "2.4.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/video_embed_field.git", - "reference": "8.x-2.4" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/video_embed_field-8.x-2.4.zip", - "reference": "8.x-2.4", - "shasum": "96b14bb93c1bb6a07b84315a4f87367870f8b574" - }, + "name": "drupal/webform_access", + "version": "6.0.3", "require": { - "drupal/core": "^8.8 || ^9" - }, - "require-dev": { - "drupal/colorbox": "^1.0", - "drupal/video_embed_media": "*" + "drupal/core": "^8.8 || ^9", + "drupal/webform": "*", + "drupal/webform_node": "*" }, - "type": "drupal-module", + "type": "metapackage", "extra": { "drupal": { - "version": "8.x-2.4", - "datestamp": "1587686337", + "version": "6.0.3", + "datestamp": "1620250254", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11039,51 +9858,71 @@ }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" + "name": "DanChadwick", + "homepage": "https://www.drupal.org/user/504278" }, { - "name": "jec006", - "homepage": "https://www.drupal.org/user/855980" + "name": "Liam Morland", + "homepage": "https://www.drupal.org/user/493050" }, { - "name": "plopesc", - "homepage": "https://www.drupal.org/user/282415" + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "torotil", + "homepage": "https://www.drupal.org/user/865256" } ], - "description": "A pluggable field type for storing videos from external video hosts such as Vimeo and YouTube.", - "homepage": "https://www.drupal.org/project/video_embed_field", + "description": "Provides webform access controls for webform nodes.", + "homepage": "https://www.drupal.org/project/webform", "support": { - "source": "https://git.drupalcode.org/project/video_embed_field" + "source": "https://git.drupalcode.org/project/webform" } }, { - "name": "drupal/views-views", - "version": "dev-3.x", + "name": "drupal/webform_analysis", + "version": "1.0.0-beta7", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/views.git", - "reference": "4e9693774b9ede35c5539c666554d38e0f397dfe" + "url": "https://git.drupalcode.org/project/webform_analysis.git", + "reference": "8.x-1.0-beta7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/webform_analysis-8.x-1.0-beta7.zip", + "reference": "8.x-1.0-beta7", + "shasum": "218ee42c0d3d5c62bb29e0e68134188dc2a16c85" }, "require": { - "drupal/core": "~8.0" + "drupal/core": "~8.0", + "drupal/webform": "*" + }, + "require-dev": { + "drupal/webform_node": "*" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-3.x": "3.x-dev" - }, "drupal": { - "version": "8.x-3.x-dev", - "datestamp": "1339863455", + "version": "8.x-1.0-beta7", + "datestamp": "1540735084", "security-coverage": { "status": "not-covered", - "message": "Dev releases are not covered by Drupal security advisories." + "message": "Project has not opted into security advisory coverage!" } + }, + "patches_applied": { + "3137161: Google Charts version downgrade to eliminate isHtml error": "https://www.drupal.org/files/issues/2020-06-07/google_charts_version_downgrade-3137161-5.patch", + "Drupal 9 compatibility": "patches/webform_analysis_compatibility.patch", + "Drupal 9 submodule compatibility": "patches/webform_node_analysis_compatibility.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -11092,130 +9931,84 @@ ], "authors": [ { - "name": "DamienMcKenna", - "homepage": "https://www.drupal.org/user/108450" - }, - { - "name": "Lendude", - "homepage": "https://www.drupal.org/user/690914" - }, - { - "name": "RenatoG", - "homepage": "https://www.drupal.org/user/3326031" - }, - { - "name": "bojanz", - "homepage": "https://www.drupal.org/user/86106" - }, - { - "name": "colan", - "homepage": "https://www.drupal.org/user/58704" - }, - { - "name": "damiankloip", - "homepage": "https://www.drupal.org/user/1037976" - }, - { - "name": "dawehner", - "homepage": "https://www.drupal.org/user/99340" - }, - { - "name": "dww", - "homepage": "https://www.drupal.org/user/46549" - }, - { - "name": "esmerel", - "homepage": "https://www.drupal.org/user/164022" - }, - { - "name": "merlinofchaos", - "homepage": "https://www.drupal.org/user/26979" - }, - { - "name": "tim.plunkett", - "homepage": "https://www.drupal.org/user/241634" + "name": "lbaran", + "homepage": "https://www.drupal.org/user/3368098" } ], - "homepage": "https://www.drupal.org/project/views", + "description": "Enables to obtain statistics on the results of form submissions.", + "homepage": "https://www.drupal.org/project/webform_analysis", "support": { - "source": "https://git.drupalcode.org/project/views" - }, - "time": "2012-10-22T03:07:01+00:00" + "source": "https://git.drupalcode.org/project/webform_analysis" + } }, { - "name": "drupal/views_add_button", - "version": "1.7.0", + "name": "drupal/webform_composite", + "version": "1.0.0-rc2", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/views_add_button.git", - "reference": "8.x-1.7" + "url": "https://git.drupalcode.org/project/webform_composite.git", + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_add_button-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "499be9433038cac4fa73555e7a656ab55699424a" + "url": "https://ftp.drupal.org/files/projects/webform_composite-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "08d7c23d8b4014d066598ae4b7632682c05bcd83" }, "require": { "drupal/core": "^8 || ^9", - "drupal/token": "~1.5" + "drupal/webform": "*" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.7", - "datestamp": "1614239754", + "version": "8.x-1.0-rc2", + "datestamp": "1591213393", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" } } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Shawn2516", - "homepage": "https://www.drupal.org/user/3154563" - }, - { - "name": "laboratory.mike", - "homepage": "https://www.drupal.org/user/131390" + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" } ], - "description": "Views Add Button", - "homepage": "https://www.drupal.org/project/views_add_button", + "description": "Additional tools for Webform Composites.", + "homepage": "https://www.drupal.org/project/webform_composite", "support": { - "source": "https://git.drupalcode.org/project/views_add_button", - "issues": "https://www.drupal.org/project/issues/search/views_add_button" + "source": "https://git.drupalcode.org/project/webform_composite" } }, { - "name": "drupal/views_add_button_group", - "version": "2.0.0", + "name": "drupal/webform_config_ignore", + "version": "1.2.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/views_add_button_group.git", - "reference": "2.0.0" + "url": "https://git.drupalcode.org/project/webform_config_ignore.git", + "reference": "8.x-1.2" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_add_button_group-2.0.0.zip", - "reference": "2.0.0", - "shasum": "ca578f7b27130b0dd3ec102995a904384c31aff5" + "url": "https://ftp.drupal.org/files/projects/webform_config_ignore-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "8a906f3609047136b569200e4dc68c5e65e94e3a" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/group": "*", - "drupal/views_add_button": "*" + "drupal/config_filter": "^1", + "drupal/core": "^8.8 || ^9" }, "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0", - "datestamp": "1615691595", + "version": "8.x-1.2", + "datestamp": "1615703756", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11228,38 +10021,30 @@ ], "authors": [ { - "name": "laboratory.mike", - "homepage": "https://www.drupal.org/user/131390" + "name": "Heine", + "homepage": "https://www.drupal.org/user/17943" } ], - "description": "Enables add buttons for Groups and Group Content.", - "homepage": "https://www.drupal.org/project/views_add_button_group", + "description": "Ignores configuration imports and export of existing Webforms.", + "homepage": "http://drupal.org/project/webform_config_ignore", "support": { - "source": "https://git.drupalcode.org/project/views_add_button_group" + "source": "https://git.drupalcode.org/project/webform_config_ignore", + "issues": "http://drupal.org/project/webform_config_ignore", + "irc": "irc://irc.freenode.org/drupal-contribute" } }, { - "name": "drupal/views_autocomplete_filters", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/views_autocomplete_filters.git", - "reference": "8.x-1.3" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_autocomplete_filters-8.x-1.3.zip", - "reference": "8.x-1.3", - "shasum": "55762182e55c70f117d5edb8692049e0881ec4ce" - }, + "name": "drupal/webform_node", + "version": "6.0.3", "require": { - "drupal/core": "^8 || ^9" + "drupal/core": "^8.8 || ^9", + "drupal/webform": "*" }, - "type": "drupal-module", + "type": "metapackage", "extra": { "drupal": { - "version": "8.x-1.3", - "datestamp": "1587146330", + "version": "6.0.3", + "datestamp": "1620250254", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -11272,66 +10057,48 @@ ], "authors": [ { - "name": "RobLoach", - "homepage": "https://www.drupal.org/user/61114" + "name": "DanChadwick", + "homepage": "https://www.drupal.org/user/504278" }, { - "name": "colan", - "homepage": "https://www.drupal.org/user/58704" + "name": "Liam Morland", + "homepage": "https://www.drupal.org/user/493050" }, { - "name": "vasike", - "homepage": "https://www.drupal.org/user/156237" + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" + }, + { + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" + }, + { + "name": "torotil", + "homepage": "https://www.drupal.org/user/865256" } ], - "description": "Add autocomplete functionality to the views filter text fields.", - "homepage": "https://www.drupal.org/project/views_autocomplete_filters", - "keywords": [ - "Drupal", - "views_autocomplete_filters" - ], + "description": "Provides a Webform content type which allows webforms to be integrated into a website as nodes.", + "homepage": "https://www.drupal.org/project/webform", "support": { - "source": "https://git.drupalcode.org/project/views_autocomplete_filters", - "issues": "https://www.drupal.org/project/issues/views_autocomplete_filters" + "source": "https://git.drupalcode.org/project/webform" } }, { - "name": "drupal/views_bulk_operations", - "version": "3.13.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/views_bulk_operations.git", - "reference": "8.x-3.13" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_bulk_operations-8.x-3.13.zip", - "reference": "8.x-3.13", - "shasum": "70583d08b91be3b5e008f571589425c2176eb73b" - }, + "name": "drupal/webform_ui", + "version": "6.0.3", "require": { - "drupal/core": "^8.8 || ^9" - }, - "require-dev": { - "drush/drush": "^10" - }, - "suggest": { - "drush/drush": "^9 || ^10" + "drupal/core": "^8.8 || ^9", + "drupal/webform": "*" }, - "type": "drupal-module", + "type": "metapackage", "extra": { "drupal": { - "version": "8.x-3.13", - "datestamp": "1619697066", + "version": "6.0.3", + "datestamp": "1620250254", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" } - }, - "drush": { - "services": { - "drush.services.yml": "^9 || ^10" - } } }, "notification-url": "https://packages.drupal.org/8/downloads", @@ -11340,888 +10107,841 @@ ], "authors": [ { - "name": "Marcin Grabias", - "homepage": "https://www.drupal.org/u/graber" + "name": "DanChadwick", + "homepage": "https://www.drupal.org/user/504278" }, { - "name": "Jon Pugh", - "homepage": "https://www.drupal.org/user/17028" + "name": "Liam Morland", + "homepage": "https://www.drupal.org/user/493050" }, { - "name": "bojanz", - "homepage": "https://www.drupal.org/user/86106" + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" }, { - "name": "infojunkie", - "homepage": "https://www.drupal.org/user/48424" + "name": "quicksketch", + "homepage": "https://www.drupal.org/user/35821" }, { - "name": "joelpittet", - "homepage": "https://www.drupal.org/user/160302" + "name": "torotil", + "homepage": "https://www.drupal.org/user/865256" } ], - "description": "Adds an ability to perform bulk operations on selected entities from view results. Provides an API to create such operations.", - "homepage": "https://www.drupal.org/project/views_bulk_operations", + "description": "Provides a user interface for building and maintaining webforms.", + "homepage": "https://www.drupal.org/project/webform", "support": { - "source": "https://git.drupalcode.org/project/views_bulk_operations/-/tree/8.x-3.x", - "issues": "https://www.drupal.org/project/issues/views_bulk_operations?version=8.x", - "docs": "https://www.drupal.org/docs/8/modules/views-bulk-operations-vbo" + "source": "https://git.drupalcode.org/project/webform" } }, { - "name": "drupal/views_data_export", - "version": "1.0.0", + "name": "drupal/webform_views", + "version": "5.0.0-alpha8", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/views_data_export.git", - "reference": "8.x-1.0" + "url": "https://git.drupalcode.org/project/webform_views.git", + "reference": "8.x-5.0-alpha8" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_data_export-8.x-1.0.zip", - "reference": "8.x-1.0", - "shasum": "f1d16fd06ee7574f680e30f6bf5d6a152e3e9f42" + "url": "https://ftp.drupal.org/files/projects/webform_views-8.x-5.0-alpha8.zip", + "reference": "8.x-5.0-alpha8", + "shasum": "110cf10ed151c1954fe4b7fee5c4f5fb9b81f99b" }, "require": { "drupal/core": "^8.8 || ^9", - "drupal/csv_serialization": "~1.4 || ~2.0" - }, - "require-dev": { - "drupal/search_api": "~1.12", - "drupal/xls_serialization": "~1.0" + "drupal/webform": "^6" }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.0", - "datestamp": "1592589996", + "version": "8.x-5.0-alpha8", + "datestamp": "1594941454", "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" + "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+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Steven Jones", - "homepage": "https://www.drupal.org/user/99644" - }, - { - "name": "amoebanath", - "homepage": "https://www.drupal.org/user/2810799" + "name": "acbramley", + "homepage": "https://www.drupal.org/user/1036766" }, { - "name": "james.williams", - "homepage": "https://www.drupal.org/user/592268" + "name": "bucefal91", + "homepage": "https://www.drupal.org/user/504128" }, { - "name": "jamsilver", - "homepage": "https://www.drupal.org/user/476732" + "name": "jrockowitz", + "homepage": "https://www.drupal.org/user/371407" }, { - "name": "jhedstrom", - "homepage": "https://www.drupal.org/user/208732" + "name": "matio89", + "homepage": "https://www.drupal.org/user/2320090" }, { - "name": "nerdstein", - "homepage": "https://www.drupal.org/user/1557710" + "name": "ws.agency", + "homepage": "https://www.drupal.org/user/2851415" } ], - "description": "Plugin to export views data into various file formats.", - "homepage": "https://www.drupal.org/project/views_data_export", + "description": "Webform integration with views.", + "homepage": "https://www.drupal.org/project/webform_views", "support": { - "source": "https://git.drupalcode.org/project/views_data_export" + "source": "https://git.drupalcode.org/project/webform_views" } }, { - "name": "drupal/views_infinite_scroll", - "version": "1.7.0", + "name": "easyrdf/easyrdf", + "version": "0.9.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/views_infinite_scroll.git", - "reference": "8.x-1.7" + "url": "https://github.com/easyrdf/easyrdf.git", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_infinite_scroll-8.x-1.7.zip", - "reference": "8.x-1.7", - "shasum": "42ff1b7c835a2cb0755425999bb8251f19c62fac" + "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", + "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "shasum": "" }, "require": { - "drupal/core": "^8.8 || ^9" + "ext-mbstring": "*", + "ext-pcre": "*", + "php": ">=5.2.8" }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-1.7", - "datestamp": "1584489857", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } + "require-dev": { + "phpunit/phpunit": "~3.5", + "sami/sami": "~1.4", + "squizlabs/php_codesniffer": "~1.4.3" + }, + "suggest": { + "ml/json-ld": "~1.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "EasyRdf_": "lib/" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "BSD-3-Clause" ], "authors": [ { - "name": "Bobík", - "homepage": "https://www.drupal.org/user/123612" - }, - { - "name": "Neslee Canil Pinto", - "homepage": "https://www.drupal.org/user/3580850" - }, - { - "name": "Remon", - "homepage": "https://www.drupal.org/user/143827" + "name": "Nicholas Humfrey", + "email": "njh@aelius.com", + "homepage": "http://www.aelius.com/njh/", + "role": "Developer" }, { - "name": "Sam152", - "homepage": "https://www.drupal.org/user/1485048" + "name": "Alexey Zakhlestin", + "email": "indeyets@gmail.com", + "role": "Developer" } ], - "description": "A pager which allows an infinite scroll effect for views.", - "homepage": "https://www.drupal.org/project/views_infinite_scroll", - "support": { - "source": "https://git.drupalcode.org/project/views_infinite_scroll" - } + "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", + "homepage": "http://www.easyrdf.org/", + "keywords": [ + "Linked Data", + "RDF", + "Semantic Web", + "Turtle", + "rdfa", + "sparql" + ], + "time": "2015-02-27T09:45:49+00:00" }, { - "name": "drupal/views_taxonomy_term_name_into_id", - "version": "1.0.0-alpha3", + "name": "egulias/email-validator", + "version": "2.1.19", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/views_taxonomy_term_name_into_id.git", - "reference": "8.x-1.0-alpha3" + "url": "https://github.com/egulias/EmailValidator.git", + "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/views_taxonomy_term_name_into_id-8.x-1.0-alpha3.zip", - "reference": "8.x-1.0-alpha3", - "shasum": "49687d7409a01a9426ff09f14ea575d98cdb1418" + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/840d5603eb84cc81a6a0382adac3293e57c1c64c", + "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c", + "shasum": "" }, "require": { - "drupal/core": "^8 || ^9" + "doctrine/lexer": "^1.0.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.10" }, - "type": "drupal-module", + "require-dev": { + "dominicsayers/isemail": "^3.0.7", + "phpunit/phpunit": "^4.8.36|^7.5.15", + "satooshi/php-coveralls": "^1.0.1" + }, + "suggest": { + "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + }, + "type": "library", "extra": { - "drupal": { - "version": "8.x-1.0-alpha3", - "datestamp": "1588893568", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } + "branch-alias": { + "dev-master": "2.1.x-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "Egulias\\EmailValidator\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "dww", - "homepage": "https://www.drupal.org/user/46549" + "name": "Eduardo Gulias Davis" } ], - "description": "The module provides the Views plugin for a Contextual filter (argument) validator that converts valid term names into IDs.", - "homepage": "https://www.drupal.org/project/views_taxonomy_term_name_into_id", - "support": { - "source": "https://git.drupalcode.org/project/views_taxonomy_term_name_into_id" - } + "description": "A library for validating emails against several RFCs", + "homepage": "https://github.com/egulias/EmailValidator", + "keywords": [ + "email", + "emailvalidation", + "emailvalidator", + "validation", + "validator" + ], + "time": "2020-08-08T21:28:19+00:00" }, { - "name": "drupal/viewsreference", - "version": "2.0.0-beta2", + "name": "ezyang/htmlpurifier", + "version": "v4.13.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/viewsreference.git", - "reference": "8.x-2.0-beta2" + "url": "https://github.com/ezyang/htmlpurifier.git", + "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/viewsreference-8.x-2.0-beta2.zip", - "reference": "8.x-2.0-beta2", - "shasum": "146bf8c68e6cbb3805b4368b508d43931fe77c67" + "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", + "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", + "shasum": "" }, "require": { - "drupal/core": "^8 || ^9" + "php": ">=5.2" }, - "conflict": { - "drupal/viewsreferennce": "*" + "require-dev": { + "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-2.0-beta2", - "datestamp": "1597243219", - "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." - } + "type": "library", + "autoload": { + "psr-0": { + "HTMLPurifier": "library/" }, - "patches_applied": { - "3166490: Fixes missing display upon first adding a list": "https://www.drupal.org/files/issues/2021-01-15/viewsreference-ajax_after_display_selection-3166490-6.patch" - } + "files": [ + "library/HTMLPurifier.composer.php" + ], + "exclude-from-classmap": [ + "/library/HTMLPurifier/Language/" + ] }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "LGPL-2.1-or-later" ], "authors": [ { - "name": "New Zeal", - "homepage": "https://www.drupal.org/user/93571" - }, - { - "name": "jasonawant", - "homepage": "https://www.drupal.org/user/589890" - }, - { - "name": "joekers", - "homepage": "https://www.drupal.org/user/2229066" - }, - { - "name": "seanB", - "homepage": "https://www.drupal.org/user/545912" + "name": "Edward Z. Yang", + "email": "admin@htmlpurifier.org", + "homepage": "http://ezyang.com" } ], - "description": "Views reference", - "homepage": "http://drupal.org/project/viewsreference", + "description": "Standards compliant HTML filter written in PHP", + "homepage": "http://htmlpurifier.org/", "keywords": [ - "Drupal" + "html" ], - "support": { - "source": "https://git.drupalcode.org/project/viewsreference", - "issues": "https://www.drupal.org/project/issues/viewsreference" - } + "time": "2020-06-29T00:56:53+00:00" }, { - "name": "drupal/viewsreference_filter", - "version": "1.0.2", + "name": "flow/jsonpath", + "version": "0.5.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/viewsreference_filter.git", - "reference": "1.0.2" + "url": "https://github.com/FlowCommunications/JSONPath.git", + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/viewsreference_filter-1.0.2.zip", - "reference": "1.0.2", - "shasum": "3a8881dc074544c982da99ef1696f4f7fdc07fa4" + "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea", + "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea", + "shasum": "" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/views-views": "*", - "drupal/viewsreference": "*" + "php": ">=5.4.0" }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "1.0.2", - "datestamp": "1610747853", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - }, - "patches_applied": { - "3201294: Allows editing of autocompleted taxonomy filters": "https://www.drupal.org/files/issues/2021-03-26/viewsreference_filter-autocomplete_problems-3201294-6.patch" + "require-dev": { + "peekmo/jsonpath": "dev-master", + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Flow\\JSONPath": "src/", + "Flow\\JSONPath\\Test": "tests/" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "roborew", - "homepage": "https://www.drupal.org/user/1931814" + "name": "Stephen Frank", + "email": "stephen@flowsa.com" } ], - "description": "Expose filters for editors to configure views", - "homepage": "https://www.drupal.org/project/viewsreference_filter", - "support": { - "source": "http://cgit.drupalcode.org/viewsreference_filter", - "issues": "https://www.drupal.org/project/issues/viewsreference_filter" - } + "description": "JSONPath implementation for parsing, searching and flattening arrays", + "abandoned": "softcreatr/jsonpath", + "time": "2019-07-15T17:23:22+00:00" }, { - "name": "drupal/webform", - "version": "6.0.3", + "name": "fontawesome/fontawesome", + "version": "5.15.4", + "dist": { + "type": "zip", + "url": "https://github.com/FortAwesome/Font-Awesome/releases/download/5.15.4/fontawesome-free-5.15.4-web.zip" + }, + "require": { + "composer/installers": "^1.2.0" + }, + "type": "drupal-library" + }, + { + "name": "gettext/gettext", + "version": "v4.7.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/webform.git", - "reference": "6.0.3" + "url": "https://github.com/php-gettext/Gettext.git", + "reference": "739c935503853759b1607f375960c73a5b03909b" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform-6.0.3.zip", - "reference": "6.0.3", - "shasum": "b75f79e26b5d58f4a9e047131f63c482bdaa5593" + "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/739c935503853759b1607f375960c73a5b03909b", + "reference": "739c935503853759b1607f375960c73a5b03909b", + "shasum": "" }, "require": { - "drupal/core": "^8.8 || ^9" + "gettext/languages": "^2.3", + "php": ">=5.4.0" }, "require-dev": { - "drupal/address": "~1.0", - "drupal/bootstrap": "~3.0", - "drupal/captcha": "~1.0", - "drupal/chosen": "~3.0", - "drupal/clientside_validation": "~3.0", - "drupal/clientside_validation_jquery": "*", - "drupal/devel": "~3.0", - "drupal/entity": "~1.0", - "drupal/entity_print": "~2.0", - "drupal/gnode": "*", - "drupal/group": "1.0", - "drupal/jquery_ui": "~1.0", - "drupal/jquery_ui_checkboxradio": "~1.0", - "drupal/jquery_ui_datepicker": "~1.0", - "drupal/lingotek": "~3.0", - "drupal/mailsystem": "~4.0", - "drupal/paragraphs": "~1.0", - "drupal/select2": "~1.0", - "drupal/smtp": "~1.0", - "drupal/styleguide": "~1.0", - "drupal/telephone_validation": "~2.0", - "drupal/token": "~1.0", - "drupal/variationcache": "~1.0", - "drupal/webform_access": "*", - "drupal/webform_attachment": "*", - "drupal/webform_clientside_validation": "*", - "drupal/webform_devel": "*", - "drupal/webform_entity_print": "*", - "drupal/webform_group": "*", - "drupal/webform_node": "*", - "drupal/webform_options_limit": "*", - "drupal/webform_scheduled_email": "*", - "drupal/webform_share": "*", - "drupal/webform_ui": "*" + "illuminate/view": "*", + "phpunit/phpunit": "^4.8|^5.7|^6.5", + "squizlabs/php_codesniffer": "^3.0", + "symfony/yaml": "~2", + "twig/extensions": "*", + "twig/twig": "^1.31|^2.0" }, "suggest": { - "drupal/jquery_ui_checkboxradio": "Provides jQuery UI Checkboxradio library. Required by the Webform jQueryUI Buttons module. The Webform jQueryUI Buttons module is deprecated because jQueryUI is no longer maintained.", - "drupal/jquery_ui_datepicker": "Provides jQuery UI Datepicker library. Required to support datepickers. The Webform jQueryUI Datepicker module is deprecated because jQueryUI is no longer maintained." + "illuminate/view": "Is necessary if you want to use the Blade extractor", + "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", + "twig/extensions": "Is necessary if you want to use the Twig extractor", + "twig/twig": "Is necessary if you want to use the Twig extractor" }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "6.0.3", - "datestamp": "1620250254", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - }, - "drush": { - "services": { - "drush.services.yml": "^9" - } - }, - "patches_applied": { - "Cast variable to int for postgreSQL DBs": "patches/webform_group_variable_cast.patch" + "type": "library", + "autoload": { + "psr-4": { + "Gettext\\": "src" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "Jacob Rockowitz (jrockowitz)", - "homepage": "https://www.drupal.org/u/jrockowitz", - "role": "Maintainer" - }, - { - "name": "Alexander Trotsenko (bucefal91)", - "homepage": "https://www.drupal.org/u/bucefal91", - "role": "Co-maintainer" - }, - { - "name": "Contributors", - "homepage": "https://www.drupal.org/node/7404/committers", - "role": "Contributor" - }, - { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" - }, - { - "name": "torotil", - "homepage": "https://www.drupal.org/user/865256" + "name": "Oscar Otero", + "email": "oom@oscarotero.com", + "homepage": "http://oscarotero.com", + "role": "Developer" } ], - "description": "Enables the creation of webforms and questionnaires.", - "homepage": "https://drupal.org/project/webform", - "support": { - "source": "https://git.drupalcode.org/project/webform", - "issues": "https://www.drupal.org/project/issues/webform?version=8.x", - "docs": "https://www.drupal.org/docs/8/modules/webform", - "forum": "https://drupal.stackexchange.com/questions/tagged/webform" - } + "description": "PHP gettext manager", + "homepage": "https://github.com/oscarotero/Gettext", + "keywords": [ + "JS", + "gettext", + "i18n", + "mo", + "po", + "translation" + ], + "time": "2019-10-07T11:40:33+00:00" }, { - "name": "drupal/webform_access", - "version": "6.0.3", + "name": "gettext/languages", + "version": "2.5.0", + "source": { + "type": "git", + "url": "https://github.com/php-gettext/Languages.git", + "reference": "78db2d17933f0765a102f368a6663f057162ddbd" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-gettext/Languages/zipball/78db2d17933f0765a102f368a6663f057162ddbd", + "reference": "78db2d17933f0765a102f368a6663f057162ddbd", + "shasum": "" + }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/webform": "*", - "drupal/webform_node": "*" + "php": ">=5.3" }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "6.0.3", - "datestamp": "1620250254", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } + "require-dev": { + "phpunit/phpunit": "^4" + }, + "bin": [ + "bin/export-plural-rules", + "bin/export-plural-rules.php" + ], + "type": "library", + "autoload": { + "psr-4": { + "Gettext\\Languages\\": "src/" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "DanChadwick", - "homepage": "https://www.drupal.org/user/504278" - }, - { - "name": "Liam Morland", - "homepage": "https://www.drupal.org/user/493050" - }, - { - "name": "jrockowitz", - "homepage": "https://www.drupal.org/user/371407" - }, - { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" - }, - { - "name": "torotil", - "homepage": "https://www.drupal.org/user/865256" + "name": "Michele Locati", + "email": "mlocati@gmail.com", + "role": "Developer" } ], - "description": "Provides webform access controls for webform nodes.", - "homepage": "https://www.drupal.org/project/webform", - "support": { - "source": "https://git.drupalcode.org/project/webform" - } + "description": "gettext languages with plural rules", + "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules", + "keywords": [ + "cldr", + "i18n", + "internationalization", + "l10n", + "language", + "languages", + "localization", + "php", + "plural", + "plural rules", + "plurals", + "translate", + "translations", + "unicode" + ], + "time": "2018-11-13T22:06:07+00:00" }, { - "name": "drupal/webform_analysis", - "version": "1.0.0-beta7", + "name": "guzzlehttp/guzzle", + "version": "6.5.5", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/webform_analysis.git", - "reference": "8.x-1.0-beta7" + "url": "https://github.com/guzzle/guzzle.git", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_analysis-8.x-1.0-beta7.zip", - "reference": "8.x-1.0-beta7", - "shasum": "218ee42c0d3d5c62bb29e0e68134188dc2a16c85" + "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "shasum": "" }, "require": { - "drupal/core": "~8.0", - "drupal/webform": "*" + "ext-json": "*", + "guzzlehttp/promises": "^1.0", + "guzzlehttp/psr7": "^1.6.1", + "php": ">=5.5", + "symfony/polyfill-intl-idn": "^1.17.0" }, "require-dev": { - "drupal/webform_node": "*" + "ext-curl": "*", + "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", + "psr/log": "^1.1" }, - "type": "drupal-module", + "suggest": { + "psr/log": "Required for using the Log middleware" + }, + "type": "library", "extra": { - "drupal": { - "version": "8.x-1.0-beta7", - "datestamp": "1540735084", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } - }, - "patches_applied": { - "3137161: Google Charts version downgrade to eliminate isHtml error": "https://www.drupal.org/files/issues/2020-06-07/google_charts_version_downgrade-3137161-5.patch", - "Drupal 9 compatibility": "patches/webform_analysis_compatibility.patch", - "Drupal 9 submodule compatibility": "patches/webform_node_analysis_compatibility.patch" + "branch-alias": { + "dev-master": "6.5-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "GuzzleHttp\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "lbaran", - "homepage": "https://www.drupal.org/user/3368098" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" } ], - "description": "Enables to obtain statistics on the results of form submissions.", - "homepage": "https://www.drupal.org/project/webform_analysis", - "support": { - "source": "https://git.drupalcode.org/project/webform_analysis" - } + "description": "Guzzle is a PHP HTTP client library", + "homepage": "http://guzzlephp.org/", + "keywords": [ + "client", + "curl", + "framework", + "http", + "http client", + "rest", + "web service" + ], + "time": "2020-06-16T21:01:06+00:00" }, { - "name": "drupal/webform_composite", - "version": "1.0.0-rc2", + "name": "guzzlehttp/promises", + "version": "v1.3.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/webform_composite.git", - "reference": "8.x-1.0-rc2" + "url": "https://github.com/guzzle/promises.git", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_composite-8.x-1.0-rc2.zip", - "reference": "8.x-1.0-rc2", - "shasum": "08d7c23d8b4014d066598ae4b7632682c05bcd83" + "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "shasum": "" }, "require": { - "drupal/core": "^8 || ^9", - "drupal/webform": "*" + "php": ">=5.5.0" }, - "type": "drupal-module", + "require-dev": { + "phpunit/phpunit": "^4.0" + }, + "type": "library", "extra": { - "drupal": { - "version": "8.x-1.0-rc2", - "datestamp": "1591213393", - "security-coverage": { - "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" - } + "branch-alias": { + "dev-master": "1.4-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "GuzzleHttp\\Promise\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "richgerdes", - "homepage": "https://www.drupal.org/user/3437973" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" } ], - "description": "Additional tools for Webform Composites.", - "homepage": "https://www.drupal.org/project/webform_composite", - "support": { - "source": "https://git.drupalcode.org/project/webform_composite" - } + "description": "Guzzle promises library", + "keywords": [ + "promise" + ], + "time": "2016-12-20T10:07:11+00:00" }, { - "name": "drupal/webform_config_ignore", - "version": "1.2.0", + "name": "guzzlehttp/psr7", + "version": "1.6.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/webform_config_ignore.git", - "reference": "8.x-1.2" + "url": "https://github.com/guzzle/psr7.git", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_config_ignore-8.x-1.2.zip", - "reference": "8.x-1.2", - "shasum": "8a906f3609047136b569200e4dc68c5e65e94e3a" + "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", + "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "shasum": "" }, "require": { - "drupal/config_filter": "^1", - "drupal/core": "^8.8 || ^9" + "php": ">=5.4.0", + "psr/http-message": "~1.0", + "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" }, - "type": "drupal-module", + "provide": { + "psr/http-message-implementation": "1.0" + }, + "require-dev": { + "ext-zlib": "*", + "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" + }, + "suggest": { + "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + }, + "type": "library", "extra": { - "drupal": { - "version": "8.x-1.2", - "datestamp": "1615703756", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } + "branch-alias": { + "dev-master": "1.6-dev" } }, - "notification-url": "https://packages.drupal.org/8/downloads", + "autoload": { + "psr-4": { + "GuzzleHttp\\Psr7\\": "src/" + }, + "files": [ + "src/functions_include.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], "authors": [ { - "name": "Heine", - "homepage": "https://www.drupal.org/user/17943" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" + }, + { + "name": "Tobias Schultze", + "homepage": "https://github.com/Tobion" } ], - "description": "Ignores configuration imports and export of existing Webforms.", - "homepage": "http://drupal.org/project/webform_config_ignore", - "support": { - "source": "https://git.drupalcode.org/project/webform_config_ignore", - "issues": "http://drupal.org/project/webform_config_ignore", - "irc": "irc://irc.freenode.org/drupal-contribute" - } + "description": "PSR-7 message implementation that also provides common utility methods", + "keywords": [ + "http", + "message", + "psr-7", + "request", + "response", + "stream", + "uri", + "url" + ], + "time": "2019-07-01T23:21:34+00:00" }, { - "name": "drupal/webform_node", - "version": "6.0.3", - "require": { - "drupal/core": "^8.8 || ^9", - "drupal/webform": "*" - }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "6.0.3", - "datestamp": "1620250254", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } + "name": "h5p/h5p-core", + "version": "1.24.0", + "source": { + "type": "git", + "url": "https://github.com/h5p/h5p-php-library.git", + "reference": "55b04018d7def8d2288b768adbcb3cc152fdbd53" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/h5p/h5p-php-library/zipball/55b04018d7def8d2288b768adbcb3cc152fdbd53", + "reference": "55b04018d7def8d2288b768adbcb3cc152fdbd53", + "shasum": "" }, - "notification-url": "https://packages.drupal.org/8/downloads", - "license": [ - "GPL-2.0-or-later" - ], - "authors": [ - { - "name": "DanChadwick", - "homepage": "https://www.drupal.org/user/504278" - }, - { - "name": "Liam Morland", - "homepage": "https://www.drupal.org/user/493050" - }, - { - "name": "jrockowitz", - "homepage": "https://www.drupal.org/user/371407" - }, - { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" - }, - { - "name": "torotil", - "homepage": "https://www.drupal.org/user/865256" - } - ], - "description": "Provides a Webform content type which allows webforms to be integrated into a website as nodes.", - "homepage": "https://www.drupal.org/project/webform", - "support": { - "source": "https://git.drupalcode.org/project/webform" - } - }, - { - "name": "drupal/webform_ui", - "version": "6.0.3", "require": { - "drupal/core": "^8.8 || ^9", - "drupal/webform": "*" + "php": ">=5.3.0" }, - "type": "metapackage", - "extra": { - "drupal": { - "version": "6.0.3", - "datestamp": "1620250254", - "security-coverage": { - "status": "covered", - "message": "Covered by Drupal's security advisory policy" - } - } + "type": "library", + "autoload": { + "files": [ + "h5p.classes.php", + "h5p-development.class.php", + "h5p-file-storage.interface.php", + "h5p-default-storage.class.php", + "h5p-event-base.class.php", + "h5p-metadata.class.php" + ] }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "GPL-3.0" ], "authors": [ { - "name": "DanChadwick", - "homepage": "https://www.drupal.org/user/504278" - }, - { - "name": "Liam Morland", - "homepage": "https://www.drupal.org/user/493050" - }, - { - "name": "jrockowitz", - "homepage": "https://www.drupal.org/user/371407" - }, - { - "name": "quicksketch", - "homepage": "https://www.drupal.org/user/35821" + "name": "Svein-Tore Griff With", + "email": "with@joubel.com", + "homepage": "http://joubel.com", + "role": "CEO" }, { - "name": "torotil", - "homepage": "https://www.drupal.org/user/865256" + "name": "Frode Petterson", + "email": "frode.petterson@joubel.com", + "homepage": "http://joubel.com", + "role": "Developer" } ], - "description": "Provides a user interface for building and maintaining webforms.", - "homepage": "https://www.drupal.org/project/webform", - "support": { - "source": "https://git.drupalcode.org/project/webform" - } + "description": "H5P Core functionality in PHP", + "homepage": "https://h5p.org", + "keywords": [ + "content", + "h5p", + "hvp", + "interactive", + "quiz" + ], + "time": "2019-10-30T10:42:15+00:00" }, { - "name": "drupal/webform_views", - "version": "5.0.0-alpha8", + "name": "h5p/h5p-editor", + "version": "1.24.1", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/webform_views.git", - "reference": "8.x-5.0-alpha8" + "url": "https://github.com/h5p/h5p-editor-php-library.git", + "reference": "9361892a22ac6ab91e010e0b8a0a0e836f45a16a" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/webform_views-8.x-5.0-alpha8.zip", - "reference": "8.x-5.0-alpha8", - "shasum": "110cf10ed151c1954fe4b7fee5c4f5fb9b81f99b" + "url": "https://api.github.com/repos/h5p/h5p-editor-php-library/zipball/9361892a22ac6ab91e010e0b8a0a0e836f45a16a", + "reference": "9361892a22ac6ab91e010e0b8a0a0e836f45a16a", + "shasum": "" }, "require": { - "drupal/core": "^8.8 || ^9", - "drupal/webform": "^6" + "php": ">=5.3.0" }, - "type": "drupal-module", - "extra": { - "drupal": { - "version": "8.x-5.0-alpha8", - "datestamp": "1594941454", - "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." - } - } + "type": "library", + "autoload": { + "files": [ + "h5peditor.class.php", + "h5peditor-file.class.php", + "h5peditor-ajax.class.php", + "h5peditor-storage.interface.php", + "h5peditor-ajax.interface.php" + ] }, - "notification-url": "https://packages.drupal.org/8/downloads", + "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "GPL-3.0" ], "authors": [ { - "name": "acbramley", - "homepage": "https://www.drupal.org/user/1036766" - }, - { - "name": "bucefal91", - "homepage": "https://www.drupal.org/user/504128" - }, - { - "name": "jrockowitz", - "homepage": "https://www.drupal.org/user/371407" - }, - { - "name": "matio89", - "homepage": "https://www.drupal.org/user/2320090" + "name": "Svein-Tore Griff With", + "email": "with@joubel.com", + "homepage": "http://joubel.com", + "role": "CEO" }, { - "name": "ws.agency", - "homepage": "https://www.drupal.org/user/2851415" + "name": "Frode Petterson", + "email": "frode.petterson@joubel.com", + "homepage": "http://joubel.com", + "role": "Developer" } ], - "description": "Webform integration with views.", - "homepage": "https://www.drupal.org/project/webform_views", - "support": { - "source": "https://git.drupalcode.org/project/webform_views" - } + "description": "H5P Editor functionality in PHP", + "homepage": "https://h5p.org", + "keywords": [ + "content", + "editor", + "h5p", + "hvp", + "interactive", + "quiz" + ], + "time": "2019-10-30T14:56:53+00:00" }, { - "name": "easyrdf/easyrdf", - "version": "0.9.1", + "name": "harvesthq/chosen", + "version": "1.8.7", + "dist": { + "type": "zip", + "url": "https://github.com/harvesthq/chosen-package/archive/master.zip" + }, + "require": { + "composer/installers": "^1.2.0" + }, + "type": "drupal-library" + }, + { + "name": "j7mbo/twitter-api-php", + "version": "1.0.6", "source": { "type": "git", - "url": "https://github.com/easyrdf/easyrdf.git", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566" + "url": "https://github.com/J7mbo/twitter-api-php.git", + "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/easyrdf/easyrdf/zipball/acd09dfe0555fbcfa254291e433c45fdd4652566", - "reference": "acd09dfe0555fbcfa254291e433c45fdd4652566", + "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7", + "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7", "shasum": "" }, "require": { - "ext-mbstring": "*", - "ext-pcre": "*", - "php": ">=5.2.8" + "ext-curl": "*" }, "require-dev": { - "phpunit/phpunit": "~3.5", - "sami/sami": "~1.4", - "squizlabs/php_codesniffer": "~1.4.3" - }, - "suggest": { - "ml/json-ld": "~1.0" + "phpunit/phpunit": "~4.5,>=4.5.1" }, "type": "library", - "autoload": { - "psr-0": { - "EasyRdf_": "lib/" + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" } }, + "autoload": { + "classmap": [ + "TwitterAPIExchange.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "GNU Public License" ], "authors": [ { - "name": "Nicholas Humfrey", - "email": "njh@aelius.com", - "homepage": "http://www.aelius.com/njh/", - "role": "Developer" - }, - { - "name": "Alexey Zakhlestin", - "email": "indeyets@gmail.com", - "role": "Developer" + "name": "James Mallison", + "homepage": "https://github.com/j7mbo/twitter-api-php" } ], - "description": "EasyRdf is a PHP library designed to make it easy to consume and produce RDF.", - "homepage": "http://www.easyrdf.org/", + "description": "Simple PHP Wrapper for Twitter API v1.1 calls", + "homepage": "https://github.com/j7mbo/twitter-api-php", "keywords": [ - "Linked Data", - "RDF", - "Semantic Web", - "Turtle", - "rdfa", - "sparql" + "api", + "php", + "twitter" ], - "time": "2015-02-27T09:45:49+00:00" + "time": "2017-05-08T12:10:56+00:00" }, { - "name": "egulias/email-validator", - "version": "2.1.19", + "name": "jquery/inputmask", + "version": "5.0.6", + "dist": { + "type": "zip", + "url": "https://github.com/RobinHerbots/jquery.inputmask/archive/5.0.6.zip" + }, + "require": { + "composer/installers": "~1.0" + }, + "type": "drupal-library", + "extra": { + "installer-name": "jquery.inputmask" + } + }, + { + "name": "kub-at/php-simple-html-dom-parser", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/egulias/EmailValidator.git", - "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c" + "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", + "reference": "ff22f98bfd9235115c128059076f3eb740d66913" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/840d5603eb84cc81a6a0382adac3293e57c1c64c", - "reference": "840d5603eb84cc81a6a0382adac3293e57c1c64c", + "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/ff22f98bfd9235115c128059076f3eb740d66913", + "reference": "ff22f98bfd9235115c128059076f3eb740d66913", "shasum": "" }, "require": { - "doctrine/lexer": "^1.0.1", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.10" - }, - "require-dev": { - "dominicsayers/isemail": "^3.0.7", - "phpunit/phpunit": "^4.8.36|^7.5.15", - "satooshi/php-coveralls": "^1.0.1" - }, - "suggest": { - "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation" + "php": ">=5.3.2" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.1.x-dev" - } - }, "autoload": { - "psr-4": { - "Egulias\\EmailValidator\\": "src" + "psr-0": { + "KubAT\\PhpSimple\\HtmlDomParser": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -12230,347 +10950,354 @@ ], "authors": [ { - "name": "Eduardo Gulias Davis" + "name": "S.C. Chen", + "email": "me578022@gmail.com" + }, + { + "name": "Jakub Stawowy", + "email": "Kub-AT@users.noreply.github.com" } ], - "description": "A library for validating emails against several RFCs", - "homepage": "https://github.com/egulias/EmailValidator", + "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible", + "homepage": "http://simplehtmldom.sourceforge.net/", "keywords": [ - "email", - "emailvalidation", - "emailvalidator", - "validation", - "validator" + "Simple", + "dom", + "html" ], - "time": "2020-08-08T21:28:19+00:00" + "time": "2019-10-25T12:34:43+00:00" }, { - "name": "ezyang/htmlpurifier", - "version": "v4.13.0", + "name": "laminas/laminas-diactoros", + "version": "1.8.7p2", "source": { "type": "git", - "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75" + "url": "https://github.com/laminas/laminas-diactoros.git", + "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/08e27c97e4c6ed02f37c5b2b20488046c8d90d75", - "reference": "08e27c97e4c6ed02f37c5b2b20488046c8d90d75", + "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa", + "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa", "shasum": "" }, "require": { - "php": ">=5.2" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0", + "psr/http-message": "^1.0" + }, + "provide": { + "psr/http-message-implementation": "1.0" + }, + "replace": { + "zendframework/zend-diactoros": "~1.8.7.0" }, "require-dev": { - "simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd" + "ext-dom": "*", + "ext-libxml": "*", + "laminas/laminas-coding-standard": "~1.0", + "php-http/psr7-integration-tests": "dev-master", + "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7" }, "type": "library", + "extra": { + "branch-alias": { + "dev-release-1.8": "1.8.x-dev" + } + }, "autoload": { - "psr-0": { - "HTMLPurifier": "library/" - }, "files": [ - "library/HTMLPurifier.composer.php" + "src/functions/create_uploaded_file.php", + "src/functions/marshal_headers_from_sapi.php", + "src/functions/marshal_method_from_sapi.php", + "src/functions/marshal_protocol_version_from_sapi.php", + "src/functions/marshal_uri_from_sapi.php", + "src/functions/normalize_server.php", + "src/functions/normalize_uploaded_files.php", + "src/functions/parse_cookie_header.php", + "src/functions/create_uploaded_file.legacy.php", + "src/functions/marshal_headers_from_sapi.legacy.php", + "src/functions/marshal_method_from_sapi.legacy.php", + "src/functions/marshal_protocol_version_from_sapi.legacy.php", + "src/functions/marshal_uri_from_sapi.legacy.php", + "src/functions/normalize_server.legacy.php", + "src/functions/normalize_uploaded_files.legacy.php", + "src/functions/parse_cookie_header.legacy.php" ], - "exclude-from-classmap": [ - "/library/HTMLPurifier/Language/" - ] + "psr-4": { + "Laminas\\Diactoros\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" - ], - "authors": [ - { - "name": "Edward Z. Yang", - "email": "admin@htmlpurifier.org", - "homepage": "http://ezyang.com" - } + "BSD-3-Clause" ], - "description": "Standards compliant HTML filter written in PHP", - "homepage": "http://htmlpurifier.org/", + "description": "PSR HTTP Message implementations", + "homepage": "https://laminas.dev", "keywords": [ - "html" + "http", + "laminas", + "psr", + "psr-7" ], - "time": "2020-06-29T00:56:53+00:00" + "time": "2020-03-23T15:28:28+00:00" }, { - "name": "flow/jsonpath", - "version": "0.5.0", + "name": "laminas/laminas-escaper", + "version": "2.6.1", "source": { "type": "git", - "url": "https://github.com/FlowCommunications/JSONPath.git", - "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea" + "url": "https://github.com/laminas/laminas-escaper.git", + "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FlowCommunications/JSONPath/zipball/b9738858c75d008c1211612b973e9510f8b7f8ea", - "reference": "b9738858c75d008c1211612b973e9510f8b7f8ea", + "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", + "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", "shasum": "" }, "require": { - "php": ">=5.4.0" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-escaper": "self.version" }, "require-dev": { - "peekmo/jsonpath": "dev-master", - "phpunit/phpunit": "^7.0" + "laminas/laminas-coding-standard": "~1.0.0", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.6.x-dev", + "dev-develop": "2.7.x-dev" + } + }, "autoload": { - "psr-0": { - "Flow\\JSONPath": "src/", - "Flow\\JSONPath\\Test": "tests/" + "psr-4": { + "Laminas\\Escaper\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "authors": [ - { - "name": "Stephen Frank", - "email": "stephen@flowsa.com" - } + "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", + "homepage": "https://laminas.dev", + "keywords": [ + "escaper", + "laminas" ], - "description": "JSONPath implementation for parsing, searching and flattening arrays", - "abandoned": "softcreatr/jsonpath", - "time": "2019-07-15T17:23:22+00:00" - }, - { - "name": "fontawesome/fontawesome", - "version": "5.15.4", - "dist": { - "type": "zip", - "url": "https://github.com/FortAwesome/Font-Awesome/releases/download/5.15.4/fontawesome-free-5.15.4-web.zip" - }, - "require": { - "composer/installers": "^1.2.0" - }, - "type": "drupal-library" + "time": "2019-12-31T16:43:30+00:00" }, { - "name": "gettext/gettext", - "version": "v4.7.0", + "name": "laminas/laminas-feed", + "version": "2.12.2", "source": { "type": "git", - "url": "https://github.com/php-gettext/Gettext.git", - "reference": "739c935503853759b1607f375960c73a5b03909b" + "url": "https://github.com/laminas/laminas-feed.git", + "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Gettext/zipball/739c935503853759b1607f375960c73a5b03909b", - "reference": "739c935503853759b1607f375960c73a5b03909b", + "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/8a193ac96ebcb3e16b6ee754ac2a889eefacb654", + "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654", "shasum": "" }, "require": { - "gettext/languages": "^2.3", - "php": ">=5.4.0" + "ext-dom": "*", + "ext-libxml": "*", + "laminas/laminas-escaper": "^2.5.2", + "laminas/laminas-stdlib": "^3.2.1", + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-feed": "^2.12.0" }, "require-dev": { - "illuminate/view": "*", - "phpunit/phpunit": "^4.8|^5.7|^6.5", - "squizlabs/php_codesniffer": "^3.0", - "symfony/yaml": "~2", - "twig/extensions": "*", - "twig/twig": "^1.31|^2.0" + "laminas/laminas-cache": "^2.7.2", + "laminas/laminas-coding-standard": "~1.0.0", + "laminas/laminas-db": "^2.8.2", + "laminas/laminas-http": "^2.7", + "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", + "laminas/laminas-validator": "^2.10.1", + "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20", + "psr/http-message": "^1.0.1" }, "suggest": { - "illuminate/view": "Is necessary if you want to use the Blade extractor", - "symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator", - "twig/extensions": "Is necessary if you want to use the Twig extractor", - "twig/twig": "Is necessary if you want to use the Twig extractor" + "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", + "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", + "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", + "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", + "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", + "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.12.x-dev", + "dev-develop": "2.13.x-dev" + } + }, "autoload": { "psr-4": { - "Gettext\\": "src" + "Laminas\\Feed\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Oscar Otero", - "email": "oom@oscarotero.com", - "homepage": "http://oscarotero.com", - "role": "Developer" - } + "BSD-3-Clause" ], - "description": "PHP gettext manager", - "homepage": "https://github.com/oscarotero/Gettext", + "description": "provides functionality for consuming RSS and Atom feeds", + "homepage": "https://laminas.dev", "keywords": [ - "JS", - "gettext", - "i18n", - "mo", - "po", - "translation" + "feed", + "laminas" ], - "time": "2019-10-07T11:40:33+00:00" + "time": "2020-03-29T12:36:29+00:00" }, { - "name": "gettext/languages", - "version": "2.5.0", + "name": "laminas/laminas-stdlib", + "version": "3.2.1", "source": { "type": "git", - "url": "https://github.com/php-gettext/Languages.git", - "reference": "78db2d17933f0765a102f368a6663f057162ddbd" + "url": "https://github.com/laminas/laminas-stdlib.git", + "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-gettext/Languages/zipball/78db2d17933f0765a102f368a6663f057162ddbd", - "reference": "78db2d17933f0765a102f368a6663f057162ddbd", + "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6", + "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6", "shasum": "" }, "require": { - "php": ">=5.3" + "laminas/laminas-zendframework-bridge": "^1.0", + "php": "^5.6 || ^7.0" + }, + "replace": { + "zendframework/zend-stdlib": "self.version" }, "require-dev": { - "phpunit/phpunit": "^4" + "laminas/laminas-coding-standard": "~1.0.0", + "phpbench/phpbench": "^0.13", + "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" }, - "bin": [ - "bin/export-plural-rules", - "bin/export-plural-rules.php" - ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.2.x-dev", + "dev-develop": "3.3.x-dev" + } + }, "autoload": { "psr-4": { - "Gettext\\Languages\\": "src/" + "Laminas\\Stdlib\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Michele Locati", - "email": "mlocati@gmail.com", - "role": "Developer" - } + "BSD-3-Clause" ], - "description": "gettext languages with plural rules", - "homepage": "https://github.com/mlocati/cldr-to-gettext-plural-rules", + "description": "SPL extensions, array utilities, error handlers, and more", + "homepage": "https://laminas.dev", "keywords": [ - "cldr", - "i18n", - "internationalization", - "l10n", - "language", - "languages", - "localization", - "php", - "plural", - "plural rules", - "plurals", - "translate", - "translations", - "unicode" + "laminas", + "stdlib" ], - "time": "2018-11-13T22:06:07+00:00" + "time": "2019-12-31T17:51:15+00:00" }, { - "name": "guzzlehttp/guzzle", - "version": "6.5.5", + "name": "laminas/laminas-zendframework-bridge", + "version": "1.0.4", "source": { "type": "git", - "url": "https://github.com/guzzle/guzzle.git", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e" + "url": "https://github.com/laminas/laminas-zendframework-bridge.git", + "reference": "fcd87520e4943d968557803919523772475e8ea3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", - "reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e", + "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3", + "reference": "fcd87520e4943d968557803919523772475e8ea3", "shasum": "" }, "require": { - "ext-json": "*", - "guzzlehttp/promises": "^1.0", - "guzzlehttp/psr7": "^1.6.1", - "php": ">=5.5", - "symfony/polyfill-intl-idn": "^1.17.0" + "php": "^5.6 || ^7.0" }, "require-dev": { - "ext-curl": "*", - "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0", - "psr/log": "^1.1" - }, - "suggest": { - "psr/log": "Required for using the Log middleware" + "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", + "squizlabs/php_codesniffer": "^3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "6.5-dev" + "dev-master": "1.0.x-dev", + "dev-develop": "1.1.x-dev" + }, + "laminas": { + "module": "Laminas\\ZendFrameworkBridge" } }, "autoload": { - "psr-4": { - "GuzzleHttp\\": "src/" - }, "files": [ - "src/functions_include.php" - ] + "src/autoload.php" + ], + "psr-4": { + "Laminas\\ZendFrameworkBridge\\": "src//" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], - "authors": [ + "description": "Alias legacy ZF class names to Laminas Project equivalents.", + "keywords": [ + "ZendFramework", + "autoloading", + "laminas", + "zf" + ], + "funding": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "url": "https://funding.communitybridge.org/projects/laminas-project", + "type": "community_bridge" } ], - "description": "Guzzle is a PHP HTTP client library", - "homepage": "http://guzzlephp.org/", - "keywords": [ - "client", - "curl", - "framework", - "http", - "http client", - "rest", - "web service" - ], - "time": "2020-06-16T21:01:06+00:00" + "time": "2020-05-20T16:45:56+00:00" }, { - "name": "guzzlehttp/promises", - "version": "v1.3.1", + "name": "league/csv", + "version": "8.2.3", "source": { "type": "git", - "url": "https://github.com/guzzle/promises.git", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646" + "url": "https://github.com/thephpleague/csv.git", + "reference": "d2aab1e7bde802582c3879acf03d92716577c76d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646", - "reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646", + "url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d", + "reference": "d2aab1e7bde802582c3879acf03d92716577c76d", "shasum": "" }, "require": { + "ext-mbstring": "*", "php": ">=5.5.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^1.9", "phpunit/phpunit": "^4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "8.2-dev" } }, "autoload": { "psr-4": { - "GuzzleHttp\\Promise\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] + "League\\Csv\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -12578,59 +11305,59 @@ ], "authors": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "Ignace Nyamagana Butera", + "email": "nyamsprod@gmail.com", + "homepage": "https://github.com/nyamsprod/", + "role": "Developer" } ], - "description": "Guzzle promises library", + "description": "Csv data manipulation made easy in PHP", + "homepage": "http://csv.thephpleague.com", "keywords": [ - "promise" + "csv", + "export", + "filter", + "import", + "read", + "write" ], - "time": "2016-12-20T10:07:11+00:00" + "time": "2018-02-06T08:27:03+00:00" }, { - "name": "guzzlehttp/psr7", - "version": "1.6.1", + "name": "masterminds/html5", + "version": "2.7.3", "source": { "type": "git", - "url": "https://github.com/guzzle/psr7.git", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a" + "url": "https://github.com/Masterminds/html5-php.git", + "reference": "aad73dbfefd71d46072138109ce1288d96c329cc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/239400de7a173fe9901b9ac7c06497751f00727a", - "reference": "239400de7a173fe9901b9ac7c06497751f00727a", + "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/aad73dbfefd71d46072138109ce1288d96c329cc", + "reference": "aad73dbfefd71d46072138109ce1288d96c329cc", "shasum": "" }, "require": { - "php": ">=5.4.0", - "psr/http-message": "~1.0", - "ralouphie/getallheaders": "^2.0.5 || ^3.0.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" + "ext-ctype": "*", + "ext-dom": "*", + "ext-libxml": "*", + "php": ">=5.3.0" }, "require-dev": { - "ext-zlib": "*", - "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8" - }, - "suggest": { - "zendframework/zend-httphandlerrunner": "Emit PSR-7 responses" + "phpunit/phpunit": "^4.8.35", + "sami/sami": "~2.0", + "satooshi/php-coveralls": "1.0.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.6-dev" + "dev-master": "2.7-dev" } }, "autoload": { "psr-4": { - "GuzzleHttp\\Psr7\\": "src/" - }, - "files": [ - "src/functions_include.php" - ] + "Masterminds\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -12638,660 +11365,563 @@ ], "authors": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "Matt Butcher", + "email": "technosophos@gmail.com" }, { - "name": "Tobias Schultze", - "homepage": "https://github.com/Tobion" + "name": "Matt Farina", + "email": "matt@mattfarina.com" + }, + { + "name": "Asmir Mustafic", + "email": "goetas@gmail.com" } ], - "description": "PSR-7 message implementation that also provides common utility methods", + "description": "An HTML5 parser and serializer.", + "homepage": "http://masterminds.github.io/html5-php", "keywords": [ - "http", - "message", - "psr-7", - "request", - "response", - "stream", - "uri", - "url" + "HTML5", + "dom", + "html", + "parser", + "querypath", + "serializer", + "xml" ], - "time": "2019-07-01T23:21:34+00:00" + "time": "2020-07-05T07:53:37+00:00" }, { - "name": "h5p/h5p-core", - "version": "1.24.0", + "name": "mkalkbrenner/php-htmldiff-advanced", + "version": "0.0.8", "source": { "type": "git", - "url": "https://github.com/h5p/h5p-php-library.git", - "reference": "55b04018d7def8d2288b768adbcb3cc152fdbd53" + "url": "https://github.com/mkalkbrenner/php-htmldiff.git", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/h5p/h5p-php-library/zipball/55b04018d7def8d2288b768adbcb3cc152fdbd53", - "reference": "55b04018d7def8d2288b768adbcb3cc152fdbd53", + "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9", + "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9", "shasum": "" }, "require": { - "php": ">=5.3.0" + "caxy/php-htmldiff": ">=0.0.6", + "php": ">=5.5.0" }, "type": "library", "autoload": { "files": [ - "h5p.classes.php", - "h5p-development.class.php", - "h5p-file-storage.interface.php", - "h5p-default-storage.class.php", - "h5p-event-base.class.php", - "h5p-metadata.class.php" + "src/HtmlDiffAdvancedInterface.php", + "src/HtmlDiffAdvanced.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-3.0" - ], - "authors": [ - { - "name": "Svein-Tore Griff With", - "email": "with@joubel.com", - "homepage": "http://joubel.com", - "role": "CEO" - }, - { - "name": "Frode Petterson", - "email": "frode.petterson@joubel.com", - "homepage": "http://joubel.com", - "role": "Developer" - } + "GNU General Public License V2" ], - "description": "H5P Core functionality in PHP", - "homepage": "https://h5p.org", + "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", + "homepage": "https://github.com/mkalkbrenner/php-htmldiff", "keywords": [ - "content", - "h5p", - "hvp", - "interactive", - "quiz" + "diff", + "html" ], - "time": "2019-10-30T10:42:15+00:00" + "time": "2016-07-25T17:07:32+00:00" }, { - "name": "h5p/h5p-editor", - "version": "1.24.1", + "name": "mtdowling/jmespath.php", + "version": "2.4.0", "source": { "type": "git", - "url": "https://github.com/h5p/h5p-editor-php-library.git", - "reference": "9361892a22ac6ab91e010e0b8a0a0e836f45a16a" + "url": "https://github.com/jmespath/jmespath.php.git", + "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/h5p/h5p-editor-php-library/zipball/9361892a22ac6ab91e010e0b8a0a0e836f45a16a", - "reference": "9361892a22ac6ab91e010e0b8a0a0e836f45a16a", + "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac", + "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.4.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" }, + "bin": [ + "bin/jp.php" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.0-dev" + } + }, "autoload": { + "psr-4": { + "JmesPath\\": "src/" + }, "files": [ - "h5peditor.class.php", - "h5peditor-file.class.php", - "h5peditor-ajax.class.php", - "h5peditor-storage.interface.php", - "h5peditor-ajax.interface.php" + "src/JmesPath.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-3.0" + "MIT" ], "authors": [ { - "name": "Svein-Tore Griff With", - "email": "with@joubel.com", - "homepage": "http://joubel.com", - "role": "CEO" - }, - { - "name": "Frode Petterson", - "email": "frode.petterson@joubel.com", - "homepage": "http://joubel.com", - "role": "Developer" + "name": "Michael Dowling", + "email": "mtdowling@gmail.com", + "homepage": "https://github.com/mtdowling" } ], - "description": "H5P Editor functionality in PHP", - "homepage": "https://h5p.org", + "description": "Declaratively specify how to extract elements from a JSON document", "keywords": [ - "content", - "editor", - "h5p", - "hvp", - "interactive", - "quiz" + "json", + "jsonpath" ], - "time": "2019-10-30T14:56:53+00:00" - }, - { - "name": "harvesthq/chosen", - "version": "1.8.7", - "dist": { - "type": "zip", - "url": "https://github.com/harvesthq/chosen-package/archive/master.zip" - }, - "require": { - "composer/installers": "^1.2.0" - }, - "type": "drupal-library" + "time": "2016-12-03T22:08:25+00:00" }, { - "name": "j7mbo/twitter-api-php", - "version": "1.0.6", + "name": "oomphinc/composer-installers-extender", + "version": "v1.1.2", "source": { "type": "git", - "url": "https://github.com/J7mbo/twitter-api-php.git", - "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7" + "url": "https://github.com/oomphinc/composer-installers-extender.git", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/J7mbo/twitter-api-php/zipball/443d22c53d621b3cc6b7e0c56daa60c5ada033f7", - "reference": "443d22c53d621b3cc6b7e0c56daa60c5ada033f7", + "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", + "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", "shasum": "" }, "require": { - "ext-curl": "*" - }, - "require-dev": { - "phpunit/phpunit": "~4.5,>=4.5.1" + "composer-plugin-api": "^1.0", + "composer/installers": "^1.0" }, - "type": "library", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-master": "1.0-dev" - } + "class": "OomphInc\\ComposerInstallersExtender\\Plugin" }, "autoload": { - "classmap": [ - "TwitterAPIExchange.php" - ] + "psr-4": { + "OomphInc\\ComposerInstallersExtender\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GNU Public License" + "MIT" ], "authors": [ { - "name": "James Mallison", - "homepage": "https://github.com/j7mbo/twitter-api-php" + "name": "Stephen Beemsterboer", + "email": "stephen@oomphinc.com", + "homepage": "https://github.com/balbuf" } ], - "description": "Simple PHP Wrapper for Twitter API v1.1 calls", - "homepage": "https://github.com/j7mbo/twitter-api-php", - "keywords": [ - "api", - "php", - "twitter" - ], - "time": "2017-05-08T12:10:56+00:00" - }, - { - "name": "jquery/inputmask", - "version": "5.0.6", - "dist": { - "type": "zip", - "url": "https://github.com/RobinHerbots/jquery.inputmask/archive/5.0.6.zip" - }, - "require": { - "composer/installers": "~1.0" - }, - "type": "drupal-library", - "extra": { - "installer-name": "jquery.inputmask" - } + "description": "Extend the composer/installers plugin to accept any arbitrary package type.", + "homepage": "http://www.oomphinc.com/", + "time": "2017-03-31T16:57:39+00:00" }, { - "name": "kub-at/php-simple-html-dom-parser", - "version": "1.9.1", + "name": "paragonie/random_compat", + "version": "v9.99.99", "source": { "type": "git", - "url": "https://github.com/Kub-AT/php-simple-html-dom-parser.git", - "reference": "ff22f98bfd9235115c128059076f3eb740d66913" + "url": "https://github.com/paragonie/random_compat.git", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Kub-AT/php-simple-html-dom-parser/zipball/ff22f98bfd9235115c128059076f3eb740d66913", - "reference": "ff22f98bfd9235115c128059076f3eb740d66913", + "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", "shasum": "" }, "require": { - "php": ">=5.3.2" - }, - "type": "library", - "autoload": { - "psr-0": { - "KubAT\\PhpSimple\\HtmlDomParser": "src/" - } + "php": "^7" }, + "require-dev": { + "phpunit/phpunit": "4.*|5.*", + "vimeo/psalm": "^1" + }, + "suggest": { + "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + }, + "type": "library", "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "S.C. Chen", - "email": "me578022@gmail.com" - }, - { - "name": "Jakub Stawowy", - "email": "Kub-AT@users.noreply.github.com" + "name": "Paragon Initiative Enterprises", + "email": "security@paragonie.com", + "homepage": "https://paragonie.com" } ], - "description": "PHP Simple HTML DOM Parser with namespace and PHP 7.3 compatible", - "homepage": "http://simplehtmldom.sourceforge.net/", + "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", "keywords": [ - "Simple", - "dom", - "html" + "csprng", + "polyfill", + "pseudorandom", + "random" ], - "time": "2019-10-25T12:34:43+00:00" + "time": "2018-07-02T15:55:56+00:00" }, { - "name": "laminas/laminas-diactoros", - "version": "1.8.7p2", + "name": "pear/archive_tar", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-diactoros.git", - "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa" + "url": "https://github.com/pear/Archive_Tar.git", + "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/6991c1af7c8d2c8efee81b22ba97024781824aaa", - "reference": "6991c1af7c8d2c8efee81b22ba97024781824aaa", + "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", + "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^5.6 || ^7.0", - "psr/http-message": "^1.0" - }, - "provide": { - "psr/http-message-implementation": "1.0" - }, - "replace": { - "zendframework/zend-diactoros": "~1.8.7.0" + "pear/pear-core-minimal": "^1.10.0alpha2", + "php": ">=5.2.0" }, "require-dev": { - "ext-dom": "*", - "ext-libxml": "*", - "laminas/laminas-coding-standard": "~1.0", - "php-http/psr7-integration-tests": "dev-master", - "phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7" + "phpunit/phpunit": "*" + }, + "suggest": { + "ext-bz2": "Bz2 compression support.", + "ext-xz": "Lzma2 compression support.", + "ext-zlib": "Gzip compression support." }, "type": "library", "extra": { "branch-alias": { - "dev-release-1.8": "1.8.x-dev" + "dev-master": "1.4.x-dev" } }, "autoload": { - "files": [ - "src/functions/create_uploaded_file.php", - "src/functions/marshal_headers_from_sapi.php", - "src/functions/marshal_method_from_sapi.php", - "src/functions/marshal_protocol_version_from_sapi.php", - "src/functions/marshal_uri_from_sapi.php", - "src/functions/normalize_server.php", - "src/functions/normalize_uploaded_files.php", - "src/functions/parse_cookie_header.php", - "src/functions/create_uploaded_file.legacy.php", - "src/functions/marshal_headers_from_sapi.legacy.php", - "src/functions/marshal_method_from_sapi.legacy.php", - "src/functions/marshal_protocol_version_from_sapi.legacy.php", - "src/functions/marshal_uri_from_sapi.legacy.php", - "src/functions/normalize_server.legacy.php", - "src/functions/normalize_uploaded_files.legacy.php", - "src/functions/parse_cookie_header.legacy.php" - ], - "psr-4": { - "Laminas\\Diactoros\\": "src/" + "psr-0": { + "Archive_Tar": "" } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], "license": [ "BSD-3-Clause" ], - "description": "PSR HTTP Message implementations", - "homepage": "https://laminas.dev", + "authors": [ + { + "name": "Vincent Blavet", + "email": "vincent@phpconcept.net" + }, + { + "name": "Greg Beaver", + "email": "greg@chiaraquartet.net" + }, + { + "name": "Michiel Rook", + "email": "mrook@php.net" + } + ], + "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", + "homepage": "https://github.com/pear/Archive_Tar", "keywords": [ - "http", - "laminas", - "psr", - "psr-7" + "archive", + "tar" ], - "time": "2020-03-23T15:28:28+00:00" + "funding": [ + { + "url": "https://github.com/mrook", + "type": "github" + }, + { + "url": "https://www.patreon.com/michielrook", + "type": "patreon" + } + ], + "time": "2021-07-20T13:53:39+00:00" }, { - "name": "laminas/laminas-escaper", - "version": "2.6.1", + "name": "pear/console_getopt", + "version": "v1.4.3", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-escaper.git", - "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70" + "url": "https://github.com/pear/Console_Getopt.git", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/25f2a053eadfa92ddacb609dcbbc39362610da70", - "reference": "25f2a053eadfa92ddacb609dcbbc39362610da70", + "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", "shasum": "" }, - "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^5.6 || ^7.0" - }, - "replace": { - "zendframework/zend-escaper": "self.version" - }, - "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" - }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.6.x-dev", - "dev-develop": "2.7.x-dev" - } - }, "autoload": { - "psr-4": { - "Laminas\\Escaper\\": "src/" + "psr-0": { + "Console": "./" } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "./" + ], "license": [ - "BSD-3-Clause" + "BSD-2-Clause" ], - "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs", - "homepage": "https://laminas.dev", - "keywords": [ - "escaper", - "laminas" + "authors": [ + { + "name": "Andrei Zmievski", + "email": "andrei@php.net", + "role": "Lead" + }, + { + "name": "Stig Bakken", + "email": "stig@php.net", + "role": "Developer" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net", + "role": "Helper" + } ], - "time": "2019-12-31T16:43:30+00:00" + "description": "More info available on: http://pear.php.net/package/Console_Getopt", + "time": "2019-11-20T18:27:48+00:00" }, { - "name": "laminas/laminas-feed", - "version": "2.12.2", + "name": "pear/pear-core-minimal", + "version": "v1.10.10", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-feed.git", - "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654" + "url": "https://github.com/pear/pear-core-minimal.git", + "reference": "625a3c429d9b2c1546438679074cac1b089116a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/8a193ac96ebcb3e16b6ee754ac2a889eefacb654", - "reference": "8a193ac96ebcb3e16b6ee754ac2a889eefacb654", + "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", + "reference": "625a3c429d9b2c1546438679074cac1b089116a7", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-libxml": "*", - "laminas/laminas-escaper": "^2.5.2", - "laminas/laminas-stdlib": "^3.2.1", - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^5.6 || ^7.0" + "pear/console_getopt": "~1.4", + "pear/pear_exception": "~1.0" }, "replace": { - "zendframework/zend-feed": "^2.12.0" - }, - "require-dev": { - "laminas/laminas-cache": "^2.7.2", - "laminas/laminas-coding-standard": "~1.0.0", - "laminas/laminas-db": "^2.8.2", - "laminas/laminas-http": "^2.7", - "laminas/laminas-servicemanager": "^2.7.8 || ^3.3", - "laminas/laminas-validator": "^2.10.1", - "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20", - "psr/http-message": "^1.0.1" - }, - "suggest": { - "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests", - "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub", - "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader", - "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations", - "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent", - "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator" + "rsky/pear-core-min": "self.version" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.12.x-dev", - "dev-develop": "2.13.x-dev" - } - }, "autoload": { - "psr-4": { - "Laminas\\Feed\\": "src/" + "psr-0": { + "": "src/" } }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "src/" + ], "license": [ "BSD-3-Clause" ], - "description": "provides functionality for consuming RSS and Atom feeds", - "homepage": "https://laminas.dev", - "keywords": [ - "feed", - "laminas" + "authors": [ + { + "name": "Christian Weiske", + "email": "cweiske@php.net", + "role": "Lead" + } ], - "time": "2020-03-29T12:36:29+00:00" + "description": "Minimal set of PEAR core files to be used as composer dependency", + "time": "2019-11-19T19:00:24+00:00" }, { - "name": "laminas/laminas-stdlib", - "version": "3.2.1", + "name": "pear/pear_exception", + "version": "v1.0.1", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-stdlib.git", - "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6" + "url": "https://github.com/pear/PEAR_Exception.git", + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/2b18347625a2f06a1a485acfbc870f699dbe51c6", - "reference": "2b18347625a2f06a1a485acfbc870f699dbe51c6", + "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", + "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", "shasum": "" }, "require": { - "laminas/laminas-zendframework-bridge": "^1.0", - "php": "^5.6 || ^7.0" - }, - "replace": { - "zendframework/zend-stdlib": "self.version" + "php": ">=4.4.0" }, "require-dev": { - "laminas/laminas-coding-standard": "~1.0.0", - "phpbench/phpbench": "^0.13", - "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" + "phpunit/phpunit": "*" }, - "type": "library", + "type": "class", "extra": { "branch-alias": { - "dev-master": "3.2.x-dev", - "dev-develop": "3.3.x-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { - "psr-4": { - "Laminas\\Stdlib\\": "src/" - } + "classmap": [ + "PEAR/" + ] }, "notification-url": "https://packagist.org/downloads/", + "include-path": [ + "." + ], "license": [ - "BSD-3-Clause" + "BSD-2-Clause" ], - "description": "SPL extensions, array utilities, error handlers, and more", - "homepage": "https://laminas.dev", + "authors": [ + { + "name": "Helgi Thormar", + "email": "dufuz@php.net" + }, + { + "name": "Greg Beaver", + "email": "cellog@php.net" + } + ], + "description": "The PEAR Exception base class.", + "homepage": "https://github.com/pear/PEAR_Exception", "keywords": [ - "laminas", - "stdlib" + "exception" ], - "time": "2019-12-31T17:51:15+00:00" + "time": "2019-12-10T10:24:42+00:00" }, { - "name": "laminas/laminas-zendframework-bridge", - "version": "1.0.4", + "name": "phpdocumentor/reflection-common", + "version": "2.2.0", "source": { "type": "git", - "url": "https://github.com/laminas/laminas-zendframework-bridge.git", - "reference": "fcd87520e4943d968557803919523772475e8ea3" + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/fcd87520e4943d968557803919523772475e8ea3", - "reference": "fcd87520e4943d968557803919523772475e8ea3", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", "shasum": "" }, "require": { - "php": "^5.6 || ^7.0" - }, - "require-dev": { - "phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.1", - "squizlabs/php_codesniffer": "^3.5" + "php": "^7.2 || ^8.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0.x-dev", - "dev-develop": "1.1.x-dev" - }, - "laminas": { - "module": "Laminas\\ZendFrameworkBridge" + "dev-2.x": "2.x-dev" } }, "autoload": { - "files": [ - "src/autoload.php" - ], "psr-4": { - "Laminas\\ZendFrameworkBridge\\": "src//" + "phpDocumentor\\Reflection\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" - ], - "description": "Alias legacy ZF class names to Laminas Project equivalents.", - "keywords": [ - "ZendFramework", - "autoloading", - "laminas", - "zf" + "MIT" ], - "funding": [ + "authors": [ { - "url": "https://funding.communitybridge.org/projects/laminas-project", - "type": "community_bridge" + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" } ], - "time": "2020-05-20T16:45:56+00:00" + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2020-06-27T09:03:43+00:00" }, { - "name": "lcobucci/jwt", - "version": "3.3.2", + "name": "phpdocumentor/reflection-docblock", + "version": "4.3.4", "source": { "type": "git", - "url": "https://github.com/lcobucci/jwt.git", - "reference": "56f10808089e38623345e28af2f2d5e4eb579455" + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455", - "reference": "56f10808089e38623345e28af2f2d5e4eb579455", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", + "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", "shasum": "" }, "require": { - "ext-mbstring": "*", - "ext-openssl": "*", - "php": "^5.6 || ^7.0" + "php": "^7.0", + "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", + "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", + "webmozart/assert": "^1.0" }, "require-dev": { - "mikey179/vfsstream": "~1.5", - "phpmd/phpmd": "~2.2", - "phpunit/php-invoker": "~1.1", - "phpunit/phpunit": "^5.7 || ^7.3", - "squizlabs/php_codesniffer": "~2.3" + "doctrine/instantiator": "^1.0.5", + "mockery/mockery": "^1.0", + "phpdocumentor/type-resolver": "0.4.*", + "phpunit/phpunit": "^6.4" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.1-dev" + "dev-master": "4.x-dev" } }, "autoload": { "psr-4": { - "Lcobucci\\JWT\\": "src" + "phpDocumentor\\Reflection\\": [ + "src/" + ] } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Luís Otávio Cobucci Oblonczyk", - "email": "lcobucci@gmail.com", - "role": "Developer" - } - ], - "description": "A simple library to work with JSON Web Token and JSON Web Signature", - "keywords": [ - "JWS", - "jwt" - ], - "funding": [ - { - "url": "https://github.com/lcobucci", - "type": "github" - }, - { - "url": "https://www.patreon.com/lcobucci", - "type": "patreon" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "time": "2020-05-22T08:21:12+00:00" + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2019-12-28T18:55:12+00:00" }, { - "name": "league/csv", - "version": "8.2.3", + "name": "phpdocumentor/type-resolver", + "version": "1.3.0", "source": { "type": "git", - "url": "https://github.com/thephpleague/csv.git", - "reference": "d2aab1e7bde802582c3879acf03d92716577c76d" + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/csv/zipball/d2aab1e7bde802582c3879acf03d92716577c76d", - "reference": "d2aab1e7bde802582c3879acf03d92716577c76d", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", + "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", "shasum": "" }, "require": { - "ext-mbstring": "*", - "php": ">=5.5.0" + "php": "^7.2 || ^8.0", + "phpdocumentor/reflection-common": "^2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^1.9", - "phpunit/phpunit": "^4.0" + "ext-tokenizer": "*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "8.2-dev" + "dev-1.x": "1.x-dev" } }, "autoload": { "psr-4": { - "League\\Csv\\": "src" + "phpDocumentor\\Reflection\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -13300,185 +11930,187 @@ ], "authors": [ { - "name": "Ignace Nyamagana Butera", - "email": "nyamsprod@gmail.com", - "homepage": "https://github.com/nyamsprod/", - "role": "Developer" + "name": "Mike van Riel", + "email": "me@mikevanriel.com" } ], - "description": "Csv data manipulation made easy in PHP", - "homepage": "http://csv.thephpleague.com", - "keywords": [ - "csv", - "export", - "filter", - "import", - "read", - "write" - ], - "time": "2018-02-06T08:27:03+00:00" + "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", + "time": "2020-06-27T10:12:23+00:00" }, { - "name": "league/event", - "version": "2.2.0", + "name": "phpfastcache/riak-client", + "version": "3.4.3", "source": { "type": "git", - "url": "https://github.com/thephpleague/event.git", - "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119" + "url": "https://github.com/PHPSocialNetwork/riak-php-client.git", + "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119", - "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "url": "https://api.github.com/repos/PHPSocialNetwork/riak-php-client/zipball/d771f75d16196006604a30bb15adc1c6a9b0fcc9", + "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9", "shasum": "" }, "require": { - "php": ">=5.4.0" + "ext-curl": "*", + "ext-json": "*", + "php": ">=5.4" + }, + "conflict": { + "basho/riak": "*" }, "require-dev": { - "henrikbjorn/phpspec-code-coverage": "~1.0.1", - "phpspec/phpspec": "^2.2" + "apigen/apigen": "4.1.*", + "phpunit/phpunit": "4.8.*" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2-dev" - } - }, "autoload": { "psr-4": { - "League\\Event\\": "src/" + "Basho\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "Apache-2.0" ], "authors": [ { - "name": "Frank de Jonge", - "email": "info@frenky.net" - } - ], - "description": "Event package", - "keywords": [ - "emitter", - "event", - "listener" - ], - "time": "2018-11-26T11:52:41+00:00" - }, + "name": "Georges.L", + "email": "contact@geolim4.com", + "homepage": "https://github.com/Geolim4", + "role": "Maintainer" + }, + { + "name": "Christopher Mancini", + "email": "cmancini@basho.com", + "homepage": "https://github.com/christophermancini", + "role": "Former Lead Developer" + }, + { + "name": "Alex Moore", + "email": "amoore@basho.com", + "homepage": "https://github.com/alexmoore", + "role": "Former Developer" + } + ], + "description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)", + "homepage": "https://github.com/PHPSocialNetwork/riak-php-client", + "keywords": [ + "basho", + "client", + "crdt", + "data", + "database", + "datatype", + "driver", + "kv", + "nosql", + "riak" + ], + "time": "2017-11-23T21:33:15+00:00" + }, { - "name": "league/oauth2-server", - "version": "7.4.0", + "name": "phpmailer/phpmailer", + "version": "v6.1.5", "source": { "type": "git", - "url": "https://github.com/thephpleague/oauth2-server.git", - "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf" + "url": "https://github.com/PHPMailer/PHPMailer.git", + "reference": "a8bf068f64a580302026e484ee29511f661b2ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf", - "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf", + "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3", + "reference": "a8bf068f64a580302026e484ee29511f661b2ad3", "shasum": "" }, "require": { - "defuse/php-encryption": "^2.1", - "ext-openssl": "*", - "lcobucci/jwt": "^3.2.2", - "league/event": "^2.1", - "php": ">=7.0.0", - "psr/http-message": "^1.0.1" - }, - "replace": { - "league/oauth2server": "*", - "lncd/oauth2": "*" + "ext-ctype": "*", + "ext-filter": "*", + "php": ">=5.5.0" }, "require-dev": { - "phpstan/phpstan": "^0.9.2", - "phpstan/phpstan-phpunit": "^0.9.4", - "phpstan/phpstan-strict-rules": "^0.9.0", - "phpunit/phpunit": "^6.3 || ^7.0", - "roave/security-advisories": "dev-master", - "zendframework/zend-diactoros": "^1.3.2" + "doctrine/annotations": "^1.2", + "friendsofphp/php-cs-fixer": "^2.2", + "phpunit/phpunit": "^4.8 || ^5.7" + }, + "suggest": { + "ext-mbstring": "Needed to send email in multibyte encoding charset", + "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", + "league/oauth2-google": "Needed for Google XOAUTH2 authentication", + "psr/log": "For optional PSR-3 debug logging", + "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", + "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" }, "type": "library", "autoload": { "psr-4": { - "League\\OAuth2\\Server\\": "src/" + "PHPMailer\\PHPMailer\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-only" ], "authors": [ { - "name": "Alex Bilbie", - "email": "hello@alexbilbie.com", - "homepage": "http://www.alexbilbie.com", - "role": "Developer" + "name": "Marcus Bointon", + "email": "phpmailer@synchromedia.co.uk" }, { - "name": "Andy Millington", - "email": "andrew@noexceptions.io", - "homepage": "https://www.noexceptions.io", - "role": "Developer" + "name": "Jim Jagielski", + "email": "jimjag@gmail.com" + }, + { + "name": "Andy Prevost", + "email": "codeworxtech@users.sourceforge.net" + }, + { + "name": "Brent R. Matzelle" } ], - "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", - "homepage": "https://oauth2.thephpleague.com/", - "keywords": [ - "Authentication", - "api", - "auth", - "authorisation", - "authorization", - "oauth", - "oauth 2", - "oauth 2.0", - "oauth2", - "protect", - "resource", - "secure", - "server" + "description": "PHPMailer is a full-featured email creation and transfer class for PHP", + "funding": [ + { + "url": "https://marcus.bointon.com/donations/", + "type": "custom" + }, + { + "url": "https://github.com/Synchro", + "type": "github" + }, + { + "url": "https://www.patreon.com/marcusbointon", + "type": "patreon" + } ], - "time": "2019-05-05T09:22:01+00:00" + "time": "2020-03-14T14:23:48+00:00" }, { - "name": "masterminds/html5", - "version": "2.7.3", + "name": "psr/container", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/Masterminds/html5-php.git", - "reference": "aad73dbfefd71d46072138109ce1288d96c329cc" + "url": "https://github.com/php-fig/container.git", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/aad73dbfefd71d46072138109ce1288d96c329cc", - "reference": "aad73dbfefd71d46072138109ce1288d96c329cc", + "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", + "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-dom": "*", - "ext-libxml": "*", "php": ">=5.3.0" }, - "require-dev": { - "phpunit/phpunit": "^4.8.35", - "sami/sami": "~2.0", - "satooshi/php-coveralls": "1.0.*" - }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.7-dev" + "dev-master": "1.0.x-dev" } }, "autoload": { "psr-4": { - "Masterminds\\": "src" + "Psr\\Container\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -13487,104 +12119,98 @@ ], "authors": [ { - "name": "Matt Butcher", - "email": "technosophos@gmail.com" - }, - { - "name": "Matt Farina", - "email": "matt@mattfarina.com" - }, - { - "name": "Asmir Mustafic", - "email": "goetas@gmail.com" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "An HTML5 parser and serializer.", - "homepage": "http://masterminds.github.io/html5-php", + "description": "Common Container Interface (PHP FIG PSR-11)", + "homepage": "https://github.com/php-fig/container", "keywords": [ - "HTML5", - "dom", - "html", - "parser", - "querypath", - "serializer", - "xml" + "PSR-11", + "container", + "container-interface", + "container-interop", + "psr" ], - "time": "2020-07-05T07:53:37+00:00" + "time": "2017-02-14T16:28:37+00:00" }, { - "name": "mkalkbrenner/php-htmldiff-advanced", - "version": "0.0.8", + "name": "psr/http-message", + "version": "1.0.1", "source": { "type": "git", - "url": "https://github.com/mkalkbrenner/php-htmldiff.git", - "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9" + "url": "https://github.com/php-fig/http-message.git", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mkalkbrenner/php-htmldiff/zipball/3a714b48c9c3d3730baaf6d3949691e654cd37c9", - "reference": "3a714b48c9c3d3730baaf6d3949691e654cd37c9", + "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", + "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", "shasum": "" }, "require": { - "caxy/php-htmldiff": ">=0.0.6", - "php": ">=5.5.0" + "php": ">=5.3.0" }, "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, "autoload": { - "files": [ - "src/HtmlDiffAdvancedInterface.php", - "src/HtmlDiffAdvanced.php" - ] + "psr-4": { + "Psr\\Http\\Message\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GNU General Public License V2" + "MIT" ], - "description": "An add-on for the php-htmldiff library for comparing two HTML files/snippets and highlighting the differences using simple HTML.", - "homepage": "https://github.com/mkalkbrenner/php-htmldiff", + "authors": [ + { + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" + } + ], + "description": "Common interface for HTTP messages", + "homepage": "https://github.com/php-fig/http-message", "keywords": [ - "diff", - "html" + "http", + "http-message", + "psr", + "psr-7", + "request", + "response" ], - "time": "2016-07-25T17:07:32+00:00" + "time": "2016-08-06T14:39:51+00:00" }, { - "name": "mtdowling/jmespath.php", - "version": "2.4.0", + "name": "psr/log", + "version": "1.1.3", "source": { "type": "git", - "url": "https://github.com/jmespath/jmespath.php.git", - "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac" + "url": "https://github.com/php-fig/log.git", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac", - "reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac", + "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", + "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", "shasum": "" }, "require": { - "php": ">=5.4.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" + "php": ">=5.3.0" }, - "bin": [ - "bin/jp.php" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "2.0-dev" + "dev-master": "1.1.x-dev" } }, "autoload": { "psr-4": { - "JmesPath\\": "src/" - }, - "files": [ - "src/JmesPath.php" - ] + "Psr\\Log\\": "Psr/Log/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -13592,1324 +12218,1204 @@ ], "authors": [ { - "name": "Michael Dowling", - "email": "mtdowling@gmail.com", - "homepage": "https://github.com/mtdowling" + "name": "PHP-FIG", + "homepage": "http://www.php-fig.org/" } ], - "description": "Declaratively specify how to extract elements from a JSON document", + "description": "Common interface for logging libraries", + "homepage": "https://github.com/php-fig/log", "keywords": [ - "json", - "jsonpath" + "log", + "psr", + "psr-3" ], - "time": "2016-12-03T22:08:25+00:00" + "time": "2020-03-23T09:12:05+00:00" }, { - "name": "oomphinc/composer-installers-extender", - "version": "v1.1.2", + "name": "querypath/querypath", + "version": "3.0.5", "source": { "type": "git", - "url": "https://github.com/oomphinc/composer-installers-extender.git", - "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56" + "url": "https://github.com/technosophos/querypath.git", + "reference": "6b8e2395fac61fac25bbe962f94def556cb85f7d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", - "reference": "ca1c4b16b0905c81d1e77e608f36a2eff1a56f56", + "url": "https://api.github.com/repos/technosophos/querypath/zipball/6b8e2395fac61fac25bbe962f94def556cb85f7d", + "reference": "6b8e2395fac61fac25bbe962f94def556cb85f7d", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", - "composer/installers": "^1.0" - }, - "type": "composer-plugin", - "extra": { - "class": "OomphInc\\ComposerInstallersExtender\\Plugin" + "masterminds/html5": "2.*", + "php": ">=5.3.0" }, + "type": "library", "autoload": { - "psr-4": { - "OomphInc\\ComposerInstallersExtender\\": "src/" - } + "psr-0": { + "QueryPath": "src/" + }, + "files": [ + "src/qp_functions.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Stephen Beemsterboer", - "email": "stephen@oomphinc.com", - "homepage": "https://github.com/balbuf" - } + "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)", + "homepage": "https://github.com/technosophos/querypath", + "keywords": [ + "css", + "html", + "jquery", + "xml", + "xslt" ], - "description": "Extend the composer/installers plugin to accept any arbitrary package type.", - "homepage": "http://www.oomphinc.com/", - "time": "2017-03-31T16:57:39+00:00" + "time": "2016-08-01T22:40:30+00:00" }, { - "name": "paragonie/random_compat", - "version": "v9.99.99", + "name": "ralouphie/getallheaders", + "version": "3.0.3", "source": { "type": "git", - "url": "https://github.com/paragonie/random_compat.git", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95" + "url": "https://github.com/ralouphie/getallheaders.git", + "reference": "120b605dfeb996808c31b6477290a714d356e822" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", - "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95", + "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", + "reference": "120b605dfeb996808c31b6477290a714d356e822", "shasum": "" }, "require": { - "php": "^7" + "php": ">=5.6" }, "require-dev": { - "phpunit/phpunit": "4.*|5.*", - "vimeo/psalm": "^1" - }, - "suggest": { - "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes." + "php-coveralls/php-coveralls": "^2.1", + "phpunit/phpunit": "^5 || ^6.5" }, "type": "library", + "autoload": { + "files": [ + "src/getallheaders.php" + ] + }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { - "name": "Paragon Initiative Enterprises", - "email": "security@paragonie.com", - "homepage": "https://paragonie.com" + "name": "Ralph Khattar", + "email": "ralph.khattar@gmail.com" } ], - "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", - "keywords": [ - "csprng", - "polyfill", - "pseudorandom", - "random" - ], - "time": "2018-07-02T15:55:56+00:00" + "description": "A polyfill for getallheaders.", + "time": "2019-03-08T08:55:37+00:00" }, { - "name": "pear/archive_tar", - "version": "dev-master", + "name": "robrichards/xmlseclibs", + "version": "3.0.4", "source": { "type": "git", - "url": "https://github.com/pear/Archive_Tar.git", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa" + "url": "https://github.com/robrichards/xmlseclibs.git", + "reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Archive_Tar/zipball/4d761c5334c790e45ef3245f0864b8955c562caa", - "reference": "4d761c5334c790e45ef3245f0864b8955c562caa", + "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/0a53d3c3aa87564910cae4ed01416441d3ae0db5", + "reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5", "shasum": "" }, "require": { - "pear/pear-core-minimal": "^1.10.0alpha2", - "php": ">=5.2.0" - }, - "require-dev": { - "phpunit/phpunit": "*" - }, - "suggest": { - "ext-bz2": "Bz2 compression support.", - "ext-xz": "Lzma2 compression support.", - "ext-zlib": "Gzip compression support." + "ext-openssl": "*", + "php": ">= 5.4" }, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.4.x-dev" - } - }, "autoload": { - "psr-0": { - "Archive_Tar": "" + "psr-4": { + "RobRichards\\XMLSecLibs\\": "src" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], "license": [ "BSD-3-Clause" ], - "authors": [ - { - "name": "Vincent Blavet", - "email": "vincent@phpconcept.net" - }, - { - "name": "Greg Beaver", - "email": "greg@chiaraquartet.net" - }, - { - "name": "Michiel Rook", - "email": "mrook@php.net" - } - ], - "description": "Tar file management class with compression support (gzip, bzip2, lzma2)", - "homepage": "https://github.com/pear/Archive_Tar", + "description": "A PHP library for XML Security", + "homepage": "https://github.com/robrichards/xmlseclibs", "keywords": [ - "archive", - "tar" - ], - "funding": [ - { - "url": "https://github.com/mrook", - "type": "github" - }, - { - "url": "https://www.patreon.com/michielrook", - "type": "patreon" - } + "security", + "signature", + "xml", + "xmldsig" ], - "time": "2021-07-20T13:53:39+00:00" + "time": "2019-11-05T11:44:22+00:00" }, { - "name": "pear/console_getopt", - "version": "v1.4.3", + "name": "sabre/uri", + "version": "2.2.1", "source": { "type": "git", - "url": "https://github.com/pear/Console_Getopt.git", - "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0" + "url": "https://github.com/sabre-io/uri.git", + "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/Console_Getopt/zipball/a41f8d3e668987609178c7c4a9fe48fecac53fa0", - "reference": "a41f8d3e668987609178c7c4a9fe48fecac53fa0", + "url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff", + "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff", "shasum": "" }, + "require": { + "php": "^7.1 || ^8.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" + }, "type": "library", "autoload": { - "psr-0": { - "Console": "./" + "files": [ + "lib/functions.php" + ], + "psr-4": { + "Sabre\\Uri\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "./" - ], "license": [ - "BSD-2-Clause" + "BSD-3-Clause" ], "authors": [ { - "name": "Andrei Zmievski", - "email": "andrei@php.net", - "role": "Lead" - }, - { - "name": "Stig Bakken", - "email": "stig@php.net", + "name": "Evert Pot", + "email": "me@evertpot.com", + "homepage": "http://evertpot.com/", "role": "Developer" - }, - { - "name": "Greg Beaver", - "email": "cellog@php.net", - "role": "Helper" } ], - "description": "More info available on: http://pear.php.net/package/Console_Getopt", - "time": "2019-11-20T18:27:48+00:00" + "description": "Functions for making sense out of URIs.", + "homepage": "http://sabre.io/uri/", + "keywords": [ + "rfc3986", + "uri", + "url" + ], + "time": "2020-10-03T10:33:23+00:00" }, { - "name": "pear/pear-core-minimal", - "version": "v1.10.10", + "name": "sabre/vobject", + "version": "4.3.5", "source": { "type": "git", - "url": "https://github.com/pear/pear-core-minimal.git", - "reference": "625a3c429d9b2c1546438679074cac1b089116a7" + "url": "https://github.com/sabre-io/vobject.git", + "reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/pear-core-minimal/zipball/625a3c429d9b2c1546438679074cac1b089116a7", - "reference": "625a3c429d9b2c1546438679074cac1b089116a7", + "url": "https://api.github.com/repos/sabre-io/vobject/zipball/d8a0a9ae215a8acfb51afc29101c7344670b9c83", + "reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83", "shasum": "" }, "require": { - "pear/console_getopt": "~1.4", - "pear/pear_exception": "~1.0" - }, - "replace": { - "rsky/pear-core-min": "self.version" + "ext-mbstring": "*", + "php": "^7.1 || ^8.0", + "sabre/xml": "^2.1" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "~2.17.1", + "phpstan/phpstan": "^0.12", + "phpunit/php-invoker": "^2.0 || ^3.1", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" + }, + "suggest": { + "hoa/bench": "If you would like to run the benchmark scripts" }, + "bin": [ + "bin/vobject", + "bin/generate_vcards" + ], "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.0.x-dev" + } + }, "autoload": { - "psr-0": { - "": "src/" + "psr-4": { + "Sabre\\VObject\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "src/" - ], "license": [ "BSD-3-Clause" ], "authors": [ { - "name": "Christian Weiske", - "email": "cweiske@php.net", - "role": "Lead" + "name": "Evert Pot", + "email": "me@evertpot.com", + "homepage": "http://evertpot.com/", + "role": "Developer" + }, + { + "name": "Dominik Tobschall", + "email": "dominik@fruux.com", + "homepage": "http://tobschall.de/", + "role": "Developer" + }, + { + "name": "Ivan Enderlin", + "email": "ivan.enderlin@hoa-project.net", + "homepage": "http://mnt.io/", + "role": "Developer" } ], - "description": "Minimal set of PEAR core files to be used as composer dependency", - "time": "2019-11-19T19:00:24+00:00" + "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", + "homepage": "http://sabre.io/vobject/", + "keywords": [ + "availability", + "freebusy", + "iCalendar", + "ical", + "ics", + "jCal", + "jCard", + "recurrence", + "rfc2425", + "rfc2426", + "rfc2739", + "rfc4770", + "rfc5545", + "rfc5546", + "rfc6321", + "rfc6350", + "rfc6351", + "rfc6474", + "rfc6638", + "rfc6715", + "rfc6868", + "vCalendar", + "vCard", + "vcf", + "xCal", + "xCard" + ], + "time": "2021-02-12T06:28:04+00:00" }, { - "name": "pear/pear_exception", - "version": "v1.0.1", + "name": "sabre/xml", + "version": "2.2.3", "source": { "type": "git", - "url": "https://github.com/pear/PEAR_Exception.git", - "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7" + "url": "https://github.com/sabre-io/xml.git", + "reference": "c3b959f821c19b36952ec4a595edd695c216bfc6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", - "reference": "dbb42a5a0e45f3adcf99babfb2a1ba77b8ac36a7", + "url": "https://api.github.com/repos/sabre-io/xml/zipball/c3b959f821c19b36952ec4a595edd695c216bfc6", + "reference": "c3b959f821c19b36952ec4a595edd695c216bfc6", "shasum": "" }, "require": { - "php": ">=4.4.0" + "ext-dom": "*", + "ext-xmlreader": "*", + "ext-xmlwriter": "*", + "lib-libxml": ">=2.6.20", + "php": "^7.1 || ^8.0", + "sabre/uri": ">=1.0,<3.0.0" }, "require-dev": { - "phpunit/phpunit": "*" - }, - "type": "class", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "friendsofphp/php-cs-fixer": "~2.16.1", + "phpstan/phpstan": "^0.12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" }, + "type": "library", "autoload": { - "classmap": [ - "PEAR/" + "psr-4": { + "Sabre\\Xml\\": "lib/" + }, + "files": [ + "lib/Deserializer/functions.php", + "lib/Serializer/functions.php" ] }, "notification-url": "https://packagist.org/downloads/", - "include-path": [ - "." - ], "license": [ - "BSD-2-Clause" + "BSD-3-Clause" ], "authors": [ { - "name": "Helgi Thormar", - "email": "dufuz@php.net" + "name": "Evert Pot", + "email": "me@evertpot.com", + "homepage": "http://evertpot.com/", + "role": "Developer" }, { - "name": "Greg Beaver", - "email": "cellog@php.net" + "name": "Markus Staab", + "email": "markus.staab@redaxo.de", + "role": "Developer" } ], - "description": "The PEAR Exception base class.", - "homepage": "https://github.com/pear/PEAR_Exception", + "description": "sabre/xml is an XML library that you may not hate.", + "homepage": "https://sabre.io/xml/", "keywords": [ - "exception" + "XMLReader", + "XMLWriter", + "dom", + "xml" ], - "time": "2019-12-10T10:24:42+00:00" + "time": "2020-10-03T10:08:14+00:00" }, { - "name": "phpdocumentor/reflection-common", - "version": "2.2.0", + "name": "simplesamlphp/composer-module-installer", + "version": "v1.1.6", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionCommon.git", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b" + "url": "https://github.com/simplesamlphp/composer-module-installer.git", + "reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b", - "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b", + "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/b70414a2112fe49e97a7eddd747657bd8bc38ef0", + "reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "composer-plugin-api": "^1.0", + "simplesamlphp/simplesamlphp": "*" }, - "type": "library", + "type": "composer-plugin", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - } + "class": "SimpleSamlPhp\\Composer\\ModuleInstallerPlugin" }, "autoload": { - "psr-4": { - "phpDocumentor\\Reflection\\": "src/" + "psr-0": { + "SimpleSamlPhp\\Composer": "src/" } }, "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jaap van Otterdijk", - "email": "opensource@ijaap.nl" - } - ], - "description": "Common reflection classes used by phpdocumentor to reflect the code structure", - "homepage": "http://www.phpdoc.org", - "keywords": [ - "FQSEN", - "phpDocumentor", - "phpdoc", - "reflection", - "static analysis" - ], - "time": "2020-06-27T09:03:43+00:00" + "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.", + "time": "2017-04-24T07:12:50+00:00" }, { - "name": "phpdocumentor/reflection-docblock", - "version": "4.3.4", + "name": "simplesamlphp/saml2", + "version": "v4.1.7", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", - "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c" + "url": "https://github.com/simplesamlphp/saml2.git", + "reference": "62c7ab036c2db4c25bcab210d30343add0ae2c28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/da3fd972d6bafd628114f7e7e036f45944b62e9c", - "reference": "da3fd972d6bafd628114f7e7e036f45944b62e9c", + "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/62c7ab036c2db4c25bcab210d30343add0ae2c28", + "reference": "62c7ab036c2db4c25bcab210d30343add0ae2c28", "shasum": "" }, "require": { - "php": "^7.0", - "phpdocumentor/reflection-common": "^1.0.0 || ^2.0.0", - "phpdocumentor/type-resolver": "~0.4 || ^1.0.0", - "webmozart/assert": "^1.0" + "ext-dom": "*", + "ext-openssl": "*", + "ext-zlib": "*", + "php": ">=7.2", + "psr/log": "~1.1", + "robrichards/xmlseclibs": "^3.0.4", + "webmozart/assert": "^1.5" }, "require-dev": { - "doctrine/instantiator": "^1.0.5", - "mockery/mockery": "^1.0", - "phpdocumentor/type-resolver": "0.4.*", - "phpunit/phpunit": "^6.4" + "mockery/mockery": "~1.2", + "phpunit/phpunit": "^8.3", + "sebastian/phpcpd": "~4.1", + "sensiolabs/security-checker": "~6.0", + "simplesamlphp/simplesamlphp-test-framework": "~0.1.0", + "squizlabs/php_codesniffer": "~3.5" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.x-dev" + "dev-master": "v4.0.x-dev" } }, "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": [ - "src/" - ] + "SAML2\\": "src/SAML2" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-or-later" ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" } ], - "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", - "time": "2019-12-28T18:55:12+00:00" + "description": "SAML2 PHP library from SimpleSAMLphp", + "time": "2020-03-21T19:43:09+00:00" }, { - "name": "phpdocumentor/type-resolver", - "version": "1.3.0", + "name": "simplesamlphp/simplesamlphp", + "version": "v1.18.8", "source": { "type": "git", - "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "e878a14a65245fbe78f8080eba03b47c3b705651" + "url": "https://github.com/simplesamlphp/simplesamlphp.git", + "reference": "ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e878a14a65245fbe78f8080eba03b47c3b705651", - "reference": "e878a14a65245fbe78f8080eba03b47c3b705651", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b", + "reference": "ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0", - "phpdocumentor/reflection-common": "^2.0" - }, + "ext-date": "*", + "ext-dom": "*", + "ext-hash": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-openssl": "*", + "ext-pcre": "*", + "ext-spl": "*", + "ext-zlib": "*", + "gettext/gettext": "^4.6", + "php": ">=5.6", + "phpmailer/phpmailer": "^6.0", + "robrichards/xmlseclibs": "^3.0.4", + "simplesamlphp/saml2": "^3.4 || ^4.0", + "simplesamlphp/simplesamlphp-module-adfs": "^0.9", + "simplesamlphp/simplesamlphp-module-authcrypt": "^0.9", + "simplesamlphp/simplesamlphp-module-authfacebook": "^0.9", + "simplesamlphp/simplesamlphp-module-authorize": "^0.9", + "simplesamlphp/simplesamlphp-module-authtwitter": "^0.9", + "simplesamlphp/simplesamlphp-module-authwindowslive": "^0.9", + "simplesamlphp/simplesamlphp-module-authx509": "^0.9", + "simplesamlphp/simplesamlphp-module-authyubikey": "^0.9", + "simplesamlphp/simplesamlphp-module-cas": "^0.9", + "simplesamlphp/simplesamlphp-module-cdc": "^0.9", + "simplesamlphp/simplesamlphp-module-consent": "^0.9", + "simplesamlphp/simplesamlphp-module-consentadmin": "^0.9", + "simplesamlphp/simplesamlphp-module-discopower": "^0.9", + "simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0", + "simplesamlphp/simplesamlphp-module-expirycheck": "^0.9", + "simplesamlphp/simplesamlphp-module-ldap": "^0.9", + "simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9", + "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", + "simplesamlphp/simplesamlphp-module-metarefresh": "^0.9", + "simplesamlphp/simplesamlphp-module-negotiate": "^0.9", + "simplesamlphp/simplesamlphp-module-oauth": "^0.9", + "simplesamlphp/simplesamlphp-module-preprodwarning": "^0.9", + "simplesamlphp/simplesamlphp-module-radius": "^0.9", + "simplesamlphp/simplesamlphp-module-riak": "^0.9", + "simplesamlphp/simplesamlphp-module-sanitycheck": "^0.9", + "simplesamlphp/simplesamlphp-module-smartattributes": "^0.9", + "simplesamlphp/simplesamlphp-module-sqlauth": "^0.9", + "simplesamlphp/simplesamlphp-module-statistics": "^0.9", + "simplesamlphp/twig-configurable-i18n": "^2.2", + "symfony/config": "^3.4 || ^4.0", + "symfony/dependency-injection": "^3.4 || ^4.0", + "symfony/http-foundation": "^3.4 || ^4.0", + "symfony/http-kernel": "^3.4 || ^4.0", + "symfony/routing": "^3.4 || ^4.0", + "symfony/yaml": "^3.4 || ^4.0", + "twig/twig": "~1.0 || ~2.0" + }, "require-dev": { - "ext-tokenizer": "*" + "ext-curl": "*", + "mikey179/vfsstream": "~1.6", + "phpunit/phpunit": "~5.7", + "sensiolabs/security-checker": "^5.0.3", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.14", + "squizlabs/php_codesniffer": "^3.5", + "vimeo/psalm": "~1.1.9" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-1.x": "1.x-dev" - } + "suggest": { + "ext-curl": "Needed in order to check for updates automatically", + "ext-ldap": "Needed if an LDAP backend is used", + "ext-memcache": "Needed if a Memcache server is used to store session information", + "ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information", + "ext-pdo": "Needed if a database backend is used, either for authentication or to store session information", + "ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information", + "ext-radius": "Needed if a Radius backend is used", + "predis/predis": "Needed if a Redis server is used to store session information" }, + "type": "project", "autoload": { "psr-4": { - "phpDocumentor\\Reflection\\": "src" - } + "SimpleSAML\\": "lib/SimpleSAML" + }, + "files": [ + "lib/_autoload_modules.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-2.1-or-later" ], "authors": [ { - "name": "Mike van Riel", - "email": "me@mikevanriel.com" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + }, + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + }, + { + "name": "Jaime Perez", + "email": "jaime.perez@uninett.no" } ], - "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", - "time": "2020-06-27T10:12:23+00:00" + "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.", + "homepage": "http://simplesamlphp.org", + "keywords": [ + "SAML2", + "idp", + "oauth", + "shibboleth", + "sp", + "ws-federation" + ], + "time": "2020-09-02T12:07:28+00:00" }, { - "name": "phpfastcache/riak-client", - "version": "3.4.3", + "name": "simplesamlphp/simplesamlphp-module-adfs", + "version": "v0.9.5", "source": { "type": "git", - "url": "https://github.com/PHPSocialNetwork/riak-php-client.git", - "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git", + "reference": "3ac7d15825e609152ca04faceea80ee0db3afcb1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPSocialNetwork/riak-php-client/zipball/d771f75d16196006604a30bb15adc1c6a9b0fcc9", - "reference": "d771f75d16196006604a30bb15adc1c6a9b0fcc9", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/3ac7d15825e609152ca04faceea80ee0db3afcb1", + "reference": "3ac7d15825e609152ca04faceea80ee0db3afcb1", "shasum": "" }, "require": { - "ext-curl": "*", - "ext-json": "*", - "php": ">=5.4" - }, - "conflict": { - "basho/riak": "*" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { - "apigen/apigen": "4.1.*", - "phpunit/phpunit": "4.8.*" + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, - "type": "library", + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "Basho\\": "src/" + "SimpleSAML\\Module\\adfs\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache-2.0" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "Georges.L", - "email": "contact@geolim4.com", - "homepage": "https://github.com/Geolim4", - "role": "Maintainer" - }, - { - "name": "Christopher Mancini", - "email": "cmancini@basho.com", - "homepage": "https://github.com/christophermancini", - "role": "Former Lead Developer" - }, - { - "name": "Alex Moore", - "email": "amoore@basho.com", - "homepage": "https://github.com/alexmoore", - "role": "Former Developer" + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)", - "homepage": "https://github.com/PHPSocialNetwork/riak-php-client", + "description": "A module that implements the WS-federation IDP", "keywords": [ - "basho", - "client", - "crdt", - "data", - "database", - "datatype", - "driver", - "kv", - "nosql", - "riak" + "adfs", + "simplesamlphp" ], - "time": "2017-11-23T21:33:15+00:00" + "time": "2019-12-03T08:45:21+00:00" }, { - "name": "phpmailer/phpmailer", - "version": "v6.1.5", + "name": "simplesamlphp/simplesamlphp-module-authcrypt", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/PHPMailer/PHPMailer.git", - "reference": "a8bf068f64a580302026e484ee29511f661b2ad3" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt.git", + "reference": "cc2950cf710933063192e883ba2804321b8af6db" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/a8bf068f64a580302026e484ee29511f661b2ad3", - "reference": "a8bf068f64a580302026e484ee29511f661b2ad3", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authcrypt/zipball/cc2950cf710933063192e883ba2804321b8af6db", + "reference": "cc2950cf710933063192e883ba2804321b8af6db", "shasum": "" }, "require": { - "ext-ctype": "*", - "ext-filter": "*", - "php": ">=5.5.0" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" }, "require-dev": { - "doctrine/annotations": "^1.2", - "friendsofphp/php-cs-fixer": "^2.2", - "phpunit/phpunit": "^4.8 || ^5.7" - }, - "suggest": { - "ext-mbstring": "Needed to send email in multibyte encoding charset", - "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication", - "league/oauth2-google": "Needed for Google XOAUTH2 authentication", - "psr/log": "For optional PSR-3 debug logging", - "stevenmaguire/oauth2-microsoft": "Needed for Microsoft XOAUTH2 authentication", - "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)" + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, - "type": "library", + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "PHPMailer\\PHPMailer\\": "src/" + "SimpleSAML\\Module\\authcrypt\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-only" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "Marcus Bointon", - "email": "phpmailer@synchromedia.co.uk" - }, - { - "name": "Jim Jagielski", - "email": "jimjag@gmail.com" - }, - { - "name": "Andy Prevost", - "email": "codeworxtech@users.sourceforge.net" - }, - { - "name": "Brent R. Matzelle" + "name": "Olav Morken", + "email": "olavmrk@gmail.com" } ], - "description": "PHPMailer is a full-featured email creation and transfer class for PHP", - "funding": [ - { - "url": "https://marcus.bointon.com/donations/", - "type": "custom" - }, - { - "url": "https://github.com/Synchro", - "type": "github" - }, - { - "url": "https://www.patreon.com/marcusbointon", - "type": "patreon" - } + "description": "This module provides authentication against password hashes or .htpasswd files", + "keywords": [ + "authcrypt", + "simplesamlphp" ], - "time": "2020-03-14T14:23:48+00:00" + "time": "2019-12-03T08:56:36+00:00" }, { - "name": "psr/container", - "version": "1.0.0", + "name": "simplesamlphp/simplesamlphp-module-authfacebook", + "version": "v0.9.3", "source": { "type": "git", - "url": "https://github.com/php-fig/container.git", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook.git", + "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f", - "shasum": "" + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authfacebook/zipball/9152731e939ad4a49e0f06da5f0009ebde0d2b5c", + "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c", + "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" }, + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "Psr\\Container\\": "src/" + "SimpleSAML\\Module\\authfacebook\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Andjelko Horvat", + "email": "comel@vingd.com" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "Common Container Interface (PHP FIG PSR-11)", - "homepage": "https://github.com/php-fig/container", + "description": "A module that is able to authenticate against Facebook", "keywords": [ - "PSR-11", - "container", - "container-interface", - "container-interop", - "psr" + "facebook", + "simplesamlphp" ], - "time": "2017-02-14T16:28:37+00:00" + "abandoned": true, + "time": "2020-03-13T11:29:21+00:00" }, { - "name": "psr/http-message", - "version": "1.0.1", + "name": "simplesamlphp/simplesamlphp-module-authorize", + "version": "v0.9.2", "source": { "type": "git", - "url": "https://github.com/php-fig/http-message.git", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git", + "reference": "c2607a5252ee1256b50ce7795e35513b116998d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363", - "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/c2607a5252ee1256b50ce7795e35513b116998d4", + "reference": "c2607a5252ee1256b50ce7795e35513b116998d4", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.0.x-dev" - } + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "Psr\\Http\\Message\\": "src/" + "SimpleSAML\\Module\\authorize\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Ernesto Revilla", + "email": "erny@yaco.es" } ], - "description": "Common interface for HTTP messages", - "homepage": "https://github.com/php-fig/http-message", + "description": "This module provides a user authorization filter based on attribute matching", "keywords": [ - "http", - "http-message", - "psr", - "psr-7", - "request", - "response" + "authorize", + "simplesamlphp" ], - "time": "2016-08-06T14:39:51+00:00" + "time": "2020-02-25T15:16:57+00:00" }, { - "name": "psr/log", - "version": "1.1.3", + "name": "simplesamlphp/simplesamlphp-module-authtwitter", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authtwitter.git", + "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authtwitter/zipball/29a15e58061222632fea9eb2c807aef5e2c0d54a", + "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.5", + "simplesamlphp/composer-module-installer": "~1.0", + "simplesamlphp/simplesamlphp-module-oauth": "^0.9" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } + "require-dev": { + "phpunit/phpunit": "~4.8.35", + "simplesamlphp/simplesamlphp": "^1.17" }, + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "Psr\\Log\\": "Psr/Log/" + "SimpleSAML\\Module\\authtwitter\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "Common interface for logging libraries", - "homepage": "https://github.com/php-fig/log", + "description": "A module that is able to perform authentication against Twitter", "keywords": [ - "log", - "psr", - "psr-3" + "simplesamlphp", + "twitter" ], - "time": "2020-03-23T09:12:05+00:00" + "time": "2019-12-03T09:00:09+00:00" }, { - "name": "querypath/querypath", - "version": "3.0.5", + "name": "simplesamlphp/simplesamlphp-module-authwindowslive", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/technosophos/querypath.git", - "reference": "6b8e2395fac61fac25bbe962f94def556cb85f7d" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authwindowslive.git", + "reference": "f40aecec6c0adaedb6693309840c98cec783876e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/technosophos/querypath/zipball/6b8e2395fac61fac25bbe962f94def556cb85f7d", - "reference": "6b8e2395fac61fac25bbe962f94def556cb85f7d", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authwindowslive/zipball/f40aecec6c0adaedb6693309840c98cec783876e", + "reference": "f40aecec6c0adaedb6693309840c98cec783876e", "shasum": "" }, "require": { - "masterminds/html5": "2.*", - "php": ">=5.3.0" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" }, - "type": "library", + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", "autoload": { - "psr-0": { - "QueryPath": "src/" - }, - "files": [ - "src/qp_functions.php" - ] + "psr-4": { + "SimpleSAML\\Module\\authwindowslive\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-3.0-or-later" ], - "description": "HTML/XML querying (CSS 4 or XPath) and processing (like jQuery)", - "homepage": "https://github.com/technosophos/querypath", + "authors": [ + { + "name": "Olav Morken", + "email": "olavmrk@gmail.com" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to perform authentication against Windows Live", "keywords": [ - "css", - "html", - "jquery", - "xml", - "xslt" + "live", + "simplesamlphp", + "windows", + "windowslive" ], - "time": "2016-08-01T22:40:30+00:00" + "abandoned": true, + "time": "2019-12-03T09:01:13+00:00" }, { - "name": "ralouphie/getallheaders", - "version": "3.0.3", + "name": "simplesamlphp/simplesamlphp-module-authx509", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/ralouphie/getallheaders.git", - "reference": "120b605dfeb996808c31b6477290a714d356e822" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git", + "reference": "32f4fb3822b4325fdccbff824996e82fa1042e0d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822", - "reference": "120b605dfeb996808c31b6477290a714d356e822", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/32f4fb3822b4325fdccbff824996e82fa1042e0d", + "reference": "32f4fb3822b4325fdccbff824996e82fa1042e0d", "shasum": "" }, "require": { - "php": ">=5.6" + "php": ">=5.5", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-ldap": "^0.9" }, "require-dev": { - "php-coveralls/php-coveralls": "^2.1", - "phpunit/phpunit": "^5 || ^6.5" + "phpunit/phpunit": "~4.8.36", + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.7" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "authX509" }, - "type": "library", "autoload": { - "files": [ - "src/getallheaders.php" - ] + "psr-4": { + "SimpleSAML\\Module\\authX509\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "Ralph Khattar", - "email": "ralph.khattar@gmail.com" + "name": "Joost van Dijk", + "email": "Joost.vanDijk@surfnet.nl" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "A polyfill for getallheaders.", - "time": "2019-03-08T08:55:37+00:00" + "description": "A module that is able to authenticate users based on X509 client certificates", + "keywords": [ + "simplesamlphp", + "x509" + ], + "time": "2019-12-03T08:48:01+00:00" }, { - "name": "robrichards/xmlseclibs", - "version": "3.0.4", + "name": "simplesamlphp/simplesamlphp-module-authyubikey", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/robrichards/xmlseclibs.git", - "reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-authyubikey.git", + "reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/0a53d3c3aa87564910cae4ed01416441d3ae0db5", - "reference": "0a53d3c3aa87564910cae4ed01416441d3ae0db5", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authyubikey/zipball/8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2", + "reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2", "shasum": "" }, "require": { - "ext-openssl": "*", - "php": ">= 5.4" - }, - "type": "library", + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" + }, + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "type": "simplesamlphp-module", + "extra": { + "ssp-mixedcase-module-name": "authYubikey" + }, "autoload": { "psr-4": { - "RobRichards\\XMLSecLibs\\": "src" + "SimpleSAML\\modules\\yubikey\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "LGPL-3.0-or-later" ], - "description": "A PHP library for XML Security", - "homepage": "https://github.com/robrichards/xmlseclibs", + "authors": [ + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" + } + ], + "description": "A module that is able to authenticate against YubiKey", "keywords": [ - "security", - "signature", - "xml", - "xmldsig" + "authyubikey", + "simplesamlphp" ], - "time": "2019-11-05T11:44:22+00:00" + "time": "2019-12-03T08:52:49+00:00" }, { - "name": "sabre/uri", - "version": "2.2.1", + "name": "simplesamlphp/simplesamlphp-module-cas", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/sabre-io/uri.git", - "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-cas.git", + "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/uri/zipball/f502edffafea8d746825bd5f0b923a60fd2715ff", - "reference": "f502edffafea8d746825bd5f0b923a60fd2715ff", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cas/zipball/63b72e4600550c507cdfc32fdd208ad59a64321e", + "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e", "shasum": "" }, "require": { - "php": "^7.1 || ^8.0" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-ldap": "^0.9", + "webmozart/assert": "~1.4" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.16.1", - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, - "type": "library", + "type": "simplesamlphp-module", "autoload": { - "files": [ - "lib/functions.php" - ], "psr-4": { - "Sabre\\Uri\\": "lib/" + "SimpleSAML\\Module\\cas\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "Evert Pot", - "email": "me@evertpot.com", - "homepage": "http://evertpot.com/", - "role": "Developer" + "name": "Olav Morken", + "email": "olavmrk@gmail.com" } ], - "description": "Functions for making sense out of URIs.", - "homepage": "http://sabre.io/uri/", + "description": "A module that provides CAS authentication", "keywords": [ - "rfc3986", - "uri", - "url" + "cas", + "simplesamlphp" ], - "time": "2020-10-03T10:33:23+00:00" + "time": "2019-12-03T09:03:06+00:00" }, { - "name": "sabre/vobject", - "version": "4.3.5", + "name": "simplesamlphp/simplesamlphp-module-cdc", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/sabre-io/vobject.git", - "reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-cdc.git", + "reference": "16a5bfac7299e04e5feb472af328e07598708166" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/vobject/zipball/d8a0a9ae215a8acfb51afc29101c7344670b9c83", - "reference": "d8a0a9ae215a8acfb51afc29101c7344670b9c83", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cdc/zipball/16a5bfac7299e04e5feb472af328e07598708166", + "reference": "16a5bfac7299e04e5feb472af328e07598708166", "shasum": "" }, "require": { - "ext-mbstring": "*", - "php": "^7.1 || ^8.0", - "sabre/xml": "^2.1" + "simplesamlphp/composer-module-installer": ">=1.1.6" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.17.1", - "phpstan/phpstan": "^0.12", - "phpunit/php-invoker": "^2.0 || ^3.1", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" - }, - "suggest": { - "hoa/bench": "If you would like to run the benchmark scripts" - }, - "bin": [ - "bin/vobject", - "bin/generate_vcards" - ], - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "4.0.x-dev" - } + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "Sabre\\VObject\\": "lib/" + "SimpleSAML\\Module\\cdc\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "Evert Pot", - "email": "me@evertpot.com", - "homepage": "http://evertpot.com/", - "role": "Developer" - }, - { - "name": "Dominik Tobschall", - "email": "dominik@fruux.com", - "homepage": "http://tobschall.de/", - "role": "Developer" + "name": "Olav Morken", + "email": "olav.morken@uninett.no" }, { - "name": "Ivan Enderlin", - "email": "ivan.enderlin@hoa-project.net", - "homepage": "http://mnt.io/", - "role": "Developer" + "name": "Jaime Perez Crespo", + "email": "jaime.perez@uninett.no" } ], - "description": "The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects", - "homepage": "http://sabre.io/vobject/", + "description": "A SimpleSAMLphp module that allows integration with CDC", + "homepage": "https://simplesamlphp.org/", "keywords": [ - "availability", - "freebusy", - "iCalendar", - "ical", - "ics", - "jCal", - "jCard", - "recurrence", - "rfc2425", - "rfc2426", - "rfc2739", - "rfc4770", - "rfc5545", - "rfc5546", - "rfc6321", - "rfc6350", - "rfc6351", - "rfc6474", - "rfc6638", - "rfc6715", - "rfc6868", - "vCalendar", - "vCard", - "vcf", - "xCal", - "xCard" + "cdc", + "simplesamlphp" ], - "time": "2021-02-12T06:28:04+00:00" + "time": "2019-12-03T09:04:11+00:00" }, { - "name": "sabre/xml", - "version": "2.2.3", + "name": "simplesamlphp/simplesamlphp-module-consent", + "version": "v0.9.5", "source": { "type": "git", - "url": "https://github.com/sabre-io/xml.git", - "reference": "c3b959f821c19b36952ec4a595edd695c216bfc6" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git", + "reference": "700f4c6abfdcd7ebd75a0c405d386758eff6e65e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sabre-io/xml/zipball/c3b959f821c19b36952ec4a595edd695c216bfc6", - "reference": "c3b959f821c19b36952ec4a595edd695c216bfc6", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/700f4c6abfdcd7ebd75a0c405d386758eff6e65e", + "reference": "700f4c6abfdcd7ebd75a0c405d386758eff6e65e", "shasum": "" }, "require": { - "ext-dom": "*", - "ext-xmlreader": "*", - "ext-xmlwriter": "*", - "lib-libxml": ">=2.6.20", - "php": "^7.1 || ^8.0", - "sabre/uri": ">=1.0,<3.0.0" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { - "friendsofphp/php-cs-fixer": "~2.16.1", - "phpstan/phpstan": "^0.12", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.0" + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, - "type": "library", + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "Sabre\\Xml\\": "lib/" - }, - "files": [ - "lib/Deserializer/functions.php", - "lib/Serializer/functions.php" - ] + "SimpleSAML\\Module\\consent\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "Evert Pot", - "email": "me@evertpot.com", - "homepage": "http://evertpot.com/", - "role": "Developer" - }, - { - "name": "Markus Staab", - "email": "markus.staab@redaxo.de", - "role": "Developer" + "name": "Olav Morken", + "email": "lavmrk@gmail.com" } ], - "description": "sabre/xml is an XML library that you may not hate.", - "homepage": "https://sabre.io/xml/", + "description": "A module that will ask for user consent before releasing attributes", "keywords": [ - "XMLReader", - "XMLWriter", - "dom", - "xml" + "consent", + "simplesamlphp" ], - "time": "2020-10-03T10:08:14+00:00" + "time": "2019-12-13T07:55:51+00:00" }, { - "name": "simplesamlphp/composer-module-installer", - "version": "v1.1.6", + "name": "simplesamlphp/simplesamlphp-module-consentadmin", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/composer-module-installer.git", - "reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git", + "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/composer-module-installer/zipball/b70414a2112fe49e97a7eddd747657bd8bc38ef0", - "reference": "b70414a2112fe49e97a7eddd747657bd8bc38ef0", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/466e8d0d751f0080162d78e63ab2e125b24d17a1", + "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1", "shasum": "" }, "require": { - "composer-plugin-api": "^1.0", - "simplesamlphp/simplesamlphp": "*" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1", + "simplesamlphp/simplesamlphp-module-consent": "^0.9", + "webmozart/assert": "~1.4" }, - "type": "composer-plugin", - "extra": { - "class": "SimpleSamlPhp\\Composer\\ModuleInstallerPlugin" + "require-dev": { + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, - "autoload": { - "psr-0": { - "SimpleSamlPhp\\Composer": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "description": "A Composer plugin that allows installing SimpleSAMLphp modules through Composer.", - "time": "2017-04-24T07:12:50+00:00" - }, - { - "name": "simplesamlphp/saml2", - "version": "v4.1.7", - "source": { - "type": "git", - "url": "https://github.com/simplesamlphp/saml2.git", - "reference": "62c7ab036c2db4c25bcab210d30343add0ae2c28" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/saml2/zipball/62c7ab036c2db4c25bcab210d30343add0ae2c28", - "reference": "62c7ab036c2db4c25bcab210d30343add0ae2c28", - "shasum": "" - }, - "require": { - "ext-dom": "*", - "ext-openssl": "*", - "ext-zlib": "*", - "php": ">=7.2", - "psr/log": "~1.1", - "robrichards/xmlseclibs": "^3.0.4", - "webmozart/assert": "^1.5" - }, - "require-dev": { - "mockery/mockery": "~1.2", - "phpunit/phpunit": "^8.3", - "sebastian/phpcpd": "~4.1", - "sensiolabs/security-checker": "~6.0", - "simplesamlphp/simplesamlphp-test-framework": "~0.1.0", - "squizlabs/php_codesniffer": "~3.5" - }, - "type": "library", + "type": "simplesamlphp-module", "extra": { - "branch-alias": { - "dev-master": "v4.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "SAML2\\": "src/SAML2" - } + "ssp-mixedcase-module-name": "consentAdmin" }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "LGPL-3.0-or-later" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Jacob Christiansen", + "email": "jach@wayf.dk" + }, + { + "name": "Olav Morken", + "email": "olav.morken@uninett.no" } ], - "description": "SAML2 PHP library from SimpleSAMLphp", - "time": "2020-03-21T19:43:09+00:00" + "description": "A module that allows users to manage their consent", + "keywords": [ + "consentadmin", + "simplesamlphp" + ], + "time": "2019-12-03T09:06:40+00:00" }, { - "name": "simplesamlphp/simplesamlphp", - "version": "v1.18.8", + "name": "simplesamlphp/simplesamlphp-module-discopower", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp.git", - "reference": "ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-discopower.git", + "reference": "006c0617610f1bae11cf4d17e8ce4c509239a60e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp/zipball/ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b", - "reference": "ebb6d15bb8e8b45504adc26fd3872073d1e5cd9b", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-discopower/zipball/006c0617610f1bae11cf4d17e8ce4c509239a60e", + "reference": "006c0617610f1bae11cf4d17e8ce4c509239a60e", "shasum": "" }, "require": { - "ext-date": "*", - "ext-dom": "*", - "ext-hash": "*", - "ext-json": "*", - "ext-mbstring": "*", - "ext-openssl": "*", - "ext-pcre": "*", - "ext-spl": "*", - "ext-zlib": "*", - "gettext/gettext": "^4.6", "php": ">=5.6", - "phpmailer/phpmailer": "^6.0", - "robrichards/xmlseclibs": "^3.0.4", - "simplesamlphp/saml2": "^3.4 || ^4.0", - "simplesamlphp/simplesamlphp-module-adfs": "^0.9", - "simplesamlphp/simplesamlphp-module-authcrypt": "^0.9", - "simplesamlphp/simplesamlphp-module-authfacebook": "^0.9", - "simplesamlphp/simplesamlphp-module-authorize": "^0.9", - "simplesamlphp/simplesamlphp-module-authtwitter": "^0.9", - "simplesamlphp/simplesamlphp-module-authwindowslive": "^0.9", - "simplesamlphp/simplesamlphp-module-authx509": "^0.9", - "simplesamlphp/simplesamlphp-module-authyubikey": "^0.9", - "simplesamlphp/simplesamlphp-module-cas": "^0.9", - "simplesamlphp/simplesamlphp-module-cdc": "^0.9", - "simplesamlphp/simplesamlphp-module-consent": "^0.9", - "simplesamlphp/simplesamlphp-module-consentadmin": "^0.9", - "simplesamlphp/simplesamlphp-module-discopower": "^0.9", - "simplesamlphp/simplesamlphp-module-exampleattributeserver": "^1.0", - "simplesamlphp/simplesamlphp-module-expirycheck": "^0.9", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9", - "simplesamlphp/simplesamlphp-module-memcachemonitor": "^0.9", - "simplesamlphp/simplesamlphp-module-memcookie": "^1.2", - "simplesamlphp/simplesamlphp-module-metarefresh": "^0.9", - "simplesamlphp/simplesamlphp-module-negotiate": "^0.9", - "simplesamlphp/simplesamlphp-module-oauth": "^0.9", - "simplesamlphp/simplesamlphp-module-preprodwarning": "^0.9", - "simplesamlphp/simplesamlphp-module-radius": "^0.9", - "simplesamlphp/simplesamlphp-module-riak": "^0.9", - "simplesamlphp/simplesamlphp-module-sanitycheck": "^0.9", - "simplesamlphp/simplesamlphp-module-smartattributes": "^0.9", - "simplesamlphp/simplesamlphp-module-sqlauth": "^0.9", - "simplesamlphp/simplesamlphp-module-statistics": "^0.9", - "simplesamlphp/twig-configurable-i18n": "^2.2", - "symfony/config": "^3.4 || ^4.0", - "symfony/dependency-injection": "^3.4 || ^4.0", - "symfony/http-foundation": "^3.4 || ^4.0", - "symfony/http-kernel": "^3.4 || ^4.0", - "symfony/routing": "^3.4 || ^4.0", - "symfony/yaml": "^3.4 || ^4.0", - "twig/twig": "~1.0 || ~2.0" + "simplesamlphp/composer-module-installer": "~1.1", + "webmozart/assert": "~1.4" }, "require-dev": { - "ext-curl": "*", - "mikey179/vfsstream": "~1.6", "phpunit/phpunit": "~5.7", - "sensiolabs/security-checker": "^5.0.3", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.14", - "squizlabs/php_codesniffer": "^3.5", - "vimeo/psalm": "~1.1.9" - }, - "suggest": { - "ext-curl": "Needed in order to check for updates automatically", - "ext-ldap": "Needed if an LDAP backend is used", - "ext-memcache": "Needed if a Memcache server is used to store session information", - "ext-mysql": "Needed if a MySQL backend is used, either for authentication or to store session information", - "ext-pdo": "Needed if a database backend is used, either for authentication or to store session information", - "ext-pgsql": "Needed if a PostgreSQL backend is used, either for authentication or to store session information", - "ext-radius": "Needed if a Radius backend is used", - "predis/predis": "Needed if a Redis server is used to store session information" + "simplesamlphp/simplesamlphp": "^1.17" }, - "type": "project", + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\": "lib/SimpleSAML" - }, - "files": [ - "lib/_autoload_modules.php" - ] + "SimpleSAML\\modules\\discopower\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "LGPL-3.0-or-later" ], "authors": [ { "name": "Andreas Åkre Solberg", "email": "andreas.solberg@uninett.no" - }, - { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" - }, - { - "name": "Jaime Perez", - "email": "jaime.perez@uninett.no" } ], - "description": "A PHP implementation of a SAML 2.0 service provider and identity provider, also compatible with Shibboleth 1.3 and 2.0.", - "homepage": "http://simplesamlphp.org", + "description": "Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed", "keywords": [ - "SAML2", - "idp", - "oauth", - "shibboleth", - "sp", - "ws-federation" + "discopower", + "discovery", + "simplesamlphp" ], - "time": "2020-09-02T12:07:28+00:00" + "time": "2019-11-27T20:34:37+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-adfs", - "version": "v0.9.5", + "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver", + "version": "v1.0.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-adfs.git", - "reference": "3ac7d15825e609152ca04faceea80ee0db3afcb1" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver.git", + "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-adfs/zipball/3ac7d15825e609152ca04faceea80ee0db3afcb1", - "reference": "3ac7d15825e609152ca04faceea80ee0db3afcb1", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-exampleattributeserver/zipball/63e0323e81c32bc3c9eaa01ea45194bb10153708", + "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708", "shasum": "" }, "require": { @@ -14923,7 +13429,7 @@ "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\adfs\\": "lib/" + "SimpleSAML\\Module\\exampleattributeserver\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -14932,29 +13438,29 @@ ], "authors": [ { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Olav Morken", + "email": "olavmrk@gmail.com" } ], - "description": "A module that implements the WS-federation IDP", + "description": "An example for SAML attributes queries", "keywords": [ - "adfs", + "exampleattributeserver", "simplesamlphp" ], - "time": "2019-12-03T08:45:21+00:00" + "time": "2019-05-28T12:37:15+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authcrypt", - "version": "v0.9.1", + "name": "simplesamlphp/simplesamlphp-module-expirycheck", + "version": "v0.9.3", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authcrypt.git", - "reference": "cc2950cf710933063192e883ba2804321b8af6db" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck.git", + "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authcrypt/zipball/cc2950cf710933063192e883ba2804321b8af6db", - "reference": "cc2950cf710933063192e883ba2804321b8af6db", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-expirycheck/zipball/59c59cdf87e2679257b46c07bb4c27666a11cc20", + "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20", "shasum": "" }, "require": { @@ -14963,13 +13469,13 @@ "webmozart/assert": "~1.4" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" }, "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\authcrypt\\": "lib/" + "SimpleSAML\\Module\\expirycheck\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -14978,29 +13484,29 @@ ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Alex Mihičinac", + "email": "alexm@arnes.si" } ], - "description": "This module provides authentication against password hashes or .htpasswd files", + "description": "The expirycheck module validates user's expiry date", "keywords": [ - "authcrypt", + "expirycheck", "simplesamlphp" ], - "time": "2019-12-03T08:56:36+00:00" + "time": "2019-12-14T13:20:46+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authfacebook", - "version": "v0.9.3", + "name": "simplesamlphp/simplesamlphp-module-ldap", + "version": "v0.9.4", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authfacebook.git", - "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git", + "reference": "21301b3fcd7bc6147acdc673ada9e17e5282e908" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authfacebook/zipball/9152731e939ad4a49e0f06da5f0009ebde0d2b5c", - "reference": "9152731e939ad4a49e0f06da5f0009ebde0d2b5c", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/21301b3fcd7bc6147acdc673ada9e17e5282e908", + "reference": "21301b3fcd7bc6147acdc673ada9e17e5282e908", "shasum": "" }, "require": { @@ -15008,13 +13514,16 @@ "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" + }, + "suggest": { + "ext-ldap": "Needed when using LDAP authentication in SimpleSAMLphp" }, "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\authfacebook\\": "lib/" + "SimpleSAML\\Module\\ldap\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15023,34 +13532,33 @@ ], "authors": [ { - "name": "Andjelko Horvat", - "email": "comel@vingd.com" + "name": "Olav Morken", + "email": "olavmrk@gmail.com" }, { "name": "Tim van Dijen", "email": "tvdijen@gmail.com" } ], - "description": "A module that is able to authenticate against Facebook", + "description": "A module that provides authentication against LDAP stores", "keywords": [ - "facebook", + "ldap", "simplesamlphp" ], - "abandoned": true, - "time": "2020-03-13T11:29:21+00:00" + "time": "2019-12-03T12:01:56+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authorize", - "version": "v0.9.2", + "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authorize.git", - "reference": "c2607a5252ee1256b50ce7795e35513b116998d4" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git", + "reference": "0e08e87707cd7b1fb91bbcf65cc454d8849571b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authorize/zipball/c2607a5252ee1256b50ce7795e35513b116998d4", - "reference": "c2607a5252ee1256b50ce7795e35513b116998d4", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/0e08e87707cd7b1fb91bbcf65cc454d8849571b0", + "reference": "0e08e87707cd7b1fb91bbcf65cc454d8849571b0", "shasum": "" }, "require": { @@ -15058,14 +13566,12 @@ "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "~0.0.6" }, "type": "simplesamlphp-module", - "autoload": { - "psr-4": { - "SimpleSAML\\Module\\authorize\\": "lib/" - } + "extra": { + "ssp-mixedcase-module-name": "memcacheMonitor" }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15073,79 +13579,81 @@ ], "authors": [ { - "name": "Ernesto Revilla", - "email": "erny@yaco.es" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" + }, + { + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "This module provides a user authorization filter based on attribute matching", + "description": "A module that is able display usage statistics of a memcache(d) store", "keywords": [ - "authorize", + "memcachemonitor", "simplesamlphp" ], - "time": "2020-02-25T15:16:57+00:00" + "time": "2019-12-03T09:19:35+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authtwitter", - "version": "v0.9.1", + "name": "simplesamlphp/simplesamlphp-module-memcookie", + "version": "v1.2.2", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authtwitter.git", - "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie.git", + "reference": "39535304e8d464b7baa1e82cb441fa432947ff57" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authtwitter/zipball/29a15e58061222632fea9eb2c807aef5e2c0d54a", - "reference": "29a15e58061222632fea9eb2c807aef5e2c0d54a", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcookie/zipball/39535304e8d464b7baa1e82cb441fa432947ff57", + "reference": "39535304e8d464b7baa1e82cb441fa432947ff57", "shasum": "" }, "require": { - "php": ">=5.5", - "simplesamlphp/composer-module-installer": "~1.0", - "simplesamlphp/simplesamlphp-module-oauth": "^0.9" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": ">=1.1.6" }, "require-dev": { - "phpunit/phpunit": "~4.8.35", - "simplesamlphp/simplesamlphp": "^1.17" + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.6" }, "type": "simplesamlphp-module", - "autoload": { - "psr-4": { - "SimpleSAML\\Module\\authtwitter\\": "lib/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "LGPL-2.1" ], "authors": [ { "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "email": "olav.morken@uninett.no" }, { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Jaime Perez Crespo", + "email": "jaime.perez@uninett.no" } ], - "description": "A module that is able to perform authentication against Twitter", + "description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.", + "homepage": "https://simplesamlphp.org/", "keywords": [ - "simplesamlphp", - "twitter" + "Auth MemCookie", + "apache", + "cookies", + "simplesamlphp" ], - "time": "2019-12-03T09:00:09+00:00" + "time": "2019-08-08T18:33:47+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authwindowslive", - "version": "v0.9.1", + "name": "simplesamlphp/simplesamlphp-module-metarefresh", + "version": "v0.9.4", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authwindowslive.git", - "reference": "f40aecec6c0adaedb6693309840c98cec783876e" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git", + "reference": "478e52f33c725aea10b493d574b4b42b62c5dbed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authwindowslive/zipball/f40aecec6c0adaedb6693309840c98cec783876e", - "reference": "f40aecec6c0adaedb6693309840c98cec783876e", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/478e52f33c725aea10b493d574b4b42b62c5dbed", + "reference": "478e52f33c725aea10b493d574b4b42b62c5dbed", "shasum": "" }, "require": { @@ -15154,12 +13662,12 @@ }, "require-dev": { "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "simplesamlphp/simplesamlphp": "^1.18" }, "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\authwindowslive\\": "lib/" + "SimpleSAML\\Module\\metarefresh\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15168,55 +13676,48 @@ ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" } ], - "description": "A module that is able to perform authentication against Windows Live", + "description": "The metarefresh module will download and parse metadata documents and store them locally", "keywords": [ - "live", - "simplesamlphp", - "windows", - "windowslive" + "metarefresh", + "simplesamlphp" ], - "abandoned": true, - "time": "2019-12-03T09:01:13+00:00" + "time": "2019-12-15T09:44:34+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authx509", - "version": "v0.9.1", + "name": "simplesamlphp/simplesamlphp-module-negotiate", + "version": "v0.9.5", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authX509.git", - "reference": "32f4fb3822b4325fdccbff824996e82fa1042e0d" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git", + "reference": "6bbbbf798ab05ac20625b0c9cf4f8d80bd0875c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authX509/zipball/32f4fb3822b4325fdccbff824996e82fa1042e0d", - "reference": "32f4fb3822b4325fdccbff824996e82fa1042e0d", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/6bbbbf798ab05ac20625b0c9cf4f8d80bd0875c3", + "reference": "6bbbbf798ab05ac20625b0c9cf4f8d80bd0875c3", "shasum": "" }, "require": { - "php": ">=5.5", + "php": ">=5.6", "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9" + "simplesamlphp/simplesamlphp-module-ldap": "^0.9", + "webmozart/assert": "~1.4" }, "require-dev": { - "phpunit/phpunit": "~4.8.36", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.7" + "phpunit/phpunit": "~5.7", + "simplesamlphp/simplesamlphp": "^1.17" }, - "type": "simplesamlphp-module", - "extra": { - "ssp-mixedcase-module-name": "authX509" + "suggest": { + "ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used" }, + "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\authX509\\": "lib/" + "SimpleSAML\\Module\\negotiate\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15225,98 +13726,89 @@ ], "authors": [ { - "name": "Joost van Dijk", - "email": "Joost.vanDijk@surfnet.nl" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Olav Morken", + "email": "olavmrk@gmail.com" } ], - "description": "A module that is able to authenticate users based on X509 client certificates", + "description": "The Negotiate module implements Microsofts Kerberos SPNEGO mechanism", "keywords": [ - "simplesamlphp", - "x509" + "negotiate", + "simplesamlphp" ], - "time": "2019-12-03T08:48:01+00:00" + "time": "2020-02-27T16:11:42+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-authyubikey", + "name": "simplesamlphp/simplesamlphp-module-oauth", "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-authyubikey.git", - "reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-oauth.git", + "reference": "17450420b5d4c1810055b8ab655cc4d045a0c477" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-authyubikey/zipball/8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2", - "reference": "8c27bfeb4981d2e6fa40a831e945f40c5a4ad3d2", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-oauth/zipball/17450420b5d4c1810055b8ab655cc4d045a0c477", + "reference": "17450420b5d4c1810055b8ab655cc4d045a0c477", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "simplesamlphp/composer-module-installer": ">=1.1.6" }, "require-dev": { - "phpunit/phpunit": "~5.7", + "phpunit/phpunit": "~4.8.36", "simplesamlphp/simplesamlphp": "^1.17" }, "type": "simplesamlphp-module", - "extra": { - "ssp-mixedcase-module-name": "authYubikey" - }, - "autoload": { - "psr-4": { - "SimpleSAML\\modules\\yubikey\\": "lib/" - } - }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "LGPL-3.1" ], "authors": [ { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Olav Morken", + "email": "olav.morken@uninett.no" + }, + { + "name": "Jaime Perez Crespo", + "email": "jaime.perez@uninett.no" } ], - "description": "A module that is able to authenticate against YubiKey", + "description": "A SimpleSAMLphp module that allows integration with OAuth1,", + "homepage": "https://simplesamlphp.org/", "keywords": [ - "authyubikey", + "oauth1", "simplesamlphp" ], - "time": "2019-12-03T08:52:49+00:00" + "abandoned": true, + "time": "2019-12-03T09:22:08+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-cas", + "name": "simplesamlphp/simplesamlphp-module-preprodwarning", "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-cas.git", - "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning.git", + "reference": "925ef60b51a7230286b390c0abc0e815d8b9768e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cas/zipball/63b72e4600550c507cdfc32fdd208ad59a64321e", - "reference": "63b72e4600550c507cdfc32fdd208ad59a64321e", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-preprodwarning/zipball/925ef60b51a7230286b390c0abc0e815d8b9768e", + "reference": "925ef60b51a7230286b390c0abc0e815d8b9768e", "shasum": "" }, "require": { "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9", - "webmozart/assert": "~1.4" + "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "simplesamlphp/simplesamlphp": "^1.17", + "webmozart/assert": "^1.4" }, "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\cas\\": "lib/" + "SimpleSAML\\Module\\preprodwarning\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15325,42 +13817,44 @@ ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" } ], - "description": "A module that provides CAS authentication", + "description": "Display a warning when using a pre-production environment", "keywords": [ - "cas", + "preprodwarning", "simplesamlphp" ], - "time": "2019-12-03T09:03:06+00:00" + "time": "2019-12-03T09:17:47+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-cdc", - "version": "v0.9.1", + "name": "simplesamlphp/simplesamlphp-module-radius", + "version": "v0.9.3", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-cdc.git", - "reference": "16a5bfac7299e04e5feb472af328e07598708166" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git", + "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-cdc/zipball/16a5bfac7299e04e5feb472af328e07598708166", - "reference": "16a5bfac7299e04e5feb472af328e07598708166", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", + "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", "shasum": "" }, "require": { - "simplesamlphp/composer-module-installer": ">=1.1.6" + "php": ">=5.6", + "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "simplesamlphp/simplesamlphp": "^1.17", + "simplesamlphp/simplesamlphp-test-framework": "^0.0.7" }, "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\cdc\\": "lib/" + "SimpleSAML\\Module\\radius\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15370,37 +13864,33 @@ "authors": [ { "name": "Olav Morken", - "email": "olav.morken@uninett.no" - }, - { - "name": "Jaime Perez Crespo", - "email": "jaime.perez@uninett.no" + "email": "olavmrk@gmail.com" } ], - "description": "A SimpleSAMLphp module that allows integration with CDC", - "homepage": "https://simplesamlphp.org/", + "description": "A module that is able perform authentication against a RADIUS server", "keywords": [ - "cdc", + "radius", "simplesamlphp" ], - "time": "2019-12-03T09:04:11+00:00" + "time": "2019-10-03T18:13:07+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-consent", - "version": "v0.9.5", + "name": "simplesamlphp/simplesamlphp-module-riak", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-consent.git", - "reference": "700f4c6abfdcd7ebd75a0c405d386758eff6e65e" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-riak.git", + "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consent/zipball/700f4c6abfdcd7ebd75a0c405d386758eff6e65e", - "reference": "700f4c6abfdcd7ebd75a0c405d386758eff6e65e", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-riak/zipball/c1a9d9545cb4e05b9205b34624850bb777aca991", + "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991", "shasum": "" }, "require": { "php": ">=5.6", + "phpfastcache/riak-client": "^3.4", "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { @@ -15410,7 +13900,7 @@ "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\consent\\": "lib/" + "SimpleSAML\\Module\\riak\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15419,35 +13909,34 @@ ], "authors": [ { - "name": "Olav Morken", - "email": "lavmrk@gmail.com" + "name": "Tim van Dijen", + "email": "tvdijen@gmail.com" } ], - "description": "A module that will ask for user consent before releasing attributes", + "description": "A module that is able to store key/value pairs in a Riak store", "keywords": [ - "consent", + "riak", "simplesamlphp" ], - "time": "2019-12-13T07:55:51+00:00" + "time": "2019-12-03T08:28:45+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-consentadmin", - "version": "v0.9.1", + "name": "simplesamlphp/simplesamlphp-module-sanitycheck", + "version": "v0.9.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-consentadmin.git", - "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-sanitycheck.git", + "reference": "1efbeab5df8e616522690bcc6e49a99436a748b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-consentadmin/zipball/466e8d0d751f0080162d78e63ab2e125b24d17a1", - "reference": "466e8d0d751f0080162d78e63ab2e125b24d17a1", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sanitycheck/zipball/1efbeab5df8e616522690bcc6e49a99436a748b9", + "reference": "1efbeab5df8e616522690bcc6e49a99436a748b9", "shasum": "" }, "require": { "php": ">=5.6", "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-consent": "^0.9", "webmozart/assert": "~1.4" }, "require-dev": { @@ -15455,8 +13944,10 @@ "simplesamlphp/simplesamlphp": "^1.17" }, "type": "simplesamlphp-module", - "extra": { - "ssp-mixedcase-module-name": "consentAdmin" + "autoload": { + "psr-4": { + "SimpleSAML\\Module\\sanitycheck\\": "lib/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -15464,39 +13955,34 @@ ], "authors": [ { - "name": "Jacob Christiansen", - "email": "jach@wayf.dk" - }, - { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" } ], - "description": "A module that allows users to manage their consent", + "description": "Perform sanity checks on configuration", "keywords": [ - "consentadmin", + "sanitycheck", "simplesamlphp" ], - "time": "2019-12-03T09:06:40+00:00" + "time": "2019-05-28T12:19:05+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-discopower", + "name": "simplesamlphp/simplesamlphp-module-smartattributes", "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-discopower.git", - "reference": "006c0617610f1bae11cf4d17e8ce4c509239a60e" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-smartattributes.git", + "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-discopower/zipball/006c0617610f1bae11cf4d17e8ce4c509239a60e", - "reference": "006c0617610f1bae11cf4d17e8ce4c509239a60e", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-smartattributes/zipball/b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", + "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", "shasum": "" }, "require": { "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "simplesamlphp/composer-module-installer": "~1.1" }, "require-dev": { "phpunit/phpunit": "~5.7", @@ -15505,7 +13991,7 @@ "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\modules\\discopower\\": "lib/" + "SimpleSAML\\Module\\smartattributes\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15518,26 +14004,25 @@ "email": "andreas.solberg@uninett.no" } ], - "description": "Fancy tabbed discovery service with filtering capabilities where SPs can have different sets of metadata listed", + "description": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.", "keywords": [ - "discopower", - "discovery", - "simplesamlphp" + "simplesamlphp", + "smartattributes" ], - "time": "2019-11-27T20:34:37+00:00" + "time": "2019-12-03T09:24:09+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-exampleattributeserver", - "version": "v1.0.0", + "name": "simplesamlphp/simplesamlphp-module-sqlauth", + "version": "v0.9.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-exampleattributeserver.git", - "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth.git", + "reference": "31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-exampleattributeserver/zipball/63e0323e81c32bc3c9eaa01ea45194bb10153708", - "reference": "63e0323e81c32bc3c9eaa01ea45194bb10153708", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sqlauth/zipball/31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b", + "reference": "31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b", "shasum": "" }, "require": { @@ -15546,12 +14031,13 @@ }, "require-dev": { "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "simplesamlphp/simplesamlphp": "^1.17", + "webmozart/assert": "^1.4" }, "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\exampleattributeserver\\": "lib/" + "SimpleSAML\\Module\\sqlauth\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15564,40 +14050,41 @@ "email": "olavmrk@gmail.com" } ], - "description": "An example for SAML attributes queries", + "description": "This is a authentication module for authenticating a user against a SQL database", "keywords": [ - "exampleattributeserver", - "simplesamlphp" + "simplesamlphp", + "sqlauth" ], - "time": "2019-05-28T12:37:15+00:00" + "time": "2019-12-03T09:07:09+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-expirycheck", - "version": "v0.9.3", + "name": "simplesamlphp/simplesamlphp-module-statistics", + "version": "v0.9.4", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-expirycheck.git", - "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20" + "url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git", + "reference": "1bb1e46921d8dc84707bc9cd3c307c8abd723ac7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-expirycheck/zipball/59c59cdf87e2679257b46c07bb4c27666a11cc20", - "reference": "59c59cdf87e2679257b46c07bb4c27666a11cc20", + "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/1bb1e46921d8dc84707bc9cd3c307c8abd723ac7", + "reference": "1bb1e46921d8dc84707bc9cd3c307c8abd723ac7", "shasum": "" }, "require": { "php": ">=5.6", "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "webmozart/assert": "^1.4" }, "require-dev": { + "phpunit/phpunit": "~5.7", "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.10" + "simplesamlphp/simplesamlphp-test-framework": "^0.0.12" }, "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\expirycheck\\": "lib/" + "SimpleSAML\\Module\\statistics\\": "lib/" } }, "notification-url": "https://packagist.org/downloads/", @@ -15606,705 +14093,999 @@ ], "authors": [ { - "name": "Alex Mihičinac", - "email": "alexm@arnes.si" + "name": "Andreas Åkre Solberg", + "email": "andreas.solberg@uninett.no" } ], - "description": "The expirycheck module validates user's expiry date", + "description": "The SimpleSAMLphp statistics module", "keywords": [ - "expirycheck", - "simplesamlphp" + "simplesamlphp", + "statistics" ], - "time": "2019-12-14T13:20:46+00:00" + "time": "2019-12-03T08:42:27+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-ldap", - "version": "v0.9.4", + "name": "simplesamlphp/twig-configurable-i18n", + "version": "v2.2", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-ldap.git", - "reference": "21301b3fcd7bc6147acdc673ada9e17e5282e908" + "url": "https://github.com/simplesamlphp/twig-configurable-i18n.git", + "reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-ldap/zipball/21301b3fcd7bc6147acdc673ada9e17e5282e908", - "reference": "21301b3fcd7bc6147acdc673ada9e17e5282e908", + "url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/b036c134157ce40ed66da2fc9d01f63e3b1d3abd", + "reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "twig/extensions": "^1.5" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" - }, - "suggest": { - "ext-ldap": "Needed when using LDAP authentication in SimpleSAMLphp" + "phpunit/phpunit": "~4.8.36 || ~7.5", + "twig/twig": "^1.37 || ^2.7" }, - "type": "simplesamlphp-module", + "type": "project", "autoload": { "psr-4": { - "SimpleSAML\\Module\\ldap\\": "lib/" + "SimpleSAML\\TwigConfigurableI18n\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "LGPL-2.1" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Jaime Perez", + "email": "jaime.perez@uninett.no" } ], - "description": "A module that provides authentication against LDAP stores", + "description": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.", "keywords": [ - "ldap", - "simplesamlphp" + "extension", + "gettext", + "i18n", + "internationalization", + "translation", + "twig" ], - "time": "2019-12-03T12:01:56+00:00" + "time": "2019-07-09T08:35:44+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-memcachemonitor", - "version": "v0.9.1", + "name": "simshaun/recurr", + "version": "v4.0.2", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcachemonitor.git", - "reference": "0e08e87707cd7b1fb91bbcf65cc454d8849571b0" + "url": "https://github.com/simshaun/recurr.git", + "reference": "d6f85ec8652366f45f6d1ba07292c9653939631a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcachemonitor/zipball/0e08e87707cd7b1fb91bbcf65cc454d8849571b0", - "reference": "0e08e87707cd7b1fb91bbcf65cc454d8849571b0", + "url": "https://api.github.com/repos/simshaun/recurr/zipball/d6f85ec8652366f45f6d1ba07292c9653939631a", + "reference": "d6f85ec8652366f45f6d1ba07292c9653939631a", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "doctrine/collections": "~1.3", + "php": ">=5.5.0" }, "require-dev": { - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "~0.0.6" + "phpunit/phpunit": "~4.5" }, - "type": "simplesamlphp-module", + "type": "library", "extra": { - "ssp-mixedcase-module-name": "memcacheMonitor" + "branch-alias": { + "dev-master": "0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Recurr\\": "src/Recurr/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" - }, - { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Shaun Simmons", + "email": "shaun@shaun.pub", + "homepage": "https://shaun.pub" } ], - "description": "A module that is able display usage statistics of a memcache(d) store", + "description": "PHP library for working with recurrence rules", + "homepage": "https://github.com/simshaun/recurr", "keywords": [ - "memcachemonitor", - "simplesamlphp" - ], - "time": "2019-12-03T09:19:35+00:00" - }, - { - "name": "simplesamlphp/simplesamlphp-module-memcookie", - "version": "v1.2.2", + "dates", + "events", + "recurrence", + "recurring", + "rrule" + ], + "time": "2019-11-18T17:48:08+00:00" + }, + { + "name": "spatie/calendar-links", + "version": "1.5.0", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-memcookie.git", - "reference": "39535304e8d464b7baa1e82cb441fa432947ff57" + "url": "https://github.com/spatie/calendar-links.git", + "reference": "fe4b566b6f47c1fac54e393ae72b44808ae48fa7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-memcookie/zipball/39535304e8d464b7baa1e82cb441fa432947ff57", - "reference": "39535304e8d464b7baa1e82cb441fa432947ff57", + "url": "https://api.github.com/repos/spatie/calendar-links/zipball/fe4b566b6f47c1fac54e393ae72b44808ae48fa7", + "reference": "fe4b566b6f47c1fac54e393ae72b44808ae48fa7", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": ">=1.1.6" + "php": "^7.2 || ^8.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.6" + "phpunit/phpunit": "^8.5 || ^9.0", + "spatie/phpunit-snapshot-assertions": "^3.0|^4.0", + "vimeo/psalm": "^4.1" + }, + "type": "library", + "extra": { + "patches_applied": { + "Fix ICS Timezone": "patches/spatie_ics_timezone_fix.patch" + } + }, + "autoload": { + "psr-4": { + "Spatie\\CalendarLinks\\": "src" + } }, - "type": "simplesamlphp-module", "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" - }, - { - "name": "Jaime Perez Crespo", - "email": "jaime.perez@uninett.no" + "name": "Sebastian De Deyne", + "email": "sebastian@spatie.be", + "homepage": "https://spatie.be", + "role": "Developer" } ], - "description": "A SimpleSAMLphp module that allows integration with Auth MemCookie, allowing web applications written in other languages than PHP to integrate with SimpleSAMLphp.", - "homepage": "https://simplesamlphp.org/", + "description": "Generate add to calendar links for Google, iCal and other calendar systems", + "homepage": "https://github.com/spatie/calendar-links", "keywords": [ - "Auth MemCookie", - "apache", - "cookies", - "simplesamlphp" + "calendar-links", + "spatie" ], - "time": "2019-08-08T18:33:47+00:00" + "funding": [ + { + "url": "https://spatie.be/open-source/support-us", + "type": "custom" + } + ], + "time": "2021-04-22T15:06:47+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-metarefresh", - "version": "v0.9.4", + "name": "stack/builder", + "version": "v1.0.6", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-metarefresh.git", - "reference": "478e52f33c725aea10b493d574b4b42b62c5dbed" + "url": "https://github.com/stackphp/builder.git", + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-metarefresh/zipball/478e52f33c725aea10b493d574b4b42b62c5dbed", - "reference": "478e52f33c725aea10b493d574b4b42b62c5dbed", + "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": ">=7.2.0", + "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", + "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.18" + "phpunit/phpunit": "~8.0", + "symfony/routing": "^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0-dev" + } }, - "type": "simplesamlphp-module", "autoload": { - "psr-4": { - "SimpleSAML\\Module\\metarefresh\\": "lib/" + "psr-0": { + "Stack": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" } ], - "description": "The metarefresh module will download and parse metadata documents and store them locally", + "description": "Builder for stack middleware based on HttpKernelInterface.", "keywords": [ - "metarefresh", - "simplesamlphp" + "stack" ], - "time": "2019-12-15T09:44:34+00:00" + "time": "2020-01-30T12:17:27+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-negotiate", - "version": "v0.9.5", + "name": "symfony-cmf/routing", + "version": "1.4.1", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-negotiate.git", - "reference": "6bbbbf798ab05ac20625b0c9cf4f8d80bd0875c3" + "url": "https://github.com/symfony-cmf/routing.git", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-negotiate/zipball/6bbbbf798ab05ac20625b0c9cf4f8d80bd0875c3", - "reference": "6bbbbf798ab05ac20625b0c9cf4f8d80bd0875c3", + "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "simplesamlphp/simplesamlphp-module-ldap": "^0.9", - "webmozart/assert": "~1.4" + "php": "^5.3.9|^7.0", + "psr/log": "1.*", + "symfony/http-kernel": "^2.2|3.*", + "symfony/routing": "^2.2|3.*" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "friendsofsymfony/jsrouting-bundle": "^1.1", + "symfony-cmf/testing": "^1.3", + "symfony/config": "^2.2|3.*", + "symfony/dependency-injection": "^2.0.5|3.*", + "symfony/event-dispatcher": "^2.1|3.*" }, "suggest": { - "ext-krb5": "Needed in case the SimpleSAMLphp negotiate module is used" + "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\negotiate\\": "lib/" + "Symfony\\Cmf\\Component\\Routing\\": "" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Symfony CMF Community", + "homepage": "https://github.com/symfony-cmf/Routing/contributors" } ], - "description": "The Negotiate module implements Microsofts Kerberos SPNEGO mechanism", + "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", + "homepage": "http://cmf.symfony.com", "keywords": [ - "negotiate", - "simplesamlphp" + "database", + "routing" ], - "time": "2020-02-27T16:11:42+00:00" + "time": "2017-05-09T08:10:41+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-oauth", - "version": "v0.9.1", + "name": "symfony/class-loader", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-oauth.git", - "reference": "17450420b5d4c1810055b8ab655cc4d045a0c477" + "url": "https://github.com/symfony/class-loader.git", + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-oauth/zipball/17450420b5d4c1810055b8ab655cc4d045a0c477", - "reference": "17450420b5d4c1810055b8ab655cc4d045a0c477", + "url": "https://api.github.com/repos/symfony/class-loader/zipball/e4636a4f23f157278a19e5db160c63de0da297d8", + "reference": "e4636a4f23f157278a19e5db160c63de0da297d8", "shasum": "" }, "require": { - "simplesamlphp/composer-module-installer": ">=1.1.6" + "php": "^5.5.9|>=7.0.8" }, "require-dev": { - "phpunit/phpunit": "~4.8.36", - "simplesamlphp/simplesamlphp": "^1.17" + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/polyfill-apcu": "~1.1" + }, + "suggest": { + "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\ClassLoader\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, - "type": "simplesamlphp-module", "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.1" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olav.morken@uninett.no" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { - "name": "Jaime Perez Crespo", - "email": "jaime.perez@uninett.no" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A SimpleSAMLphp module that allows integration with OAuth1,", - "homepage": "https://simplesamlphp.org/", - "keywords": [ - "oauth1", - "simplesamlphp" + "description": "Symfony ClassLoader Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "abandoned": true, - "time": "2019-12-03T09:22:08+00:00" + "time": "2020-03-15T09:38:08+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-preprodwarning", - "version": "v0.9.1", + "name": "symfony/config", + "version": "v4.3.5", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-preprodwarning.git", - "reference": "925ef60b51a7230286b390c0abc0e815d8b9768e" + "url": "https://github.com/symfony/config.git", + "reference": "0acb26407a9e1a64a275142f0ae5e36436342720" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-preprodwarning/zipball/925ef60b51a7230286b390c0abc0e815d8b9768e", - "reference": "925ef60b51a7230286b390c0abc0e815d8b9768e", + "url": "https://api.github.com/repos/symfony/config/zipball/0acb26407a9e1a64a275142f0ae5e36436342720", + "reference": "0acb26407a9e1a64a275142f0ae5e36436342720", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "^7.1.3", + "symfony/filesystem": "~3.4|~4.0", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/finder": "<3.4" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "webmozart/assert": "^1.4" + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~3.4|~4.0", + "symfony/finder": "~3.4|~4.0", + "symfony/messenger": "~4.1", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "symfony/yaml": "To use the yaml reference dumper" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\preprodwarning\\": "lib/" - } + "Symfony\\Component\\Config\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Display a warning when using a pre-production environment", - "keywords": [ - "preprodwarning", - "simplesamlphp" - ], - "time": "2019-12-03T09:17:47+00:00" + "description": "Symfony Config Component", + "homepage": "https://symfony.com", + "time": "2019-09-19T15:51:53+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-radius", - "version": "v0.9.3", + "name": "symfony/console", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-radius.git", - "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d" + "url": "https://github.com/symfony/console.git", + "reference": "afc7189694d2c59546cf24ea606a236fa46a966e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-radius/zipball/36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", - "reference": "36bd0f39f9a13f7eb96ead97c97c3634aa1c3f2d", + "url": "https://api.github.com/repos/symfony/console/zipball/afc7189694d2c59546cf24ea606a236fa46a966e", + "reference": "afc7189694d2c59546cf24ea606a236fa46a966e", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "^5.5.9|>=7.0.8", + "symfony/debug": "~2.8|~3.0|~4.0", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/dependency-injection": "<3.4", + "symfony/process": "<3.3" + }, + "provide": { + "psr/log-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.7" + "psr/log": "~1.0", + "symfony/config": "~3.3|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/lock": "~3.4|~4.0", + "symfony/process": "~3.3|~4.0" + }, + "suggest": { + "psr/log": "For using the console logger", + "symfony/event-dispatcher": "", + "symfony/lock": "", + "symfony/process": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\radius\\": "lib/" - } + "Symfony\\Component\\Console\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A module that is able perform authentication against a RADIUS server", - "keywords": [ - "radius", - "simplesamlphp" + "description": "Symfony Console Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-10-03T18:13:07+00:00" + "time": "2020-07-06T08:57:31+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-riak", - "version": "v0.9.1", + "name": "symfony/debug", + "version": "v4.4.11", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-riak.git", - "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991" + "url": "https://github.com/symfony/debug.git", + "reference": "47aa9064d75db36389692dd4d39895a0820f00f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-riak/zipball/c1a9d9545cb4e05b9205b34624850bb777aca991", - "reference": "c1a9d9545cb4e05b9205b34624850bb777aca991", + "url": "https://api.github.com/repos/symfony/debug/zipball/47aa9064d75db36389692dd4d39895a0820f00f2", + "reference": "47aa9064d75db36389692dd4d39895a0820f00f2", "shasum": "" }, "require": { - "php": ">=5.6", - "phpfastcache/riak-client": "^3.4", - "simplesamlphp/composer-module-installer": "~1.1" + "php": ">=7.1.3", + "psr/log": "~1.0", + "symfony/polyfill-php80": "^1.15" + }, + "conflict": { + "symfony/http-kernel": "<3.4" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "symfony/http-kernel": "^3.4|^4.0|^5.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.4-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\riak\\": "lib/" - } + "Symfony\\Component\\Debug\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Tim van Dijen", - "email": "tvdijen@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "A module that is able to store key/value pairs in a Riak store", - "keywords": [ - "riak", - "simplesamlphp" + "description": "Symfony Debug Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-12-03T08:28:45+00:00" + "time": "2020-07-23T08:31:43+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-sanitycheck", - "version": "v0.9.0", + "name": "symfony/dependency-injection", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-sanitycheck.git", - "reference": "1efbeab5df8e616522690bcc6e49a99436a748b9" + "url": "https://github.com/symfony/dependency-injection.git", + "reference": "3a14abc01c36e81fc1c4c48b42c103b9dd892ed3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sanitycheck/zipball/1efbeab5df8e616522690bcc6e49a99436a748b9", - "reference": "1efbeab5df8e616522690bcc6e49a99436a748b9", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3a14abc01c36e81fc1c4c48b42c103b9dd892ed3", + "reference": "3a14abc01c36e81fc1c4c48b42c103b9dd892ed3", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "~1.4" + "php": "^5.5.9|>=7.0.8", + "psr/container": "^1.0" + }, + "conflict": { + "symfony/config": "<3.3.7", + "symfony/finder": "<3.3", + "symfony/proxy-manager-bridge": "<3.4", + "symfony/yaml": "<3.4" + }, + "provide": { + "psr/container-implementation": "1.0" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "symfony/config": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" + }, + "suggest": { + "symfony/config": "", + "symfony/expression-language": "For using expressions in service container configuration", + "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", + "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", + "symfony/yaml": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\sanitycheck\\": "lib/" - } + "Symfony\\Component\\DependencyInjection\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Perform sanity checks on configuration", - "keywords": [ - "sanitycheck", - "simplesamlphp" + "description": "Symfony DependencyInjection Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-05-28T12:19:05+00:00" + "time": "2020-07-23T09:37:51+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-smartattributes", - "version": "v0.9.1", + "name": "symfony/event-dispatcher", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-smartattributes.git", - "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6" + "url": "https://github.com/symfony/event-dispatcher.git", + "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-smartattributes/zipball/b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", - "reference": "b45d3ecd916e359a9cae05f9ae9df09b5c42f4e6", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081", + "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "^5.5.9|>=7.0.8" + }, + "conflict": { + "symfony/dependency-injection": "<3.3" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17" + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0" + }, + "suggest": { + "symfony/dependency-injection": "", + "symfony/http-kernel": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\smartattributes\\": "lib/" - } + "Symfony\\Component\\EventDispatcher\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The SmartAttributes module provides additional authentication processing filters to manipulate attributes.", - "keywords": [ - "simplesamlphp", - "smartattributes" + "description": "Symfony EventDispatcher Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-12-03T09:24:09+00:00" + "time": "2020-05-05T15:06:23+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-sqlauth", - "version": "v0.9.1", + "name": "symfony/filesystem", + "version": "v4.3.5", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-sqlauth.git", - "reference": "31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b" + "url": "https://github.com/symfony/filesystem.git", + "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-sqlauth/zipball/31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b", - "reference": "31bce8763ad97f4b4473e4ad4a5a96ddc136ef6b", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263", + "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1" + "php": "^7.1.3", + "symfony/polyfill-ctype": "~1.8" }, - "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "webmozart/assert": "^1.4" + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.3-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\sqlauth\\": "lib/" - } + "Symfony\\Component\\Filesystem\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Olav Morken", - "email": "olavmrk@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "This is a authentication module for authenticating a user against a SQL database", - "keywords": [ - "simplesamlphp", - "sqlauth" - ], - "time": "2019-12-03T09:07:09+00:00" + "description": "Symfony Filesystem Component", + "homepage": "https://symfony.com", + "time": "2019-08-20T14:07:54+00:00" }, { - "name": "simplesamlphp/simplesamlphp-module-statistics", - "version": "v0.9.4", + "name": "symfony/http-foundation", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/simplesamlphp-module-statistics.git", - "reference": "1bb1e46921d8dc84707bc9cd3c307c8abd723ac7" + "url": "https://github.com/symfony/http-foundation.git", + "reference": "5219dba1253aa07ed3ad82f73c08146fb3f517d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/simplesamlphp-module-statistics/zipball/1bb1e46921d8dc84707bc9cd3c307c8abd723ac7", - "reference": "1bb1e46921d8dc84707bc9cd3c307c8abd723ac7", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5219dba1253aa07ed3ad82f73c08146fb3f517d0", + "reference": "5219dba1253aa07ed3ad82f73c08146fb3f517d0", "shasum": "" }, "require": { - "php": ">=5.6", - "simplesamlphp/composer-module-installer": "~1.1", - "webmozart/assert": "^1.4" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.1", + "symfony/polyfill-php70": "~1.6" }, "require-dev": { - "phpunit/phpunit": "~5.7", - "simplesamlphp/simplesamlphp": "^1.17", - "simplesamlphp/simplesamlphp-test-framework": "^0.0.12" + "symfony/expression-language": "~2.8|~3.0|~4.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } }, - "type": "simplesamlphp-module", "autoload": { "psr-4": { - "SimpleSAML\\Module\\statistics\\": "lib/" - } + "Symfony\\Component\\HttpFoundation\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-3.0-or-later" + "MIT" ], "authors": [ { - "name": "Andreas Åkre Solberg", - "email": "andreas.solberg@uninett.no" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "The SimpleSAMLphp statistics module", - "keywords": [ - "simplesamlphp", - "statistics" + "description": "Symfony HttpFoundation Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-12-03T08:42:27+00:00" + "time": "2020-07-23T09:37:51+00:00" }, { - "name": "simplesamlphp/twig-configurable-i18n", - "version": "v2.2", + "name": "symfony/http-kernel", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/simplesamlphp/twig-configurable-i18n.git", - "reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd" + "url": "https://github.com/symfony/http-kernel.git", + "reference": "4a1c6b310806adce0f299411951d06747edf9e28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simplesamlphp/twig-configurable-i18n/zipball/b036c134157ce40ed66da2fc9d01f63e3b1d3abd", - "reference": "b036c134157ce40ed66da2fc9d01f63e3b1d3abd", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4a1c6b310806adce0f299411951d06747edf9e28", + "reference": "4a1c6b310806adce0f299411951d06747edf9e28", "shasum": "" }, "require": { - "twig/extensions": "^1.5" + "php": "^5.5.9|>=7.0.8", + "psr/log": "~1.0", + "symfony/debug": "^3.3.3|~4.0", + "symfony/event-dispatcher": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-php56": "~1.8" }, - "require-dev": { - "phpunit/phpunit": "~4.8.36 || ~7.5", - "twig/twig": "^1.37 || ^2.7" + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4", + "symfony/var-dumper": "<3.3", + "twig/twig": "<1.34|<2.4,>=2" }, - "type": "project", - "autoload": { - "psr-4": { - "SimpleSAML\\TwigConfigurableI18n\\": "src/" - } + "provide": { + "psr/log-implementation": "1.0" }, - "notification-url": "https://packagist.org/downloads/", + "require-dev": { + "psr/cache": "~1.0", + "symfony/browser-kit": "~2.8|~3.0|~4.0", + "symfony/class-loader": "~2.8|~3.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/console": "~2.8|~3.0|~4.0", + "symfony/css-selector": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "^3.4.10|^4.0.10", + "symfony/dom-crawler": "~2.8|~3.0|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/process": "~2.8|~3.0|~4.0", + "symfony/routing": "~3.4|~4.0", + "symfony/stopwatch": "~2.8|~3.0|~4.0", + "symfony/templating": "~2.8|~3.0|~4.0", + "symfony/translation": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0" + }, + "suggest": { + "symfony/browser-kit": "", + "symfony/config": "", + "symfony/console": "", + "symfony/dependency-injection": "", + "symfony/finder": "", + "symfony/var-dumper": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.4-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\HttpKernel\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1" + "MIT" ], "authors": [ { - "name": "Jaime Perez", - "email": "jaime.perez@uninett.no" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "This is an extension on top of Twig's i18n extension, allowing you to customize which functions to use for translations.", - "keywords": [ - "extension", - "gettext", - "i18n", - "internationalization", - "translation", - "twig" + "description": "Symfony HttpKernel Component", + "homepage": "https://symfony.com", + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } ], - "time": "2019-07-09T08:35:44+00:00" + "time": "2020-07-24T03:48:59+00:00" }, { - "name": "simshaun/recurr", - "version": "v4.0.2", + "name": "symfony/polyfill-ctype", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/simshaun/recurr.git", - "reference": "d6f85ec8652366f45f6d1ba07292c9653939631a" + "url": "https://github.com/symfony/polyfill-ctype.git", + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/simshaun/recurr/zipball/d6f85ec8652366f45f6d1ba07292c9653939631a", - "reference": "d6f85ec8652366f45f6d1ba07292c9653939631a", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", + "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", "shasum": "" }, "require": { - "doctrine/collections": "~1.3", - "php": ">=5.5.0" + "php": ">=5.3.3" }, - "require-dev": { - "phpunit/phpunit": "~4.5" + "suggest": { + "ext-ctype": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "0.x-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Recurr\\": "src/Recurr/" - } + "Symfony\\Polyfill\\Ctype\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16312,54 +15093,75 @@ ], "authors": [ { - "name": "Shaun Simmons", - "email": "shaun@shaun.pub", - "homepage": "https://shaun.pub" + "name": "Gert de Pagter", + "email": "BackEndTea@gmail.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "PHP library for working with recurrence rules", - "homepage": "https://github.com/simshaun/recurr", + "description": "Symfony polyfill for ctype functions", + "homepage": "https://symfony.com", "keywords": [ - "dates", - "events", - "recurrence", - "recurring", - "rrule" + "compatibility", + "ctype", + "polyfill", + "portable" ], - "time": "2019-11-18T17:48:08+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "spatie/calendar-links", - "version": "1.5.0", + "name": "symfony/polyfill-iconv", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/spatie/calendar-links.git", - "reference": "fe4b566b6f47c1fac54e393ae72b44808ae48fa7" + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/calendar-links/zipball/fe4b566b6f47c1fac54e393ae72b44808ae48fa7", - "reference": "fe4b566b6f47c1fac54e393ae72b44808ae48fa7", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", + "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", "shasum": "" }, "require": { - "php": "^7.2 || ^8.0" + "php": ">=5.3.3" }, - "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.0", - "spatie/phpunit-snapshot-assertions": "^3.0|^4.0", - "vimeo/psalm": "^4.1" + "suggest": { + "ext-iconv": "For best performance" }, "type": "library", "extra": { - "patches_applied": { - "Fix ICS Timezone": "patches/spatie_ics_timezone_fix.patch" + "branch-alias": { + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Spatie\\CalendarLinks\\": "src" - } + "Symfony\\Polyfill\\Iconv\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16367,59 +15169,79 @@ ], "authors": [ { - "name": "Sebastian De Deyne", - "email": "sebastian@spatie.be", - "homepage": "https://spatie.be", - "role": "Developer" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Generate add to calendar links for Google, iCal and other calendar systems", - "homepage": "https://github.com/spatie/calendar-links", + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", "keywords": [ - "calendar-links", - "spatie" + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" ], "funding": [ { - "url": "https://spatie.be/open-source/support-us", + "url": "https://symfony.com/sponsor", "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "time": "2021-04-22T15:06:47+00:00" + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "stack/builder", - "version": "v1.0.6", + "name": "symfony/polyfill-intl-idn", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/stackphp/builder.git", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c" + "url": "https://github.com/symfony/polyfill-intl-idn.git", + "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stackphp/builder/zipball/a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", - "reference": "a4faaa6f532c6086bc66c29e1bc6c29593e1ca7c", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", + "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", "shasum": "" }, "require": { - "php": ">=7.2.0", - "symfony/http-foundation": "~2.1|~3.0|~4.0|~5.0", - "symfony/http-kernel": "~2.1|~3.0|~4.0|~5.0" + "php": ">=5.3.3", + "symfony/polyfill-intl-normalizer": "^1.10", + "symfony/polyfill-php70": "^1.10", + "symfony/polyfill-php72": "^1.10" }, - "require-dev": { - "phpunit/phpunit": "~8.0", - "symfony/routing": "^5.0" + "suggest": { + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.0-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { - "psr-0": { - "Stack": "src" - } + "psr-4": { + "Symfony\\Polyfill\\Intl\\Idn\\": "" + }, + "files": [ + "bootstrap.php" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16427,113 +15249,84 @@ ], "authors": [ { - "name": "Igor Wiedler", - "email": "igor@wiedler.ch" - } - ], - "description": "Builder for stack middleware based on HttpKernelInterface.", - "keywords": [ - "stack" - ], - "time": "2020-01-30T12:17:27+00:00" - }, - { - "name": "swagger-api/swagger-ui", - "version": "v3.32.1", - "source": { - "type": "git", - "url": "https://github.com/swagger-api/swagger-ui.git", - "reference": "3e144f5f7d7b7fb3ec5b4c93f1a00ce3a0f97dfc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/3e144f5f7d7b7fb3ec5b4c93f1a00ce3a0f97dfc", - "reference": "3e144f5f7d7b7fb3ec5b4c93f1a00ce3a0f97dfc", - "shasum": "" - }, - "type": "library", - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Anna Bodnia", - "email": "anna.bodnia@gmail.com" + "name": "Laurent Bassin", + "email": "laurent@bassin.info" }, { - "name": "Buu Nguyen", - "email": "buunguyen@gmail.com" + "name": "Trevor Rowbotham", + "email": "trevor.rowbotham@pm.me" }, { - "name": "Josh Ponelat", - "email": "jponelat@gmail.com" - }, + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "idn", + "intl", + "polyfill", + "portable", + "shim" + ], + "funding": [ { - "name": "Kyle Shockey", - "email": "kyleshockey1@gmail.com" + "url": "https://symfony.com/sponsor", + "type": "custom" }, { - "name": "Robert Barnwell", - "email": "robert@robertismy.name" + "url": "https://github.com/fabpot", + "type": "github" }, { - "name": "Sahar Jafari", - "email": "shr.jafari@gmail.com" + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" } ], - "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.", - "homepage": "http://swagger.io", - "keywords": [ - "api", - "documentation", - "openapi", - "specification", - "swagger", - "ui" - ], - "time": "2020-08-14T23:16:14+00:00" + "time": "2020-08-04T06:02:08+00:00" }, { - "name": "symfony-cmf/routing", - "version": "1.4.1", + "name": "symfony/polyfill-intl-normalizer", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony-cmf/routing.git", - "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac" + "url": "https://github.com/symfony/polyfill-intl-normalizer.git", + "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/routing/zipball/fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", - "reference": "fb1e7f85ff8c6866238b7e73a490a0a0243ae8ac", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", + "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", "shasum": "" }, "require": { - "php": "^5.3.9|^7.0", - "psr/log": "1.*", - "symfony/http-kernel": "^2.2|3.*", - "symfony/routing": "^2.2|3.*" - }, - "require-dev": { - "friendsofsymfony/jsrouting-bundle": "^1.1", - "symfony-cmf/testing": "^1.3", - "symfony/config": "^2.2|3.*", - "symfony/dependency-injection": "^2.0.5|3.*", - "symfony/event-dispatcher": "^2.1|3.*" + "php": ">=5.3.3" }, "suggest": { - "symfony/event-dispatcher": "DynamicRouter can optionally trigger an event at the start of matching. Minimal version (~2.1)" + "ext-intl": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Cmf\\Component\\Routing\\": "" - } + "Symfony\\Polyfill\\Intl\\Normalizer\\": "" + }, + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16541,54 +15334,76 @@ ], "authors": [ { - "name": "Symfony CMF Community", - "homepage": "https://github.com/symfony-cmf/Routing/contributors" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Extends the Symfony2 routing component for dynamic routes and chaining several routers", - "homepage": "http://cmf.symfony.com", + "description": "Symfony polyfill for intl's Normalizer class and related functions", + "homepage": "https://symfony.com", "keywords": [ - "database", - "routing" + "compatibility", + "intl", + "normalizer", + "polyfill", + "portable", + "shim" ], - "time": "2017-05-09T08:10:41+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "symfony/class-loader", - "version": "v3.4.43", + "name": "symfony/polyfill-mbstring", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony/class-loader.git", - "reference": "e4636a4f23f157278a19e5db160c63de0da297d8" + "url": "https://github.com/symfony/polyfill-mbstring.git", + "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/class-loader/zipball/e4636a4f23f157278a19e5db160c63de0da297d8", - "reference": "e4636a4f23f157278a19e5db160c63de0da297d8", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", + "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" - }, - "require-dev": { - "symfony/finder": "~2.8|~3.0|~4.0", - "symfony/polyfill-apcu": "~1.1" + "php": ">=5.3.3" }, "suggest": { - "symfony/polyfill-apcu": "For using ApcClassLoader on HHVM" + "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\ClassLoader\\": "" + "Symfony\\Polyfill\\Mbstring\\": "" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -16597,16 +15412,23 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony ClassLoader Component", + "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "mbstring", + "polyfill", + "portable", + "shim" + ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -16621,52 +15443,42 @@ "type": "tidelift" } ], - "time": "2020-03-15T09:38:08+00:00" + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "symfony/config", - "version": "v4.3.5", + "name": "symfony/polyfill-php56", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony/config.git", - "reference": "0acb26407a9e1a64a275142f0ae5e36436342720" + "url": "https://github.com/symfony/polyfill-php56.git", + "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/0acb26407a9e1a64a275142f0ae5e36436342720", - "reference": "0acb26407a9e1a64a275142f0ae5e36436342720", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/13df84e91cd168f247c2f2ec82cc0fa24901c011", + "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/filesystem": "~3.4|~4.0", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/finder": "<3.4" - }, - "require-dev": { - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~3.4|~4.0", - "symfony/finder": "~3.4|~4.0", - "symfony/messenger": "~4.1", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "symfony/yaml": "To use the yaml reference dumper" + "php": ">=5.3.3", + "symfony/polyfill-util": "~1.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Config\\": "" + "Symfony\\Polyfill\\Php56\\": "" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -16675,70 +15487,75 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Config Component", + "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", "homepage": "https://symfony.com", - "time": "2019-09-19T15:51:53+00:00" - }, - { - "name": "symfony/console", - "version": "v3.4.43", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-14T12:35:20+00:00" + }, + { + "name": "symfony/polyfill-php70", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony/console.git", - "reference": "afc7189694d2c59546cf24ea606a236fa46a966e" + "url": "https://github.com/symfony/polyfill-php70.git", + "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/afc7189694d2c59546cf24ea606a236fa46a966e", - "reference": "afc7189694d2c59546cf24ea606a236fa46a966e", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", + "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/debug": "~2.8|~3.0|~4.0", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/dependency-injection": "<3.4", - "symfony/process": "<3.3" - }, - "provide": { - "psr/log-implementation": "1.0" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~3.3|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/event-dispatcher": "~2.8|~3.0|~4.0", - "symfony/lock": "~3.4|~4.0", - "symfony/process": "~3.3|~4.0" - }, - "suggest": { - "psr/log": "For using the console logger", - "symfony/event-dispatcher": "", - "symfony/lock": "", - "symfony/process": "" + "paragonie/random_compat": "~1.0|~2.0|~9.99", + "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Console\\": "" + "Symfony\\Polyfill\\Php70\\": "" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -16747,16 +15564,22 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Console Component", + "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -16771,45 +15594,41 @@ "type": "tidelift" } ], - "time": "2020-07-06T08:57:31+00:00" + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "symfony/debug", - "version": "v4.4.11", + "name": "symfony/polyfill-php72", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony/debug.git", - "reference": "47aa9064d75db36389692dd4d39895a0820f00f2" + "url": "https://github.com/symfony/polyfill-php72.git", + "reference": "639447d008615574653fb3bc60d1986d7172eaae" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/debug/zipball/47aa9064d75db36389692dd4d39895a0820f00f2", - "reference": "47aa9064d75db36389692dd4d39895a0820f00f2", + "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", + "reference": "639447d008615574653fb3bc60d1986d7172eaae", "shasum": "" }, "require": { - "php": ">=7.1.3", - "psr/log": "~1.0", - "symfony/polyfill-php80": "^1.15" - }, - "conflict": { - "symfony/http-kernel": "<3.4" - }, - "require-dev": { - "symfony/http-kernel": "^3.4|^4.0|^5.0" + "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.4-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Debug\\": "" + "Symfony\\Polyfill\\Php72\\": "" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", @@ -16818,16 +15637,22 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Debug Component", + "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -16842,59 +15667,44 @@ "type": "tidelift" } ], - "time": "2020-07-23T08:31:43+00:00" + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "symfony/dependency-injection", - "version": "v3.4.43", + "name": "symfony/polyfill-php80", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony/dependency-injection.git", - "reference": "3a14abc01c36e81fc1c4c48b42c103b9dd892ed3" + "url": "https://github.com/symfony/polyfill-php80.git", + "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/3a14abc01c36e81fc1c4c48b42c103b9dd892ed3", - "reference": "3a14abc01c36e81fc1c4c48b42c103b9dd892ed3", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981", + "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "psr/container": "^1.0" - }, - "conflict": { - "symfony/config": "<3.3.7", - "symfony/finder": "<3.3", - "symfony/proxy-manager-bridge": "<3.4", - "symfony/yaml": "<3.4" - }, - "provide": { - "psr/container-implementation": "1.0" - }, - "require-dev": { - "symfony/config": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "symfony/config": "", - "symfony/expression-language": "For using expressions in service container configuration", - "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required", - "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them", - "symfony/yaml": "" + "php": ">=7.0.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\DependencyInjection\\": "" + "Symfony\\Polyfill\\Php80\\": "" }, - "exclude-from-classmap": [ - "/Tests/" + "files": [ + "bootstrap.php" + ], + "classmap": [ + "Resources/stubs" ] }, "notification-url": "https://packagist.org/downloads/", @@ -16903,16 +15713,26 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Ion Bazan", + "email": "ion.bazan@gmail.com" + }, + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony DependencyInjection Component", + "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -16927,52 +15747,39 @@ "type": "tidelift" } ], - "time": "2020-07-23T09:37:51+00:00" + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "symfony/event-dispatcher", - "version": "v3.4.43", + "name": "symfony/polyfill-util", + "version": "v1.18.1", "source": { "type": "git", - "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081" + "url": "https://github.com/symfony/polyfill-util.git", + "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/14d978f8e8555f2de719c00eb65376be7d2e9081", - "reference": "14d978f8e8555f2de719c00eb65376be7d2e9081", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/46b910c71e9828f8ec2aa7a0314de1130d9b295a", + "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" - }, - "conflict": { - "symfony/dependency-injection": "<3.3" - }, - "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/stopwatch": "~2.8|~3.0|~4.0" - }, - "suggest": { - "symfony/dependency-injection": "", - "symfony/http-kernel": "" + "php": ">=5.3.3" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.18-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" } }, "autoload": { "psr-4": { - "Symfony\\Component\\EventDispatcher\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Symfony\\Polyfill\\Util\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -16980,20 +15787,26 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony EventDispatcher Component", + "description": "Symfony utilities for portability of PHP codes", "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" + "keywords": [ + "compat", + "compatibility", + "polyfill", + "shim" + ], + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" }, { "url": "https://github.com/fabpot", @@ -17004,35 +15817,34 @@ "type": "tidelift" } ], - "time": "2020-05-05T15:06:23+00:00" + "time": "2020-07-14T12:35:20+00:00" }, { - "name": "symfony/filesystem", - "version": "v4.3.5", + "name": "symfony/process", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/symfony/filesystem.git", - "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263" + "url": "https://github.com/symfony/process.git", + "reference": "af8d812d75fcdf2eae30928b42396fe17df137e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/9abbb7ef96a51f4d7e69627bc6f63307994e4263", - "reference": "9abbb7ef96a51f4d7e69627bc6f63307994e4263", + "url": "https://api.github.com/repos/symfony/process/zipball/af8d812d75fcdf2eae30928b42396fe17df137e4", + "reference": "af8d812d75fcdf2eae30928b42396fe17df137e4", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/polyfill-ctype": "~1.8" + "php": "^5.5.9|>=7.0.8" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.3-dev" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Filesystem\\": "" + "Symfony\\Component\\Process\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -17052,41 +15864,60 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony Filesystem Component", + "description": "Symfony Process Component", "homepage": "https://symfony.com", - "time": "2019-08-20T14:07:54+00:00" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2020-07-16T09:41:49+00:00" }, { - "name": "symfony/http-foundation", - "version": "v3.4.43", + "name": "symfony/psr-http-message-bridge", + "version": "v1.2.0", "source": { "type": "git", - "url": "https://github.com/symfony/http-foundation.git", - "reference": "5219dba1253aa07ed3ad82f73c08146fb3f517d0" + "url": "https://github.com/symfony/psr-http-message-bridge.git", + "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5219dba1253aa07ed3ad82f73c08146fb3f517d0", - "reference": "5219dba1253aa07ed3ad82f73c08146fb3f517d0", + "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", + "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-mbstring": "~1.1", - "symfony/polyfill-php70": "~1.6" + "php": "^7.1", + "psr/http-message": "^1.0", + "symfony/http-foundation": "^3.4 || ^4.0" }, "require-dev": { - "symfony/expression-language": "~2.8|~3.0|~4.0" + "nyholm/psr7": "^1.1", + "symfony/phpunit-bridge": "^3.4.20 || ^4.0", + "zendframework/zend-diactoros": "^1.4.1 || ^2.0" }, - "type": "library", + "suggest": { + "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + }, + "type": "symfony-bridge", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.2-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\HttpFoundation\\": "" + "Symfony\\Bridge\\PsrHttpMessage\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -17097,90 +15928,62 @@ "MIT" ], "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, { "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony HttpFoundation Component", - "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" + "homepage": "http://symfony.com/contributors" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "time": "2020-07-23T09:37:51+00:00" + "description": "PSR HTTP message bridge", + "homepage": "http://symfony.com", + "keywords": [ + "http", + "http-message", + "psr-17", + "psr-7" + ], + "time": "2019-03-11T18:22:33+00:00" }, { - "name": "symfony/http-kernel", + "name": "symfony/routing", "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/symfony/http-kernel.git", - "reference": "4a1c6b310806adce0f299411951d06747edf9e28" + "url": "https://github.com/symfony/routing.git", + "reference": "58381b7b815c1e3afaf60a534fbf769157fe5fe7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4a1c6b310806adce0f299411951d06747edf9e28", - "reference": "4a1c6b310806adce0f299411951d06747edf9e28", + "url": "https://api.github.com/repos/symfony/routing/zipball/58381b7b815c1e3afaf60a534fbf769157fe5fe7", + "reference": "58381b7b815c1e3afaf60a534fbf769157fe5fe7", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "psr/log": "~1.0", - "symfony/debug": "^3.3.3|~4.0", - "symfony/event-dispatcher": "~2.8|~3.0|~4.0", - "symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-php56": "~1.8" + "php": "^5.5.9|>=7.0.8" }, "conflict": { - "symfony/config": "<2.8", - "symfony/dependency-injection": "<3.4.10|<4.0.10,>=4", - "symfony/var-dumper": "<3.3", - "twig/twig": "<1.34|<2.4,>=2" - }, - "provide": { - "psr/log-implementation": "1.0" + "symfony/config": "<3.3.1", + "symfony/dependency-injection": "<3.3", + "symfony/yaml": "<3.4" }, "require-dev": { - "psr/cache": "~1.0", - "symfony/browser-kit": "~2.8|~3.0|~4.0", - "symfony/class-loader": "~2.8|~3.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/console": "~2.8|~3.0|~4.0", - "symfony/css-selector": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "^3.4.10|^4.0.10", - "symfony/dom-crawler": "~2.8|~3.0|~4.0", + "doctrine/annotations": "~1.0", + "psr/log": "~1.0", + "symfony/config": "^3.3.1|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/finder": "~2.8|~3.0|~4.0", - "symfony/process": "~2.8|~3.0|~4.0", - "symfony/routing": "~3.4|~4.0", - "symfony/stopwatch": "~2.8|~3.0|~4.0", - "symfony/templating": "~2.8|~3.0|~4.0", - "symfony/translation": "~2.8|~3.0|~4.0", - "symfony/var-dumper": "~3.3|~4.0" + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "symfony/browser-kit": "", - "symfony/config": "", - "symfony/console": "", - "symfony/dependency-injection": "", - "symfony/finder": "", - "symfony/var-dumper": "" + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/http-foundation": "For using a Symfony Request object", + "symfony/yaml": "For using the YAML loader" }, "type": "library", "extra": { @@ -17190,7 +15993,7 @@ }, "autoload": { "psr-4": { - "Symfony\\Component\\HttpKernel\\": "" + "Symfony\\Component\\Routing\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -17210,8 +16013,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony HttpKernel Component", + "description": "Symfony Routing Component", "homepage": "https://symfony.com", + "keywords": [ + "router", + "routing", + "uri", + "url" + ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -17226,44 +16035,67 @@ "type": "tidelift" } ], - "time": "2020-07-24T03:48:59+00:00" + "time": "2020-07-23T09:37:51+00:00" }, { - "name": "symfony/polyfill-ctype", - "version": "v1.18.1", + "name": "symfony/serializer", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454" + "url": "https://github.com/symfony/serializer.git", + "reference": "f64adecb8428febda812166bdc4baa99c039fc74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454", - "reference": "1c302646f6efc070cd46856e600e5e0684d6b454", + "url": "https://api.github.com/repos/symfony/serializer/zipball/f64adecb8428febda812166bdc4baa99c039fc74", + "reference": "f64adecb8428febda812166bdc4baa99c039fc74", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "phpdocumentor/type-resolver": "<0.2.1", + "symfony/dependency-injection": "<3.2", + "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", + "symfony/property-info": "<3.1", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.0", + "doctrine/cache": "~1.0", + "phpdocumentor/reflection-docblock": "^3.0|^4.0", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.2|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/property-info": "^3.4.13|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "ext-ctype": "For best performance" + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "For using the XML mapping loader.", + "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", + "symfony/property-access": "For using the ObjectNormalizer.", + "symfony/property-info": "To deserialize relations.", + "symfony/yaml": "For using the default YAML mapping loader." }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Ctype\\": "" + "Symfony\\Component\\Serializer\\": "" }, - "files": [ - "bootstrap.php" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17272,22 +16104,16 @@ ], "authors": [ { - "name": "Gert de Pagter", - "email": "BackEndTea@gmail.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for ctype functions", + "description": "Symfony Serializer Component", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "ctype", - "polyfill", - "portable" - ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -17302,44 +16128,58 @@ "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2020-06-18T17:32:39+00:00" }, { - "name": "symfony/polyfill-iconv", - "version": "v1.18.1", - "source": { + "name": "symfony/translation", + "version": "v3.4.43", + "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36" + "url": "https://github.com/symfony/translation.git", + "reference": "600b84224bf482441cd4d0026eba78755d2e2b34" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", - "reference": "6c2f78eb8f5ab8eaea98f6d414a5915f2e0fce36", + "url": "https://api.github.com/repos/symfony/translation/zipball/600b84224bf482441cd4d0026eba78755d2e2b34", + "reference": "600b84224bf482441cd4d0026eba78755d2e2b34", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-mbstring": "~1.0" + }, + "conflict": { + "symfony/config": "<2.8", + "symfony/dependency-injection": "<3.4", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "psr/log": "~1.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.4|~4.0", + "symfony/finder": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "~3.4|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/var-dumper": "~3.4|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "ext-iconv": "For best performance" + "psr/log-implementation": "To use logging capability in translator", + "symfony/config": "", + "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" + "Symfony\\Component\\Translation\\": "" }, - "files": [ - "bootstrap.php" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17348,23 +16188,16 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Iconv extension", + "description": "Symfony Translation Component", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "iconv", - "polyfill", - "portable", - "shim" - ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -17379,47 +16212,74 @@ "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2020-07-16T09:41:49+00:00" }, { - "name": "symfony/polyfill-intl-idn", - "version": "v1.18.1", + "name": "symfony/validator", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251" + "url": "https://github.com/symfony/validator.git", + "reference": "008b41843e9e1a871ce13417c7e35ac1395e1bf2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251", - "reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251", + "url": "https://api.github.com/repos/symfony/validator/zipball/008b41843e9e1a871ce13417c7e35ac1395e1bf2", + "reference": "008b41843e9e1a871ce13417c7e35ac1395e1bf2", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php70": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.0", + "symfony/translation": "~2.8|~3.0|~4.0" + }, + "conflict": { + "doctrine/lexer": "<1.0.2", + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/dependency-injection": "<3.3", + "symfony/http-kernel": "<3.3.5", + "symfony/yaml": "<3.4" + }, + "require-dev": { + "doctrine/annotations": "~1.7", + "doctrine/cache": "~1.0", + "egulias/email-validator": "^2.1.10", + "symfony/cache": "~3.1|~4.0", + "symfony/config": "~2.8|~3.0|~4.0", + "symfony/dependency-injection": "~3.3|~4.0", + "symfony/expression-language": "~2.8|~3.0|~4.0", + "symfony/http-foundation": "~2.8|~3.0|~4.0", + "symfony/http-kernel": "^3.3.5|~4.0", + "symfony/intl": "^2.8.18|^3.2.5|~4.0", + "symfony/property-access": "~2.8|~3.0|~4.0", + "symfony/var-dumper": "~3.3|~4.0", + "symfony/yaml": "~3.4|~4.0" }, "suggest": { - "ext-intl": "For best performance" + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", + "egulias/email-validator": "Strict (RFC compliant) email validation", + "psr/cache-implementation": "For using the metadata cache.", + "symfony/config": "", + "symfony/expression-language": "For using the Expression validator", + "symfony/http-foundation": "", + "symfony/intl": "", + "symfony/property-access": "For accessing properties within comparison constraints", + "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Intl\\Idn\\": "" + "Symfony\\Component\\Validator\\": "" }, - "files": [ - "bootstrap.php" + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17428,28 +16288,16 @@ ], "authors": [ { - "name": "Laurent Bassin", - "email": "laurent@bassin.info" - }, - { - "name": "Trevor Rowbotham", - "email": "trevor.rowbotham@pm.me" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions", + "description": "Symfony Validator Component", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "idn", - "intl", - "polyfill", - "portable", - "shim" - ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -17464,47 +16312,60 @@ "type": "tidelift" } ], - "time": "2020-08-04T06:02:08+00:00" + "time": "2020-06-29T10:55:42+00:00" }, { - "name": "symfony/polyfill-intl-normalizer", - "version": "v1.18.1", + "name": "symfony/var-dumper", + "version": "v4.3.5", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e" + "url": "https://github.com/symfony/var-dumper.git", + "reference": "bde8957fc415fdc6964f33916a3755737744ff05" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", - "reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bde8957fc415fdc6964f33916a3755737744ff05", + "reference": "bde8957fc415fdc6964f33916a3755737744ff05", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^7.1.3", + "symfony/polyfill-mbstring": "~1.0", + "symfony/polyfill-php72": "~1.5" + }, + "conflict": { + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", + "symfony/console": "<3.4" + }, + "require-dev": { + "ext-iconv": "*", + "symfony/console": "~3.4|~4.0", + "symfony/process": "~3.4|~4.0", + "twig/twig": "~1.34|~2.4" }, "suggest": { - "ext-intl": "For best performance" + "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", + "ext-intl": "To show region name in time zone dump", + "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" }, + "bin": [ + "Resources/bin/var-dump-server" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "4.3-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Intl\\Normalizer\\": "" - }, "files": [ - "bootstrap.php" + "Resources/functions/dump.php" ], - "classmap": [ - "Resources/stubs" + "psr-4": { + "Symfony\\Component\\VarDumper\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", @@ -17521,69 +16382,54 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for intl's Normalizer class and related functions", + "description": "Symfony mechanism for exploring and dumping PHP variables", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "intl", - "normalizer", - "polyfill", - "portable", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } + "debug", + "dump" ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2019-10-04T19:48:13+00:00" }, { - "name": "symfony/polyfill-mbstring", - "version": "v1.18.1", + "name": "symfony/yaml", + "version": "v3.4.43", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a" + "url": "https://github.com/symfony/yaml.git", + "reference": "e7fa05917ae931332a42d65b577ece4d497aad81" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a", - "reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a", + "url": "https://api.github.com/repos/symfony/yaml/zipball/e7fa05917ae931332a42d65b577ece4d497aad81", + "reference": "e7fa05917ae931332a42d65b577ece4d497aad81", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.5.9|>=7.0.8", + "symfony/polyfill-ctype": "~1.8" + }, + "conflict": { + "symfony/console": "<3.4" + }, + "require-dev": { + "symfony/console": "~3.4|~4.0" }, "suggest": { - "ext-mbstring": "For best performance" + "symfony/console": "For validating YAML files using the lint command" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.4-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Mbstring\\": "" + "Symfony\\Component\\Yaml\\": "" }, - "files": [ - "bootstrap.php" - ] + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -17591,23 +16437,16 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Mbstring extension", + "description": "Symfony Yaml Component", "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "mbstring", - "polyfill", - "portable", - "shim" - ], "funding": [ { "url": "https://symfony.com/sponsor", @@ -17622,43 +16461,45 @@ "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2020-07-23T09:37:51+00:00" }, { - "name": "symfony/polyfill-php56", - "version": "v1.18.1", + "name": "twig/extensions", + "version": "v1.5.4", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011" + "url": "https://github.com/twigphp/Twig-extensions.git", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/13df84e91cd168f247c2f2ec82cc0fa24901c011", - "reference": "13df84e91cd168f247c2f2ec82cc0fa24901c011", + "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", + "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", "shasum": "" }, "require": { - "php": ">=5.3.3", - "symfony/polyfill-util": "~1.0" + "twig/twig": "^1.27|^2.0" + }, + "require-dev": { + "symfony/phpunit-bridge": "^3.4", + "symfony/translation": "^2.7|^3.4" + }, + "suggest": { + "symfony/translation": "Allow the time_diff output to be translated" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "1.5-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php56\\": "" + "psr-0": { + "Twig_Extensions_": "lib/" }, - "files": [ - "bootstrap.php" - ] + "psr-4": { + "Twig\\Extensions\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -17666,298 +16507,190 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], - "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "Common additional features for Twig that do not directly belong in core", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } + "i18n", + "text" ], - "time": "2020-07-14T12:35:20+00:00" + "abandoned": true, + "time": "2018-12-05T18:34:18+00:00" }, { - "name": "symfony/polyfill-php70", - "version": "v1.18.1", + "name": "twig/twig", + "version": "v1.43.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3" + "url": "https://github.com/twigphp/Twig.git", + "reference": "2311602f6a208715252febe682fa7c38e56a3373" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", - "reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/2311602f6a208715252febe682fa7c38e56a3373", + "reference": "2311602f6a208715252febe682fa7c38e56a3373", "shasum": "" }, "require": { - "paragonie/random_compat": "~1.0|~2.0|~9.99", - "php": ">=5.3.3" + "php": ">=7.1.3", + "symfony/polyfill-ctype": "^1.8" + }, + "require-dev": { + "psr/container": "^1.0", + "symfony/phpunit-bridge": "^4.4.9|^5.0.9" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "1.43-dev" } }, "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php70\\": "" + "psr-0": { + "Twig_": "lib/" }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] + "psr-4": { + "Twig\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "BSD-3-Clause" ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" }, { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Twig Team", + "role": "Contributors" + }, + { + "name": "Armin Ronacher", + "email": "armin.ronacher@active-4.com", + "role": "Project Founder" } ], - "description": "Symfony polyfill backporting some PHP 7.0+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "Twig, the flexible, fast, and secure template language for PHP", + "homepage": "https://twig.symfony.com", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" + "templating" ], "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, { "url": "https://github.com/fabpot", "type": "github" }, { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "url": "https://tidelift.com/funding/github/packagist/twig/twig", "type": "tidelift" } ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2020-08-05T15:05:05+00:00" }, { - "name": "symfony/polyfill-php72", - "version": "v1.18.1", + "name": "typo3/phar-stream-wrapper", + "version": "v3.1.5", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "639447d008615574653fb3bc60d1986d7172eaae" + "url": "https://github.com/TYPO3/phar-stream-wrapper.git", + "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae", - "reference": "639447d008615574653fb3bc60d1986d7172eaae", + "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/81a713c1e165baa7c09e46cc6799cee24ce45988", + "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988", "shasum": "" }, "require": { - "php": ">=5.3.3" + "ext-json": "*", + "php": "^7.0" + }, + "require-dev": { + "ext-xdebug": "*", + "phpunit/phpunit": "^6.5" + }, + "suggest": { + "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "v3.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - }, - "files": [ - "bootstrap.php" - ] + "TYPO3\\PharStreamWrapper\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", + "description": "Interceptors for PHP's native phar:// stream handling", + "homepage": "https://typo3.org/", "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } + "phar", + "php", + "security", + "stream-wrapper" ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2020-06-19T18:43:12+00:00" }, { - "name": "symfony/polyfill-php80", - "version": "v1.18.1", + "name": "vardot/blazy", + "version": "1.8.2.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981" + "url": "https://github.com/Vardot/blazy.git", + "reference": "934160a4d6420d26b78371b9d341bac7c6c8ade8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981", - "reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981", + "url": "https://api.github.com/repos/Vardot/blazy/zipball/934160a4d6420d26b78371b9d341bac7c6c8ade8", + "reference": "934160a4d6420d26b78371b9d341bac7c6c8ade8", "shasum": "" }, - "require": { - "php": ">=7.0.8" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Polyfill\\Php80\\": "" - }, - "files": [ - "bootstrap.php" - ], - "classmap": [ - "Resources/stubs" - ] - }, + "type": "drupal-library", "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Ion Bazan", - "email": "ion.bazan@gmail.com" - }, - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2020-07-14T12:35:20+00:00" + "description": "forked from dinbror/blazy to be used as drupal-library", + "time": "2017-07-16T11:19:13+00:00" }, { - "name": "symfony/polyfill-util", - "version": "v1.18.1", + "name": "webmozart/assert", + "version": "1.9.1", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-util.git", - "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a" + "url": "https://github.com/webmozarts/assert.git", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/46b910c71e9828f8ec2aa7a0314de1130d9b295a", - "reference": "46b910c71e9828f8ec2aa7a0314de1130d9b295a", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", + "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", "shasum": "" }, "require": { - "php": ">=5.3.3" + "php": "^5.3.3 || ^7.0 || ^8.0", + "symfony/polyfill-ctype": "^1.8" }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.18-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } + "conflict": { + "phpstan/phpstan": "<0.12.20", + "vimeo/psalm": "<3.9.1" + }, + "require-dev": { + "phpunit/phpunit": "^4.8.36 || ^7.5.13" }, + "type": "library", "autoload": { "psr-4": { - "Symfony\\Polyfill\\Util\\": "" + "Webmozart\\Assert\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", @@ -17966,68 +16699,53 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" } ], - "description": "Symfony utilities for portability of PHP codes", - "homepage": "https://symfony.com", + "description": "Assertions to validate method input/output with nice error messages.", "keywords": [ - "compat", - "compatibility", - "polyfill", - "shim" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } + "assert", + "check", + "validate" ], - "time": "2020-07-14T12:35:20+00:00" + "time": "2020-07-08T17:02:28+00:00" }, { - "name": "symfony/process", - "version": "v3.4.43", + "name": "wikimedia/composer-merge-plugin", + "version": "v2.0.1", "source": { "type": "git", - "url": "https://github.com/symfony/process.git", - "reference": "af8d812d75fcdf2eae30928b42396fe17df137e4" + "url": "https://github.com/wikimedia/composer-merge-plugin.git", + "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/af8d812d75fcdf2eae30928b42396fe17df137e4", - "reference": "af8d812d75fcdf2eae30928b42396fe17df137e4", + "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", + "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" + "composer-plugin-api": "^1.1||^2.0", + "php": ">=7.2.0" }, - "type": "library", + "require-dev": { + "composer/composer": "^1.1||^2.0", + "php-parallel-lint/php-parallel-lint": "~1.1.0", + "phpunit/phpunit": "^8.5||^9.0", + "squizlabs/php_codesniffer": "~3.5.4" + }, + "type": "composer-plugin", "extra": { "branch-alias": { - "dev-master": "3.4-dev" - } + "dev-master": "2.x-dev" + }, + "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin" }, "autoload": { "psr-4": { - "Symfony\\Component\\Process\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Wikimedia\\Composer\\Merge\\V2\\": "src/" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18035,331 +16753,348 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Process Component", - "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Bryan Davis", + "email": "bd808@wikimedia.org" } ], - "time": "2020-07-16T09:41:49+00:00" - }, + "description": "Composer plugin to merge multiple composer.json files", + "time": "2021-02-24T05:28:06+00:00" + } + ], + "packages-dev": [ { - "name": "symfony/psr-http-message-bridge", - "version": "v1.2.0", + "name": "acquia/lightning", + "version": "4.1.6", "source": { "type": "git", - "url": "https://github.com/symfony/psr-http-message-bridge.git", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad" + "url": "https://github.com/acquia/lightning.git", + "reference": "1464e1cbf69f6369fe70ecea82bfeddfcbb8f276" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/psr-http-message-bridge/zipball/9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", - "reference": "9ab9d71f97d5c7d35a121a7fb69f74fee95cd0ad", + "url": "https://api.github.com/repos/acquia/lightning/zipball/1464e1cbf69f6369fe70ecea82bfeddfcbb8f276", + "reference": "1464e1cbf69f6369fe70ecea82bfeddfcbb8f276", "shasum": "" }, "require": { - "php": "^7.1", - "psr/http-message": "^1.0", - "symfony/http-foundation": "^3.4 || ^4.0" + "cweagans/composer-patches": "^1.6", + "drupal/acquia_connector": "*", + "drupal/core": "^8.8.8", + "drupal/libraries": "^3.0", + "drupal/lightning_api": "^4.4", + "drupal/lightning_core": "^5.2", + "drupal/lightning_layout": "^2.6", + "drupal/lightning_media": "^3.14 || ^4.1", + "drupal/lightning_workflow": "^3.14", + "ext-dom": "*" }, "require-dev": { - "nyholm/psr7": "^1.1", - "symfony/phpunit-bridge": "^3.4.20 || ^4.0", - "zendframework/zend-diactoros": "^1.4.1 || ^2.0" - }, - "suggest": { - "nyholm/psr7": "For a super lightweight PSR-7/17 implementation" + "drupal/core-composer-scaffold": "*", + "drupal/core-dev": "*", + "drush/drush": ">=9.7", + "oomphinc/composer-installers-extender": "^1.1", + "vijaycs85/drupal-quality-checker": "^1.2", + "weitzman/drupal-test-traits": "dev-master", + "zaporylie/composer-drupal-optimizations": "^1.1" }, - "type": "symfony-bridge", + "bin": [ + "lightning-subprofile" + ], + "type": "drupal-profile", "extra": { "branch-alias": { - "dev-master": "1.2-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Bridge\\PsrHttpMessage\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Symfony Community", - "homepage": "http://symfony.com/contributors" + "dev-8.x-4.x": "4.x-dev" }, - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "drupal-scaffold": { + "locations": { + "web-root": "docroot/" + }, + "file-mapping": { + "[project-root]/.gitattributes": false, + "[project-root]/.editorconfig": false, + "[web-root]/example.gitignore": false, + "[web-root]/.csslintrc": false, + "[web-root]/modules/README.txt": false, + "[web-root]/profiles/README.txt": false, + "[web-root]/sites/README.txt": false, + "[web-root]/themes/README.txt": false, + "[web-root]/INSTALL.txt": false, + "[web-root]/robots.txt": false, + "[web-root]/web.config": false + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + }, + "enable-patching": true, + "installer-paths": { + "docroot/core": [ + "type:drupal-core" + ], + "docroot/libraries/{$name}": [ + "type:drupal-library", + "type:bower-asset", + "type:npm-asset" + ], + "docroot/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "docroot/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "docroot/themes/contrib/{$name}": [ + "type:drupal-theme" + ] + }, + "installer-types": [ + "bower-asset", + "npm-asset" + ], + "patchLevel": { + "drupal/core": "-p2" + }, + "patches": { + "drupal/core": { + "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2020-02-07/2869592-remove-update-warning-34.patch", + "1356276 - Allow profiles to define a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch", + "2914389 - Allow profiles to exclude dependencies of their parent": "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch" + } + }, + "patches-ignore": { + "drupal/lightning_core": { + "drupal/core": { + "2869592 - Disabled update module shouldn't produce a status report warning": "https://www.drupal.org/files/issues/2869592-remove-update-warning-7.patch", + "1356276 - Allow profiles to define a base/parent profile and load them in the correct order": "https://www.drupal.org/files/issues/2019-11-05/1356276-531-8.8.x-4.patch", + "2914389 - Allow profiles to exclude dependencies of their parent": "https://www.drupal.org/files/issues/2018-07-09/2914389-8-do-not-test.patch" + } + } } + }, + "autoload": { + "psr-4": { + "Acquia\\Lightning\\": "src" + }, + "classmap": [ + "src/Composer/ConfigureLegacyProject.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "GPL-2.0-or-later" ], - "description": "PSR HTTP message bridge", - "homepage": "http://symfony.com", - "keywords": [ - "http", - "http-message", - "psr-17", - "psr-7" - ], - "time": "2019-03-11T18:22:33+00:00" + "description": "The best of Drupal, curated by Acquia", + "time": "2020-08-07T16:25:19+00:00" }, { - "name": "symfony/routing", - "version": "v3.4.43", + "name": "chi-teck/drupal-code-generator", + "version": "1.30.4", "source": { "type": "git", - "url": "https://github.com/symfony/routing.git", - "reference": "58381b7b815c1e3afaf60a534fbf769157fe5fe7" + "url": "https://github.com/Chi-teck/drupal-code-generator.git", + "reference": "8b7ae331e21e58088e3e52688823692ed6471ec3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/58381b7b815c1e3afaf60a534fbf769157fe5fe7", - "reference": "58381b7b815c1e3afaf60a534fbf769157fe5fe7", + "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/8b7ae331e21e58088e3e52688823692ed6471ec3", + "reference": "8b7ae331e21e58088e3e52688823692ed6471ec3", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8" - }, - "conflict": { - "symfony/config": "<3.3.1", - "symfony/dependency-injection": "<3.3", - "symfony/yaml": "<3.4" - }, - "require-dev": { - "doctrine/annotations": "~1.0", - "psr/log": "~1.0", - "symfony/config": "^3.3.1|~4.0", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/http-foundation": "~2.8|~3.0|~4.0", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation loader", - "symfony/config": "For using the all-in-one router or any loader", - "symfony/expression-language": "For using expression matching", - "symfony/http-foundation": "For using a Symfony Request object", - "symfony/yaml": "For using the YAML loader" + "ext-json": "*", + "php": ">=5.5.9", + "symfony/console": "^3.4 || ^4.0", + "symfony/filesystem": "^2.7 || ^3.4 || ^4.0", + "twig/twig": "^1.38.2 || ^2.10" }, + "bin": [ + "bin/dcg" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "3.4-dev" + "dev-master": "1.x-dev" } }, "autoload": { + "files": [ + "src/bootstrap.php" + ], "psr-4": { - "Symfony\\Component\\Routing\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "DrupalCodeGenerator\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Routing Component", - "homepage": "https://symfony.com", - "keywords": [ - "router", - "routing", - "uri", - "url" - ], - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } + "GPL-2.0-or-later" ], - "time": "2020-07-23T09:37:51+00:00" + "description": "Drupal code generator", + "time": "2019-08-25T06:39:56+00:00" }, { - "name": "symfony/serializer", - "version": "v3.4.43", + "name": "consolidation/annotated-command", + "version": "2.12.0", "source": { "type": "git", - "url": "https://github.com/symfony/serializer.git", - "reference": "f64adecb8428febda812166bdc4baa99c039fc74" + "url": "https://github.com/consolidation/annotated-command.git", + "reference": "512a2e54c98f3af377589de76c43b24652bcb789" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/f64adecb8428febda812166bdc4baa99c039fc74", - "reference": "f64adecb8428febda812166bdc4baa99c039fc74", + "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789", + "reference": "512a2e54c98f3af377589de76c43b24652bcb789", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "phpdocumentor/type-resolver": "<0.2.1", - "symfony/dependency-injection": "<3.2", - "symfony/property-access": ">=3.0,<3.0.4|>=2.8,<2.8.4", - "symfony/property-info": "<3.1", - "symfony/yaml": "<3.4" + "consolidation/output-formatters": "^3.4", + "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" }, "require-dev": { - "doctrine/annotations": "~1.0", - "doctrine/cache": "~1.0", - "phpdocumentor/reflection-docblock": "^3.0|^4.0", - "symfony/cache": "~3.1|~4.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.2|~4.0", - "symfony/http-foundation": "~2.8|~3.0|~4.0", - "symfony/property-access": "~2.8|~3.0|~4.0", - "symfony/property-info": "^3.4.13|~4.0", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "psr/cache-implementation": "For using the metadata cache.", - "symfony/config": "For using the XML mapping loader.", - "symfony/http-foundation": "For using a MIME type guesser within the DataUriNormalizer.", - "symfony/property-access": "For using the ObjectNormalizer.", - "symfony/property-info": "To deserialize relations.", - "symfony/yaml": "For using the default YAML mapping loader." + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2.7" }, "type": "library", "extra": { - "branch-alias": { - "dev-master": "3.4-dev" - } - }, - "autoload": { - "psr-4": { - "Symfony\\Component\\Serializer\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "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" + } + }, + "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" ], - "description": "Symfony Serializer Component", - "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, + "authors": [ { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], - "time": "2020-06-18T17:32:39+00:00" + "description": "Initialize Symfony Console commands from annotated command class methods.", + "time": "2019-03-08T16:55:03+00:00" }, { - "name": "symfony/translation", - "version": "v3.4.43", + "name": "consolidation/config", + "version": "1.2.1", "source": { "type": "git", - "url": "https://github.com/symfony/translation.git", - "reference": "600b84224bf482441cd4d0026eba78755d2e2b34" + "url": "https://github.com/consolidation/config.git", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/600b84224bf482441cd4d0026eba78755d2e2b34", - "reference": "600b84224bf482441cd4d0026eba78755d2e2b34", + "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", + "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-mbstring": "~1.0" - }, - "conflict": { - "symfony/config": "<2.8", - "symfony/dependency-injection": "<3.4", - "symfony/yaml": "<3.4" + "dflydev/dot-access-data": "^1.1.0", + "grasmash/expander": "^1", + "php": ">=5.4.0" }, "require-dev": { - "psr/log": "~1.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.4|~4.0", - "symfony/finder": "~2.8|~3.0|~4.0", - "symfony/http-kernel": "~3.4|~4.0", - "symfony/intl": "^2.8.18|^3.2.5|~4.0", - "symfony/var-dumper": "~3.4|~4.0", - "symfony/yaml": "~3.4|~4.0" + "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": { - "psr/log-implementation": "To use logging capability in translator", - "symfony/config": "", - "symfony/yaml": "" + "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": "3.4-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Translation\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Consolidation\\Config\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18367,99 +17102,66 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Translation Component", - "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], - "time": "2020-07-16T09:41:49+00:00" + "description": "Provide configuration services for a commandline tool.", + "time": "2019-03-03T19:37:04+00:00" }, { - "name": "symfony/validator", - "version": "v3.4.43", + "name": "consolidation/filter-via-dot-access-data", + "version": "1.0.0", "source": { "type": "git", - "url": "https://github.com/symfony/validator.git", - "reference": "008b41843e9e1a871ce13417c7e35ac1395e1bf2" + "url": "https://github.com/consolidation/filter-via-dot-access-data.git", + "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/validator/zipball/008b41843e9e1a871ce13417c7e35ac1395e1bf2", - "reference": "008b41843e9e1a871ce13417c7e35ac1395e1bf2", + "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6", + "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8", - "symfony/polyfill-mbstring": "~1.0", - "symfony/translation": "~2.8|~3.0|~4.0" - }, - "conflict": { - "doctrine/lexer": "<1.0.2", - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/dependency-injection": "<3.3", - "symfony/http-kernel": "<3.3.5", - "symfony/yaml": "<3.4" + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.5.0" }, "require-dev": { - "doctrine/annotations": "~1.7", - "doctrine/cache": "~1.0", - "egulias/email-validator": "^2.1.10", - "symfony/cache": "~3.1|~4.0", - "symfony/config": "~2.8|~3.0|~4.0", - "symfony/dependency-injection": "~3.3|~4.0", - "symfony/expression-language": "~2.8|~3.0|~4.0", - "symfony/http-foundation": "~2.8|~3.0|~4.0", - "symfony/http-kernel": "^3.3.5|~4.0", - "symfony/intl": "^2.8.18|^3.2.5|~4.0", - "symfony/property-access": "~2.8|~3.0|~4.0", - "symfony/var-dumper": "~3.3|~4.0", - "symfony/yaml": "~3.4|~4.0" - }, - "suggest": { - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", - "egulias/email-validator": "Strict (RFC compliant) email validation", - "psr/cache-implementation": "For using the metadata cache.", - "symfony/config": "", - "symfony/expression-language": "For using the Expression validator", - "symfony/http-foundation": "", - "symfony/intl": "", - "symfony/property-access": "For accessing properties within comparison constraints", - "symfony/yaml": "" + "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": "3.4-dev" + "dev-master": "1.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Validator\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Consolidation\\Filter\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18467,85 +17169,89 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Validator Component", - "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], - "time": "2020-06-29T10:55:42+00:00" + "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": "symfony/var-dumper", - "version": "v4.3.5", + "name": "consolidation/log", + "version": "1.1.1", "source": { "type": "git", - "url": "https://github.com/symfony/var-dumper.git", - "reference": "bde8957fc415fdc6964f33916a3755737744ff05" + "url": "https://github.com/consolidation/log.git", + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/bde8957fc415fdc6964f33916a3755737744ff05", - "reference": "bde8957fc415fdc6964f33916a3755737744ff05", + "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", + "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", "shasum": "" }, "require": { - "php": "^7.1.3", - "symfony/polyfill-mbstring": "~1.0", - "symfony/polyfill-php72": "~1.5" - }, - "conflict": { - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", - "symfony/console": "<3.4" + "php": ">=5.4.5", + "psr/log": "^1.0", + "symfony/console": "^2.8|^3|^4" }, "require-dev": { - "ext-iconv": "*", - "symfony/console": "~3.4|~4.0", - "symfony/process": "~3.4|~4.0", - "twig/twig": "~1.34|~2.4" - }, - "suggest": { - "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).", - "ext-intl": "To show region name in time zone dump", - "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script" + "g1a/composer-test-scenarios": "^3", + "php-coveralls/php-coveralls": "^1", + "phpunit/phpunit": "^6", + "squizlabs/php_codesniffer": "^2" }, - "bin": [ - "Resources/bin/var-dump-server" - ], "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": "4.3-dev" + "dev-master": "1.x-dev" } }, "autoload": { - "files": [ - "Resources/functions/dump.php" - ], "psr-4": { - "Symfony\\Component\\VarDumper\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Consolidation\\Log\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18553,62 +17259,100 @@ ], "authors": [ { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], - "description": "Symfony mechanism for exploring and dumping PHP variables", - "homepage": "https://symfony.com", - "keywords": [ - "debug", - "dump" - ], - "time": "2019-10-04T19:48:13+00:00" + "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", + "time": "2019-01-01T17:30:51+00:00" }, { - "name": "symfony/yaml", - "version": "v3.4.43", + "name": "consolidation/output-formatters", + "version": "3.5.0", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "e7fa05917ae931332a42d65b577ece4d497aad81" + "url": "https://github.com/consolidation/output-formatters.git", + "reference": "99ec998ffb697e0eada5aacf81feebfb13023605" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/e7fa05917ae931332a42d65b577ece4d497aad81", - "reference": "e7fa05917ae931332a42d65b577ece4d497aad81", + "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605", + "reference": "99ec998ffb697e0eada5aacf81feebfb13023605", "shasum": "" }, "require": { - "php": "^5.5.9|>=7.0.8", - "symfony/polyfill-ctype": "~1.8" - }, - "conflict": { - "symfony/console": "<3.4" + "dflydev/dot-access-data": "^1.1.0", + "php": ">=5.4.0", + "symfony/console": "^2.8|^3|^4", + "symfony/finder": "^2.5|^3|^4" }, "require-dev": { - "symfony/console": "~3.4|~4.0" + "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/console": "For validating YAML files using the lint command" + "symfony/var-dumper": "For using the var_dump formatter" }, "type": "library", "extra": { + "scenarios": { + "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.4-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Consolidation\\OutputFormatters\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -18616,68 +17360,106 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony Yaml Component", - "homepage": "https://symfony.com", - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" } ], - "time": "2020-07-23T09:37:51+00:00" + "description": "Format text by applying transformations provided by plug-in formatters.", + "time": "2019-05-30T23:16:01+00:00" }, { - "name": "twig/extensions", - "version": "v1.5.4", + "name": "consolidation/robo", + "version": "1.4.10", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig-extensions.git", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202" + "url": "https://github.com/consolidation/Robo.git", + "reference": "e5a6ca64cf1324151873672e484aceb21f365681" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/57873c8b0c1be51caa47df2cdb824490beb16202", - "reference": "57873c8b0c1be51caa47df2cdb824490beb16202", + "url": "https://api.github.com/repos/consolidation/Robo/zipball/e5a6ca64cf1324151873672e484aceb21f365681", + "reference": "e5a6ca64cf1324151873672e484aceb21f365681", "shasum": "" }, "require": { - "twig/twig": "^1.27|^2.0" + "consolidation/annotated-command": "^2.10.2", + "consolidation/config": "^1.2", + "consolidation/log": "~1", + "consolidation/output-formatters": "^3.1.13", + "consolidation/self-update": "^1", + "grasmash/yaml-expander": "^1.3", + "league/container": "^2.2", + "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", + "symfony/process": "^2.5|^3|^4" + }, + "replace": { + "codegyre/robo": "< 1.0" }, "require-dev": { - "symfony/phpunit-bridge": "^3.4", - "symfony/translation": "^2.7|^3.4" + "codeception/aspect-mock": "^1|^2.1.1", + "codeception/base": "^2.3.7", + "codeception/verify": "^0.3.2", + "g1a/composer-test-scenarios": "^3", + "goaop/framework": "~2.1.2", + "goaop/parser-reflection": "^1.1.0", + "natxet/cssmin": "3.0.4", + "nikic/php-parser": "^3.1.5", + "patchwork/jsqueeze": "~2", + "pear/archive_tar": "^1.4.4", + "php-coveralls/php-coveralls": "^1", + "phpunit/php-code-coverage": "~2|~4", + "squizlabs/php_codesniffer": "^2.8" }, "suggest": { - "symfony/translation": "Allow the time_diff output to be translated" + "henrikbjorn/lurker": "For monitoring filesystem changes in taskWatch", + "natxet/CssMin": "For minifying CSS files in taskMinify", + "patchwork/jsqueeze": "For minifying JS files in taskMinify", + "pear/archive_tar": "Allows tar archives to be created and extracted in taskPack and taskExtract, respectively." }, + "bin": [ + "robo" + ], "type": "library", "extra": { + "scenarios": { + "symfony4": { + "require": { + "symfony/console": "^4" + }, + "config": { + "platform": { + "php": "7.1.3" + } + } + }, + "symfony2": { + "require": { + "symfony/console": "^2.8" + }, + "remove": [ + "goaop/framework" + ], + "config": { + "platform": { + "php": "5.5.9" + } + }, + "scenario-options": { + "create-lockfile": "false" + } + } + }, "branch-alias": { - "dev-master": "1.5-dev" + "dev-master": "2.x-dev" } }, "autoload": { - "psr-0": { - "Twig_Extensions_": "lib/" - }, "psr-4": { - "Twig\\Extensions\\": "src/" + "Robo\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -18686,190 +17468,188 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Davert", + "email": "davert.php@resend.cc" } ], - "description": "Common additional features for Twig that do not directly belong in core", - "keywords": [ - "i18n", - "text" - ], - "abandoned": true, - "time": "2018-12-05T18:34:18+00:00" + "description": "Modern task runner", + "time": "2019-07-29T15:40:50+00:00" }, { - "name": "twig/twig", - "version": "v1.43.1", + "name": "consolidation/self-update", + "version": "1.1.5", "source": { "type": "git", - "url": "https://github.com/twigphp/Twig.git", - "reference": "2311602f6a208715252febe682fa7c38e56a3373" + "url": "https://github.com/consolidation/self-update.git", + "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/2311602f6a208715252febe682fa7c38e56a3373", - "reference": "2311602f6a208715252febe682fa7c38e56a3373", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54", + "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54", "shasum": "" }, "require": { - "php": ">=7.1.3", - "symfony/polyfill-ctype": "^1.8" - }, - "require-dev": { - "psr/container": "^1.0", - "symfony/phpunit-bridge": "^4.4.9|^5.0.9" + "php": ">=5.5.0", + "symfony/console": "^2.8|^3|^4", + "symfony/filesystem": "^2.5|^3|^4" }, + "bin": [ + "scripts/release" + ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.43-dev" + "dev-master": "1.x-dev" } }, "autoload": { - "psr-0": { - "Twig_": "lib/" - }, "psr-4": { - "Twig\\": "src/" + "SelfUpdate\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "BSD-3-Clause" + "MIT" ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com", - "homepage": "http://fabien.potencier.org", - "role": "Lead Developer" - }, - { - "name": "Twig Team", - "role": "Contributors" - }, - { - "name": "Armin Ronacher", - "email": "armin.ronacher@active-4.com", - "role": "Project Founder" - } - ], - "description": "Twig, the flexible, fast, and secure template language for PHP", - "homepage": "https://twig.symfony.com", - "keywords": [ - "templating" - ], - "funding": [ - { - "url": "https://github.com/fabpot", - "type": "github" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" }, { - "url": "https://tidelift.com/funding/github/packagist/twig/twig", - "type": "tidelift" + "name": "Alexander Menk", + "email": "menk@mestrona.net" } ], - "time": "2020-08-05T15:05:05+00:00" + "description": "Provides a self:update command for Symfony Console applications.", + "time": "2018-10-28T01:52:03+00:00" }, { - "name": "typo3/phar-stream-wrapper", - "version": "v3.1.5", + "name": "consolidation/site-alias", + "version": "3.0.0", "source": { "type": "git", - "url": "https://github.com/TYPO3/phar-stream-wrapper.git", - "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988" + "url": "https://github.com/consolidation/site-alias.git", + "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/phar-stream-wrapper/zipball/81a713c1e165baa7c09e46cc6799cee24ce45988", - "reference": "81a713c1e165baa7c09e46cc6799cee24ce45988", + "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f", + "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f", "shasum": "" }, "require": { - "ext-json": "*", - "php": "^7.0" + "consolidation/config": "^1.2.1", + "php": ">=5.5.0" }, "require-dev": { - "ext-xdebug": "*", - "phpunit/phpunit": "^6.5" - }, - "suggest": { - "ext-fileinfo": "For PHP builtin file type guessing, otherwise uses internal processing" + "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": "^6", + "squizlabs/php_codesniffer": "^2.8", + "symfony/console": "^2.8|^3|^4", + "symfony/yaml": "~2.3|^3" }, "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": "v3.x-dev" + "dev-master": "3.x-dev" } }, "autoload": { "psr-4": { - "TYPO3\\PharStreamWrapper\\": "src/" + "Consolidation\\SiteAlias\\": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], - "description": "Interceptors for PHP's native phar:// stream handling", - "homepage": "https://typo3.org/", - "keywords": [ - "phar", - "php", - "security", - "stream-wrapper" + "authors": [ + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" + }, + { + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + } ], - "time": "2020-06-19T18:43:12+00:00" + "description": "Manage alias records for local and remote sites.", + "time": "2019-03-12T17:31:48+00:00" }, { - "name": "vardot/blazy", - "version": "1.8.2.1", + "name": "consolidation/site-process", + "version": "2.1.0", "source": { "type": "git", - "url": "https://github.com/Vardot/blazy.git", - "reference": "934160a4d6420d26b78371b9d341bac7c6c8ade8" + "url": "https://github.com/consolidation/site-process.git", + "reference": "f3211fa4c60671c6f068184221f06f932556e443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Vardot/blazy/zipball/934160a4d6420d26b78371b9d341bac7c6c8ade8", - "reference": "934160a4d6420d26b78371b9d341bac7c6c8ade8", - "shasum": "" - }, - "type": "drupal-library", - "notification-url": "https://packagist.org/downloads/", - "description": "forked from dinbror/blazy to be used as drupal-library", - "time": "2017-07-16T11:19:13+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.9.1", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389", - "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389", + "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443", + "reference": "f3211fa4c60671c6f068184221f06f932556e443", "shasum": "" }, "require": { - "php": "^5.3.3 || ^7.0 || ^8.0", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "phpstan/phpstan": "<0.12.20", - "vimeo/psalm": "<3.9.1" + "consolidation/config": "^1.2.1", + "consolidation/site-alias": "^3", + "php": ">=5.6.0", + "symfony/process": "^3.4" }, "require-dev": { - "phpunit/phpunit": "^4.8.36 || ^7.5.13" + "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": { - "Webmozart\\Assert\\": "src/" + "Consolidation\\SiteProcess\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -18878,52 +17658,79 @@ ], "authors": [ { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" + "name": "Greg Anderson", + "email": "greg.1.anderson@greenknowe.org" + }, + { + "name": "Moshe Weitzman", + "email": "weitzman@tejasa.com" } ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" + "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" ], - "time": "2020-07-08T17:02:28+00:00" + "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": "wikimedia/composer-merge-plugin", - "version": "v2.0.1", + "name": "defuse/php-encryption", + "version": "v2.2.1", "source": { "type": "git", - "url": "https://github.com/wikimedia/composer-merge-plugin.git", - "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912" + "url": "https://github.com/defuse/php-encryption.git", + "reference": "0f407c43b953d571421e0020ba92082ed5fb7620" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", - "reference": "8ca2ed8ab97c8ebce6b39d9943e9909bb4f18912", + "url": "https://api.github.com/repos/defuse/php-encryption/zipball/0f407c43b953d571421e0020ba92082ed5fb7620", + "reference": "0f407c43b953d571421e0020ba92082ed5fb7620", "shasum": "" }, "require": { - "composer-plugin-api": "^1.1||^2.0", - "php": ">=7.2.0" + "ext-openssl": "*", + "paragonie/random_compat": ">= 2", + "php": ">=5.4.0" }, "require-dev": { - "composer/composer": "^1.1||^2.0", - "php-parallel-lint/php-parallel-lint": "~1.1.0", - "phpunit/phpunit": "^8.5||^9.0", - "squizlabs/php_codesniffer": "~3.5.4" - }, - "type": "composer-plugin", - "extra": { - "branch-alias": { - "dev-master": "2.x-dev" - }, - "class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin" + "nikic/php-parser": "^2.0|^3.0|^4.0", + "phpunit/phpunit": "^4|^5" }, + "bin": [ + "bin/generate-defuse-key" + ], + "type": "library", "autoload": { "psr-4": { - "Wikimedia\\Composer\\Merge\\V2\\": "src/" + "Defuse\\Crypto\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -18932,994 +17739,1903 @@ ], "authors": [ { - "name": "Bryan Davis", - "email": "bd808@wikimedia.org" + "name": "Taylor Hornby", + "email": "taylor@defuse.ca", + "homepage": "https://defuse.ca/" + }, + { + "name": "Scott Arciszewski", + "email": "info@paragonie.com", + "homepage": "https://paragonie.com" } ], - "description": "Composer plugin to merge multiple composer.json files", - "time": "2021-02-24T05:28:06+00:00" - } - ], - "packages-dev": [ + "description": "Secure PHP Encryption Library", + "keywords": [ + "aes", + "authenticated encryption", + "cipher", + "crypto", + "cryptography", + "encrypt", + "encryption", + "openssl", + "security", + "symmetric key cryptography" + ], + "time": "2018-07-24T23:27:56+00:00" + }, { - "name": "chi-teck/drupal-code-generator", - "version": "1.30.4", + "name": "dflydev/dot-access-data", + "version": "v1.1.0", "source": { "type": "git", - "url": "https://github.com/Chi-teck/drupal-code-generator.git", - "reference": "8b7ae331e21e58088e3e52688823692ed6471ec3" + "url": "https://github.com/dflydev/dflydev-dot-access-data.git", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Chi-teck/drupal-code-generator/zipball/8b7ae331e21e58088e3e52688823692ed6471ec3", - "reference": "8b7ae331e21e58088e3e52688823692ed6471ec3", + "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", + "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", "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.38.2 || ^2.10" + "php": ">=5.3.2" }, - "bin": [ - "bin/dcg" - ], "type": "library", "extra": { "branch-alias": { - "dev-master": "1.x-dev" + "dev-master": "1.0-dev" } }, "autoload": { - "files": [ - "src/bootstrap.php" - ], - "psr-4": { - "DrupalCodeGenerator\\": "src" + "psr-0": { + "Dflydev\\DotAccessData": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "GPL-2.0-or-later" + "MIT" ], - "description": "Drupal code generator", - "time": "2019-08-25T06:39:56+00:00" + "authors": [ + { + "name": "Dragonfly Development Inc.", + "email": "info@dflydev.com", + "homepage": "http://dflydev.com" + }, + { + "name": "Beau Simensen", + "email": "beau@dflydev.com", + "homepage": "http://beausimensen.com" + }, + { + "name": "Carlos Frutos", + "email": "carlos@kiwing.it", + "homepage": "https://github.com/cfrutos" + } + ], + "description": "Given a deep data structure, access data by dot notation.", + "homepage": "https://github.com/dflydev/dflydev-dot-access-data", + "keywords": [ + "access", + "data", + "dot", + "notation" + ], + "time": "2017-01-20T21:14:22+00:00" }, { - "name": "consolidation/annotated-command", - "version": "2.12.0", + "name": "dnoegel/php-xdg-base-dir", + "version": "0.1", "source": { "type": "git", - "url": "https://github.com/consolidation/annotated-command.git", - "reference": "512a2e54c98f3af377589de76c43b24652bcb789" + "url": "https://github.com/dnoegel/php-xdg-base-dir.git", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/annotated-command/zipball/512a2e54c98f3af377589de76c43b24652bcb789", - "reference": "512a2e54c98f3af377589de76c43b24652bcb789", + "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", + "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", "shasum": "" }, "require": { - "consolidation/output-formatters": "^3.4", - "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" + "php": ">=5.3.2" }, "require-dev": { - "g1a/composer-test-scenarios": "^3", - "php-coveralls/php-coveralls": "^1", - "phpunit/phpunit": "^6", - "squizlabs/php_codesniffer": "^2.7" + "phpunit/phpunit": "@stable" }, - "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" - } - }, - "scenario-options": { - "create-lockfile": "false" - } + "type": "project", + "autoload": { + "psr-4": { + "XdgBaseDir\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "implementation of xdg base directory specification for php", + "time": "2014-10-24T07:27:01+00:00" + }, + { + "name": "drupal/acquia_connector", + "version": "1.22.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/acquia_connector.git", + "reference": "8.x-1.22" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/acquia_connector-8.x-1.22.zip", + "reference": "8.x-1.22", + "shasum": "c0f2bb374dc9090233890f1929a68d929b53db36" + }, + "require": { + "drupal/core": "^8.7 || ^9", + "ext-json": "*", + "php": "^7.1" + }, + "require-dev": { + "acquia/coding-standards": "^0.4.1", + "dealerdirect/phpcodesniffer-composer-installer": "^0.5.0", + "drupal/acquia_search": "*", + "drupal/search_api": "^1.17", + "drupal/search_api_solr": "~1.0", + "drush/drush": "~9.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.22", + "datestamp": "1592339208", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "branch-alias": { + "dev-8.x-1.x": "1.x-dev" + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + }, + "phpcodesniffer-search-depth": 4 + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Dane Powell", + "homepage": "https://www.drupal.org/user/339326" + }, + { + "name": "Mark Trapp", + "homepage": "https://www.drupal.org/user/212019" + }, + { + "name": "Stanislav Mixnovich", + "homepage": "https://www.drupal.org/user/2859977" + }, + { + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" + }, + { + "name": "ayang", + "homepage": "https://www.drupal.org/user/1777884" + }, + { + "name": "blueminds", + "homepage": "https://www.drupal.org/user/128652" + }, + { + "name": "grasmash", + "homepage": "https://www.drupal.org/user/455714" + }, + { + "name": "irek02", + "homepage": "https://www.drupal.org/user/736644" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "jmoreira", + "homepage": "https://www.drupal.org/user/2374486" + }, + { + "name": "kolafson", + "homepage": "https://www.drupal.org/user/822402" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "vlad.pavlovic", + "homepage": "https://www.drupal.org/user/92673" + } + ], + "description": "Allows Drupal websites to connect with Acquia.", + "homepage": "https://www.drupal.org/project/acquia_connector", + "support": { + "source": "https://git.drupalcode.org/project/acquia_connector" + } + }, + { + "name": "drupal/bg_image_formatter", + "version": "1.14.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/bg_image_formatter.git", + "reference": "8.x-1.14" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/bg_image_formatter-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "74da652fd07c9d9fb613571bcbc697567f497ec6" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "require-dev": { + "drupol/drupal-conventions": "^1" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.14", + "datestamp": "1588018377", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "grumphp": { + "config-default-path": "vendor/drupol/drupal-conventions/config/drupal8/grumphp.yml" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "grumphp": [ + "./vendor/bin/grumphp run" + ] + }, + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Pol Dellaiera (@drupol)", + "homepage": "https://www.drupal.org/u/pol", + "role": "Maintainer" + }, + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "garethhallnz", + "homepage": "https://www.drupal.org/user/772766" + } + ], + "description": "This module provides an image formatter that allows you to set an image in background of a container.", + "homepage": "https://drupal.org/project/bg_image_formatter", + "support": { + "source": "https://git.drupalcode.org/project/bg_image_formatter" + } + }, + { + "name": "drupal/blizz_dynamic_entitylist", + "version": "2.34.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/blizz_dynamic_entitylist.git", + "reference": "8.x-2.34" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/blizz_dynamic_entitylist-8.x-2.34.zip", + "reference": "8.x-2.34", + "shasum": "9ba0bdadf312fe781a787380128a075dfcc2038d" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.34", + "datestamp": "1529421225", + "security-coverage": { + "status": "not-covered", + "message": "Project has not opted into security advisory coverage!" + } + }, + "patches_applied": { + "3128363: Use admin theme for Ajax routes": "https://www.drupal.org/files/issues/2020-04-16/blizz-dynamic-entitylist_use-admin-theme-for-ajax_3128363-2.patch", + "3138556: Remove automatic 'checked' attribute from bundle selection": "https://www.drupal.org/files/issues/2020-05-21/remove_automatic_checked_attribute-3138556.patch" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "CHiLi.HH", + "homepage": "https://www.drupal.org/user/738402" + } + ], + "description": "Provides a field type that lets you define automatic lists of entities based upon selection criteria.", + "homepage": "https://www.drupal.org/project/blizz_dynamic_entitylist", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupalcode.org/project/blizz_dynamic_entitylist" + } + }, + { + "name": "drupal/consumers", + "version": "1.11.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/consumers.git", + "reference": "8.x-1.11" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/consumers-8.x-1.11.zip", + "reference": "8.x-1.11", + "shasum": "2f440f4f61d5a85575504612b6b52d1d54ecd22f" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.11", + "datestamp": "1585606458", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "eojthebrave", + "homepage": "https://www.drupal.org/user/79230" + } + ], + "description": "Declare all the consumers of your API", + "homepage": "https://www.drupal.org/project/consumers", + "support": { + "source": "https://git.drupalcode.org/project/consumers" + } + }, + { + "name": "drupal/ctools_block", + "version": "3.4.0", + "require": { + "drupal/core": "^8 || ^9", + "drupal/ctools": "self.version" + }, + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-3.4", + "datestamp": "1585763383", + "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": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "damiankloip", + "homepage": "https://www.drupal.org/user/1037976" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "sdboyer", + "homepage": "https://www.drupal.org/user/146719" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Provides improvements to blocks that will one day be added to Drupal core.", + "homepage": "https://www.drupal.org/project/ctools", + "support": { + "source": "https://git.drupalcode.org/project/ctools" + } + }, + { + "name": "drupal/editor_file", + "version": "1.5.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/editor_file.git", + "reference": "8.x-1.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/editor_file-8.x-1.5.zip", + "reference": "8.x-1.5", + "shasum": "a547ce592365c08a18919f84f38e0f9451dc5950" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.5", + "datestamp": "1588768044", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "DuaelFr", + "homepage": "https://www.drupal.org/user/931394" + } + ], + "description": "Allow users to link uploaded files in the text Editor.", + "homepage": "https://www.drupal.org/project/editor_file", + "support": { + "source": "https://git.drupalcode.org/project/editor_file" + } + }, + { + "name": "drupal/entity_block", + "version": "1.0.0-beta3", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_block.git", + "reference": "8.x-1.0-beta3" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_block-8.x-1.0-beta3.zip", + "reference": "8.x-1.0-beta3", + "shasum": "523a66fd1089117fc857fb6e719ae4333d30e46d" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta3", + "datestamp": "1593050227", + "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": "Jaesin", + "homepage": "https://www.drupal.org/user/841054" + }, + { + "name": "arshadcn", + "homepage": "https://www.drupal.org/user/571032" + }, + { + "name": "floretan", + "homepage": "https://www.drupal.org/user/66163" + }, + { + "name": "rrrob", + "homepage": "https://www.drupal.org/user/273533" + } + ], + "description": "Let site administrators place content entities as blocks.", + "homepage": "https://www.drupal.org/project/entity_block", + "support": { + "source": "https://git.drupalcode.org/project/entity_block" + } + }, + { + "name": "drupal/entity_browser_block", + "version": "1.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/entity_browser_block.git", + "reference": "8.x-1.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/entity_browser_block-8.x-1.1.zip", + "reference": "8.x-1.1", + "shasum": "2d9855a0c1a0164f740e09e40c8faa5c2b463b2a" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/entity_browser": "*" + }, + "require-dev": { + "drupal/ctools": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.1", + "datestamp": "1581284770", + "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": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + } + ], + "description": "Derives block plugins for every Entity Browser on your site", + "homepage": "https://www.drupal.org/project/entity_browser_block", + "support": { + "source": "https://git.drupalcode.org/project/entity_browser_block" + } + }, + { + "name": "drupal/layout_builder_restrictions", + "version": "2.7.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/layout_builder_restrictions.git", + "reference": "8.x-2.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/layout_builder_restrictions-8.x-2.7.zip", + "reference": "8.x-2.7", + "shasum": "7e5658281cc32f7a9c091f065568d696cb7b7bee" + }, + "require": { + "drupal/core": "^8.6.0 || ^9" + }, + "require-dev": { + "drupal/dashboards": "*", + "drupal/layout_library": "*", + "drupal/mini_layouts": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.7", + "datestamp": "1588081705", + "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": "Jeff Cardwell", + "homepage": "https://www.drupal.org/user/2913129" + }, + { + "name": "eiriksm", + "homepage": "https://www.drupal.org/user/1014468" + }, + { + "name": "gravelpot", + "homepage": "https://www.drupal.org/user/748208" + }, + { + "name": "lreynaga", + "homepage": "https://www.drupal.org/user/3400232" + }, + { + "name": "mark_fullmer", + "homepage": "https://www.drupal.org/user/2612816" + }, + { + "name": "ricksta", + "homepage": "https://www.drupal.org/user/311042" + }, + { + "name": "texas_tater", + "homepage": "https://www.drupal.org/user/753614" + }, + { + "name": "twfahey", + "homepage": "https://www.drupal.org/user/3403722" + } + ], + "description": "Manage which fields & layouts are available in Layout Builder", + "homepage": "https://www.drupal.org/project/layout_builder_restrictions", + "support": { + "source": "https://git.drupalcode.org/project/layout_builder_restrictions" + } + }, + { + "name": "drupal/layout_builder_st", + "version": "1.0.0-alpha2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/layout_builder_st.git", + "reference": "8.x-1.0-alpha2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/layout_builder_st-8.x-1.0-alpha2.zip", + "reference": "8.x-1.0-alpha2", + "shasum": "23e5d369c39bfeaf482a40b59a16a5cbbdb5b858" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-alpha2", + "datestamp": "1582916647", + "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": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "tedbow", + "homepage": "https://www.drupal.org/user/240860" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Allows translating Layout overrides", + "homepage": "https://www.drupal.org/project/layout_builder_st", + "support": { + "source": "https://git.drupalcode.org/project/layout_builder_st" + } + }, + { + "name": "drupal/layout_library", + "version": "1.0.0-beta2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/layout_library.git", + "reference": "8.x-1.0-beta2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/layout_library-8.x-1.0-beta2.zip", + "reference": "8.x-1.0-beta2", + "shasum": "dc0dd30247768d285bc5d9861982bdb3b452bb59" + }, + "require": { + "drupal/core": "^8.8 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-beta2", + "datestamp": "1582217387", + "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": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "larowlan", + "homepage": "https://www.drupal.org/user/395439" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + }, + { + "name": "xjm", + "homepage": "https://www.drupal.org/user/65776" + } + ], + "description": "Provides a library of layouts for content-editors to select from", + "homepage": "https://www.drupal.org/project/layout_library", + "support": { + "source": "https://git.drupalcode.org/project/layout_library" + } + }, + { + "name": "drupal/libraries", + "version": "3.0.0-alpha1", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/libraries.git", + "reference": "8.x-3.0-alpha1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/libraries-8.x-3.0-alpha1.zip", + "reference": "8.x-3.0-alpha1", + "shasum": "bb07036b1eaeea7d736fc7e72416238830cd8d67" + }, + "require": { + "drupal/core": "~8.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0-alpha1", + "datestamp": "1517046484", + "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+" + ], + "authors": [ + { + "name": "Pol", + "homepage": "https://www.drupal.org/user/47194" + }, + { + "name": "joseph.olstad", + "homepage": "https://www.drupal.org/user/1321830" + }, + { + "name": "rjacobs", + "homepage": "https://www.drupal.org/user/422459" + }, + { + "name": "sun", + "homepage": "https://www.drupal.org/user/54136" + }, + { + "name": "tstoeckler", + "homepage": "https://www.drupal.org/user/107158" + } + ], + "description": "Allows version-dependent and shared usage of external libraries in Drupal.", + "homepage": "http://drupal.org/project/libraries", + "support": { + "source": "http://cgit.drupalcode.org/libraries", + "issues": "http://drupal.org/project/issues/libraries", + "irc": "irc://irc.freenode.org/drupal-contribute" + } + }, + { + "name": "drupal/lightning_api", + "version": "4.6.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/lightning_api.git", + "reference": "8.x-4.6" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_api-8.x-4.6.zip", + "reference": "8.x-4.6", + "shasum": "f692601fabf5c8fd771ee4b25ba62fb9c9755146" + }, + "require": { + "drupal/consumers": "^1.10", + "drupal/core": "^8.8.8 || ^9.0.1", + "drupal/lightning_core": "^5.0", + "drupal/openapi_jsonapi": "^2.0-rc1", + "drupal/openapi_rest": "^2.0-rc1", + "drupal/openapi_ui_redoc": "^1.0", + "drupal/openapi_ui_swagger": "^1.0", + "drupal/simple_oauth": "^4.0" + }, + "require-dev": { + "drupal/core-composer-scaffold": "*", + "drupal/core-dev": "*", + "drush/drush": ">=9.7", + "oomphinc/composer-installers-extender": "^1.1", + "symfony/options-resolver": ">=4", + "vijaycs85/drupal-quality-checker": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-4.6", + "datestamp": "1593609287", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "branch-alias": { + "dev-8.x-4.x": "4.x-dev" + }, + "drupal-scaffold": { + "locations": { + "web-root": "docroot/" }, - "phpunit4": { - "require-dev": { - "phpunit/phpunit": "^4.8.36" - }, - "remove": [ - "php-coveralls/php-coveralls" - ], - "config": { - "platform": { - "php": "5.4.8" - } - } + "file-mapping": { + "[project-root]/.gitattributes": false, + "[project-root]/.editorconfig": false, + "[web-root]/example.gitignore": false, + "[web-root]/.csslintrc": false, + "[web-root]/modules/README.txt": false, + "[web-root]/profiles/README.txt": false, + "[web-root]/sites/README.txt": false, + "[web-root]/themes/README.txt": false, + "[web-root]/INSTALL.txt": false, + "[web-root]/robots.txt": false, + "[web-root]/web.config": false + } + }, + "enable-patching": true, + "installer-paths": { + "docroot/core": [ + "type:drupal-core" + ], + "docroot/libraries/{$name}": [ + "type:drupal-library", + "type:bower-asset", + "type:npm-asset" + ], + "docroot/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "docroot/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "docroot/themes/contrib/{$name}": [ + "type:drupal-theme" + ] + }, + "installer-types": [ + "bower-asset", + "npm-asset" + ] + }, + "autoload": { + "psr-4": { + "Drupal\\Tests\\lightning_api\\": "tests/src" + }, + "classmap": [ + "src/LightningApiServiceProvider.php" + ] + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "post-install-cmd": [ + "@push" + ], + "post-update-cmd": [ + "@push" + ], + "nuke": [ + "rm -r -f docroot vendor && rm composer.lock" + ], + "pull": [ + "cp -R -f ./docroot/modules/contrib/lightning_api/* ." + ], + "push": [ + "rm -r -f ./docroot/modules/contrib/lightning_api", + "mkdir -p ./docroot/modules/contrib/lightning_api", + "@composer archive --file lightning_api", + "tar -x -f lightning_api.tar -C ./docroot/modules/contrib/lightning_api", + "rm lightning_api.tar" + ] + }, + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" + }, + { + "name": "balsama", + "homepage": "https://www.drupal.org/user/223087" + }, + { + "name": "katherined", + "homepage": "https://www.drupal.org/user/109870" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + } + ], + "description": "Progressive decoupling? No problem.", + "homepage": "https://www.drupal.org/project/lightning_api", + "support": { + "source": "https://git.drupalcode.org/project/lightning_api" + } + }, + { + "name": "drupal/lightning_layout", + "version": "2.7.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/lightning_layout.git", + "reference": "8.x-2.7" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/lightning_layout-8.x-2.7.zip", + "reference": "8.x-2.7", + "shasum": "7b44c28dc3910678966d38eff10baa69460f66c7" + }, + "require": { + "cweagans/composer-patches": "^1.6", + "drupal/bg_image_formatter": "^1.10", + "drupal/core": "^8.7.13 || ~9.0.0", + "drupal/ctools": "^3.0", + "drupal/entity_block": "^1.0", + "drupal/entity_browser_block": "^1.0", + "drupal/layout_builder_restrictions": "^2.7", + "drupal/layout_builder_st": "^1.0-alpha2", + "drupal/layout_builder_styles": "^1.0", + "drupal/layout_library": "^1.0-beta1", + "drupal/lightning_core": "4.* || 5.*", + "drupal/panelizer": "^4.1 || ^5.0", + "drupal/panels": "4.4 || 4.x-dev", + "drupal/simple_gmap": "^3.0" + }, + "require-dev": { + "drupal/bg_image_formatter": "*", + "drupal/core-composer-scaffold": "*", + "drupal/core-dev": "*", + "drupal/simple_gmap": "*", + "drupal/token": "*", + "drush/drush": ">=9.7", + "oomphinc/composer-installers-extender": "^1.1", + "symfony/options-resolver": ">=4", + "vijaycs85/drupal-quality-checker": "^1.0" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.7", + "datestamp": "1593609347", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drupal-scaffold": { + "locations": { + "web-root": "docroot/" + }, + "file-mapping": { + "[project-root]/.gitattributes": false, + "[project-root]/.editorconfig": false, + "[web-root]/example.gitignore": false, + "[web-root]/.csslintrc": false, + "[web-root]/modules/README.txt": false, + "[web-root]/profiles/README.txt": false, + "[web-root]/sites/README.txt": false, + "[web-root]/themes/README.txt": false, + "[web-root]/INSTALL.txt": false, + "[web-root]/robots.txt": false, + "[web-root]/web.config": false } }, - "branch-alias": { - "dev-master": "2.x-dev" + "enable-patching": true, + "installer-paths": { + "docroot/core": [ + "type:drupal-core" + ], + "docroot/libraries/{$name}": [ + "type:drupal-library", + "type:bower-asset", + "type:npm-asset" + ], + "docroot/modules/contrib/{$name}": [ + "type:drupal-module" + ], + "docroot/profiles/contrib/{$name}": [ + "type:drupal-profile" + ], + "docroot/themes/contrib/{$name}": [ + "type:drupal-theme" + ] + }, + "installer-types": [ + "bower-asset", + "npm-asset" + ], + "patchLevel": { + "drupal/core": "-p2" + }, + "patches": { + "drupal/panels": { + "2878684 - Use String.match to correlate regions when switching Layouts in Panels IPE": "https://www.drupal.org/files/issues/panels-ipe-2878684-3.patch" + }, + "drupal/panelizer": { + "2778565 - Multilingual support for Panelizer": "https://www.drupal.org/files/issues/2020-03-23/2778565-47.patch" + } } }, - "autoload": { - "psr-4": { - "Consolidation\\AnnotatedCommand\\": "src" - } + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "post-install-cmd": [ + "@push" + ], + "post-update-cmd": [ + "@push" + ], + "nuke": [ + "rm -r -f docroot vendor" + ], + "pull": [ + "cp -R -f ./docroot/modules/contrib/lightning_layout/* ." + ], + "push": [ + "rm -r -f ./docroot/modules/contrib/lightning_layout", + "mkdir -p ./docroot/modules/contrib/lightning_layout", + "@composer archive --file lightning_layout", + "tar -x -f lightning_layout.tar -C ./docroot/modules/contrib/lightning_layout", + "rm lightning_layout.tar" + ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "acquia", + "homepage": "https://www.drupal.org/user/1231722" + }, + { + "name": "balsama", + "homepage": "https://www.drupal.org/user/223087" + }, + { + "name": "katherined", + "homepage": "https://www.drupal.org/user/109870" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" } ], - "description": "Initialize Symfony Console commands from annotated command class methods.", - "time": "2019-03-08T16:55:03+00:00" + "description": "Provides the tools to take control of your layout.", + "homepage": "https://www.drupal.org/project/lightning_layout", + "support": { + "source": "https://git.drupalcode.org/project/lightning_layout" + } }, { - "name": "consolidation/config", - "version": "1.2.1", + "name": "drupal/media_entity_download", + "version": "2.0.0-beta1", "source": { "type": "git", - "url": "https://github.com/consolidation/config.git", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1" + "url": "https://git.drupalcode.org/project/media_entity_download.git", + "reference": "8.x-2.0-beta1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/config/zipball/cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", - "reference": "cac1279bae7efb5c7fb2ca4c3ba4b8eb741a96c1", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/media_entity_download-8.x-2.0-beta1.zip", + "reference": "8.x-2.0-beta1", + "shasum": "b024eca179b94ffa691296001ef9817211a157fc" }, "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" + "drupal/core": "*" }, - "type": "library", + "type": "drupal-module", "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" + "dev-2.x": "2.x-dev" + }, + "drupal": { + "version": "8.x-2.0-beta1", + "datestamp": "1527782939", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "Berdir", + "homepage": "https://www.drupal.org/user/214652" + }, + { + "name": "kevinquillen", + "homepage": "https://www.drupal.org/user/317279" + }, + { + "name": "webflo", + "homepage": "https://www.drupal.org/user/254778" } ], - "description": "Provide configuration services for a commandline tool.", - "time": "2019-03-03T19:37:04+00:00" + "description": "This module provides a route for linking to media assets by URI for users to download without worrying about the actual file path.", + "homepage": "https://www.drupal.org/project/media_entity_download", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/media_entity_download", + "issues": "https://www.drupal.org/project/issues/media_entity_download" + } }, { - "name": "consolidation/filter-via-dot-access-data", - "version": "1.0.0", + "name": "drupal/openapi", + "version": "2.0.0-rc3", "source": { "type": "git", - "url": "https://github.com/consolidation/filter-via-dot-access-data.git", - "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6" + "url": "https://git.drupalcode.org/project/openapi.git", + "reference": "8.x-2.0-rc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/filter-via-dot-access-data/zipball/a53e96c6b9f7f042f5e085bf911f3493cea823c6", - "reference": "a53e96c6b9f7f042f5e085bf911f3493cea823c6", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/openapi-8.x-2.0-rc3.zip", + "reference": "8.x-2.0-rc3", + "shasum": "146d53e8cc4f732fe27aaf702852813f91629349" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.5.0" + "drupal/core": "^8.7.0 || ^9" }, "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" + "vijaycs85/drupal-quality-checker": "^1.2" }, - "type": "library", + "type": "drupal-module", "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" + "drupal": { + "version": "8.x-2.0-rc3", + "datestamp": "1587845666", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "mrjmd", + "homepage": "https://www.drupal.org/user/1800446" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" + }, + { + "name": "rogierbom", + "homepage": "https://www.drupal.org/user/1352176" + }, + { + "name": "tedbow", + "homepage": "https://www.drupal.org/user/240860" } ], - "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" + "description": "Creates OpenAPI specification for Drupal resources.", + "homepage": "https://www.drupal.org/project/openapi", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/openapi", + "issues": "http://drupal.org/project/issues/openapi" + } }, { - "name": "consolidation/log", - "version": "1.1.1", + "name": "drupal/openapi_jsonapi", + "version": "2.0.0-rc2", "source": { "type": "git", - "url": "https://github.com/consolidation/log.git", - "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a" + "url": "https://git.drupalcode.org/project/openapi_jsonapi.git", + "reference": "8.x-2.0-rc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/log/zipball/b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", - "reference": "b2e887325ee90abc96b0a8b7b474cd9e7c896e3a", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/openapi_jsonapi-8.x-2.0-rc2.zip", + "reference": "8.x-2.0-rc2", + "shasum": "8e73be468da60e048e2ac174fd43256fc3238302" }, "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" + "drupal/core": "^8 || ^9", + "drupal/openapi": "^2", + "drupal/schemata": "^1", + "drupal/schemata_json_schema": "*" }, - "type": "library", + "type": "drupal-module", "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" - } - } + "drupal": { + "version": "8.x-2.0-rc2", + "datestamp": "1583438671", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } - }, - "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "Consolidation\\Log\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "Mateu Aguiló Bosch", + "homepage": "https://www.drupal.org/user/3616626", + "email": "mateu.aguilo.bosch@gmail.com" + }, + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" } ], - "description": "Improved Psr-3 / Psr\\Log logger based on Symfony Console components.", - "time": "2019-01-01T17:30:51+00:00" + "description": "OpenAPI support for the JSON:API module.", + "homepage": "https://www.drupal.org/project/openapi_jsonapi", + "support": { + "source": "https://git.drupalcode.org/project/openapi_jsonapi" + } }, { - "name": "consolidation/output-formatters", - "version": "3.5.0", + "name": "drupal/openapi_rest", + "version": "2.0.0-rc2", "source": { "type": "git", - "url": "https://github.com/consolidation/output-formatters.git", - "reference": "99ec998ffb697e0eada5aacf81feebfb13023605" + "url": "https://git.drupalcode.org/project/openapi_rest.git", + "reference": "8.x-2.0-rc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/output-formatters/zipball/99ec998ffb697e0eada5aacf81feebfb13023605", - "reference": "99ec998ffb697e0eada5aacf81feebfb13023605", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/openapi_rest-8.x-2.0-rc2.zip", + "reference": "8.x-2.0-rc2", + "shasum": "900118dea679f0d9e2f2c92eb2744e6793494adb" }, "require": { - "dflydev/dot-access-data": "^1.1.0", - "php": ">=5.4.0", - "symfony/console": "^2.8|^3|^4", - "symfony/finder": "^2.5|^3|^4" - }, - "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" + "drupal/core": "^8 || ^9", + "drupal/openapi": "^2.0", + "drupal/schemata": "*", + "drupal/schemata_json_schema": "*" }, - "type": "library", + "type": "drupal-module", "extra": { - "scenarios": { - "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" - } + "drupal": { + "version": "8.x-2.0-rc2", + "datestamp": "1585779664", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." } - }, - "branch-alias": { - "dev-master": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Consolidation\\OutputFormatters\\": "src" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "API-First Initiative", + "homepage": "https://www.drupal.org/user/3616626" + }, + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" } ], - "description": "Format text by applying transformations provided by plug-in formatters.", - "time": "2019-05-30T23:16:01+00:00" + "description": "OpenAPI support for the REST module.", + "homepage": "https://www.drupal.org/project/openapi_rest", + "support": { + "source": "https://git.drupalcode.org/project/openapi_rest" + } }, { - "name": "consolidation/robo", - "version": "1.4.10", + "name": "drupal/openapi_ui", + "version": "1.0.0-rc2", "source": { "type": "git", - "url": "https://github.com/consolidation/Robo.git", - "reference": "e5a6ca64cf1324151873672e484aceb21f365681" + "url": "https://git.drupalcode.org/project/openapi_ui.git", + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/Robo/zipball/e5a6ca64cf1324151873672e484aceb21f365681", - "reference": "e5a6ca64cf1324151873672e484aceb21f365681", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/openapi_ui-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "0db4b1a876636bd3ab26b141230f9e4e3f0ca514" }, "require": { - "consolidation/annotated-command": "^2.10.2", - "consolidation/config": "^1.2", - "consolidation/log": "~1", - "consolidation/output-formatters": "^3.1.13", - "consolidation/self-update": "^1", - "grasmash/yaml-expander": "^1.3", - "league/container": "^2.2", - "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", - "symfony/process": "^2.5|^3|^4" - }, - "replace": { - "codegyre/robo": "< 1.0" - }, - "require-dev": { - "codeception/aspect-mock": "^1|^2.1.1", - "codeception/base": "^2.3.7", - "codeception/verify": "^0.3.2", - "g1a/composer-test-scenarios": "^3", - "goaop/framework": "~2.1.2", - "goaop/parser-reflection": "^1.1.0", - "natxet/cssmin": "3.0.4", - "nikic/php-parser": "^3.1.5", - "patchwork/jsqueeze": "~2", - "pear/archive_tar": "^1.4.4", - "php-coveralls/php-coveralls": "^1", - "phpunit/php-code-coverage": "~2|~4", - "squizlabs/php_codesniffer": "^2.8" - }, - "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." + "drupal/core": "~8.0" }, - "bin": [ - "robo" - ], - "type": "library", + "type": "drupal-module", "extra": { - "scenarios": { - "symfony4": { - "require": { - "symfony/console": "^4" - }, - "config": { - "platform": { - "php": "7.1.3" - } - } - }, - "symfony2": { - "require": { - "symfony/console": "^2.8" - }, - "remove": [ - "goaop/framework" - ], - "config": { - "platform": { - "php": "5.5.9" - } - }, - "scenario-options": { - "create-lockfile": "false" - } - } - }, "branch-alias": { - "dev-master": "2.x-dev" - } - }, - "autoload": { - "psr-4": { - "Robo\\": "src" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc2", + "datestamp": "1560864485", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Davert", - "email": "davert.php@resend.cc" + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" } ], - "description": "Modern task runner", - "time": "2019-07-29T15:40:50+00:00" + "description": "Provides plugin system for OpenAPI/Swagger Interface libraries.", + "homepage": "https://www.drupal.org/project/openapi_ui", + "support": { + "source": "https://git.drupalcode.org/project/openapi_ui" + } }, { - "name": "consolidation/self-update", - "version": "1.1.5", + "name": "drupal/openapi_ui_redoc", + "version": "1.0.0-rc2", "source": { "type": "git", - "url": "https://github.com/consolidation/self-update.git", - "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54" + "url": "https://git.drupalcode.org/project/openapi_ui_redoc.git", + "reference": "8.x-1.0-rc2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/a1c273b14ce334789825a09d06d4c87c0a02ad54", - "reference": "a1c273b14ce334789825a09d06d4c87c0a02ad54", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/openapi_ui_redoc-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "154b16e3905d0f9e239c90cfdea9d8cb544013da" }, "require": { - "php": ">=5.5.0", - "symfony/console": "^2.8|^3|^4", - "symfony/filesystem": "^2.5|^3|^4" + "drupal/core": "~8.0", + "drupal/openapi_ui": "*" }, - "bin": [ - "scripts/release" - ], - "type": "library", + "type": "drupal-module", "extra": { "branch-alias": { - "dev-master": "1.x-dev" - } - }, - "autoload": { - "psr-4": { - "SelfUpdate\\": "src" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc2", + "datestamp": "1538143680", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0-or-later" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" - }, - { - "name": "Alexander Menk", - "email": "menk@mestrona.net" + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" } ], - "description": "Provides a self:update command for Symfony Console applications.", - "time": "2018-10-28T01:52:03+00:00" + "description": "Provides display of OpenAPI docs using the ReDoc library.", + "homepage": "https://www.drupal.org/project/openapi_ui_redoc", + "support": { + "source": "https://git.drupalcode.org/project/openapi_ui_redoc" + } }, { - "name": "consolidation/site-alias", - "version": "3.0.0", + "name": "drupal/openapi_ui_swagger", + "version": "1.0.0-rc3", "source": { "type": "git", - "url": "https://github.com/consolidation/site-alias.git", - "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f" + "url": "https://git.drupalcode.org/project/openapi_ui_swagger.git", + "reference": "8.x-1.0-rc3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-alias/zipball/8cfd3b6ab6d541086fc970bf850864293b284e6f", - "reference": "8cfd3b6ab6d541086fc970bf850864293b284e6f", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/openapi_ui_swagger-8.x-1.0-rc3.zip", + "reference": "8.x-1.0-rc3", + "shasum": "734b7d994254801a9c02bc7b4d030d237ec93297" }, "require": { - "consolidation/config": "^1.2.1", - "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": "^6", - "squizlabs/php_codesniffer": "^2.8", - "symfony/console": "^2.8|^3|^4", - "symfony/yaml": "~2.3|^3" + "drupal/core": "~8.0", + "drupal/openapi_ui": "^1.0", + "swagger-api/swagger-ui": "^3.0.17" }, - "type": "library", + "type": "drupal-module", "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": "3.x-dev" - } - }, - "autoload": { - "psr-4": { - "Consolidation\\SiteAlias\\": "src" + "dev-1.x": "1.x-dev" + }, + "drupal": { + "version": "8.x-1.0-rc3", + "datestamp": "1545018184", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Moshe Weitzman", - "email": "weitzman@tejasa.com" - }, - { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" } ], - "description": "Manage alias records for local and remote sites.", - "time": "2019-03-12T17:31:48+00:00" + "description": "Creates OpenAPI specification for Drupal REST resources.", + "homepage": "https://www.drupal.org/project/openapi_ui_swagger", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/openapi_ui_swagger", + "issues": "http://drupal.org/project/issues/openapi_ui_swagger" + } }, { - "name": "consolidation/site-process", - "version": "2.1.0", + "name": "drupal/panelizer", + "version": "4.4.0", "source": { "type": "git", - "url": "https://github.com/consolidation/site-process.git", - "reference": "f3211fa4c60671c6f068184221f06f932556e443" + "url": "https://git.drupalcode.org/project/panelizer.git", + "reference": "8.x-4.4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/site-process/zipball/f3211fa4c60671c6f068184221f06f932556e443", - "reference": "f3211fa4c60671c6f068184221f06f932556e443", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/panelizer-8.x-4.4.zip", + "reference": "8.x-4.4", + "shasum": "2d19f0be1ad05a0882a276befabf746041b1b5d8" }, "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" + "drupal/core": "^8.8 || ^9", + "drupal/ctools": ">=3.1.0", + "drupal/ctools_block": "*", + "drupal/panels": ">=4.4.0", + "drupal/panels_ipe": "*" }, - "type": "library", + "type": "drupal-module", "extra": { - "scenarios": { - "phpunit5": { - "require-dev": { - "phpunit/phpunit": "^5.7.27" - }, - "remove": [ - "php-coveralls/php-coveralls" - ], - "config": { - "platform": { - "php": "5.6.33" - } - } + "drupal": { + "version": "8.x-4.4", + "datestamp": "1588097387", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "branch-alias": { - "dev-master": "0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Consolidation\\SiteProcess\\": "src" + "dev-8.x-4.x": "4.x-dev" + }, + "patches_applied": { + "2778565 - Multilingual support for Panelizer": "https://www.drupal.org/files/issues/2020-03-23/2778565-47.patch" } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Greg Anderson", - "email": "greg.1.anderson@greenknowe.org" + "name": "Damien McKenna", + "homepage": "https://www.drupal.org/u/damienmckenna" }, { - "name": "Moshe Weitzman", - "email": "weitzman@tejasa.com" + "name": "Kris Vanderwater", + "homepage": "https://www.drupal.org/u/eclipsegc" + }, + { + "name": "David Snopek", + "homepage": "https://www.drupal.org/u/dsnopek" + }, + { + "name": "Jakob Perry", + "homepage": "https://www.drupal.org/u/japerry" + }, + { + "name": "Earl Miles", + "homepage": "https://www.drupal.org/u/merlinofchaos" + }, + { + "name": "See other contributors", + "homepage": "https://www.drupal.org/node/1072922/committers" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" } ], - "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" + "description": "Allow any entity view mode to be rendered using a Panels display.", + "homepage": "https://www.drupal.org/project/panelizer", + "support": { + "source": "http://git.drupal.org/project/panelizer.git", + "issues": "https://www.drupal.org/project/issues/panelizer", + "irc": "irc://irc.freenode.org/drupal-scotch" + } }, { - "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": "" - }, + "name": "drupal/panels_ipe", + "version": "4.4.0", "require": { - "psr/container": "^1.0" + "drupal/core": "^8", + "drupal/panels": "self.version" }, - "type": "library", - "autoload": { - "psr-4": { - "Interop\\Container\\": "src/Interop/Container/" + "type": "metapackage", + "extra": { + "drupal": { + "version": "8.x-4.4", + "datestamp": "1553565784", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } } }, - "notification-url": "https://packagist.org/downloads/", + "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "MIT" + "GPL-2.0-or-later" ], - "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" + "authors": [ + { + "name": "EclipseGc", + "homepage": "https://www.drupal.org/user/61203" + }, + { + "name": "Letharion", + "homepage": "https://www.drupal.org/user/373603" + }, + { + "name": "esmerel", + "homepage": "https://www.drupal.org/user/164022" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + }, + { + "name": "joelpittet", + "homepage": "https://www.drupal.org/user/160302" + }, + { + "name": "merlinofchaos", + "homepage": "https://www.drupal.org/user/26979" + }, + { + "name": "neclimdul", + "homepage": "https://www.drupal.org/user/48673" + }, + { + "name": "phenaproxima", + "homepage": "https://www.drupal.org/user/205645" + }, + { + "name": "samuel.mortenson", + "homepage": "https://www.drupal.org/user/2582268" + }, + { + "name": "tim.plunkett", + "homepage": "https://www.drupal.org/user/241634" + } + ], + "description": "Panels In-place editor.", + "homepage": "https://www.drupal.org/project/panels", + "support": { + "source": "https://git.drupalcode.org/project/panels" + } }, { - "name": "dflydev/dot-access-data", - "version": "v1.1.0", + "name": "drupal/schemata", + "version": "1.0.0-beta2", "source": { "type": "git", - "url": "https://github.com/dflydev/dflydev-dot-access-data.git", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a" + "url": "https://git.drupalcode.org/project/schemata.git", + "reference": "8.x-1.0-beta2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/3fbd874921ab2c041e899d044585a2ab9795df8a", - "reference": "3fbd874921ab2c041e899d044585a2ab9795df8a", - "shasum": "" + "url": "https://ftp.drupal.org/files/projects/schemata-8.x-1.0-beta2.zip", + "reference": "8.x-1.0-beta2", + "shasum": "c50bc45c370073224877a8c72e6d8d5b2ec732d3" }, "require": { - "php": ">=5.3.2" + "drupal/core": "^8 || ^9" }, - "type": "library", + "require-dev": { + "drupal/coder": "^8.2", + "jakub-onderka/php-parallel-lint": "^0.9.2", + "league/json-guard": "^1.0", + "league/json-reference": "^1.0" + }, + "type": "drupal-module", "extra": { - "branch-alias": { - "dev-master": "1.0-dev" + "drupal": { + "version": "8.x-1.0-beta2", + "datestamp": "1585777919", + "security-coverage": { + "status": "not-covered", + "message": "Beta releases are not covered by Drupal security advisories." + } } }, - "autoload": { - "psr-0": { - "Dflydev\\DotAccessData": "src" - } + "notification-url": "https://packages.drupal.org/8/downloads", + "scripts": { + "phpcs": [ + "phpcs --standard=tests/phpcs.xml" + ], + "phpcbf": [ + "phpcbf --standard=tests/phpcs.xml" + ], + "lint": [ + "parallel-lint -e php,module,install,profile,theme,inc --exclude vendor/ --blame ." + ], + "quality": [ + "@lint", + "@phpcs" + ] }, - "notification-url": "https://packagist.org/downloads/", "license": [ - "MIT" + "GPL-2.0+" ], "authors": [ { - "name": "Dragonfly Development Inc.", - "email": "info@dflydev.com", - "homepage": "http://dflydev.com" + "name": "Adam Ross", + "homepage": "https://www.drupal.org/user/346868", + "email": "grayside@gmail.com" }, { - "name": "Beau Simensen", - "email": "beau@dflydev.com", - "homepage": "http://beausimensen.com" + "name": "HalfChem", + "homepage": "https://www.drupal.org/user/1608382" }, { - "name": "Carlos Frutos", - "email": "carlos@kiwing.it", - "homepage": "https://github.com/cfrutos" + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "jhedstrom", + "homepage": "https://www.drupal.org/user/208732" + }, + { + "name": "mpotter", + "homepage": "https://www.drupal.org/user/616192" + }, + { + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" + }, + { + "name": "tekante", + "homepage": "https://www.drupal.org/user/640024" } ], - "description": "Given a deep data structure, access data by dot notation.", - "homepage": "https://github.com/dflydev/dflydev-dot-access-data", + "description": "Facilitate generation of schema definitions of Drupal 8 data models.", + "homepage": "https://drupal.org/project/schemata", "keywords": [ - "access", - "data", - "dot", - "notation" - ], - "time": "2017-01-20T21:14:22+00:00" - }, - { - "name": "dnoegel/php-xdg-base-dir", - "version": "0.1", - "source": { - "type": "git", - "url": "https://github.com/dnoegel/php-xdg-base-dir.git", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a", - "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a", - "shasum": "" - }, - "require": { - "php": ">=5.3.2" - }, - "require-dev": { - "phpunit/phpunit": "@stable" - }, - "type": "project", - "autoload": { - "psr-4": { - "XdgBaseDir\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" + "Drupal", + "json", + "schema" ], - "description": "implementation of xdg base directory specification for php", - "time": "2014-10-24T07:27:01+00:00" + "support": { + "source": "https://cgit.drupalcode.org/schemata", + "issues": "https://drupal.org/project/issues/schemata" + } }, { - "name": "drupal/blizz_dynamic_entitylist", - "version": "2.34.0", - "source": { - "type": "git", - "url": "https://git.drupalcode.org/project/blizz_dynamic_entitylist.git", - "reference": "8.x-2.34" - }, - "dist": { - "type": "zip", - "url": "https://ftp.drupal.org/files/projects/blizz_dynamic_entitylist-8.x-2.34.zip", - "reference": "8.x-2.34", - "shasum": "9ba0bdadf312fe781a787380128a075dfcc2038d" - }, + "name": "drupal/schemata_json_schema", + "version": "1.0.0-beta2", "require": { - "drupal/core": "~8.0" + "drupal/core": "^8 || ^9", + "drupal/schemata": "self.version" }, - "type": "drupal-module", + "type": "metapackage", "extra": { "drupal": { - "version": "8.x-2.34", - "datestamp": "1529421225", + "version": "8.x-1.0-beta2", + "datestamp": "1585777919", "security-coverage": { "status": "not-covered", - "message": "Project has not opted into security advisory coverage!" + "message": "Beta releases are not covered by Drupal security advisories." } - }, - "patches_applied": { - "3128363: Use admin theme for Ajax routes": "https://www.drupal.org/files/issues/2020-04-16/blizz-dynamic-entitylist_use-admin-theme-for-ajax_3128363-2.patch", - "3138556: Remove automatic 'checked' attribute from bundle selection": "https://www.drupal.org/files/issues/2020-05-21/remove_automatic_checked_attribute-3138556.patch" } }, "notification-url": "https://packages.drupal.org/8/downloads", "license": [ - "GPL-2.0+" + "GPL-2.0-or-later" ], "authors": [ { - "name": "CHiLi.HH", - "homepage": "https://www.drupal.org/user/738402" + "name": "Grayside", + "homepage": "https://www.drupal.org/user/346868" + }, + { + "name": "HalfChem", + "homepage": "https://www.drupal.org/user/1608382" + }, + { + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" + }, + { + "name": "febbraro", + "homepage": "https://www.drupal.org/user/43670" + }, + { + "name": "jhedstrom", + "homepage": "https://www.drupal.org/user/208732" + }, + { + "name": "mpotter", + "homepage": "https://www.drupal.org/user/616192" + }, + { + "name": "richgerdes", + "homepage": "https://www.drupal.org/user/3437973" + }, + { + "name": "tekante", + "homepage": "https://www.drupal.org/user/640024" } ], - "description": "Provides a field type that lets you define automatic lists of entities based upon selection criteria.", - "homepage": "https://www.drupal.org/project/blizz_dynamic_entitylist", - "keywords": [ - "Drupal" - ], + "description": "Provides a data models for entity types and bundles in JSON schema format.", + "homepage": "https://www.drupal.org/project/schemata", "support": { - "source": "https://git.drupalcode.org/project/blizz_dynamic_entitylist" + "source": "https://git.drupalcode.org/project/schemata" } }, { - "name": "drupal/editor_file", - "version": "1.5.0", + "name": "drupal/simple_gmap", + "version": "3.0.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/editor_file.git", - "reference": "8.x-1.5" + "url": "https://git.drupalcode.org/project/simple_gmap.git", + "reference": "3.0.0" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/editor_file-8.x-1.5.zip", - "reference": "8.x-1.5", - "shasum": "a547ce592365c08a18919f84f38e0f9451dc5950" + "url": "https://ftp.drupal.org/files/projects/simple_gmap-3.0.0.zip", + "reference": "3.0.0", + "shasum": "ad74aaec5a1eec64cc72a8d4a272564c53ee7594" }, "require": { "drupal/core": "^8 || ^9" }, + "require-dev": { + "drupal/address": "*" + }, "type": "drupal-module", "extra": { "drupal": { - "version": "8.x-1.5", - "datestamp": "1588768044", + "version": "3.0.0", + "datestamp": "1591439940", "security-coverage": { "status": "covered", "message": "Covered by Drupal's security advisory policy" @@ -19932,44 +19648,53 @@ ], "authors": [ { - "name": "DuaelFr", - "homepage": "https://www.drupal.org/user/931394" + "name": "jhodgdon", + "homepage": "https://www.drupal.org/user/155601" + }, + { + "name": "martin107", + "homepage": "https://www.drupal.org/user/2659379" } ], - "description": "Allow users to link uploaded files in the text Editor.", - "homepage": "https://www.drupal.org/project/editor_file", + "description": "Provides a Google Maps link/map formatter for simple Text fields.", + "homepage": "https://www.drupal.org/project/simple_gmap", "support": { - "source": "https://git.drupalcode.org/project/editor_file" + "source": "https://git.drupalcode.org/project/simple_gmap" } }, { - "name": "drupal/media_entity_download", - "version": "2.0.0-beta1", + "name": "drupal/simple_oauth", + "version": "4.5.0", "source": { "type": "git", - "url": "https://git.drupalcode.org/project/media_entity_download.git", - "reference": "8.x-2.0-beta1" + "url": "https://git.drupalcode.org/project/simple_oauth.git", + "reference": "8.x-4.5" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/media_entity_download-8.x-2.0-beta1.zip", - "reference": "8.x-2.0-beta1", - "shasum": "b024eca179b94ffa691296001ef9817211a157fc" + "url": "https://ftp.drupal.org/files/projects/simple_oauth-8.x-4.5.zip", + "reference": "8.x-4.5", + "shasum": "e453816aeb9e7c3a2d83dcb3eff855f27b365546" }, "require": { - "drupal/core": "*" + "drupal/consumers": "^1.2", + "drupal/core": "^8 || ^9", + "league/oauth2-server": "^7.1", + "php": ">=7.0" }, "type": "drupal-module", "extra": { - "branch-alias": { - "dev-2.x": "2.x-dev" - }, "drupal": { - "version": "8.x-2.0-beta1", - "datestamp": "1527782939", + "version": "8.x-4.5", + "datestamp": "1588250233", "security-coverage": { - "status": "not-covered", - "message": "Beta releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" } } }, @@ -19979,26 +19704,27 @@ ], "authors": [ { - "name": "Berdir", - "homepage": "https://www.drupal.org/user/214652" + "name": "Mateu Aguiló Bosch", + "homepage": "https://www.drupal.org/user/405824", + "email": "mateu.aguilo.bosch@gmail.com" }, { - "name": "kevinquillen", - "homepage": "https://www.drupal.org/user/317279" + "name": "e0ipso", + "homepage": "https://www.drupal.org/user/550110" }, { - "name": "webflo", - "homepage": "https://www.drupal.org/user/254778" - } - ], - "description": "This module provides a route for linking to media assets by URI for users to download without worrying about the actual file path.", - "homepage": "https://www.drupal.org/project/media_entity_download", - "keywords": [ - "Drupal" + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "pcambra", + "homepage": "https://www.drupal.org/user/122101" + } ], + "description": "The Simple OAuth module for Drupal", + "homepage": "https://www.drupal.org/project/simple_oauth", "support": { - "source": "http://cgit.drupalcode.org/media_entity_download", - "issues": "https://www.drupal.org/project/issues/media_entity_download" + "source": "https://git.drupalcode.org/project/simple_oauth" } }, { @@ -20625,6 +20351,71 @@ "abandoned": "php-parallel-lint/php-console-highlighter", "time": "2018-09-29T18:48:56+00:00" }, + { + "name": "lcobucci/jwt", + "version": "3.3.2", + "source": { + "type": "git", + "url": "https://github.com/lcobucci/jwt.git", + "reference": "56f10808089e38623345e28af2f2d5e4eb579455" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455", + "reference": "56f10808089e38623345e28af2f2d5e4eb579455", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "ext-openssl": "*", + "php": "^5.6 || ^7.0" + }, + "require-dev": { + "mikey179/vfsstream": "~1.5", + "phpmd/phpmd": "~2.2", + "phpunit/php-invoker": "~1.1", + "phpunit/phpunit": "^5.7 || ^7.3", + "squizlabs/php_codesniffer": "~2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "3.1-dev" + } + }, + "autoload": { + "psr-4": { + "Lcobucci\\JWT\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Luís Otávio Cobucci Oblonczyk", + "email": "lcobucci@gmail.com", + "role": "Developer" + } + ], + "description": "A simple library to work with JSON Web Token and JSON Web Signature", + "keywords": [ + "JWS", + "jwt" + ], + "funding": [ + { + "url": "https://github.com/lcobucci", + "type": "github" + }, + { + "url": "https://www.patreon.com/lcobucci", + "type": "patreon" + } + ], + "time": "2020-05-22T08:21:12+00:00" + }, { "name": "league/container", "version": "2.4.1", @@ -20690,6 +20481,133 @@ ], "time": "2017-05-10T09:20:27+00:00" }, + { + "name": "league/event", + "version": "2.2.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/event.git", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119", + "shasum": "" + }, + "require": { + "php": ">=5.4.0" + }, + "require-dev": { + "henrikbjorn/phpspec-code-coverage": "~1.0.1", + "phpspec/phpspec": "^2.2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.2-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Event\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Frank de Jonge", + "email": "info@frenky.net" + } + ], + "description": "Event package", + "keywords": [ + "emitter", + "event", + "listener" + ], + "time": "2018-11-26T11:52:41+00:00" + }, + { + "name": "league/oauth2-server", + "version": "7.4.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-server.git", + "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf", + "reference": "2eb1cf79e59d807d89c256e7ac5e2bf8bdbd4acf", + "shasum": "" + }, + "require": { + "defuse/php-encryption": "^2.1", + "ext-openssl": "*", + "lcobucci/jwt": "^3.2.2", + "league/event": "^2.1", + "php": ">=7.0.0", + "psr/http-message": "^1.0.1" + }, + "replace": { + "league/oauth2server": "*", + "lncd/oauth2": "*" + }, + "require-dev": { + "phpstan/phpstan": "^0.9.2", + "phpstan/phpstan-phpunit": "^0.9.4", + "phpstan/phpstan-strict-rules": "^0.9.0", + "phpunit/phpunit": "^6.3 || ^7.0", + "roave/security-advisories": "dev-master", + "zendframework/zend-diactoros": "^1.3.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "League\\OAuth2\\Server\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + }, + { + "name": "Andy Millington", + "email": "andrew@noexceptions.io", + "homepage": "https://www.noexceptions.io", + "role": "Developer" + } + ], + "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.", + "homepage": "https://oauth2.thephpleague.com/", + "keywords": [ + "Authentication", + "api", + "auth", + "authorisation", + "authorization", + "oauth", + "oauth 2", + "oauth 2.0", + "oauth2", + "protect", + "resource", + "secure", + "server" + ], + "time": "2019-05-05T09:22:01+00:00" + }, { "name": "nikic/php-parser", "version": "v4.2.4", @@ -20906,6 +20824,63 @@ ], "time": "2021-04-09T00:54:41+00:00" }, + { + "name": "swagger-api/swagger-ui", + "version": "v3.32.1", + "source": { + "type": "git", + "url": "https://github.com/swagger-api/swagger-ui.git", + "reference": "3e144f5f7d7b7fb3ec5b4c93f1a00ce3a0f97dfc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/3e144f5f7d7b7fb3ec5b4c93f1a00ce3a0f97dfc", + "reference": "3e144f5f7d7b7fb3ec5b4c93f1a00ce3a0f97dfc", + "shasum": "" + }, + "type": "library", + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Anna Bodnia", + "email": "anna.bodnia@gmail.com" + }, + { + "name": "Buu Nguyen", + "email": "buunguyen@gmail.com" + }, + { + "name": "Josh Ponelat", + "email": "jponelat@gmail.com" + }, + { + "name": "Kyle Shockey", + "email": "kyleshockey1@gmail.com" + }, + { + "name": "Robert Barnwell", + "email": "robert@robertismy.name" + }, + { + "name": "Sahar Jafari", + "email": "shr.jafari@gmail.com" + } + ], + "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.", + "homepage": "http://swagger.io", + "keywords": [ + "api", + "documentation", + "openapi", + "specification", + "swagger", + "ui" + ], + "time": "2020-08-14T23:16:14+00:00" + }, { "name": "symfony/finder", "version": "v4.3.5", diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index db3742846..42d778aa0 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -118,6 +118,8 @@ module: lightning_media: 0 lightning_media_slideshow: 0 lightning_media_twitter: 0 + lightning_scheduler: 0 + lightning_workflow: 0 link: 0 linkit: 0 media: 0