3248 строки
123 KiB
JSON
3248 строки
123 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": "755e1a8e01f1c036335bc20b073a7d07",
|
|
"packages": [
|
|
{
|
|
"name": "amphp/amp",
|
|
"version": "v2.6.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/amp.git",
|
|
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
|
|
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1",
|
|
"ext-json": "*",
|
|
"jetbrains/phpstorm-stubs": "^2019.3",
|
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
|
"psalm/phar": "^3.11@dev",
|
|
"react/promise": "^2"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/functions.php",
|
|
"lib/Internal/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Lowrey",
|
|
"email": "rdlowrey@php.net"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Bob Weinand",
|
|
"email": "bobwei9@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "A non-blocking concurrency framework for PHP applications.",
|
|
"homepage": "https://amphp.org/amp",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"awaitable",
|
|
"concurrency",
|
|
"event",
|
|
"event-loop",
|
|
"future",
|
|
"non-blocking",
|
|
"promise"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/amphp",
|
|
"issues": "https://github.com/amphp/amp/issues",
|
|
"source": "https://github.com/amphp/amp/tree/v2.6.2"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-02-20T17:52:18+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/byte-stream",
|
|
"version": "v1.8.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/byte-stream.git",
|
|
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
|
|
"reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1.4",
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
"jetbrains/phpstorm-stubs": "^2019.3",
|
|
"phpunit/phpunit": "^6 || ^7 || ^8",
|
|
"psalm/phar": "^3.11.4"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"lib/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\ByteStream\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "A stream abstraction to make working with non-blocking I/O simple.",
|
|
"homepage": "http://amphp.org/byte-stream",
|
|
"keywords": [
|
|
"amp",
|
|
"amphp",
|
|
"async",
|
|
"io",
|
|
"non-blocking",
|
|
"stream"
|
|
],
|
|
"support": {
|
|
"irc": "irc://irc.freenode.org/amphp",
|
|
"issues": "https://github.com/amphp/byte-stream/issues",
|
|
"source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-03-30T17:13:30+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/parallel",
|
|
"version": "v1.4.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/parallel.git",
|
|
"reference": "fbc128383c1ffb3823866f71b88d8c4722a25ce9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/parallel/zipball/fbc128383c1ffb3823866f71b88d8c4722a25ce9",
|
|
"reference": "fbc128383c1ffb3823866f71b88d8c4722a25ce9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2",
|
|
"amphp/byte-stream": "^1.6.1",
|
|
"amphp/parser": "^1",
|
|
"amphp/process": "^1",
|
|
"amphp/serialization": "^1",
|
|
"amphp/sync": "^1.0.1",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1.1",
|
|
"phpunit/phpunit": "^8 || ^7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/Context/functions.php",
|
|
"lib/Sync/functions.php",
|
|
"lib/Worker/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Parallel\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Stephen Coakley",
|
|
"email": "me@stephencoakley.com"
|
|
}
|
|
],
|
|
"description": "Parallel processing component for Amp.",
|
|
"homepage": "https://github.com/amphp/parallel",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"concurrent",
|
|
"multi-processing",
|
|
"multi-threading"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-10-25T19:16:02+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/parser",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/parser.git",
|
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/parser/zipball/f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
|
|
"reference": "f83e68f03d5b8e8e0365b8792985a7f341c57ae1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Parser\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
}
|
|
],
|
|
"description": "A generator parser to make streaming parsers simple.",
|
|
"homepage": "https://github.com/amphp/parser",
|
|
"keywords": [
|
|
"async",
|
|
"non-blocking",
|
|
"parser",
|
|
"stream"
|
|
],
|
|
"time": "2017-06-06T05:29:10+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/process",
|
|
"version": "v1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/process.git",
|
|
"reference": "76e9495fd6818b43a20167cb11d8a67f7744ee0f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/process/zipball/76e9495fd6818b43a20167cb11d8a67f7744ee0f",
|
|
"reference": "76e9495fd6818b43a20167cb11d8a67f7744ee0f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2",
|
|
"amphp/byte-stream": "^1.4",
|
|
"php": ">=7"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1",
|
|
"phpunit/phpunit": "^6"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"lib/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Process\\": "lib"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Bob Weinand",
|
|
"email": "bobwei9@hotmail.com"
|
|
},
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "Asynchronous process manager.",
|
|
"homepage": "https://github.com/amphp/process",
|
|
"support": {
|
|
"issues": "https://github.com/amphp/process/issues",
|
|
"source": "https://github.com/amphp/process/tree/v1.1.4"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-07-06T23:50:12+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/serialization",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/serialization.git",
|
|
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1",
|
|
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"phpunit/phpunit": "^9 || ^8 || ^7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Amp\\Serialization\\": "src"
|
|
},
|
|
"files": [
|
|
"src/functions.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Niklas Keller",
|
|
"email": "me@kelunik.com"
|
|
}
|
|
],
|
|
"description": "Serialization tools for IPC and data storage in PHP.",
|
|
"homepage": "https://github.com/amphp/serialization",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"serialization",
|
|
"serialize"
|
|
],
|
|
"time": "2020-03-25T21:39:07+00:00"
|
|
},
|
|
{
|
|
"name": "amphp/sync",
|
|
"version": "v1.4.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/amphp/sync.git",
|
|
"reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf",
|
|
"reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/amp": "^2.2",
|
|
"php": ">=7.1"
|
|
},
|
|
"require-dev": {
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
"amphp/phpunit-util": "^1.1",
|
|
"phpunit/phpunit": "^9 || ^8 || ^7"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/functions.php",
|
|
"src/ConcurrentIterator/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Amp\\Sync\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Aaron Piotrowski",
|
|
"email": "aaron@trowski.com"
|
|
},
|
|
{
|
|
"name": "Stephen Coakley",
|
|
"email": "me@stephencoakley.com"
|
|
}
|
|
],
|
|
"description": "Mutex, Semaphore, and other synchronization tools for Amp.",
|
|
"homepage": "https://github.com/amphp/sync",
|
|
"keywords": [
|
|
"async",
|
|
"asynchronous",
|
|
"mutex",
|
|
"semaphore",
|
|
"synchronization"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/amphp",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-10-25T18:29:10+00:00"
|
|
},
|
|
{
|
|
"name": "arthurhoaro/favicon",
|
|
"version": "v1.3.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ArthurHoaro/favicon.git",
|
|
"reference": "b1acd8b87d6b37e5251fe0559ed488a95078f5b9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/b1acd8b87d6b37e5251fe0559ed488a95078f5b9",
|
|
"reference": "b1acd8b87d6b37e5251fe0559ed488a95078f5b9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"ext-fileinfo": "*",
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4.8",
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
"weew/helpers-filesystem": "~1.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Favicon\\": "src/Favicon/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chris Shiflett",
|
|
"homepage": "http://shiflett.org/"
|
|
},
|
|
{
|
|
"name": "Arthur Hoaro",
|
|
"homepage": "http://hoa.ro"
|
|
}
|
|
],
|
|
"description": "PHP Library used to discover favicon from given URL",
|
|
"homepage": "https://github.com/ArthurHoaro/favicon",
|
|
"keywords": [
|
|
"favicon",
|
|
"finder",
|
|
"icon"
|
|
],
|
|
"time": "2021-08-06T05:41:25+00:00"
|
|
},
|
|
{
|
|
"name": "bamarni/composer-bin-plugin",
|
|
"version": "1.8.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
|
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
|
|
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"composer-plugin-api": "^2.0",
|
|
"php": "^7.2.5 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"composer/composer": "^2.0",
|
|
"ext-json": "*",
|
|
"phpstan/extension-installer": "^1.1",
|
|
"phpstan/phpstan": "^1.8",
|
|
"phpstan/phpstan-phpunit": "^1.1",
|
|
"phpunit/phpunit": "^8.5 || ^9.5",
|
|
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
|
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
|
|
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
|
|
},
|
|
"type": "composer-plugin",
|
|
"extra": {
|
|
"class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Bamarni\\Composer\\Bin\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "No conflicts for your bin dependencies",
|
|
"keywords": [
|
|
"composer",
|
|
"conflict",
|
|
"dependency",
|
|
"executable",
|
|
"isolation",
|
|
"tool"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
|
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2"
|
|
},
|
|
"time": "2022-10-31T08:38:03+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-crypt-blowfish",
|
|
"version": "v1.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Crypt_Blowfish.git",
|
|
"reference": "944872aa670719f2e1476264c160960fd2f224c1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Crypt_Blowfish/zipball/944872aa670719f2e1476264c160960fd2f224c1",
|
|
"reference": "944872aa670719f2e1476264c160960fd2f224c1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-support": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Crypt_Blowfish": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde Blowfish encryption library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Crypt_Blowfish",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Crypt_Blowfish/tree/v1.2.0"
|
|
},
|
|
"time": "2021-12-21T13:33:22+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-exception",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Exception.git",
|
|
"reference": "c8c243d08556e7df5b37867eab1e478d76effa3e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Exception/zipball/c8c243d08556e7df5b37867eab1e478d76effa3e",
|
|
"reference": "c8c243d08556e7df5b37867eab1e478d76effa3e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-translation": "^2.2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"pear/pear-core-minimal": "^1.10",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Exception": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Jan Schneider",
|
|
"email": "jan@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "Horde exception handler library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Exception",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Exception/tree/v2.1.0"
|
|
},
|
|
"time": "2021-12-21T12:20:11+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-idna",
|
|
"version": "v1.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Idna.git",
|
|
"reference": "e625a869cd73c92d891dd63cf9558104d4d2e9d4"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Idna/zipball/e625a869cd73c92d891dd63cf9558104d4d2e9d4",
|
|
"reference": "e625a869cd73c92d891dd63cf9558104d4d2e9d4",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"suggest": {
|
|
"ext-intl": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Idna": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde IDNA normalization library",
|
|
"homepage": "https://www.horde.org",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Idna/tree/v1.2.1"
|
|
},
|
|
"time": "2022-07-07T11:36:13+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-imap-client",
|
|
"version": "v2.31.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Imap_Client.git",
|
|
"reference": "6c7ff8894da58b12ff39a9ccae655a07d5f571aa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Imap_Client/zipball/6c7ff8894da58b12ff39a9ccae655a07d5f571aa",
|
|
"reference": "6c7ff8894da58b12ff39a9ccae655a07d5f571aa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-mail": "^2",
|
|
"bytestream/horde-mime": "^2.5.2",
|
|
"bytestream/horde-secret": "^2",
|
|
"bytestream/horde-socket-client": "^2",
|
|
"bytestream/horde-stream": "^1.4",
|
|
"bytestream/horde-stream-filter": "^2",
|
|
"bytestream/horde-translation": "^2.2",
|
|
"bytestream/horde-util": "^2",
|
|
"ext-hash": "*",
|
|
"ext-json": "*",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bytestream/horde-crypt-blowfish": "^1.2",
|
|
"bytestream/horde-stringprep": "^1.1",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Imap_Client": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde IMAP client library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Imap_Client",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Imap_Client/tree/v2.31.4"
|
|
},
|
|
"time": "2022-09-15T11:49:44+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-listheaders",
|
|
"version": "v1.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/ListHeaders.git",
|
|
"reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/ListHeaders/zipball/2a0193be55ad69c210b6a8849b9df05cd4e3c202",
|
|
"reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-mail": "^2.7",
|
|
"bytestream/horde-translation": "^2.2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_ListHeaders": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde list headers parsing library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_ListHeaders",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/ListHeaders/tree/v1.3.0"
|
|
},
|
|
"time": "2021-12-21T16:38:31+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-mail",
|
|
"version": "v2.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Mail.git",
|
|
"reference": "73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Mail/zipball/73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e",
|
|
"reference": "73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-idna": "^1",
|
|
"bytestream/horde-mime": "^2.12",
|
|
"bytestream/horde-stream-filter": "^2",
|
|
"bytestream/horde-translation": "^2.2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Mail": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde mail library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Mail",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Mail/tree/v2.7.1"
|
|
},
|
|
"time": "2022-05-23T09:07:13+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-mime",
|
|
"version": "v2.13.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Mime.git",
|
|
"reference": "15e2134a9002e39e14cbf7ce178ea545755fc458"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Mime/zipball/15e2134a9002e39e14cbf7ce178ea545755fc458",
|
|
"reference": "15e2134a9002e39e14cbf7ce178ea545755fc458",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-listheaders": "^1.3",
|
|
"bytestream/horde-mail": "^2.7",
|
|
"bytestream/horde-stream": "^1.3",
|
|
"bytestream/horde-stream-filter": "^2",
|
|
"bytestream/horde-support": "^2.1",
|
|
"bytestream/horde-text-flowed": "^2",
|
|
"bytestream/horde-translation": "^2.2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bytestream/horde-text-filter": "^2.4",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Mime": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "MIME library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Mime",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Mime/tree/v2.13.0"
|
|
},
|
|
"time": "2022-05-30T11:34:10+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-secret",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Secret.git",
|
|
"reference": "75d1575820d4422ad8c485fd3606652948d9f2b6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Secret/zipball/75d1575820d4422ad8c485fd3606652948d9f2b6",
|
|
"reference": "75d1575820d4422ad8c485fd3606652948d9f2b6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-crypt-blowfish": "^1",
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-support": "^2",
|
|
"ext-hash": "*",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Secret": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde secret key encryption library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Secret",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Secret/tree/v2.1.0"
|
|
},
|
|
"time": "2021-12-21T13:40:05+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-socket-client",
|
|
"version": "v2.2.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Socket_Client.git",
|
|
"reference": "7687d26b43c65bbabdd9b6452770aaddea82946d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Socket_Client/zipball/7687d26b43c65bbabdd9b6452770aaddea82946d",
|
|
"reference": "7687d26b43c65bbabdd9b6452770aaddea82946d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"suggest": {
|
|
"ext-openssl": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Horde\\Socket\\": "lib/Horde/Socket"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde network socket client library",
|
|
"homepage": "https://www.horde.org",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Socket_Client/tree/v2.2.1"
|
|
},
|
|
"time": "2021-12-21T19:22:30+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-stream",
|
|
"version": "v1.7.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Stream.git",
|
|
"reference": "5b3a75eb2118d16af43b9ec59bab7b1b5d1d2289"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Stream/zipball/5b3a75eb2118d16af43b9ec59bab7b1b5d1d2289",
|
|
"reference": "5b3a75eb2118d16af43b9ec59bab7b1b5d1d2289",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bytestream/horde-stream-wrapper": "^2.2",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Stream": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde PHP streams library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Stream",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Stream/tree/v1.7.1"
|
|
},
|
|
"time": "2022-05-25T11:46:14+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-stream-filter",
|
|
"version": "v2.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Stream_Filter.git",
|
|
"reference": "ce3663e2baa11cd6bb927968fcb7cd90813f5355"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Stream_Filter/zipball/ce3663e2baa11cd6bb927968fcb7cd90813f5355",
|
|
"reference": "ce3663e2baa11cd6bb927968fcb7cd90813f5355",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Stream_Filter": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde PHP stream filters library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Stream_Filter",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Stream_Filter/tree/v2.1.1"
|
|
},
|
|
"time": "2022-05-23T14:46:54+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-stream-wrapper",
|
|
"version": "v2.2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Stream_Wrapper.git",
|
|
"reference": "d9b8637203a3f7cdddf6a46691021a93604aae10"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Stream_Wrapper/zipball/d9b8637203a3f7cdddf6a46691021a93604aae10",
|
|
"reference": "d9b8637203a3f7cdddf6a46691021a93604aae10",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Stream_Wrapper": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde PHP stream wrappers library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Stream_Wrapper",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Stream_Wrapper/tree/v2.2.0"
|
|
},
|
|
"time": "2021-12-20T23:00:18+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-stringprep",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Stringprep.git",
|
|
"reference": "9450141cdc3b853c719274a0baee03e33a2d0ce1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Stringprep/zipball/9450141cdc3b853c719274a0baee03e33a2d0ce1",
|
|
"reference": "9450141cdc3b853c719274a0baee03e33a2d0ce1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"ext-intl": "*",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Stringprep": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde internationalized strings preparation library",
|
|
"homepage": "https://www.horde.org",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Stringprep/tree/v1.1.0"
|
|
},
|
|
"time": "2021-12-21T18:19:43+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-support",
|
|
"version": "v2.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Support.git",
|
|
"reference": "06e6634d56a6216adc6d5fbab00f099856646f29"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Support/zipball/06e6634d56a6216adc6d5fbab00f099856646f29",
|
|
"reference": "06e6634d56a6216adc6d5fbab00f099856646f29",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-stream-wrapper": "^2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Support": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Jan Schneider",
|
|
"email": "jan@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "Horde Supporting library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Support",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Support/tree/v2.3.1"
|
|
},
|
|
"time": "2022-05-23T13:26:20+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-text-filter",
|
|
"version": "v2.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Text_Filter.git",
|
|
"reference": "ffd15ef856a0f31c5d49c8f8f4d5bcb820571121"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Text_Filter/zipball/ffd15ef856a0f31c5d49c8f8f4d5bcb820571121",
|
|
"reference": "ffd15ef856a0f31c5d49c8f8f4d5bcb820571121",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-idna": "^1",
|
|
"bytestream/horde-secret": "^2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"bytestream/horde-text-flowed": "^2.1",
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Text_Filter": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Schneider",
|
|
"email": "jan@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "Horde text filtering and conversion library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Text_Filter",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Text_Filter/tree/v2.4.0"
|
|
},
|
|
"time": "2021-12-21T16:08:23+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-text-flowed",
|
|
"version": "v2.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Text_Flowed.git",
|
|
"reference": "97153c2e68a600662c54eb02e973eda797134de1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Text_Flowed/zipball/97153c2e68a600662c54eb02e973eda797134de1",
|
|
"reference": "97153c2e68a600662c54eb02e973eda797134de1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Text_Flowed": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Flowed text library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Text_Flowed",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Text_Flowed/tree/v2.1.0"
|
|
},
|
|
"time": "2021-12-21T12:01:44+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-translation",
|
|
"version": "v2.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Translation.git",
|
|
"reference": "50b32bf614164e3e44deb23f4210e709f967cbc6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Translation/zipball/50b32bf614164e3e44deb23f4210e709f967cbc6",
|
|
"reference": "50b32bf614164e3e44deb23f4210e709f967cbc6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Translation": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Schneider",
|
|
"email": "jan@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde Translation library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Translation",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Translation/tree/v2.3.0"
|
|
},
|
|
"time": "2021-12-20T20:30:50+00:00"
|
|
},
|
|
{
|
|
"name": "bytestream/horde-util",
|
|
"version": "v2.6.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/bytestream/Util.git",
|
|
"reference": "a678724f07ec5933e2192e4e6d9d84c033b358be"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/bytestream/Util/zipball/a678724f07ec5933e2192e4e6d9d84c033b358be",
|
|
"reference": "a678724f07ec5933e2192e4e6d9d84c033b358be",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-dom": "*",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Chuck Hagenbuch",
|
|
"email": "chuck@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Jan Schneider",
|
|
"email": "jan@horde.org",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "developer"
|
|
}
|
|
],
|
|
"description": "Horde utility library",
|
|
"homepage": "https://www.horde.org/libraries/Horde_Util",
|
|
"support": {
|
|
"source": "https://github.com/bytestream/Util/tree/v2.6.4"
|
|
},
|
|
"time": "2022-06-06T10:55:29+00:00"
|
|
},
|
|
{
|
|
"name": "cerdic/css-tidy",
|
|
"version": "v2.0.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Cerdic/CSSTidy.git",
|
|
"reference": "436c69db9e0951760ca54b6b123d61c89ab3e918"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/436c69db9e0951760ca54b6b123d61c89ab3e918",
|
|
"reference": "436c69db9e0951760ca54b6b123d61c89ab3e918",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8"
|
|
},
|
|
"require-dev": {
|
|
"pear/text_diff": "^1.2",
|
|
"simpletest/simpletest": "dev-master"
|
|
},
|
|
"bin": [
|
|
"bin/pcsstidy"
|
|
],
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"class.csstidy_optimise.php",
|
|
"class.csstidy_print.php",
|
|
"class.csstidy.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Cédric MORIN",
|
|
"email": "changeme@mailinator.com"
|
|
}
|
|
],
|
|
"description": "CSSTidy is a CSS minifier",
|
|
"support": {
|
|
"issues": "https://github.com/Cerdic/CSSTidy/issues",
|
|
"source": "https://github.com/Cerdic/CSSTidy/tree/v2.0.3"
|
|
},
|
|
"time": "2022-09-14T13:26:35+00:00"
|
|
},
|
|
{
|
|
"name": "christophwurst/kitinerary",
|
|
"version": "0.2.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ChristophWurst/kitinerary.git",
|
|
"reference": "5e0f19c16af95821d85f4a8da72e571ccc818601"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ChristophWurst/kitinerary/zipball/5e0f19c16af95821d85f4a8da72e571ccc818601",
|
|
"reference": "5e0f19c16af95821d85f4a8da72e571ccc818601",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ChristophWurst\\KItinerary\\": "/src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Wurst",
|
|
"email": "christoph@winzerhof-wurst.at"
|
|
}
|
|
],
|
|
"description": "KItinerary adapter",
|
|
"support": {
|
|
"issues": "https://github.com/ChristophWurst/kitinerary/issues",
|
|
"source": "https://github.com/ChristophWurst/kitinerary/tree/0.2.2"
|
|
},
|
|
"time": "2022-10-02T14:11:40+00:00"
|
|
},
|
|
{
|
|
"name": "christophwurst/kitinerary-bin",
|
|
"version": "0.2.5",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ChristophWurst/kitinerary-bin.git",
|
|
"reference": "1ecb0ec448e22a71a17b0a133b6dc9d32154a879"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ChristophWurst/kitinerary-bin/zipball/1ecb0ec448e22a71a17b0a133b6dc9d32154a879",
|
|
"reference": "1ecb0ec448e22a71a17b0a133b6dc9d32154a879",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"christophwurst/kitinerary": "^0.2.2",
|
|
"ext-json": "*",
|
|
"php": "^7.1",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ChristophWurst\\KItinerary\\Bin\\": "/src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Wurst",
|
|
"email": "christoph@winzerhof-wurst.at"
|
|
}
|
|
],
|
|
"description": "KItinerary binary executable",
|
|
"support": {
|
|
"issues": "https://github.com/ChristophWurst/kitinerary-bin/issues",
|
|
"source": "https://github.com/ChristophWurst/kitinerary-bin/tree/0.2.5"
|
|
},
|
|
"time": "2022-10-03T11:38:50+00:00"
|
|
},
|
|
{
|
|
"name": "christophwurst/kitinerary-flatpak",
|
|
"version": "0.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ChristophWurst/kitinerary-flatpak.git",
|
|
"reference": "8eca1209dbc009dd301431373598a108fc920aa6"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ChristophWurst/kitinerary-flatpak/zipball/8eca1209dbc009dd301431373598a108fc920aa6",
|
|
"reference": "8eca1209dbc009dd301431373598a108fc920aa6",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"christophwurst/kitinerary": "^0.2.2",
|
|
"ext-json": "*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ChristophWurst\\KItinerary\\Flatpak\\": "/src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Wurst",
|
|
"email": "christoph@winzerhof-wurst.at"
|
|
}
|
|
],
|
|
"description": "KItinerary Flatpak binding",
|
|
"support": {
|
|
"issues": "https://github.com/ChristophWurst/kitinerary-flatpak/issues",
|
|
"source": "https://github.com/ChristophWurst/kitinerary-flatpak/tree/0.2.3"
|
|
},
|
|
"time": "2022-10-03T11:35:21+00:00"
|
|
},
|
|
{
|
|
"name": "christophwurst/kitinerary-sys",
|
|
"version": "v0.1.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ChristophWurst/kitinerary-sys.git",
|
|
"reference": "ad4ca9ac0dcbbce8d3f90be2d8ef55c1c1777849"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ChristophWurst/kitinerary-sys/zipball/ad4ca9ac0dcbbce8d3f90be2d8ef55c1c1777849",
|
|
"reference": "ad4ca9ac0dcbbce8d3f90be2d8ef55c1c1777849",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"christophwurst/kitinerary": "^0.2.2",
|
|
"ext-json": "*",
|
|
"php": "^7.1",
|
|
"psr/log": "^1.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"ChristophWurst\\KItinerary\\Sys\\": "/src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Wurst",
|
|
"email": "christoph@winzerhof-wurst.at"
|
|
}
|
|
],
|
|
"description": "KItinerary binding for the system package",
|
|
"support": {
|
|
"issues": "https://github.com/ChristophWurst/kitinerary-sys/issues",
|
|
"source": "https://github.com/ChristophWurst/kitinerary-sys/tree/v0.1.1"
|
|
},
|
|
"time": "2022-10-03T11:36:57+00:00"
|
|
},
|
|
{
|
|
"name": "ezyang/htmlpurifier",
|
|
"version": "v4.16.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
|
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
|
|
"reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
|
|
"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"
|
|
},
|
|
"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"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/ezyang/htmlpurifier/issues",
|
|
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
|
|
},
|
|
"time": "2022-09-18T07:06:19+00:00"
|
|
},
|
|
{
|
|
"name": "gravatarphp/gravatar",
|
|
"version": "v2.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/gravatarphp/gravatar.git",
|
|
"reference": "54a5d48b4564ec9f1db8a498ad23d500ab83c063"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/gravatarphp/gravatar/zipball/54a5d48b4564ec9f1db8a498ad23d500ab83c063",
|
|
"reference": "54a5d48b4564ec9f1db8a498ad23d500ab83c063",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^5.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Gravatar\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Márk Sági-Kazár",
|
|
"email": "mark.sagikazar@gmail.com"
|
|
}
|
|
],
|
|
"description": "Gravatar URL builder which is most commonly called as a Gravatar library",
|
|
"homepage": "http://gravatarphp.com",
|
|
"keywords": [
|
|
"avatar",
|
|
"gravatar",
|
|
"image",
|
|
"profile"
|
|
],
|
|
"time": "2019-01-08T21:43:01+00:00"
|
|
},
|
|
{
|
|
"name": "html2text/html2text",
|
|
"version": "4.3.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/mtibben/html2text.git",
|
|
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/mtibben/html2text/zipball/61ad68e934066a6f8df29a3d23a6460536d0855c",
|
|
"reference": "61ad68e934066a6f8df29a3d23a6460536d0855c",
|
|
"shasum": ""
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "~4"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance",
|
|
"symfony/polyfill-mbstring": "If you can't install ext-mbstring"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Html2Text\\": [
|
|
"src/",
|
|
"test/"
|
|
]
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-2.0-or-later"
|
|
],
|
|
"description": "Converts HTML to formatted plain text",
|
|
"support": {
|
|
"issues": "https://github.com/mtibben/html2text/issues",
|
|
"source": "https://github.com/mtibben/html2text/tree/4.3.1"
|
|
},
|
|
"time": "2020-04-16T23:44:31+00:00"
|
|
},
|
|
{
|
|
"name": "league/flysystem",
|
|
"version": "2.5.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/flysystem.git",
|
|
"reference": "8aaffb653c5777781b0f7f69a5d937baf7ab6cdb"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/8aaffb653c5777781b0f7f69a5d937baf7ab6cdb",
|
|
"reference": "8aaffb653c5777781b0f7f69a5d937baf7ab6cdb",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-json": "*",
|
|
"league/mime-type-detection": "^1.0.0",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"guzzlehttp/ringphp": "<1.1.1"
|
|
},
|
|
"require-dev": {
|
|
"async-aws/s3": "^1.5",
|
|
"async-aws/simple-s3": "^1.0",
|
|
"aws/aws-sdk-php": "^3.132.4",
|
|
"composer/semver": "^3.0",
|
|
"ext-fileinfo": "*",
|
|
"ext-ftp": "*",
|
|
"friendsofphp/php-cs-fixer": "^3.2",
|
|
"google/cloud-storage": "^1.23",
|
|
"phpseclib/phpseclib": "^2.0",
|
|
"phpstan/phpstan": "^0.12.26",
|
|
"phpunit/phpunit": "^8.5 || ^9.4",
|
|
"sabre/dav": "^4.1"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Flysystem\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frank de Jonge",
|
|
"email": "info@frankdejonge.nl"
|
|
}
|
|
],
|
|
"description": "File storage abstraction for PHP",
|
|
"keywords": [
|
|
"WebDAV",
|
|
"aws",
|
|
"cloud",
|
|
"file",
|
|
"files",
|
|
"filesystem",
|
|
"filesystems",
|
|
"ftp",
|
|
"s3",
|
|
"sftp",
|
|
"storage"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/thephpleague/flysystem/issues",
|
|
"source": "https://github.com/thephpleague/flysystem/tree/2.5.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://ecologi.com/frankdejonge",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/frankdejonge",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-09-17T21:02:32+00:00"
|
|
},
|
|
{
|
|
"name": "league/mime-type-detection",
|
|
"version": "1.11.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/mime-type-detection.git",
|
|
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
|
|
"reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-fileinfo": "*",
|
|
"php": "^7.2 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.2",
|
|
"phpstan/phpstan": "^0.12.68",
|
|
"phpunit/phpunit": "^8.5.8 || ^9.3"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\MimeTypeDetection\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Frank de Jonge",
|
|
"email": "info@frankdejonge.nl"
|
|
}
|
|
],
|
|
"description": "Mime-type detection for Flysystem",
|
|
"support": {
|
|
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
|
|
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/frankdejonge",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-04-17T13:12:02+00:00"
|
|
},
|
|
{
|
|
"name": "nextcloud/horde-managesieve",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextcloud/horde-managesieve.git",
|
|
"reference": "fd81621064a4b4bef74aadeffa0e610d844314aa"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nextcloud/horde-managesieve/zipball/fd81621064a4b4bef74aadeffa0e610d844314aa",
|
|
"reference": "fd81621064a4b4bef74aadeffa0e610d844314aa",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-socket-client": "^2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde\\": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jan Schneider",
|
|
"email": "jan@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "ManageSieve client library",
|
|
"homepage": "https://www.horde.org",
|
|
"support": {
|
|
"source": "https://github.com/nextcloud/horde-managesieve/tree/v1.0.0"
|
|
},
|
|
"time": "2022-04-27T16:49:35+00:00"
|
|
},
|
|
{
|
|
"name": "nextcloud/horde-smtp",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nextcloud/horde-smtp.git",
|
|
"reference": "6449ee9e8894876bb796dd9b1d6d995ebe86617d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nextcloud/horde-smtp/zipball/6449ee9e8894876bb796dd9b1d6d995ebe86617d",
|
|
"reference": "6449ee9e8894876bb796dd9b1d6d995ebe86617d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"bytestream/horde-exception": "^2",
|
|
"bytestream/horde-mail": "^2",
|
|
"bytestream/horde-socket-client": "^2",
|
|
"bytestream/horde-support": "^2",
|
|
"bytestream/horde-translation": "^2.2",
|
|
"bytestream/horde-util": "^2",
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Horde_Smtp": "lib/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-2.1"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Michael Slusarz",
|
|
"email": "slusarz@horde.org",
|
|
"role": "lead"
|
|
}
|
|
],
|
|
"description": "Horde SMTP client",
|
|
"homepage": "https://www.horde.org",
|
|
"support": {
|
|
"source": "https://github.com/nextcloud/horde-smtp/tree/v1.0.1"
|
|
},
|
|
"time": "2022-05-25T07:41:40+00:00"
|
|
},
|
|
{
|
|
"name": "psr/log",
|
|
"version": "1.1.4",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-fig/log.git",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.1.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Psr\\Log\\": "Psr/Log/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "PHP-FIG",
|
|
"homepage": "https://www.php-fig.org/"
|
|
}
|
|
],
|
|
"description": "Common interface for logging libraries",
|
|
"homepage": "https://github.com/php-fig/log",
|
|
"keywords": [
|
|
"log",
|
|
"psr",
|
|
"psr-3"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
},
|
|
"time": "2021-05-03T11:20:27+00:00"
|
|
},
|
|
{
|
|
"name": "rubix/ml",
|
|
"version": "0.4.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/RubixML/ML.git",
|
|
"reference": "a09521a9cee7be88cbb6671cf647d27547289667"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/RubixML/ML/zipball/a09521a9cee7be88cbb6671cf647d27547289667",
|
|
"reference": "a09521a9cee7be88cbb6671cf647d27547289667",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"amphp/parallel": "^1.3",
|
|
"ext-json": "*",
|
|
"league/flysystem": "^2.1.1",
|
|
"php": ">=7.2",
|
|
"psr/log": "^1.1",
|
|
"rubix/tensor": "^2.2",
|
|
"symfony/polyfill-mbstring": "^1.0",
|
|
"symfony/polyfill-php73": "^1.20",
|
|
"symfony/polyfill-php80": "^1.17"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "2.18.*",
|
|
"league/flysystem-memory": "^2.0",
|
|
"phpbench/phpbench": "1.0.0-alpha6",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "0.12.*",
|
|
"phpstan/phpstan-phpunit": "0.12.*",
|
|
"phpunit/phpunit": "8.5.*"
|
|
},
|
|
"suggest": {
|
|
"ext-gd": "For image manipulation",
|
|
"ext-igbinary": "For binary serialization of persistables",
|
|
"ext-mbstring": "For fast multibyte string manipulation",
|
|
"ext-redis": "To persist models to a Redis DB",
|
|
"ext-svm": "For Support Vector Machine engine (libsvm)",
|
|
"ext-tensor": "For fast Matrix/Vector computing",
|
|
"rubix/extras": "For experimental features"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/constants.php",
|
|
"src/functions.php"
|
|
],
|
|
"psr-4": {
|
|
"Rubix\\ML\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andrew DalPino",
|
|
"email": "support@andrewdalpino.com",
|
|
"homepage": "https://github.com/andrewdalpino",
|
|
"role": "Project Lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/RubixML/ML/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A high-level machine learning and deep learning library for the PHP language.",
|
|
"homepage": "https://rubixml.com",
|
|
"keywords": [
|
|
"Algorithm",
|
|
"Deep learning",
|
|
"Linear regression",
|
|
"Neural network",
|
|
"Rubix",
|
|
"TF-IDF",
|
|
"adaboost",
|
|
"ai",
|
|
"analytics",
|
|
"anomaly detection",
|
|
"artificial intelligence",
|
|
"cart",
|
|
"classification",
|
|
"classifier",
|
|
"clustering",
|
|
"cross validation",
|
|
"data mining",
|
|
"data science",
|
|
"dataset",
|
|
"dbscan",
|
|
"dimensionality reduction",
|
|
"ensemble",
|
|
"estimator",
|
|
"etl",
|
|
"feature extraction",
|
|
"feature importance",
|
|
"feature selection",
|
|
"gaussian mixture",
|
|
"gbm",
|
|
"gmm",
|
|
"gradient boost",
|
|
"grid search",
|
|
"image recognition",
|
|
"imputation",
|
|
"inference",
|
|
"isolation forest",
|
|
"k-means",
|
|
"k-nearest neighbors",
|
|
"kmeans",
|
|
"knn",
|
|
"local outlier factor",
|
|
"loda",
|
|
"lof",
|
|
"logistic regression",
|
|
"machine learning",
|
|
"manifold learning",
|
|
"mean shift",
|
|
"ml",
|
|
"mlp",
|
|
"multilayer perceptron",
|
|
"naive bayes",
|
|
"natural language processing",
|
|
"nearest neighbors",
|
|
"nlp",
|
|
"outlier detection",
|
|
"php",
|
|
"php ai",
|
|
"php machine learning",
|
|
"php ml",
|
|
"prediction",
|
|
"predictive modeling",
|
|
"random forest",
|
|
"ranking",
|
|
"recommendation",
|
|
"regression",
|
|
"regressor",
|
|
"ridge",
|
|
"rubix ml",
|
|
"rubixml",
|
|
"softmax",
|
|
"supervised learning",
|
|
"support vector machine",
|
|
"svm",
|
|
"t-sne",
|
|
"text mining",
|
|
"tf idf",
|
|
"tsne",
|
|
"unsupervised learning"
|
|
],
|
|
"support": {
|
|
"chat": "https://t.me/RubixML",
|
|
"docs": "https://docs.rubixml.com",
|
|
"email": "support@andrewdalpino.com",
|
|
"issues": "https://github.com/RubixML/ML/issues",
|
|
"source": "https://github.com/RubixML/ML"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/sponsors/RubixML",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2022-10-06T20:25:06+00:00"
|
|
},
|
|
{
|
|
"name": "rubix/tensor",
|
|
"version": "2.2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/RubixML/Tensor.git",
|
|
"reference": "35f8b1421fe7c5b2ce9b52e41da5cc457ea270af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/RubixML/Tensor/zipball/35f8b1421fe7c5b2ce9b52e41da5cc457ea270af",
|
|
"reference": "35f8b1421fe7c5b2ce9b52e41da5cc457ea270af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.2"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "2.18.*",
|
|
"phalcon/zephir": "^0.12.20",
|
|
"phpbench/phpbench": "0.16.*",
|
|
"phpstan/extension-installer": "^1.0",
|
|
"phpstan/phpstan": "0.12.*",
|
|
"phpstan/phpstan-phpunit": "0.12.*",
|
|
"phpunit/phpunit": "8.5.*"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"files": [
|
|
"src/constants.php"
|
|
],
|
|
"psr-4": {
|
|
"JAMA\\": "lib/JAMA",
|
|
"Tensor\\": "src/",
|
|
"Zephir\\Optimizers\\FunctionCall\\": "optimizers/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andrew DalPino",
|
|
"email": "support@andrewdalpino.com",
|
|
"homepage": "https://github.com/andrewdalpino",
|
|
"role": "Project Lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/RubixML/Tensor/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "A library and extension that provides objects for scientific computing in PHP.",
|
|
"homepage": "https://github.com/RubixML/Tensor",
|
|
"keywords": [
|
|
"1d convolution",
|
|
"2d convolution",
|
|
"arithmetic",
|
|
"blas",
|
|
"computation",
|
|
"computing",
|
|
"convolution",
|
|
"decomposition",
|
|
"dot product",
|
|
"eigendecomposition",
|
|
"eigenvalue",
|
|
"eigenvector",
|
|
"engineering",
|
|
"extension",
|
|
"lapack",
|
|
"linear algebra",
|
|
"math",
|
|
"matmul",
|
|
"matrix",
|
|
"matrix multiplication",
|
|
"multithreaded",
|
|
"php",
|
|
"php extension",
|
|
"pseudoinverse",
|
|
"scientific computing",
|
|
"signal processing",
|
|
"singular value decomposition",
|
|
"statistics",
|
|
"svd",
|
|
"tensor",
|
|
"trigonometry",
|
|
"vector",
|
|
"vector norm"
|
|
],
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/RubixML",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/andrewdalpino",
|
|
"type": "github"
|
|
}
|
|
],
|
|
"time": "2021-05-25T05:36:16+00:00"
|
|
},
|
|
{
|
|
"name": "sabberworm/php-css-parser",
|
|
"version": "8.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
|
|
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
|
|
"reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-iconv": "*",
|
|
"php": ">=5.6.20"
|
|
},
|
|
"require-dev": {
|
|
"codacy/coverage": "^1.4",
|
|
"phpunit/phpunit": "^4.8.36"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "for parsing UTF-8 CSS"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Sabberworm\\CSS\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Raphael Schweikert"
|
|
}
|
|
],
|
|
"description": "Parser for CSS Files written in PHP",
|
|
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
|
|
"keywords": [
|
|
"css",
|
|
"parser",
|
|
"stylesheet"
|
|
],
|
|
"time": "2021-12-11T13:40:54+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-mbstring",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
"reference": "8ad114f6b39e2c98a8b0e3bd907732c207c2b534",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"provide": {
|
|
"ext-mbstring": "*"
|
|
},
|
|
"suggest": {
|
|
"ext-mbstring": "For best performance"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Mbstring\\": ""
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill for the Mbstring extension",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"mbstring",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.27.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php73",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php73.git",
|
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
|
"reference": "9e8ecb5f92152187c4799efd3c96b78ccab18ff9",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php73\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php73/tree/v1.27.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "symfony/polyfill-php80",
|
|
"version": "v1.27.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
|
"reference": "7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.1"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "1.27-dev"
|
|
},
|
|
"thanks": {
|
|
"name": "symfony/polyfill",
|
|
"url": "https://github.com/symfony/polyfill"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"bootstrap.php"
|
|
],
|
|
"psr-4": {
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
},
|
|
"classmap": [
|
|
"Resources/stubs"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Ion Bazan",
|
|
"email": "ion.bazan@gmail.com"
|
|
},
|
|
{
|
|
"name": "Nicolas Grekas",
|
|
"email": "p@tchwork.com"
|
|
},
|
|
{
|
|
"name": "Symfony Community",
|
|
"homepage": "https://symfony.com/contributors"
|
|
}
|
|
],
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
"homepage": "https://symfony.com",
|
|
"keywords": [
|
|
"compatibility",
|
|
"polyfill",
|
|
"portable",
|
|
"shim"
|
|
],
|
|
"support": {
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.27.0"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://symfony.com/sponsor",
|
|
"type": "custom"
|
|
},
|
|
{
|
|
"url": "https://github.com/fabpot",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2022-11-03T14:55:06+00:00"
|
|
},
|
|
{
|
|
"name": "youthweb/urllinker",
|
|
"version": "1.4.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/youthweb/urllinker.git",
|
|
"reference": "093f392ef35fea4bd1d3b4ad931d5d3af9a4b5bc"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/youthweb/urllinker/zipball/093f392ef35fea4bd1d3b4ad931d5d3af9a4b5bc",
|
|
"reference": "093f392ef35fea4bd1d3b4ad931d5d3af9a4b5bc",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.4 || ^8.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^9"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Youthweb\\UrlLinker\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Søren Løvborg",
|
|
"role": "Developer"
|
|
},
|
|
{
|
|
"name": "Dawid Nowak",
|
|
"email": "code@dnowak.pl",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Autolink URLs in text or html",
|
|
"homepage": "https://github.com/youthweb",
|
|
"support": {
|
|
"issues": "https://github.com/youthweb/urllinker/issues",
|
|
"source": "https://github.com/youthweb/urllinker/tree/1.4.0"
|
|
},
|
|
"time": "2021-03-05T09:22:19+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [
|
|
{
|
|
"name": "christophwurst/nextcloud",
|
|
"version": "v21.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
|
|
"reference": "41e1476b4aed5bce7371895054049eca353729c5"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/41e1476b4aed5bce7371895054049eca353729c5",
|
|
"reference": "41e1476b4aed5bce7371895054049eca353729c5",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.3 || ~8.0.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "21.0.0-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"AGPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Christoph Wurst",
|
|
"email": "christoph@winzerhof-wurst.at"
|
|
}
|
|
],
|
|
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
|
|
"time": "2021-03-01T08:42:25+00:00"
|
|
},
|
|
{
|
|
"name": "psalm/phar",
|
|
"version": "4.30.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/psalm/phar.git",
|
|
"reference": "33723713902e1345904a5c9064ef7848bee0d490"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/psalm/phar/zipball/33723713902e1345904a5c9064ef7848bee0d490",
|
|
"reference": "33723713902e1345904a5c9064ef7848bee0d490",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^7.1 || ^8.0"
|
|
},
|
|
"conflict": {
|
|
"vimeo/psalm": "*"
|
|
},
|
|
"bin": [
|
|
"psalm.phar"
|
|
],
|
|
"type": "library",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"description": "Composer-based Psalm Phar",
|
|
"support": {
|
|
"issues": "https://github.com/psalm/phar/issues",
|
|
"source": "https://github.com/psalm/phar/tree/4.30.0"
|
|
},
|
|
"time": "2022-11-06T20:41:58+00:00"
|
|
},
|
|
{
|
|
"name": "roave/security-advisories",
|
|
"version": "dev-master",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
|
"reference": "ac3658667fbbdd16f2be6f0976b8527f5f9ddf6d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/ac3658667fbbdd16f2be6f0976b8527f5f9ddf6d",
|
|
"reference": "ac3658667fbbdd16f2be6f0976b8527f5f9ddf6d",
|
|
"shasum": ""
|
|
},
|
|
"conflict": {
|
|
"3f/pygmentize": "<1.2",
|
|
"adodb/adodb-php": "<5.20.12",
|
|
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
|
"amazing/media2click": ">=1,<1.3.3",
|
|
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
|
"amphp/http": "<1.0.1",
|
|
"amphp/http-client": ">=4,<4.4",
|
|
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
|
|
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
|
|
"aws/aws-sdk-php": ">=3,<3.2.1",
|
|
"bagisto/bagisto": "<0.1.5",
|
|
"barrelstrength/sprout-base-email": "<1.2.7",
|
|
"barrelstrength/sprout-forms": "<3.9",
|
|
"baserproject/basercms": "<4.4.5",
|
|
"bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
|
|
"bolt/bolt": "<3.7.2",
|
|
"bolt/core": "<4.1.13",
|
|
"brightlocal/phpwhois": "<=4.2.5",
|
|
"buddypress/buddypress": "<5.1.2",
|
|
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
|
"cakephp/cakephp": ">=1.3,<1.3.18|>=2,<2.4.99|>=2.5,<2.5.99|>=2.6,<2.6.12|>=2.7,<2.7.6|>=3,<3.5.18|>=3.6,<3.6.15|>=3.7,<3.7.7",
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
"cartalyst/sentry": "<=2.1.6",
|
|
"centreon/centreon": "<20.10.7",
|
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
|
"codeigniter/framework": "<=3.0.6",
|
|
"composer/composer": "<1.10.22|>=2-alpha.1,<2.0.13",
|
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
|
"contao/core": ">=2,<3.5.39",
|
|
"contao/core-bundle": ">=4,<4.4.52|>=4.5,<4.9.6|= 4.10.0",
|
|
"contao/listing-bundle": ">=4,<4.4.8",
|
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
|
"david-garcia/phpwhois": "<=4.3.1",
|
|
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
|
|
"directmailteam/direct-mail": "<5.2.4",
|
|
"doctrine/annotations": ">=1,<1.2.7",
|
|
"doctrine/cache": ">=1,<1.3.2|>=1.4,<1.4.2",
|
|
"doctrine/common": ">=2,<2.4.3|>=2.5,<2.5.1",
|
|
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2",
|
|
"doctrine/doctrine-bundle": "<1.5.2",
|
|
"doctrine/doctrine-module": "<=0.7.1",
|
|
"doctrine/mongodb-odm": ">=1,<1.0.2",
|
|
"doctrine/mongodb-odm-bundle": ">=2,<3.0.1",
|
|
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
|
"dolibarr/dolibarr": "<11.0.4",
|
|
"dompdf/dompdf": ">=0.6,<0.6.2",
|
|
"drupal/core": ">=7,<7.80|>=8,<8.9.14|>=9,<9.0.12|>=9.1,<9.1.7",
|
|
"drupal/drupal": ">=7,<7.80|>=8,<8.9.14|>=9,<9.0.12|>=9.1,<9.1.7",
|
|
"dweeves/magmi": "<=0.7.24",
|
|
"endroid/qr-code-bundle": "<3.4.2",
|
|
"enshrined/svg-sanitize": "<0.13.1",
|
|
"erusev/parsedown": "<1.7.2",
|
|
"ezsystems/demobundle": ">=5.4,<5.4.6.1",
|
|
"ezsystems/ez-support-tools": ">=2.2,<2.2.3",
|
|
"ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1",
|
|
"ezsystems/ezfind-ls": ">=5.3,<5.3.6.1|>=5.4,<5.4.11.1|>=2017.12,<2017.12.0.1",
|
|
"ezsystems/ezplatform": ">=1.7,<1.7.9.1|>=1.13,<1.13.5.1|>=2.5,<2.5.4",
|
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6",
|
|
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
|
|
"ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<=1.3.1",
|
|
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<=1.3.1",
|
|
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
|
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<=7.5.15.1",
|
|
"ezsystems/ezpublish-legacy": ">=5.3,<5.3.12.6|>=5.4,<5.4.14.2|>=2011,<2017.12.7.3|>=2018.6,<2018.6.1.4|>=2018.9,<2018.9.1.3|>=2019.3,<2019.3.5.1",
|
|
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1",
|
|
"ezyang/htmlpurifier": "<4.1.1",
|
|
"facade/ignition": "<1.16.14|>=2,<2.4.2|>=2.5,<2.5.2",
|
|
"feehi/cms": "<=2.1.1",
|
|
"firebase/php-jwt": "<2",
|
|
"flarum/core": ">=1,<=1.0.1",
|
|
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
|
|
"flarum/tags": "<=0.1-beta.13",
|
|
"fluidtypo3/vhs": "<5.1.1",
|
|
"fooman/tcpdf": "<6.2.22",
|
|
"forkcms/forkcms": "<5.8.3",
|
|
"fossar/tcpdf-parser": "<6.2.22",
|
|
"francoisjacquet/rosariosis": "<6.5.1",
|
|
"friendsofsymfony/oauth2-php": "<1.3",
|
|
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
|
|
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
|
|
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
|
|
"fuel/core": "<1.8.1",
|
|
"getgrav/grav": "<=1.7.10",
|
|
"getkirby/cms": "<3.5.4",
|
|
"getkirby/panel": "<2.5.14",
|
|
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
|
|
"gree/jose": "<=2.2",
|
|
"gregwar/rst": "<1.0.3",
|
|
"guzzlehttp/guzzle": ">=4-rc.2,<4.2.4|>=5,<5.3.1|>=6,<6.2.1",
|
|
"illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
|
|
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
|
|
"illuminate/database": "<6.20.26|>=7,<8.40",
|
|
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
|
|
"illuminate/view": ">=7,<7.1.2",
|
|
"impresscms/impresscms": "<=1.4.2",
|
|
"ivankristianto/phpwhois": "<=4.3",
|
|
"james-heinrich/getid3": "<1.9.9",
|
|
"joomla/archive": "<1.1.10",
|
|
"joomla/session": "<1.3.1",
|
|
"jsmitty12/phpwhois": "<5.1",
|
|
"kazist/phpwhois": "<=4.2.6",
|
|
"kitodo/presentation": "<3.1.2",
|
|
"klaviyo/magento2-extension": ">=1,<3",
|
|
"kreait/firebase-php": ">=3.2,<3.8.1",
|
|
"la-haute-societe/tcpdf": "<6.2.22",
|
|
"laminas/laminas-http": "<2.14.2",
|
|
"laravel/framework": "<6.20.26|>=7,<8.40",
|
|
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
|
|
"league/commonmark": "<0.18.3",
|
|
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
|
|
"librenms/librenms": "<21.1",
|
|
"livewire/livewire": ">2.2.4,<2.2.6",
|
|
"magento/community-edition": ">=2,<2.2.10|>=2.3,<2.3.3",
|
|
"magento/magento1ce": "<1.9.4.3",
|
|
"magento/magento1ee": ">=1,<1.14.4.3",
|
|
"magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2-p.2",
|
|
"marcwillmann/turn": "<0.3.3",
|
|
"mautic/core": "<3.3.2|= 2.13.1",
|
|
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
|
|
"mittwald/typo3_forum": "<1.2.1",
|
|
"monolog/monolog": ">=1.8,<1.12",
|
|
"moodle/moodle": "<3.5.17|>=3.7,<3.7.9|>=3.8,<3.8.8|>=3.9,<3.9.5|>=3.10,<3.10.2",
|
|
"namshi/jose": "<2.2",
|
|
"neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
|
|
"neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
|
"nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
|
|
"nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
|
|
"nystudio107/craft-seomatic": "<3.3",
|
|
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
|
|
"october/backend": "<1.1.2",
|
|
"october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469",
|
|
"october/october": ">=1.0.319,<1.0.466",
|
|
"october/rain": "<1.0.472|>=1.1,<1.1.2",
|
|
"onelogin/php-saml": "<2.10.4",
|
|
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
|
|
"opencart/opencart": "<=3.0.3.2",
|
|
"openid/php-openid": "<2.3",
|
|
"openmage/magento-lts": "<=19.4.12|>=20,<=20.0.8",
|
|
"orchid/platform": ">=9,<9.4.4",
|
|
"oro/crm": ">=1.7,<1.7.4",
|
|
"oro/platform": ">=1.7,<1.7.4",
|
|
"padraic/humbug_get_contents": "<1.1.2",
|
|
"pagarme/pagarme-php": ">=0,<3",
|
|
"paragonie/random_compat": "<2",
|
|
"passbolt/passbolt_api": "<2.11",
|
|
"paypal/merchant-sdk-php": "<3.12",
|
|
"pear/archive_tar": "<1.4.12",
|
|
"personnummer/personnummer": "<3.0.2",
|
|
"phanan/koel": "<5.1.4",
|
|
"phpfastcache/phpfastcache": ">=5,<5.0.13",
|
|
"phpmailer/phpmailer": "<6.5",
|
|
"phpmussel/phpmussel": ">=1,<1.6",
|
|
"phpmyadmin/phpmyadmin": "<4.9.6|>=5,<5.0.3",
|
|
"phpoffice/phpexcel": "<1.8.2",
|
|
"phpoffice/phpspreadsheet": "<1.16",
|
|
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7",
|
|
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5.0.10,<5.6.3",
|
|
"phpwhois/phpwhois": "<=4.2.5",
|
|
"phpxmlrpc/extras": "<0.6.1",
|
|
"pimcore/pimcore": "<6.8.8",
|
|
"pocketmine/pocketmine-mp": "<3.15.4",
|
|
"pressbooks/pressbooks": "<5.18",
|
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
|
"prestashop/contactform": ">1.0.1,<4.3",
|
|
"prestashop/gamification": "<2.3.2",
|
|
"prestashop/productcomments": ">=4,<4.2.1",
|
|
"prestashop/ps_emailsubscription": "<2.6.1",
|
|
"prestashop/ps_facetedsearch": "<3.4.1",
|
|
"privatebin/privatebin": "<1.2.2|>=1.3,<1.3.2",
|
|
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
|
|
"propel/propel1": ">=1,<=1.7.1",
|
|
"pterodactyl/panel": "<0.7.19|>=1-rc.0,<=1-rc.6",
|
|
"pusher/pusher-php-server": "<2.2.1",
|
|
"pwweb/laravel-core": "<=0.3.6-beta",
|
|
"rainlab/debugbar-plugin": "<3.1",
|
|
"rmccue/requests": ">=1.6,<1.8",
|
|
"robrichards/xmlseclibs": "<3.0.4",
|
|
"sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
|
|
"sabre/dav": ">=1.6,<1.6.99|>=1.7,<1.7.11|>=1.8,<1.8.9",
|
|
"scheb/two-factor-bundle": ">=0,<3.26|>=4,<4.11",
|
|
"sensiolabs/connect": "<4.2.3",
|
|
"serluck/phpwhois": "<=4.2.6",
|
|
"shopware/core": "<=6.3.5.2",
|
|
"shopware/platform": "<=6.3.5.2",
|
|
"shopware/production": "<=6.3.5.2",
|
|
"shopware/shopware": "<=5.6.9",
|
|
"silverstripe/admin": ">=1.0.3,<1.0.4|>=1.1,<1.1.1",
|
|
"silverstripe/assets": ">=1,<1.4.7|>=1.5,<1.5.2",
|
|
"silverstripe/cms": "<4.3.6|>=4.4,<4.4.4",
|
|
"silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
|
|
"silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
|
|
"silverstripe/framework": "<4.7.4",
|
|
"silverstripe/graphql": "<=3.5|>=4-alpha.1,<4-alpha.2",
|
|
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
|
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
|
|
"silverstripe/subsites": ">=2,<2.1.1",
|
|
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
|
|
"silverstripe/userforms": "<3",
|
|
"simple-updates/phpwhois": "<=1",
|
|
"simplesamlphp/saml2": "<1.10.6|>=2,<2.3.8|>=3,<3.1.4",
|
|
"simplesamlphp/simplesamlphp": "<1.18.6",
|
|
"simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
|
|
"simplito/elliptic-php": "<1.0.6",
|
|
"slim/slim": "<2.6",
|
|
"smarty/smarty": "<3.1.39",
|
|
"socalnick/scn-social-auth": "<1.15.2",
|
|
"socialiteproviders/steam": "<1.1",
|
|
"spoonity/tcpdf": "<6.2.22",
|
|
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
|
"ssddanbrown/bookstack": "<0.29.2",
|
|
"stormpath/sdk": ">=0,<9.9.99",
|
|
"studio-42/elfinder": "<2.1.59",
|
|
"sulu/sulu": "<1.6.34|>=2,<2.0.10|>=2.1,<2.1.1",
|
|
"swiftmailer/swiftmailer": ">=4,<5.4.5",
|
|
"sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
|
|
"sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
"sylius/grid-bundle": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
|
|
"sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
|
|
"sylius/sylius": "<1.6.9|>=1.7,<1.7.9|>=1.8,<1.8.3",
|
|
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
|
|
"symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
|
|
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
|
|
"symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
|
|
"symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
|
|
"symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
|
|
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5",
|
|
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
|
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
|
|
"symfony/mime": ">=4.3,<4.3.8",
|
|
"symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/polyfill": ">=1,<1.10",
|
|
"symfony/polyfill-php55": ">=1,<1.10",
|
|
"symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
|
|
"symfony/routing": ">=2,<2.0.19",
|
|
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
|
|
"symfony/security-bundle": ">=2,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
|
|
"symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
|
|
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
|
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8|>=5.3,<5.3.2",
|
|
"symfony/serializer": ">=2,<2.0.11",
|
|
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.24|>=5,<5.2.9|>=5.3,<5.3.2",
|
|
"symfony/translation": ">=2,<2.0.17",
|
|
"symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
|
|
"symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
|
|
"symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
|
|
"symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
|
|
"t3/dce": ">=2.2,<2.6.2",
|
|
"t3g/svg-sanitizer": "<1.0.3",
|
|
"tecnickcom/tcpdf": "<6.2.22",
|
|
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
|
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
|
|
"theonedemon/phpwhois": "<=4.2.5",
|
|
"titon/framework": ">=0,<9.9.99",
|
|
"tribalsystems/zenario": "<8.8.53370",
|
|
"truckersmp/phpwhois": "<=4.3.1",
|
|
"twig/twig": "<1.38|>=2,<2.7",
|
|
"typo3/cms": ">=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1",
|
|
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
|
|
"typo3/cms-core": ">=6.2,<=6.2.56|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<9.5.25|>=10,<10.4.14|>=11,<11.1.1",
|
|
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
|
|
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
|
|
"typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
|
|
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
|
"typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
|
|
"ua-parser/uap-php": "<3.8",
|
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
|
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
|
|
"vrana/adminer": "<4.7.9",
|
|
"wallabag/tcpdf": "<6.2.22",
|
|
"wikimedia/parsoid": "<0.12.2",
|
|
"willdurand/js-translation-bundle": "<2.1.1",
|
|
"wp-cli/wp-cli": "<2.5",
|
|
"yii2mod/yii2-cms": "<1.9.2",
|
|
"yiisoft/yii": ">=1.1.14,<1.1.15",
|
|
"yiisoft/yii2": "<2.0.38",
|
|
"yiisoft/yii2-bootstrap": "<2.0.4",
|
|
"yiisoft/yii2-dev": "<2.0.15",
|
|
"yiisoft/yii2-elasticsearch": "<2.0.5",
|
|
"yiisoft/yii2-gii": "<2.0.4",
|
|
"yiisoft/yii2-jui": "<2.0.4",
|
|
"yiisoft/yii2-redis": "<2.0.8",
|
|
"yoast-seo-for-typo3/yoast_seo": "<7.2.1",
|
|
"yourls/yourls": "<1.7.4",
|
|
"zendesk/zendesk_api_client_php": "<2.2.11",
|
|
"zendframework/zend-cache": ">=2.4,<2.4.8|>=2.5,<2.5.3",
|
|
"zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
|
|
"zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
|
|
"zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
|
|
"zendframework/zend-diactoros": ">=1,<1.8.4",
|
|
"zendframework/zend-feed": ">=1,<2.10.3",
|
|
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-http": ">=1,<2.8.1",
|
|
"zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
|
|
"zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
|
|
"zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
|
|
"zendframework/zend-validator": ">=2.3,<2.3.6",
|
|
"zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
|
|
"zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
|
|
"zendframework/zendframework": "<=3",
|
|
"zendframework/zendframework1": "<1.12.20",
|
|
"zendframework/zendopenid": ">=2,<2.0.2",
|
|
"zendframework/zendxml": ">=1,<1.0.1",
|
|
"zetacomponents/mail": "<1.8.2",
|
|
"zf-commons/zfc-user": "<1.2.2",
|
|
"zfcampus/zf-apigility-doctrine": ">=1,<1.0.3",
|
|
"zfr/zfr-oauth2-server-module": "<0.1.2",
|
|
"zoujingli/thinkadmin": "<6.0.22"
|
|
},
|
|
"type": "metapackage",
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Marco Pivetta",
|
|
"email": "ocramius@gmail.com",
|
|
"role": "maintainer"
|
|
},
|
|
{
|
|
"name": "Ilya Tribusean",
|
|
"email": "slash3b@gmail.com",
|
|
"role": "maintainer"
|
|
}
|
|
],
|
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/Ocramius",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
|
|
"type": "tidelift"
|
|
}
|
|
],
|
|
"time": "2021-06-17T16:09:58+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": {
|
|
"roave/security-advisories": 20
|
|
},
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=7.4 <=8.1"
|
|
},
|
|
"platform-dev": [],
|
|
"platform-overrides": {
|
|
"php": "7.4"
|
|
},
|
|
"plugin-api-version": "2.3.0"
|
|
}
|