From b54ccaf53fd5d94289064a8329885c9fa424da4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Melan=C3=A7on?= Date: Sat, 18 Sep 2021 15:29:36 -0400 Subject: [PATCH] Commit composer lock file --- composer.lock | 1094 ++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 1093 insertions(+), 1 deletion(-) diff --git a/composer.lock b/composer.lock index c54976b..632eb96 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,60 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "d8fef263ce189cf052aed138c3acd6bc", + "content-hash": "c7e75902610019f3dccba66dd1b8a5f2", "packages": [ + { + "name": "albertofem/rsync-lib", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/albertofem/rsync-lib.git", + "reference": "6f7e31a15d5a2fe712136c367a35d2599bb5dbe5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/albertofem/rsync-lib/zipball/6f7e31a15d5a2fe712136c367a35d2599bb5dbe5", + "reference": "6f7e31a15d5a2fe712136c367a35d2599bb5dbe5", + "shasum": "" + }, + "require": { + "php": ">=5.4" + }, + "require-dev": { + "phpunit/phpunit": ">=4.0,<6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "AFM": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alberto Fernandez", + "email": "albertofem@gmail.com" + } + ], + "description": "A simple PHP rsync wrapper library", + "homepage": "http://albertofem.com", + "keywords": [ + "rsync library" + ], + "support": { + "issues": "https://github.com/albertofem/rsync-lib/issues", + "source": "https://github.com/albertofem/rsync-lib/tree/master" + }, + "time": "2018-01-13T20:13:12+00:00" + }, { "name": "algolia/places", "version": "1.19.0", @@ -344,6 +396,75 @@ "installer-name": "ckeditor.link" } }, + { + "name": "cocur/slugify", + "version": "v3.2", + "source": { + "type": "git", + "url": "https://github.com/cocur/slugify.git", + "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cocur/slugify/zipball/d41701efe58ba2df9cae029c3d21e1518cc6780e", + "reference": "d41701efe58ba2df9cae029c3d21e1518cc6780e", + "shasum": "" + }, + "require": { + "ext-mbstring": "*", + "php": ">=5.5.9" + }, + "require-dev": { + "laravel/framework": "~5.1", + "latte/latte": "~2.2", + "league/container": "^2.2.0", + "mikey179/vfsstream": "~1.6", + "mockery/mockery": "~0.9", + "nette/di": "~2.2", + "phpunit/phpunit": "~4.8.36|~5.2", + "pimple/pimple": "~1.1", + "plumphp/plum": "~0.1", + "silex/silex": "~1.3", + "symfony/config": "~2.4|~3.0|~4.0", + "symfony/dependency-injection": "~2.4|~3.0|~4.0", + "symfony/http-kernel": "~2.4|~3.0|~4.0", + "twig/twig": "~1.26|~2.0", + "zendframework/zend-modulemanager": "~2.2", + "zendframework/zend-servicemanager": "~2.2", + "zendframework/zend-view": "~2.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Cocur\\Slugify\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ivo Bathke", + "email": "ivo.bathke@gmail.com" + }, + { + "name": "Florian Eckerstorfer", + "email": "florian@eckerstorfer.co", + "homepage": "https://florian.ec" + } + ], + "description": "Converts a string into a slug.", + "keywords": [ + "slug", + "slugify" + ], + "support": { + "issues": "https://github.com/cocur/slugify/issues", + "source": "https://github.com/cocur/slugify/tree/master" + }, + "time": "2019-01-31T20:38:55+00:00" + }, { "name": "codemirror/codemirror", "version": "5.61.1", @@ -1503,6 +1624,69 @@ }, "time": "2021-06-08T15:12:46+00:00" }, + { + "name": "cypresslab/gitelephant", + "version": "v4.3.0", + "source": { + "type": "git", + "url": "https://github.com/matteosister/GitElephant.git", + "reference": "4776b42fc7c8eadb7724699f50983740a1389b8e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/matteosister/GitElephant/zipball/4776b42fc7c8eadb7724699f50983740a1389b8e", + "reference": "4776b42fc7c8eadb7724699f50983740a1389b8e", + "shasum": "" + }, + "require": { + "php": ">=7.2.0", + "phpcollection/phpcollection": "~0.4|~0.5", + "symfony/filesystem": "~3.4|~4.0|~5.0", + "symfony/finder": "~3.4|~4.0|~5.0", + "symfony/process": "~3.4|~4.0|~5.0" + }, + "require-dev": { + "mockery/mockery": "~1.1", + "php": ">=7.2.0", + "phpstan/phpstan": "*", + "phpstan/phpstan-phpunit": "*", + "phpunit/phpunit": "~8.0|~9.0", + "rector/rector": "*", + "symplify/easy-coding-standard": "*" + }, + "type": "library", + "autoload": { + "psr-0": { + "GitElephant": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "LGPL-3.0+" + ], + "authors": [ + { + "name": "Matteo Giachino", + "email": "matteog@gmail.com" + } + ], + "description": "An abstraction layer for git written in PHP", + "homepage": "http://gitelephant.cypresslab.net/", + "keywords": [ + "git" + ], + "support": { + "issues": "https://github.com/matteosister/GitElephant/issues", + "source": "https://github.com/matteosister/GitElephant/tree/v4.3.0" + }, + "funding": [ + { + "url": "https://tidelift.com/funding/github/packagist/cypresslab/gitelephant", + "type": "tidelift" + } + ], + "time": "2021-02-09T08:18:43+00:00" + }, { "name": "dflydev/dot-access-data", "version": "v1.1.0", @@ -2346,6 +2530,94 @@ "source": "https://git.drupalcode.org/project/admin_toolbar" } }, + { + "name": "drupal/advancedqueue", + "version": "1.0.0-rc2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/advancedqueue.git", + "reference": "8.x-1.0-rc2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/advancedqueue-8.x-1.0-rc2.zip", + "reference": "8.x-1.0-rc2", + "shasum": "9ec5422d0220ad30f670daf64812b36b5bed56a5" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.0-rc2", + "datestamp": "1624393873", + "security-coverage": { + "status": "not-covered", + "message": "RC releases are not covered by Drupal security advisories." + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "Damien Tournoud", + "homepage": "https://www.drupal.org/user/22211" + }, + { + "name": "Kazanir", + "homepage": "https://www.drupal.org/user/2279698" + }, + { + "name": "amitaibu", + "homepage": "https://www.drupal.org/user/57511" + }, + { + "name": "bojanz", + "homepage": "https://www.drupal.org/user/86106" + }, + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "jcnventura", + "homepage": "https://www.drupal.org/user/122464" + }, + { + "name": "jsacksick", + "homepage": "https://www.drupal.org/user/972218" + }, + { + "name": "laurentchardin", + "homepage": "https://www.drupal.org/user/87775" + }, + { + "name": "mglaman", + "homepage": "https://www.drupal.org/user/2416470" + }, + { + "name": "pjcdawkins", + "homepage": "https://www.drupal.org/user/1025236" + }, + { + "name": "rszrama", + "homepage": "https://www.drupal.org/user/49344" + }, + { + "name": "skipyT", + "homepage": "https://www.drupal.org/user/350126" + } + ], + "description": "Provides a better Queue API.", + "homepage": "https://www.drupal.org/project/advancedqueue", + "support": { + "source": "https://git.drupalcode.org/project/advancedqueue" + } + }, { "name": "drupal/allowed_formats", "version": "1.3.0", @@ -4599,6 +4871,142 @@ "issues": "https://www.drupal.org/project/issues/diff" } }, + { + "name": "drupal/drd", + "version": "4.0.5", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drd.git", + "reference": "4.0.5" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drd-4.0.5.zip", + "reference": "4.0.5", + "shasum": "220b19c72443dffca33657090e0391deff704e4c" + }, + "require": { + "albertofem/rsync-lib": "^1.0", + "cypresslab/gitelephant": "^2.0|^4.0", + "drupal/advancedqueue": "^1.0@RC", + "drupal/core": "^8.8 || ^9", + "drupal/drd_agent": "^4.0", + "drupal/encrypt": "^3.0@RC", + "drupal/eva": "^2.1", + "drupal/key_value_field": "^1.2", + "mikehaertl/php-shellcommand": "^1.6", + "php": ">=7.2", + "phpseclib/phpseclib": "^2.0", + "platformsh/client": "^2.0", + "symfony/filesystem": "^2.8|^3|^4" + }, + "require-dev": { + "drupal/drd_pi": "*", + "drupal/gitlab_api": "*", + "drupal/webform": "*" + }, + "suggest": { + "drupal/console": "CLI to use and optionally automate DRD actions.", + "drupal/extlink": "Allows to open external links in new tabs/windows.", + "drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.", + "drupal/monitoring": "Site monitoring module with sensors.", + "drupal/real_aes": "Encryption method for the encrypt module.", + "drupal/security_review": "Site security and configuration review module.", + "drush/drush": "Another CLI to use and optionally automate DRD actions." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "4.0.5", + "datestamp": "1620800692", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jürgen Haas", + "homepage": "https://www.drupal.org/u/jurgenhaas" + }, + { + "name": "jurgenhaas", + "homepage": "https://www.drupal.org/user/168924" + } + ], + "description": "Dashboard to monitor and manage any number of remote Drupal 6, 7 or 8 sites", + "homepage": "https://www.drupal.org/project/drd", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupal.org/project/drd", + "issues": "https://www.drupal.org/project/issues/drd" + } + }, + { + "name": "drupal/drd_agent", + "version": "4.0.2", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/drd_agent.git", + "reference": "4.0.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/drd_agent-4.0.2.zip", + "reference": "4.0.2", + "shasum": "70c9d90e021e6b8a497a15fa3d8ad2ff61e81740" + }, + "require": { + "drupal/core": "^8.8 || ^9", + "php": ">=7.2" + }, + "suggest": { + "drupal/hacked": "Validate each project if it got changed compared to the original code from drupal.org.", + "drupal/monitoring": "Site monitoring module with sensors.", + "drupal/security_review": "Site security and configuration review module." + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "4.0.2", + "datestamp": "1612195755", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Jürgen Haas", + "homepage": "https://www.drupal.org/u/jurgenhaas" + }, + { + "name": "jurgenhaas", + "homepage": "https://www.drupal.org/user/168924" + } + ], + "description": "TODO", + "homepage": "https://www.drupal.org/project/drd_agent", + "keywords": [ + "Drupal" + ], + "support": { + "source": "https://git.drupal.org/project/drd_agent", + "issues": "https://www.drupal.org/project/issues/drd" + } + }, { "name": "drupal/dropdown_language", "version": "2.7.0", @@ -6252,6 +6660,75 @@ "irc": "irc://irc.freenode.org/drupal-contribute" } }, + { + "name": "drupal/encrypt", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/encrypt.git", + "reference": "8.x-3.0" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/encrypt-8.x-3.0.zip", + "reference": "8.x-3.0", + "shasum": "6916583be6d08c9684582358d7b7722fdeea8487" + }, + "require": { + "drupal/core": "^8 || ^9", + "drupal/key": "*" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-3.0", + "datestamp": "1602354427", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0-or-later" + ], + "authors": [ + { + "name": "alexpott", + "homepage": "https://www.drupal.org/user/157725" + }, + { + "name": "gisle", + "homepage": "https://www.drupal.org/user/409554" + }, + { + "name": "greggles", + "homepage": "https://www.drupal.org/user/36762" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "rlhawk", + "homepage": "https://www.drupal.org/user/352283" + }, + { + "name": "theunraveler", + "homepage": "https://www.drupal.org/user/71548" + }, + { + "name": "zzolo", + "homepage": "https://www.drupal.org/user/147331" + } + ], + "description": "Provides an API for two-way encryption.", + "homepage": "https://www.drupal.org/project/encrypt", + "support": { + "source": "https://git.drupalcode.org/project/encrypt" + } + }, { "name": "drupal/entity", "version": "1.2.0", @@ -6444,6 +6921,69 @@ "slack": "https://app.slack.com/client/T06GX3JTS/C012XBTH81E" } }, + { + "name": "drupal/eva", + "version": "2.1.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/eva.git", + "reference": "8.x-2.1" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/eva-8.x-2.1.zip", + "reference": "8.x-2.1", + "shasum": "9fd3bed40ad1c05c05d32a90965ad45c30d2fb41" + }, + "require": { + "drupal/core": "^8 || ^9" + }, + "suggest": { + "drupal/token": "Enable the argument token browser" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-2.1", + "datestamp": "1591701896", + "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": "Crell", + "homepage": "https://www.drupal.org/user/26398" + }, + { + "name": "ahebrank", + "homepage": "https://www.drupal.org/user/3190515" + }, + { + "name": "eaton", + "homepage": "https://www.drupal.org/user/16496" + }, + { + "name": "geek-merlin", + "homepage": "https://www.drupal.org/user/229048" + }, + { + "name": "mkadin", + "homepage": "https://www.drupal.org/user/1093166" + } + ], + "description": "Attach a view to an entity", + "homepage": "https://www.drupal.org/project/eva", + "support": { + "source": "https://git.drupalcode.org/project/eva" + } + }, { "name": "drupal/exclude_node_title", "version": "1.2.0", @@ -7482,6 +8022,123 @@ "source": "https://git.drupalcode.org/project/jquery_ui_accordion" } }, + { + "name": "drupal/key", + "version": "1.14.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/key.git", + "reference": "8.x-1.14" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/key-8.x-1.14.zip", + "reference": "8.x-1.14", + "shasum": "097cec8e86b1c164727ca62521a06c36459754f1" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.14", + "datestamp": "1591765429", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "drush": { + "services": { + "drush.services.yml": "^9" + } + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "Cellar Door", + "homepage": "https://www.drupal.org/user/658076" + }, + { + "name": "crashtest_", + "homepage": "https://www.drupal.org/user/261457" + }, + { + "name": "nerdstein", + "homepage": "https://www.drupal.org/user/1557710" + }, + { + "name": "rlhawk", + "homepage": "https://www.drupal.org/user/352283" + } + ], + "description": "Provides the ability to manage site-wide keys", + "homepage": "http://drupal.org/project/key", + "keywords": [ + "Drupal" + ], + "support": { + "source": "http://cgit.drupalcode.org/key", + "issues": "http://drupal.org/project/key" + } + }, + { + "name": "drupal/key_value_field", + "version": "1.2.0", + "source": { + "type": "git", + "url": "https://git.drupalcode.org/project/key_value_field.git", + "reference": "8.x-1.2" + }, + "dist": { + "type": "zip", + "url": "https://ftp.drupal.org/files/projects/key_value_field-8.x-1.2.zip", + "reference": "8.x-1.2", + "shasum": "30a9cb01cac31059bdf4177d8e0d42fc4865c72a" + }, + "require": { + "drupal/core": "^8.7.7 || ^9" + }, + "type": "drupal-module", + "extra": { + "drupal": { + "version": "8.x-1.2", + "datestamp": "1586279687", + "security-coverage": { + "status": "covered", + "message": "Covered by Drupal's security advisory policy" + } + }, + "branch-alias": { + "dev-8.x-1.x": "1.x-dev" + } + }, + "notification-url": "https://packages.drupal.org/8/downloads", + "license": [ + "GPL-2.0+" + ], + "authors": [ + { + "name": "dawehner", + "homepage": "https://www.drupal.org/user/99340" + }, + { + "name": "japerry", + "homepage": "https://www.drupal.org/user/45640" + } + ], + "description": "Provides a field with a key, value pair along with a description.", + "homepage": "https://www.drupal.org/project/key_value_field", + "support": { + "source": "https://git.drupalcode.org/project/key_value_field", + "issues": "https://www.drupal.org/project/issues/key_value_field" + } + }, { "name": "drupal/mailchimp", "version": "2.0.2", @@ -12183,6 +12840,76 @@ ], "time": "2021-02-22T09:20:06+00:00" }, + { + "name": "league/oauth2-client", + "version": "2.6.0", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/oauth2-client.git", + "reference": "badb01e62383430706433191b82506b6df24ad98" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/badb01e62383430706433191b82506b6df24ad98", + "reference": "badb01e62383430706433191b82506b6df24ad98", + "shasum": "" + }, + "require": { + "guzzlehttp/guzzle": "^6.0 || ^7.0", + "paragonie/random_compat": "^1 || ^2 || ^9.99", + "php": "^5.6 || ^7.0 || ^8.0" + }, + "require-dev": { + "mockery/mockery": "^1.3", + "php-parallel-lint/php-parallel-lint": "^1.2", + "phpunit/phpunit": "^5.7 || ^6.0 || ^9.3", + "squizlabs/php_codesniffer": "^2.3 || ^3.0" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-2.x": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\OAuth2\\Client\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Alex Bilbie", + "email": "hello@alexbilbie.com", + "homepage": "http://www.alexbilbie.com", + "role": "Developer" + }, + { + "name": "Woody Gilk", + "homepage": "https://github.com/shadowhand", + "role": "Contributor" + } + ], + "description": "OAuth 2.0 Client Library", + "keywords": [ + "Authentication", + "SSO", + "authorization", + "identity", + "idp", + "oauth", + "oauth2", + "single sign on" + ], + "support": { + "issues": "https://github.com/thephpleague/oauth2-client/issues", + "source": "https://github.com/thephpleague/oauth2-client/tree/2.6.0" + }, + "time": "2020-10-28T02:03:40+00:00" + }, { "name": "masterminds/html5", "version": "2.3.0", @@ -12365,6 +13092,52 @@ }, "time": "2019-12-02T02:32:27+00:00" }, + { + "name": "mikehaertl/php-shellcommand", + "version": "1.6.4", + "source": { + "type": "git", + "url": "https://github.com/mikehaertl/php-shellcommand.git", + "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/mikehaertl/php-shellcommand/zipball/3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", + "reference": "3488d7803df1e8f1a343d3d0ca452d527ad8d5e5", + "shasum": "" + }, + "require": { + "php": ">= 5.3.0" + }, + "require-dev": { + "phpunit/phpunit": ">4.0 <=9.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "mikehaertl\\shellcommand\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Michael Härtl", + "email": "haertl.mike@gmail.com" + } + ], + "description": "An object oriented interface to shell commands", + "keywords": [ + "shell" + ], + "support": { + "issues": "https://github.com/mikehaertl/php-shellcommand/issues", + "source": "https://github.com/mikehaertl/php-shellcommand/tree/1.6.4" + }, + "time": "2021-03-17T06:54:33+00:00" + }, { "name": "mkalkbrenner/php-htmldiff-advanced", "version": "0.0.8", @@ -13103,6 +13876,325 @@ }, "time": "2019-12-10T10:24:42+00:00" }, + { + "name": "phpcollection/phpcollection", + "version": "0.5.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-collection.git", + "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", + "reference": "f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6", + "shasum": "" + }, + "require": { + "phpoption/phpoption": "1.*" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "0.4-dev" + } + }, + "autoload": { + "psr-0": { + "PhpCollection": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache2" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + } + ], + "description": "General-Purpose Collection Library for PHP", + "keywords": [ + "collection", + "list", + "map", + "sequence", + "set" + ], + "support": { + "issues": "https://github.com/schmittjoh/php-collection/issues", + "source": "https://github.com/schmittjoh/php-collection/tree/master" + }, + "time": "2015-05-17T12:39:23+00:00" + }, + { + "name": "phpoption/phpoption", + "version": "1.8.0", + "source": { + "type": "git", + "url": "https://github.com/schmittjoh/php-option.git", + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "reference": "5455cb38aed4523f99977c4a12ef19da4bfe2a28", + "shasum": "" + }, + "require": { + "php": "^7.0 || ^8.0" + }, + "require-dev": { + "bamarni/composer-bin-plugin": "^1.4.1", + "phpunit/phpunit": "^6.5.14 || ^7.0.20 || ^8.5.19 || ^9.5.8" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.8-dev" + } + }, + "autoload": { + "psr-4": { + "PhpOption\\": "src/PhpOption/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" + }, + { + "name": "Graham Campbell", + "email": "hello@gjcampbell.co.uk" + } + ], + "description": "Option Type for PHP", + "keywords": [ + "language", + "option", + "php", + "type" + ], + "support": { + "issues": "https://github.com/schmittjoh/php-option/issues", + "source": "https://github.com/schmittjoh/php-option/tree/1.8.0" + }, + "funding": [ + { + "url": "https://github.com/GrahamCampbell", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption", + "type": "tidelift" + } + ], + "time": "2021-08-28T21:27:29+00:00" + }, + { + "name": "phpseclib/phpseclib", + "version": "2.0.33", + "source": { + "type": "git", + "url": "https://github.com/phpseclib/phpseclib.git", + "reference": "fb53b7889497ec7c1362c94e61d8127ac67ea094" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/fb53b7889497ec7c1362c94e61d8127ac67ea094", + "reference": "fb53b7889497ec7c1362c94e61d8127ac67ea094", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "phing/phing": "~2.7", + "phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4", + "squizlabs/php_codesniffer": "~2.0" + }, + "suggest": { + "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.", + "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.", + "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.", + "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations." + }, + "type": "library", + "autoload": { + "files": [ + "phpseclib/bootstrap.php" + ], + "psr-4": { + "phpseclib\\": "phpseclib/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jim Wigginton", + "email": "terrafrost@php.net", + "role": "Lead Developer" + }, + { + "name": "Patrick Monnerat", + "email": "pm@datasphere.ch", + "role": "Developer" + }, + { + "name": "Andreas Fischer", + "email": "bantu@phpbb.com", + "role": "Developer" + }, + { + "name": "Hans-Jürgen Petrich", + "email": "petrich@tronic-media.com", + "role": "Developer" + }, + { + "name": "Graham Campbell", + "email": "graham@alt-three.com", + "role": "Developer" + } + ], + "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.", + "homepage": "http://phpseclib.sourceforge.net", + "keywords": [ + "BigInteger", + "aes", + "asn.1", + "asn1", + "blowfish", + "crypto", + "cryptography", + "encryption", + "rsa", + "security", + "sftp", + "signature", + "signing", + "ssh", + "twofish", + "x.509", + "x509" + ], + "support": { + "issues": "https://github.com/phpseclib/phpseclib/issues", + "source": "https://github.com/phpseclib/phpseclib/tree/2.0.33" + }, + "funding": [ + { + "url": "https://github.com/terrafrost", + "type": "github" + }, + { + "url": "https://www.patreon.com/phpseclib", + "type": "patreon" + }, + { + "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib", + "type": "tidelift" + } + ], + "time": "2021-08-16T04:20:12+00:00" + }, + { + "name": "platformsh/client", + "version": "2.5.0", + "source": { + "type": "git", + "url": "https://github.com/platformsh/platformsh-client-php.git", + "reference": "270af9c511e8ca8d5eca84613ce7c29e716ec1d0" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/platformsh/platformsh-client-php/zipball/270af9c511e8ca8d5eca84613ce7c29e716ec1d0", + "reference": "270af9c511e8ca8d5eca84613ce7c29e716ec1d0", + "shasum": "" + }, + "require": { + "cocur/slugify": "^3.0", + "ext-json": "*", + "guzzlehttp/guzzle": "^6.3 || ^7.0", + "php": ">=7.1.0", + "platformsh/oauth2": ">=0.0.2 <2" + }, + "require-dev": { + "phpunit/phpunit": "^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Platformsh\\Client\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Patrick Dawkins" + } + ], + "description": "Platform.sh API client", + "support": { + "issues": "https://github.com/platformsh/platformsh-client-php/issues", + "source": "https://github.com/platformsh/platformsh-client-php/tree/2.5.0" + }, + "time": "2021-06-24T08:16:45+00:00" + }, + { + "name": "platformsh/oauth2", + "version": "0.0.2", + "source": { + "type": "git", + "url": "https://github.com/platformsh/platformsh-oauth2-php.git", + "reference": "399068e875567e8073dca7ea1669bbdb8a37a5f1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/platformsh/platformsh-oauth2-php/zipball/399068e875567e8073dca7ea1669bbdb8a37a5f1", + "reference": "399068e875567e8073dca7ea1669bbdb8a37a5f1", + "shasum": "" + }, + "require": { + "league/oauth2-client": "^2.2", + "php": ">=5.6.0" + }, + "require-dev": { + "phpunit/phpunit": "^5.7" + }, + "type": "library", + "autoload": { + "psr-4": { + "Platformsh\\OAuth2\\Client\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Patrick Dawkins" + } + ], + "description": "Platform.sh OAuth2 client", + "support": { + "issues": "https://github.com/platformsh/platformsh-oauth2-php/issues", + "source": "https://github.com/platformsh/platformsh-oauth2-php/tree/0.0.2" + }, + "time": "2020-11-09T13:00:32+00:00" + }, { "name": "progress-tracker/progress-tracker", "version": "2.0.6",