mirror of https://github.com/friendica/friendica
6726 lines
232 KiB
JSON
6726 lines
232 KiB
JSON
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "8ee8f9186d271b65b83c2ddbd12c5c03",
|
|
"packages": [
|
|
{
|
|
"name": "asika/simple-console",
|
|
"version": "1.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/asika32764/php-simple-console.git",
|
|
"reference": "0b624c1a999849dc6481a47182e58d593bf65068"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068",
|
|
"reference": "0b624c1a999849dc6481a47182e58d593bf65068",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Asika\\SimpleConsole\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Simon Asika",
|
|
"email": "asika32764@gmail.com"
|
|
}
|
|
],
|
|
"description": "One file console framework to help you write build scripts.",
|
|
"time": "2018-03-08T12:05:40+00:00"
|
|
},
|
|
{
|
|
"name": "bacon/bacon-qr-code",
|
|
"version": "2.0.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Bacon/BaconQrCode.git",
|
|
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/8674e51bb65af933a5ffaf1c308a660387c35c22",
|
|
"reference": "8674e51bb65af933a5ffaf1c308a660387c35c22",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"dasprid/enum": "^1.0.3",
|
|
"ext-iconv": "*",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phly/keep-a-changelog": "^2.1",
|
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
|
"spatie/phpunit-snapshot-assertions": "^4.2.9",
|
|
"squizlabs/php_codesniffer": "^3.4"
|
|
},
|
|
"suggest": {
|
|
"ext-imagick": "to generate QR code images"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"BaconQrCode\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
"email": "mail@dasprids.de",
|
|
"homepage": "https://dasprids.de/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "BaconQrCode is a QR code generator for PHP.",
|
|
"homepage": "https://github.com/Bacon/BaconQrCode",
|
|
"time": "2022-12-07T17:46:57+00:00"
|
|
},
|
|
{
|
|
"name": "bower-asset/base64",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/davidchambers/Base64.js.git",
|
|
"reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/davidchambers/Base64.js/zipball/22192690552ba07bf035f95a5d2d1a0e2f0ced46",
|
|
"reference": "22192690552ba07bf035f95a5d2d1a0e2f0ced46"
|
|
},
|
|
"type": "bower-asset",
|
|
"license": [
|
|
"WTFPL"
|
|
]
|
|
},
|
|
{
|
|
"name": "brick/math",
|
|
"version": "0.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/brick/math.git",
|
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
"reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.2",
|
|
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
|
|
"vimeo/psalm": "4.9.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Brick\\Math\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Arbitrary-precision arithmetic library",
|
|
"keywords": [
|
|
"Arbitrary-precision",
|
|
"BigInteger",
|
|
"BigRational",
|
|
"arithmetic",
|
|
"bigdecimal",
|
|
"bignum",
|
|
"brick",
|
|
"math"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/BenMorel",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/brick/math",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-08-15T20:50:18+00:00"
|
|
},
|
|
{
|
|
"name": "composer/ca-bundle",
|
|
"version": "1.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/ca-bundle.git",
|
|
"reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
|
|
"reference": "0c5ccfcfea312b5c5a190a21ac5cef93f74baf99",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"ext-pcre": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.10",
|
|
"psr/log": "^1.0",
|
|
"symfony/phpunit-bridge": "^4.2 || ^5",
|
|
"symfony/process": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\CaBundle\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordi Boggiano",
|
|
"email": "j.boggiano@seld.be",
|
|
"homepage": "http://seld.be"
|
|
}
|
|
],
|
|
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
|
|
"keywords": [
|
|
"cabundle",
|
|
"cacert",
|
|
"certificate",
|
|
"ssl",
|
|
"tls"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-03-15T14:00:32+00:00"
|
|
},
|
|
{
|
|
"name": "composer/installers",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/composer/installers.git",
|
|
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0 || ^2.0",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.10.27 || ^2.7",
|
|
"composer/semver": "^1.7.2 || ^3.4.0",
|
|
"phpstan/phpstan": "^1.11",
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
"symfony/phpunit-bridge": "^7.1.1",
|
|
"symfony/process": "^5 || ^6 || ^7"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Composer\\Installers\\Plugin",
|
|
"branch-alias": {
|
|
"dev-main": "2.x-dev"
|
|
},
|
|
"plugin-modifies-install-path": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Composer\\Installers\\": "src/Composer/Installers"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Kyle Robinson Young",
|
|
"email": "kyle@dontkry.com",
|
|
"homepage": "https://github.com/shama"
|
|
}
|
|
],
|
|
"description": "A multi-framework Composer library installer",
|
|
"homepage": "https://composer.github.io/installers/",
|
|
"keywords": [
|
|
"Dolibarr",
|
|
"Eliasis",
|
|
"Hurad",
|
|
"ImageCMS",
|
|
"Kanboard",
|
|
"Lan Management System",
|
|
"MODX Evo",
|
|
"MantisBT",
|
|
"Mautic",
|
|
"Maya",
|
|
"OXID",
|
|
"Plentymarkets",
|
|
"Porto",
|
|
"RadPHP",
|
|
"SMF",
|
|
"Starbug",
|
|
"Thelia",
|
|
"Whmcs",
|
|
"WolfCMS",
|
|
"agl",
|
|
"annotatecms",
|
|
"attogram",
|
|
"bitrix",
|
|
"cakephp",
|
|
"chef",
|
|
"cockpit",
|
|
"codeigniter",
|
|
"concrete5",
|
|
"concreteCMS",
|
|
"croogo",
|
|
"dokuwiki",
|
|
"drupal",
|
|
"eZ Platform",
|
|
"elgg",
|
|
"expressionengine",
|
|
"fuelphp",
|
|
"grav",
|
|
"installer",
|
|
"itop",
|
|
"known",
|
|
"kohana",
|
|
"laravel",
|
|
"lavalite",
|
|
"lithium",
|
|
"magento",
|
|
"majima",
|
|
"mako",
|
|
"matomo",
|
|
"mediawiki",
|
|
"miaoxing",
|
|
"modulework",
|
|
"modx",
|
|
"moodle",
|
|
"osclass",
|
|
"pantheon",
|
|
"phpbb",
|
|
"piwik",
|
|
"ppi",
|
|
"processwire",
|
|
"puppet",
|
|
"pxcms",
|
|
"reindex",
|
|
"roundcube",
|
|
"shopware",
|
|
"silverstripe",
|
|
"sydes",
|
|
"sylius",
|
|
"tastyigniter",
|
|
"wordpress",
|
|
"yawik",
|
|
"zend",
|
|
"zikula"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/composer/installers/issues",
|
|
"source": "https://github.com/composer/installers/tree/v2.3.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://packagist.com",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/composer",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2024-06-24T20:46:46+00:00"
|
|
},
|
|
{
|
|
"name": "dasprid/enum",
|
|
"version": "1.0.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DASPRiD/Enum.git",
|
|
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|
"reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1 <9.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
|
"squizlabs/php_codesniffer": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DASPRiD\\Enum\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ben Scholzen 'DASPRiD'",
|
|
"email": "mail@dasprids.de",
|
|
"homepage": "https://dasprids.de/",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "PHP 7.1 enum implementation",
|
|
"keywords": [
|
|
"enum",
|
|
"map"
|
|
],
|
|
"time": "2023-08-25T16:18:39+00:00"
|
|
},
|
|
{
|
|
"name": "divineomega/do-file-cache",
|
|
"version": "v2.0.6",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DivineOmega/DO-File-Cache.git",
|
|
"reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DivineOmega/DO-File-Cache/zipball/23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
|
|
"reference": "23696a8a4c3ebe2ab3d68a35b2698fa103f69334",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-zlib": "*",
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DivineOmega\\DOFileCache\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-only"
|
|
],
|
|
"description": "DO File Cache is a PHP File-based Caching Library. Its syntax is designed to closely resemble the PHP memcache extension.",
|
|
"keywords": [
|
|
"cache",
|
|
"caching",
|
|
"caching library",
|
|
"file cache",
|
|
"library",
|
|
"php"
|
|
],
|
|
"time": "2018-12-31T09:36:51+00:00"
|
|
},
|
|
{
|
|
"name": "divineomega/do-file-cache-psr-6",
|
|
"version": "v2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DivineOmega/DO-File-Cache-PSR-6.git",
|
|
"reference": "18f9807d0491d093e9a12741afb40257d92f017e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DivineOmega/DO-File-Cache-PSR-6/zipball/18f9807d0491d093e9a12741afb40257d92f017e",
|
|
"reference": "18f9807d0491d093e9a12741afb40257d92f017e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"divineomega/do-file-cache": "^2.0.0",
|
|
"psr/cache": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"cache/integration-tests": "^0.16.0",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^5.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DivineOmega\\DOFileCachePSR6\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordan Hall",
|
|
"email": "jordan@hall05.co.uk"
|
|
}
|
|
],
|
|
"description": "PSR-6 adapter for DO File Cache",
|
|
"time": "2018-07-13T08:32:36+00:00"
|
|
},
|
|
{
|
|
"name": "divineomega/password_exposed",
|
|
"version": "v3.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DivineOmega/password_exposed.git",
|
|
"reference": "327f93ee5cab54622077bcae721412b55be16720"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DivineOmega/password_exposed/zipball/327f93ee5cab54622077bcae721412b55be16720",
|
|
"reference": "327f93ee5cab54622077bcae721412b55be16720",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"divineomega/do-file-cache-psr-6": "^2.0",
|
|
"divineomega/psr-18-guzzle-adapter": "^1.0",
|
|
"nyholm/psr7": "^1.0",
|
|
"paragonie/certainty": "^2.4",
|
|
"php": "^7.1||^8.0",
|
|
"php-http/discovery": "^1.6",
|
|
"psr/cache": "^1.0",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-factory-implementation": "^1.0",
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-message-implementation": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"fzaninotto/faker": "^1.7",
|
|
"kriswallsmith/buzz": "^1.0",
|
|
"php-coveralls/php-coveralls": "^2.1",
|
|
"phpunit/phpunit": "^7.0||^8.0",
|
|
"symfony/cache": "^4.2.12",
|
|
"vimeo/psalm": "^4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/PasswordExposedFunction.php"
|
|
],
|
|
"psr-4": {
|
|
"DivineOmega\\PasswordExposed\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordan Hall",
|
|
"email": "jordan@hall05.co.uk"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/DivineOmega/password_exposed/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "This PHP package provides a `password_exposed` helper function, that uses the haveibeenpwned.com API to check if a password has been exposed in a data breach.",
|
|
"homepage": "https://github.com/DivineOmega/password_exposed",
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/DivineOmega",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-04-20T09:34:23+00:00"
|
|
},
|
|
{
|
|
"name": "divineomega/psr-18-guzzle-adapter",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/DivineOmega/psr-18-guzzle-adapter.git",
|
|
"reference": "a2bdcddd4d4a17aac460e58d1e064e6bd2de5e57"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/DivineOmega/psr-18-guzzle-adapter/zipball/a2bdcddd4d4a17aac460e58d1e064e6bd2de5e57",
|
|
"reference": "a2bdcddd4d4a17aac460e58d1e064e6bd2de5e57",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^6.3||^7.0",
|
|
"php": "^7.1||^8.0",
|
|
"psr/http-client": "^1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DivineOmega\\Psr18GuzzleAdapter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jordan Hall",
|
|
"email": "jordan@hall05.co.uk"
|
|
}
|
|
],
|
|
"description": "PSR-18 adapter for the Guzzle HTTP client",
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/DivineOmega",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-04-20T08:50:57+00:00"
|
|
},
|
|
{
|
|
"name": "enyo/dropzone",
|
|
"version": "v5.9.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/dropzone/dropzone-packagist.git",
|
|
"reference": "286b2dc1f1195bd12169e4c9d5f91cfbe46e245f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/dropzone/dropzone-packagist/zipball/286b2dc1f1195bd12169e4c9d5f91cfbe46e245f",
|
|
"reference": "286b2dc1f1195bd12169e4c9d5f91cfbe46e245f",
|
|
"shasum": ""
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matias Meno",
|
|
"email": "m@tias.me",
|
|
"homepage": "http://www.yesmeno.com"
|
|
}
|
|
],
|
|
"description": "Handles drag and drop of files for you.",
|
|
"homepage": "http://www.dropzonejs.com",
|
|
"keywords": [
|
|
"drag and drop",
|
|
"dragndrop",
|
|
"file upload",
|
|
"upload"
|
|
],
|
|
"time": "2021-09-21T17:03:36+00:00"
|
|
},
|
|
{
|
|
"name": "ezyang/htmlpurifier",
|
|
"version": "v4.17.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
|
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
|
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0"
|
|
},
|
|
"require-dev": {
|
|
"cerdic/css-tidy": "^1.7 || ^2.0",
|
|
"simpletest/simpletest": "dev-master"
|
|
},
|
|
"suggest": {
|
|
"cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
|
|
"ext-bcmath": "Used for unit conversion and imagecrash protection",
|
|
"ext-iconv": "Converts text to and from non-UTF-8 encodings",
|
|
"ext-tidy": "Used for pretty-printing HTML"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"library/HTMLPurifier.composer.php"
|
|
],
|
|
"psr-0": {
|
|
"HTMLPurifier": "library/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/library/HTMLPurifier/Language/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Edward Z. Yang",
|
|
"email": "admin@htmlpurifier.org",
|
|
"homepage": "http://ezyang.com"
|
|
}
|
|
],
|
|
"description": "Standards compliant HTML filter written in PHP",
|
|
"homepage": "http://htmlpurifier.org/",
|
|
"keywords": [
|
|
"html"
|
|
],
|
|
"time": "2023-11-17T15:01:25+00:00"
|
|
},
|
|
{
|
|
"name": "fgrosse/phpasn1",
|
|
"version": "v2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/fgrosse/PHPASN1.git",
|
|
"reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/42060ed45344789fb9f21f9f1864fc47b9e3507b",
|
|
"reference": "42060ed45344789fb9f21f9f1864fc47b9e3507b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "~2.0",
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"suggest": {
|
|
"ext-bcmath": "BCmath is the fallback extension for big integer calculations",
|
|
"ext-curl": "For loading OID information from the web if they have not bee defined statically",
|
|
"ext-gmp": "GMP is the preferred extension for big integer calculations",
|
|
"phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FG\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Friedrich Große",
|
|
"email": "friedrich.grosse@gmail.com",
|
|
"homepage": "https://github.com/FGrosse",
|
|
"role": "Author"
|
|
},
|
|
{
|
|
"name": "All contributors",
|
|
"homepage": "https://github.com/FGrosse/PHPASN1/contributors"
|
|
}
|
|
],
|
|
"description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
|
|
"homepage": "https://github.com/FGrosse/PHPASN1",
|
|
"keywords": [
|
|
"DER",
|
|
"asn.1",
|
|
"asn1",
|
|
"ber",
|
|
"binary",
|
|
"decoding",
|
|
"encoding",
|
|
"x.509",
|
|
"x.690",
|
|
"x509",
|
|
"x690"
|
|
],
|
|
"abandoned": true,
|
|
"time": "2022-12-19T11:08:26+00:00"
|
|
},
|
|
{
|
|
"name": "friendica/json-ld",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://git.friendi.ca/friendica/php-json-ld",
|
|
"reference": "1f33c8766b5cfbecfbc2122238873debeed35fb6"
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"jsonld.php"
|
|
]
|
|
},
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Digital Bazaar, Inc.",
|
|
"email": "support@digitalbazaar.com",
|
|
"homepage": "http://digitalbazaar.com/"
|
|
},
|
|
{
|
|
"name": "Friendica Team",
|
|
"homepage": "https://friendi.ca/"
|
|
}
|
|
],
|
|
"description": "A JSON-LD Processor and API implementation in PHP.",
|
|
"homepage": "https://git.friendi.ca/friendica/php-json-ld",
|
|
"keywords": [
|
|
"JSON",
|
|
"JSON-LD",
|
|
"Linked Data",
|
|
"RDF",
|
|
"Semantic Web",
|
|
"jsonld"
|
|
],
|
|
"time": "2023-07-09T14:00:15+00:00"
|
|
},
|
|
{
|
|
"name": "geekwright/po",
|
|
"version": "v2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/geekwright/Po.git",
|
|
"reference": "f9222a901d38f2101d22f767099926d945c78db5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/geekwright/Po/zipball/f9222a901d38f2101d22f767099926d945c78db5",
|
|
"reference": "f9222a901d38f2101d22f767099926d945c78db5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^7.0|^8.0",
|
|
"smarty/smarty": "^3.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Geekwright\\Po\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Richard Griffith",
|
|
"email": "richard@geekwright.com"
|
|
}
|
|
],
|
|
"description": "Objects to assist in reading, manipulating and creating GNU gettext style PO files",
|
|
"homepage": "https://github.com/geekwright/Po",
|
|
"keywords": [
|
|
"gettext",
|
|
"i18n",
|
|
"l10n",
|
|
"po",
|
|
"pot"
|
|
],
|
|
"time": "2020-12-30T23:34:48+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/guzzle",
|
|
"version": "7.8.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/guzzle.git",
|
|
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/41042bc7ab002487b876a0683fc8dce04ddce104",
|
|
"reference": "41042bc7ab002487b876a0683fc8dce04ddce104",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"guzzlehttp/promises": "^1.5.3 || ^2.0.1",
|
|
"guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-client": "^1.0",
|
|
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-client-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"ext-curl": "*",
|
|
"php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
|
|
"php-http/message-factory": "^1.1",
|
|
"phpunit/phpunit": "^8.5.36 || ^9.6.15",
|
|
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
|
},
|
|
"suggest": {
|
|
"ext-curl": "Required for CURL handler support",
|
|
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
|
"psr/log": "Required for using the Log middleware"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions_include.php"
|
|
],
|
|
"psr-4": {
|
|
"GuzzleHttp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Jeremy Lindblom",
|
|
"email": "jeremeamia@gmail.com",
|
|
"homepage": "https://github.com/jeremeamia"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle is a PHP HTTP client library",
|
|
"keywords": [
|
|
"client",
|
|
"curl",
|
|
"framework",
|
|
"http",
|
|
"http client",
|
|
"psr-18",
|
|
"psr-7",
|
|
"rest",
|
|
"web service"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-12-03T20:35:24+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/oauth-subscriber",
|
|
"version": "0.6.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/oauth-subscriber.git",
|
|
"reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/oauth-subscriber/zipball/8d6cab29f8397e5712d00a383eeead36108a3c1f",
|
|
"reference": "8d6cab29f8397e5712d00a383eeead36108a3c1f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"guzzlehttp/guzzle": "^6.5|^7.2",
|
|
"guzzlehttp/psr7": "^1.7|^2.0",
|
|
"php": ">=5.5.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.0|^9.3.3"
|
|
},
|
|
"suggest": {
|
|
"ext-openssl": "Required to sign using RSA-SHA1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "0.6-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Subscriber\\Oauth\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
}
|
|
],
|
|
"description": "Guzzle OAuth 1.0 subscriber",
|
|
"homepage": "http://guzzlephp.org/",
|
|
"keywords": [
|
|
"Guzzle",
|
|
"oauth"
|
|
],
|
|
"time": "2021-07-13T12:01:32+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/promises",
|
|
"version": "2.0.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/promises.git",
|
|
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/promises/zipball/bbff78d96034045e58e13dedd6ad91b5d1253223",
|
|
"reference": "bbff78d96034045e58e13dedd6ad91b5d1253223",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Promise\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
}
|
|
],
|
|
"description": "Guzzle promises library",
|
|
"keywords": [
|
|
"promise"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-12-03T20:19:20+00:00"
|
|
},
|
|
{
|
|
"name": "guzzlehttp/psr7",
|
|
"version": "2.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/guzzle/psr7/zipball/45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
|
"reference": "45b30f99ac27b5ca93cb4831afe16285f57b8221",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.2.5 || ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.1 || ^2.0",
|
|
"ralouphie/getallheaders": "^3.0"
|
|
},
|
|
"provide": {
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"bamarni/composer-bin-plugin": "^1.8.2",
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
"phpunit/phpunit": "^8.5.36 || ^9.6.15"
|
|
},
|
|
"suggest": {
|
|
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"bamarni-bin": {
|
|
"bin-links": true,
|
|
"forward-command": false
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"GuzzleHttp\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Graham Campbell",
|
|
"email": "hello@gjcampbell.co.uk",
|
|
"homepage": "https://github.com/GrahamCampbell"
|
|
},
|
|
{
|
|
"name": "Michael Dowling",
|
|
"email": "mtdowling@gmail.com",
|
|
"homepage": "https://github.com/mtdowling"
|
|
},
|
|
{
|
|
"name": "George Mponos",
|
|
"email": "gmponos@gmail.com",
|
|
"homepage": "https://github.com/gmponos"
|
|
},
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com",
|
|
"homepage": "https://github.com/Nyholm"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://github.com/sagikazarmark"
|
|
},
|
|
{
|
|
"name": "Tobias Schultze",
|
|
"email": "webmaster@tubo-world.de",
|
|
"homepage": "https://github.com/Tobion"
|
|
},
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com",
|
|
"homepage": "https://sagikazarmark.hu"
|
|
}
|
|
],
|
|
"description": "PSR-7 message implementation that also provides common utility methods",
|
|
"keywords": [
|
|
"http",
|
|
"message",
|
|
"psr-7",
|
|
"request",
|
|
"response",
|
|
"stream",
|
|
"uri",
|
|
"url"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/GrahamCampbell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/Nyholm",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2023-12-03T20:05:35+00:00"
|
|
},
|
|
{
|
|
"name": "kornrunner/blurhash",
|
|
"version": "v1.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/kornrunner/php-blurhash.git",
|
|
"reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/kornrunner/php-blurhash/zipball/bc8a4596cb0a49874f0158696a382ab3933fefe4",
|
|
"reference": "bc8a4596cb0a49874f0158696a382ab3933fefe4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3|^8.0"
|
|
},
|
|
"require-dev": {
|
|
"ext-gd": "*",
|
|
"ocramius/package-versions": "^1.4|^2.0",
|
|
"phpstan/phpstan": "^0.12",
|
|
"phpunit/phpunit": "^9",
|
|
"vimeo/psalm": "^4.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"kornrunner\\Blurhash\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Boris Momčilović",
|
|
"email": "boris.momcilovic@gmail.com"
|
|
}
|
|
],
|
|
"description": "Pure PHP implementation of Blurhash",
|
|
"homepage": "https://github.com/kornrunner/php-blurhash",
|
|
"time": "2022-07-13T19:38:39+00:00"
|
|
},
|
|
{
|
|
"name": "league/html-to-markdown",
|
|
"version": "4.10.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/html-to-markdown.git",
|
|
"reference": "0868ae7a552e809e5cd8f93ba022071640408e88"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/html-to-markdown/zipball/0868ae7a552e809e5cd8f93ba022071640408e88",
|
|
"reference": "0868ae7a552e809e5cd8f93ba022071640408e88",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-xml": "*",
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"mikehaertl/php-shellcommand": "~1.1.0",
|
|
"phpunit/phpunit": "^4.8|^5.7",
|
|
"scrutinizer/ocular": "~1.1"
|
|
},
|
|
"bin": [
|
|
"bin/html-to-markdown"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "4.10-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\HTMLToMarkdown\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Colin O'Dell",
|
|
"email": "colinodell@gmail.com",
|
|
"homepage": "https://www.colinodell.com",
|
|
"role": "Lead Developer"
|
|
},
|
|
{
|
|
"name": "Nick Cernis",
|
|
"email": "nick@cern.is",
|
|
"homepage": "http://modernnerd.net",
|
|
"role": "Original Author"
|
|
}
|
|
],
|
|
"description": "An HTML-to-markdown conversion helper for PHP",
|
|
"homepage": "https://github.com/thephpleague/html-to-markdown",
|
|
"keywords": [
|
|
"html",
|
|
"markdown"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://www.colinodell.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://www.paypal.me/colinpodell/10.00",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/colinodell",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://www.patreon.com/colinodell",
|
|
"type": "patreon"
|
|
}
|
|
],
|
|
"time": "2020-07-01T00:34:03+00:00"
|
|
},
|
|
{
|
|
"name": "level-2/dice",
|
|
"version": "4.0.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Level-2/Dice.git",
|
|
"reference": "e04c98d96bcc932a917b2b7e7944887e4839056a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Level-2/Dice/zipball/e04c98d96bcc932a917b2b7e7944887e4839056a",
|
|
"reference": "e04c98d96bcc932a917b2b7e7944887e4839056a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"patches_applied": []
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Dice\\": "./"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tom Butler",
|
|
"email": "tom@r.je"
|
|
}
|
|
],
|
|
"description": "A minimalist Dependency injection container (DIC) for PHP. Please note: 3.0+ is only compatible with PHP 7.0. The 2.0 branch is compatbile with PHP 5.6.",
|
|
"homepage": "http://r.je/dice.html",
|
|
"keywords": [
|
|
"dependency injection",
|
|
"dependency injection container",
|
|
"di",
|
|
"ioc"
|
|
],
|
|
"time": "2022-03-28T21:20:23+00:00"
|
|
},
|
|
{
|
|
"name": "lightopenid/lightopenid",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Mewp/lightopenid.git",
|
|
"reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Mewp/lightopenid/zipball/9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
|
|
"reference": "9d42dc24e4dd34121c98a6491bc3ef7933a68a19",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"./"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"homepage": "http://code.google.com/p/lightopenid/",
|
|
"keywords": [
|
|
"OpenId"
|
|
],
|
|
"time": "2013-10-27T16:25:49+00:00"
|
|
},
|
|
{
|
|
"name": "matriphe/iso-639",
|
|
"version": "1.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/matriphe/php-iso-639.git",
|
|
"reference": "9a4a5823147890e70e0e0f60f3baea95e8d3b5f1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/matriphe/php-iso-639/zipball/9a4a5823147890e70e0e0f60f3baea95e8d3b5f1",
|
|
"reference": "9a4a5823147890e70e0e0f60f3baea95e8d3b5f1",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Matriphe\\ISO639\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Muhammad Zamroni",
|
|
"email": "halo@matriphe.com"
|
|
}
|
|
],
|
|
"description": "PHP library to convert ISO-639-1 code to language name.",
|
|
"keywords": [
|
|
"639",
|
|
"iso",
|
|
"iso-639",
|
|
"lang",
|
|
"language",
|
|
"laravel"
|
|
],
|
|
"time": "2024-03-17T21:30:14+00:00"
|
|
},
|
|
{
|
|
"name": "mattwright/urlresolver",
|
|
"version": "2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mattwright/URLResolver.php.git",
|
|
"reference": "416039192cb6d9158bdacd68349bceff8739b857"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mattwright/URLResolver.php/zipball/416039192cb6d9158bdacd68349bceff8739b857",
|
|
"reference": "416039192cb6d9158bdacd68349bceff8739b857",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-mbstring": "*",
|
|
"php": ">=5.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"mattwright\\": "."
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Matt Wright",
|
|
"email": "mw@mattwright.com"
|
|
}
|
|
],
|
|
"description": "PHP class that attempts to resolve URLs to a final, canonical link.",
|
|
"homepage": "https://github.com/mattwright/URLResolver.php",
|
|
"keywords": [
|
|
"canonical",
|
|
"link",
|
|
"redirect",
|
|
"resolve",
|
|
"url"
|
|
],
|
|
"time": "2019-01-18T00:59:34+00:00"
|
|
},
|
|
{
|
|
"name": "michelf/php-markdown",
|
|
"version": "1.9.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/michelf/php-markdown.git",
|
|
"reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/michelf/php-markdown/zipball/5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
|
|
"reference": "5024d623c1a057dcd2d076d25b7d270a1d0d55f3",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=4.3 <5.8"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Michelf\\": "Michelf/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michel Fortin",
|
|
"email": "michel.fortin@michelf.ca",
|
|
"homepage": "https://michelf.ca/",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "John Gruber",
|
|
"homepage": "https://daringfireball.net/"
|
|
}
|
|
],
|
|
"description": "PHP Markdown",
|
|
"homepage": "https://michelf.ca/projects/php-markdown/",
|
|
"keywords": [
|
|
"markdown"
|
|
],
|
|
"time": "2021-11-24T02:52:38+00:00"
|
|
},
|
|
{
|
|
"name": "minishlink/web-push",
|
|
"version": "v6.0.7",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/web-push-libs/web-push-php.git",
|
|
"reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/web-push-libs/web-push-php/zipball/23a78b8585bdcecaa323f1dd1acdc548e28892fe",
|
|
"reference": "23a78b8585bdcecaa323f1dd1acdc548e28892fe",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-openssl": "*",
|
|
"guzzlehttp/guzzle": "^7.0.1|^6.2",
|
|
"php": ">=7.2",
|
|
"web-token/jwt-key-mgmt": "^2.0",
|
|
"web-token/jwt-signature": "^2.0",
|
|
"web-token/jwt-signature-algorithm-ecdsa": "^2.0",
|
|
"web-token/jwt-util-ecc": "^2.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.14",
|
|
"phpstan/phpstan": "^0.11|^0.12",
|
|
"phpunit/phpunit": "^8.0|^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Minishlink\\WebPush\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Louis Lagrange",
|
|
"email": "lagrange.louis@gmail.com",
|
|
"homepage": "https://github.com/Minishlink"
|
|
}
|
|
],
|
|
"description": "Web Push library for PHP",
|
|
"homepage": "https://github.com/web-push-libs/web-push-php",
|
|
"keywords": [
|
|
"Push API",
|
|
"WebPush",
|
|
"notifications",
|
|
"push",
|
|
"web"
|
|
],
|
|
"time": "2021-11-22T17:36:01+00:00"
|
|
},
|
|
{
|
|
"name": "mobiledetect/mobiledetectlib",
|
|
"version": "3.74.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/serbanghita/Mobile-Detect.git",
|
|
"reference": "39582ab62f86b40e4edb698159f895929a29c346"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/39582ab62f86b40e4edb698159f895929a29c346",
|
|
"reference": "39582ab62f86b40e4edb698159f895929a29c346",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.14",
|
|
"phpunit/phpunit": "^9.6",
|
|
"squizlabs/php_codesniffer": "^3.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Detection\\": "src/"
|
|
},
|
|
"classmap": [
|
|
"src/MobileDetect.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Serban Ghita",
|
|
"email": "serbanghita@gmail.com",
|
|
"homepage": "https://mobiledetect.net",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Mobile_Detect is a lightweight PHP class for detecting mobile devices. It uses the User-Agent string combined with specific HTTP headers to detect the mobile environment.",
|
|
"homepage": "https://github.com/serbanghita/Mobile-Detect",
|
|
"keywords": [
|
|
"detect mobile devices",
|
|
"mobile",
|
|
"mobile detect",
|
|
"mobile detector",
|
|
"php mobile detect"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/serbanghita",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-10-27T16:28:04+00:00"
|
|
},
|
|
{
|
|
"name": "nikic/fast-route",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nikic/FastRoute.git",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nikic/FastRoute/zipball/181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"reference": "181d480e08d9476e61381e04a71b34dc0432e812",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.8.35|~5.7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"FastRoute\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nikita Popov",
|
|
"email": "nikic@php.net"
|
|
}
|
|
],
|
|
"description": "Fast request router for PHP",
|
|
"keywords": [
|
|
"router",
|
|
"routing"
|
|
],
|
|
"time": "2018-02-13T20:26:39+00:00"
|
|
},
|
|
{
|
|
"name": "npm-asset/chart.js",
|
|
"version": "2.9.4",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/chart.js/-/chart.js-2.9.4.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/chartjs-color": ">=2.1.0,<3.0.0",
|
|
"npm-asset/moment": ">=2.10.2,<3.0.0"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/chartjs-color",
|
|
"version": "2.4.1",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/chartjs-color/-/chartjs-color-2.4.1.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/chartjs-color-string": ">=0.6.0,<0.7.0",
|
|
"npm-asset/color-convert": ">=1.9.3,<2.0.0"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/chartjs-color-string",
|
|
"version": "0.6.0",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/chartjs-color-string/-/chartjs-color-string-0.6.0.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/color-name": ">=1.0.0,<2.0.0"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/color-convert",
|
|
"version": "1.9.3",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/color-name": "1.1.3"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/color-name",
|
|
"version": "1.1.3",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/cropperjs",
|
|
"version": "1.2.2",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.2.2.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/dompurify",
|
|
"version": "1.0.11",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/dompurify/-/dompurify-1.0.11.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MPL-2.0 OR Apache-2.0"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/es-jquery-sortable",
|
|
"version": "0.9.13-patch2",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/es-jquery-sortable/-/es-jquery-sortable-0.9.13-patch2.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/jquery": ">=2.1.2,<3.0.0"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"BSD-3"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/ev-emitter",
|
|
"version": "1.1.1",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/ev-emitter/-/ev-emitter-1.1.1.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/eventemitter3",
|
|
"version": "2.0.3",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-2.0.3.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/fork-awesome",
|
|
"version": "1.2.0",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/fork-awesome/-/fork-awesome-1.2.0.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"(OFL-1.1 AND MIT)"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/fullcalendar",
|
|
"version": "3.10.5",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/fullcalendar/-/fullcalendar-3.10.5.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/imagesloaded",
|
|
"version": "4.1.4",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/imagesloaded/-/imagesloaded-4.1.4.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/ev-emitter": ">=1.0.0,<2.0.0"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/jgrowl",
|
|
"version": "1.4.9",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/jgrowl/-/jgrowl-1.4.9.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/jquery",
|
|
"version": "2.2.4",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/jquery/-/jquery-2.2.4.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/jquery-colorbox",
|
|
"version": "1.6.4",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/jquery-colorbox/-/jquery-colorbox-1.6.4.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/jquery": ">=1.3.2"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/jquery-datetimepicker",
|
|
"version": "2.5.21",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/jquery-datetimepicker/-/jquery-datetimepicker-2.5.21.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/jquery": ">=1.7.2",
|
|
"npm-asset/jquery-mousewheel": ">=3.1.13",
|
|
"npm-asset/php-date-formatter": ">=1.3.4,<2.0.0"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/jquery-mousewheel",
|
|
"version": "3.1.13",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/jquery-mousewheel/-/jquery-mousewheel-3.1.13.tgz"
|
|
},
|
|
"type": "npm-asset"
|
|
},
|
|
{
|
|
"name": "npm-asset/moment",
|
|
"version": "2.30.1",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/perfect-scrollbar",
|
|
"version": "0.6.16",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/perfect-scrollbar/-/perfect-scrollbar-0.6.16.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/php-date-formatter",
|
|
"version": "1.3.6",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/php-date-formatter/-/php-date-formatter-1.3.6.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/textarea-caret",
|
|
"version": "3.1.0",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/textarea-caret/-/textarea-caret-3.1.0.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/textcomplete",
|
|
"version": "0.18.2",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/textcomplete/-/textcomplete-0.18.2.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/eventemitter3": ">=2.0.3,<3.0.0",
|
|
"npm-asset/textarea-caret": ">=3.0.1,<4.0.0",
|
|
"npm-asset/undate": ">=0.2.3,<0.3.0"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "npm-asset/typeahead.js",
|
|
"version": "0.11.1",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/typeahead.js/-/typeahead.js-0.11.1.tgz"
|
|
},
|
|
"require": {
|
|
"npm-asset/jquery": ">=1.7"
|
|
},
|
|
"type": "npm-asset"
|
|
},
|
|
{
|
|
"name": "npm-asset/undate",
|
|
"version": "0.2.4",
|
|
"dist": {
|
|
"type": "tar",
|
|
"url": "https://registry.npmjs.org/undate/-/undate-0.2.4.tgz"
|
|
},
|
|
"type": "npm-asset",
|
|
"license": [
|
|
"MIT"
|
|
]
|
|
},
|
|
{
|
|
"name": "nyholm/psr7",
|
|
"version": "1.8.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Nyholm/psr7.git",
|
|
"reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Nyholm/psr7/zipball/aa5fc277a4f5508013d571341ade0c3886d4d00e",
|
|
"reference": "aa5fc277a4f5508013d571341ade0c3886d4d00e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.1 || ^2.0"
|
|
},
|
|
"provide": {
|
|
"php-http/message-factory-implementation": "1.0",
|
|
"psr/http-factory-implementation": "1.0",
|
|
"psr/http-message-implementation": "1.0"
|
|
},
|
|
"require-dev": {
|
|
"http-interop/http-factory-tests": "^0.9",
|
|
"php-http/message-factory": "^1.0",
|
|
"php-http/psr7-integration-tests": "^1.0",
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
|
|
"symfony/error-handler": "^4.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.8-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nyholm\\Psr7\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Tobias Nyholm",
|
|
"email": "tobias.nyholm@gmail.com"
|
|
},
|
|
{
|
|
"name": "Martijn van der Ven",
|
|
"email": "martijn@vanderven.se"
|
|
}
|
|
],
|
|
"description": "A fast PHP7 implementation of PSR-7",
|
|
"homepage": "https://tnyholm.se",
|
|
"keywords": [
|
|
"psr-17",
|
|
"psr-7"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Zegnat",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/nyholm",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2023-11-13T09:31:12+00:00"
|
|
},
|
|
{
|
|
"name": "oomphinc/composer-installers-extender",
|
|
"version": "2.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/oomphinc/composer-installers-extender.git",
|
|
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/oomphinc/composer-installers-extender/zipball/cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
|
|
"reference": "cbf4b6f9a24153b785d09eee755b995ba87bd5f9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.1 || ^2.0",
|
|
"composer/installers": "^1.0 || ^2.0",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.0",
|
|
"phpunit/phpunit": "^7.2",
|
|
"squizlabs/php_codesniffer": "^3.3"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "OomphInc\\ComposerInstallersExtender\\Plugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"OomphInc\\ComposerInstallersExtender\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Stephen Beemsterboer",
|
|
"email": "stephen@oomphinc.com",
|
|
"homepage": "https://github.com/balbuf"
|
|
},
|
|
{
|
|
"name": "Nathan Dentzau",
|
|
"email": "nate@oomphinc.com",
|
|
"homepage": "http://oomph.is/ndentzau"
|
|
}
|
|
],
|
|
"description": "Extend the composer/installers plugin to accept any arbitrary package type.",
|
|
"homepage": "http://www.oomphinc.com/",
|
|
"support": {
|
|
"issues": "https://github.com/oomphinc/composer-installers-extender/issues",
|
|
"source": "https://github.com/oomphinc/composer-installers-extender/tree/2.0.1"
|
|
},
|
|
"time": "2021-12-15T12:32:42+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/certainty",
|
|
"version": "v2.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/certainty.git",
|
|
"reference": "5a9c240642cdb275991df268be6300cc410b6d07"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/certainty/zipball/5a9c240642cdb275991df268be6300cc410b6d07",
|
|
"reference": "5a9c240642cdb275991df268be6300cc410b6d07",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-curl": "*",
|
|
"ext-json": "*",
|
|
"guzzlehttp/guzzle": "^6|^7",
|
|
"paragonie/constant_time_encoding": "^1|^2",
|
|
"paragonie/sodium_compat": "^1.13",
|
|
"php": "^5.5|^7|^8"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1|>=2.0.14",
|
|
"phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
|
|
},
|
|
"bin": [
|
|
"bin/certainty-cert-symlink"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ParagonIE\\Certainty\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"ISC"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "Up-to-date, verifiable repository for Certificate Authorities",
|
|
"keywords": [
|
|
"CA-Cert",
|
|
"Ed25519",
|
|
"Public-Key Infractructure",
|
|
"ca",
|
|
"ca-cert.pem",
|
|
"cacert",
|
|
"cacert.pem",
|
|
"certificate authority",
|
|
"pki",
|
|
"ssl",
|
|
"tls"
|
|
],
|
|
"time": "2021-10-04T08:25:35+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/constant_time_encoding",
|
|
"version": "v2.6.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/constant_time_encoding.git",
|
|
"reference": "58c3f47f650c94ec05a151692652a868995d2938"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/58c3f47f650c94ec05a151692652a868995d2938",
|
|
"reference": "58c3f47f650c94ec05a151692652a868995d2938",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7|^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6|^7|^8|^9",
|
|
"vimeo/psalm": "^1|^2|^3|^4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ParagonIE\\ConstantTime\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com",
|
|
"role": "Maintainer"
|
|
},
|
|
{
|
|
"name": "Steve 'Sc00bz' Thomas",
|
|
"email": "steve@tobtu.com",
|
|
"homepage": "https://www.tobtu.com",
|
|
"role": "Original Developer"
|
|
}
|
|
],
|
|
"description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
|
|
"keywords": [
|
|
"base16",
|
|
"base32",
|
|
"base32_decode",
|
|
"base32_encode",
|
|
"base64",
|
|
"base64_decode",
|
|
"base64_encode",
|
|
"bin2hex",
|
|
"encoding",
|
|
"hex",
|
|
"hex2bin",
|
|
"rfc4648"
|
|
],
|
|
"time": "2022-06-14T06:56:20+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/hidden-string",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/hidden-string.git",
|
|
"reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/hidden-string/zipball/1c30373ac2fce76fb57954010ef06e990f9a49b5",
|
|
"reference": "1c30373ac2fce76fb57954010ef06e990f9a49b5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/constant_time_encoding": "^2",
|
|
"paragonie/sodium_compat": "^1.6",
|
|
"php": "^7|^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^6|^7|^8|^9",
|
|
"vimeo/psalm": "^3|^4"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ParagonIE\\HiddenString\\": "./src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MPL-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "info@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "Encapsulate strings in an object to hide them from stack traces",
|
|
"homepage": "https://github.com/paragonie/hidden-string",
|
|
"keywords": [
|
|
"hidden",
|
|
"stack trace",
|
|
"string"
|
|
],
|
|
"time": "2020-12-03T14:24:26+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/random_compat",
|
|
"version": "v9.99.100",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/random_compat.git",
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">= 7"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "4.*|5.*",
|
|
"vimeo/psalm": "^1"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
|
|
},
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com",
|
|
"homepage": "https://paragonie.com"
|
|
}
|
|
],
|
|
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
|
|
"keywords": [
|
|
"csprng",
|
|
"polyfill",
|
|
"pseudorandom",
|
|
"random"
|
|
],
|
|
"time": "2020-10-15T08:29:30+00:00"
|
|
},
|
|
{
|
|
"name": "paragonie/sodium_compat",
|
|
"version": "v1.20.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/paragonie/sodium_compat.git",
|
|
"reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
|
|
"reference": "e592a3e06d1fa0d43988c7c7d9948ca836f644b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/random_compat": ">=1",
|
|
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
|
|
},
|
|
"suggest": {
|
|
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
|
|
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"autoload.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"ISC"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Paragon Initiative Enterprises",
|
|
"email": "security@paragonie.com"
|
|
},
|
|
{
|
|
"name": "Frank Denis",
|
|
"email": "jedisct1@pureftpd.org"
|
|
}
|
|
],
|
|
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
|
|
"keywords": [
|
|
"Authentication",
|
|
"BLAKE2b",
|
|
"ChaCha20",
|
|
"ChaCha20-Poly1305",
|
|
"Chapoly",
|
|
"Curve25519",
|
|
"Ed25519",
|
|
"EdDSA",
|
|
"Edwards-curve Digital Signature Algorithm",
|
|
"Elliptic Curve Diffie-Hellman",
|
|
"Poly1305",
|
|
"Pure-PHP cryptography",
|
|
"RFC 7748",
|
|
"RFC 8032",
|
|
"Salpoly",
|
|
"Salsa20",
|
|
"X25519",
|
|
"XChaCha20-Poly1305",
|
|
"XSalsa20-Poly1305",
|
|
"Xchacha20",
|
|
"Xsalsa20",
|
|
"aead",
|
|
"cryptography",
|
|
"ecdh",
|
|
"elliptic curve",
|
|
"elliptic curve cryptography",
|
|
"encryption",
|
|
"libsodium",
|
|
"php",
|
|
"public-key cryptography",
|
|
"secret-key cryptography",
|
|
"side-channel resistant"
|
|
],
|
|
"time": "2023-04-30T00:54:53+00:00"
|
|
},
|
|
{
|
|
"name": "patrickschur/language-detection",
|
|
"version": "v5.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/patrickschur/language-detection.git",
|
|
"reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/patrickschur/language-detection/zipball/b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
|
|
"reference": "b8da335336c09fa6814fe0ca0d6d506c357cd7b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"LanguageDetection\\": "src/LanguageDetection"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Patrick Schur",
|
|
"email": "patrick_schur@outlook.de"
|
|
}
|
|
],
|
|
"description": "A language detection library for PHP. Detects the language from a given text string.",
|
|
"homepage": "https://github.com/patrickschur/language-detection",
|
|
"keywords": [
|
|
"detect",
|
|
"detection",
|
|
"language"
|
|
],
|
|
"time": "2023-08-18T22:46:39+00:00"
|
|
},
|
|
{
|
|
"name": "pear/console_table",
|
|
"version": "v1.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/pear/Console_Table.git",
|
|
"reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/pear/Console_Table/zipball/1930c11897ca61fd24b95f2f785e99e0f36dcdea",
|
|
"reference": "1930c11897ca61fd24b95f2f785e99e0f36dcdea",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"suggest": {
|
|
"pear/Console_Color2": ">=0.1.2"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"Table.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Schneider",
|
|
"homepage": "http://pear.php.net/user/yunosh"
|
|
},
|
|
{
|
|
"name": "Tal Peer",
|
|
"homepage": "http://pear.php.net/user/tal"
|
|
},
|
|
{
|
|
"name": "Xavier Noguer",
|
|
"homepage": "http://pear.php.net/user/xnoguer"
|
|
},
|
|
{
|
|
"name": "Richard Heyes",
|
|
"homepage": "http://pear.php.net/user/richard"
|
|
}
|
|
],
|
|
"description": "Library that makes it easy to build console style tables.",
|
|
"homepage": "http://pear.php.net/package/Console_Table/",
|
|
"keywords": [
|
|
"console"
|
|
],
|
|
"time": "2018-01-25T20:47:17+00:00"
|
|
},
|
|
{
|
|
"name": "php-http/discovery",
|
|
"version": "1.19.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-http/discovery.git",
|
|
"reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
|
|
"reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^1.0|^2.0",
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"nyholm/psr7": "<1.0",
|
|
"zendframework/zend-diactoros": "*"
|
|
},
|
|
"provide": {
|
|
"php-http/async-client-implementation": "*",
|
|
"php-http/client-implementation": "*",
|
|
"psr/http-client-implementation": "*",
|
|
"psr/http-factory-implementation": "*",
|
|
"psr/http-message-implementation": "*"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^1.0.2|^2.0",
|
|
"graham-campbell/phpspec-skip-example-extension": "^5.0",
|
|
"php-http/httplug": "^1.0 || ^2.0",
|
|
"php-http/message-factory": "^1.0",
|
|
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
|
|
"symfony/phpunit-bridge": "^6.2"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Http\\Discovery\\Composer\\Plugin",
|
|
"plugin-optional": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Http\\Discovery\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"src/Composer/Plugin.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
|
|
"homepage": "http://php-http.org",
|
|
"keywords": [
|
|
"adapter",
|
|
"client",
|
|
"discovery",
|
|
"factory",
|
|
"http",
|
|
"message",
|
|
"psr17",
|
|
"psr7"
|
|
],
|
|
"time": "2023-11-30T16:49:05+00:00"
|
|
},
|
|
{
|
|
"name": "phpseclib/phpseclib",
|
|
"version": "3.0.37",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/phpseclib/phpseclib.git",
|
|
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
|
|
"reference": "cfa2013d0f68c062055180dd4328cc8b9d1f30b8",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/constant_time_encoding": "^1|^2",
|
|
"paragonie/random_compat": "^1.4|^2.0|^9.99.99",
|
|
"php": ">=5.6.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-dom": "Install the DOM extension to load XML formatted public keys.",
|
|
"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": {
|
|
"phpseclib3\\": "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"
|
|
],
|
|
"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": "2024-03-03T02:14:58+00:00"
|
|
},
|
|
{
|
|
"name": "phrity/net-uri",
|
|
"version": "1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sirn-se/phrity-net-uri.git",
|
|
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sirn-se/phrity-net-uri/zipball/3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
|
"reference": "3f458e0c4d1ddc0e218d7a5b9420127c63925f43",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 | ^8.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^1.0 | ^2.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"phpunit/phpunit": "^9.0 | ^10.0",
|
|
"squizlabs/php_codesniffer": "^3.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Phrity\\Net\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sören Jensen",
|
|
"email": "sirn@sirn.se",
|
|
"homepage": "https://phrity.sirn.se"
|
|
}
|
|
],
|
|
"description": "PSR-7 Uri and PSR-17 UriFactory implementation",
|
|
"homepage": "https://phrity.sirn.se/net-uri",
|
|
"keywords": [
|
|
"psr-17",
|
|
"psr-7",
|
|
"uri",
|
|
"uri factory"
|
|
],
|
|
"time": "2023-08-21T10:33:06+00:00"
|
|
},
|
|
{
|
|
"name": "phrity/util-errorhandler",
|
|
"version": "1.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sirn-se/phrity-util-errorhandler.git",
|
|
"reference": "483228156e06673963902b1cc1e6bd9541ab4d5e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sirn-se/phrity-util-errorhandler/zipball/483228156e06673963902b1cc1e6bd9541ab4d5e",
|
|
"reference": "483228156e06673963902b1cc1e6bd9541ab4d5e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 | ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"php-coveralls/php-coveralls": "^2.0",
|
|
"phpunit/phpunit": "^9.0 | ^10.0 | ^11.0",
|
|
"squizlabs/php_codesniffer": "^3.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Phrity\\Util\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sören Jensen",
|
|
"email": "sirn@sirn.se",
|
|
"homepage": "https://phrity.sirn.se"
|
|
}
|
|
],
|
|
"description": "Inline error handler; catch and resolve errors for code block.",
|
|
"homepage": "https://phrity.sirn.se/util-errorhandler",
|
|
"keywords": [
|
|
"error",
|
|
"warning"
|
|
],
|
|
"time": "2024-09-12T06:49:16+00:00"
|
|
},
|
|
{
|
|
"name": "pragmarx/google2fa",
|
|
"version": "v5.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/antonioribeiro/google2fa.git",
|
|
"reference": "17c969c82f427dd916afe4be50bafc6299aef1b4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/17c969c82f427dd916afe4be50bafc6299aef1b4",
|
|
"reference": "17c969c82f427dd916afe4be50bafc6299aef1b4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"paragonie/constant_time_encoding": "~1.0|~2.0",
|
|
"paragonie/random_compat": ">=1",
|
|
"php": ">=5.4",
|
|
"symfony/polyfill-php56": "~1.2"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4|~5|~6"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"component": "package",
|
|
"branch-alias": {
|
|
"dev-master": "2.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PragmaRX\\Google2FA\\": "src/",
|
|
"PragmaRX\\Google2FA\\Tests\\": "tests/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Antonio Carlos Ribeiro",
|
|
"email": "acr@antoniocarlosribeiro.com",
|
|
"role": "Creator & Designer"
|
|
}
|
|
],
|
|
"description": "A One Time Password Authentication package, compatible with Google Authenticator.",
|
|
"keywords": [
|
|
"2fa",
|
|
"Authentication",
|
|
"Two Factor Authentication",
|
|
"google2fa"
|
|
],
|
|
"time": "2019-03-19T22:44:16+00:00"
|
|
},
|
|
{
|
|
"name": "pragmarx/random",
|
|
"version": "v0.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/antonioribeiro/random.git",
|
|
"reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/antonioribeiro/random/zipball/daf08a189c5d2d40d1a827db46364d3a741a51b7",
|
|
"reference": "daf08a189c5d2d40d1a827db46364d3a741a51b7",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0"
|
|
},
|
|
"require-dev": {
|
|
"fzaninotto/faker": "~1.7",
|
|
"phpunit/phpunit": "~6.4",
|
|
"pragmarx/trivia": "~0.1",
|
|
"squizlabs/php_codesniffer": "^2.3"
|
|
},
|
|
"suggest": {
|
|
"fzaninotto/faker": "Allows you to get dozens of randomized types",
|
|
"pragmarx/trivia": "For the trivia database"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PragmaRX\\Random\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Antonio Carlos Ribeiro",
|
|
"email": "acr@antoniocarlosribeiro.com",
|
|
"homepage": "https://antoniocarlosribeiro.com",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Create random chars, numbers, strings",
|
|
"homepage": "https://github.com/antonioribeiro/random",
|
|
"keywords": [
|
|
"Randomize",
|
|
"faker",
|
|
"pragmarx",
|
|
"random",
|
|
"random number",
|
|
"random pattern",
|
|
"random string"
|
|
],
|
|
"time": "2017-11-21T05:26:22+00:00"
|
|
},
|
|
{
|
|
"name": "pragmarx/recovery",
|
|
"version": "v0.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/antonioribeiro/recovery.git",
|
|
"reference": "b5ce4082f059afac6761714a84497816f45271cc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/antonioribeiro/recovery/zipball/b5ce4082f059afac6761714a84497816f45271cc",
|
|
"reference": "b5ce4082f059afac6761714a84497816f45271cc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0",
|
|
"pragmarx/random": "~0.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": ">=5.4.3",
|
|
"squizlabs/php_codesniffer": "^2.3",
|
|
"tightenco/collect": "^5.0"
|
|
},
|
|
"suggest": {
|
|
"tightenco/collect": "Allows to generate recovery codes as collections"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PragmaRX\\Recovery\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Antonio Carlos Ribeiro",
|
|
"email": |