2014-11-26 18:50:50 +03:00
|
|
|
{
|
|
|
|
"_readme": [
|
|
|
|
"This file locks the dependencies of your project to a known state",
|
2018-05-29 14:32:36 +03:00
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
2014-11-26 18:50:50 +03:00
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2024-09-14 00:16:01 +03:00
|
|
|
"content-hash": "d819eff83d42c2dc823cdba3934c1c72",
|
2014-11-26 18:50:50 +03:00
|
|
|
"packages": [
|
2020-05-26 16:25:07 +03:00
|
|
|
{
|
|
|
|
"name": "amphp/amp",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v2.6.4",
|
2020-05-26 16:25:07 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/amp.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
|
|
|
|
"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
|
2020-05-26 16:25:07 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-07-17 04:04:41 +03:00
|
|
|
"php": ">=7.1"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"ext-json": "*",
|
|
|
|
"jetbrains/phpstorm-stubs": "^2019.3",
|
2021-07-17 04:04:41 +03:00
|
|
|
"phpunit/phpunit": "^7 | ^8 | ^9",
|
2024-07-17 03:55:37 +03:00
|
|
|
"react/promise": "^2",
|
|
|
|
"vimeo/psalm": "^3.12"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"lib/functions.php",
|
|
|
|
"lib/Internal/functions.php"
|
2022-02-26 06:02:46 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\": "lib"
|
|
|
|
}
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"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.",
|
2022-02-28 11:56:23 +03:00
|
|
|
"homepage": "https://amphp.org/amp",
|
2020-05-26 16:25:07 +03:00
|
|
|
"keywords": [
|
|
|
|
"async",
|
|
|
|
"asynchronous",
|
|
|
|
"awaitable",
|
|
|
|
"concurrency",
|
|
|
|
"event",
|
|
|
|
"event-loop",
|
|
|
|
"future",
|
|
|
|
"non-blocking",
|
|
|
|
"promise"
|
|
|
|
],
|
2022-07-07 14:40:25 +03:00
|
|
|
"support": {
|
|
|
|
"irc": "irc://irc.freenode.org/amphp",
|
|
|
|
"issues": "https://github.com/amphp/amp/issues",
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/amphp/amp/tree/v2.6.4"
|
2022-07-07 14:40:25 +03:00
|
|
|
},
|
2020-07-18 04:20:54 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/amphp",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-03-21T18:52:26+00:00"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/byte-stream",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.8.2",
|
2020-05-26 16:25:07 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/byte-stream.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc",
|
|
|
|
"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc",
|
2020-05-26 16:25:07 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-08-08 04:17:31 +03:00
|
|
|
"amphp/amp": "^2",
|
|
|
|
"php": ">=7.1"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
2020-08-08 04:17:31 +03:00
|
|
|
"amphp/phpunit-util": "^1.4",
|
2020-05-26 16:25:07 +03:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.3",
|
|
|
|
"jetbrains/phpstorm-stubs": "^2019.3",
|
|
|
|
"phpunit/phpunit": "^6 || ^7 || ^8",
|
2020-08-08 04:17:31 +03:00
|
|
|
"psalm/phar": "^3.11.4"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-02-21 13:47:53 +03:00
|
|
|
"files": [
|
|
|
|
"lib/functions.php"
|
2022-02-26 06:02:46 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\ByteStream\\": "lib"
|
|
|
|
}
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"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.",
|
2024-07-17 03:55:37 +03:00
|
|
|
"homepage": "https://amphp.org/byte-stream",
|
2020-05-26 16:25:07 +03:00
|
|
|
"keywords": [
|
|
|
|
"amp",
|
|
|
|
"amphp",
|
|
|
|
"async",
|
|
|
|
"io",
|
|
|
|
"non-blocking",
|
|
|
|
"stream"
|
|
|
|
],
|
2022-07-07 14:40:25 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/amphp/byte-stream/issues",
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/amphp/byte-stream/tree/v1.8.2"
|
2022-07-07 14:40:25 +03:00
|
|
|
},
|
2021-04-03 04:03:02 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/amphp",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-04-13T18:00:56+00:00"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/parallel",
|
2023-05-17 05:04:18 +03:00
|
|
|
"version": "v1.4.3",
|
2020-05-26 16:25:07 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/parallel.git",
|
2023-05-17 05:04:18 +03:00
|
|
|
"reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-05-17 05:04:18 +03:00
|
|
|
"url": "https://api.github.com/repos/amphp/parallel/zipball/3aac213ba7858566fd83d38ccb85b91b2d652cb0",
|
|
|
|
"reference": "3aac213ba7858566fd83d38ccb85b91b2d652cb0",
|
2020-05-26 16:25:07 +03:00
|
|
|
"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"
|
2022-02-26 06:02:46 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Parallel\\": "lib"
|
|
|
|
}
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/amphp/parallel/issues",
|
2023-05-17 05:04:18 +03:00
|
|
|
"source": "https://github.com/amphp/parallel/tree/v1.4.3"
|
2023-01-03 18:45:32 +03:00
|
|
|
},
|
2021-10-30 05:12:04 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/amphp",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2023-05-17 05:04:18 +03:00
|
|
|
"time": "2023-03-23T08:04:23+00:00"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/parser",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.1.1",
|
2020-05-26 16:25:07 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/parser.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/amphp/parser/zipball/3cf1f8b32a0171d4b1bed93d25617637a77cded7",
|
|
|
|
"reference": "3cf1f8b32a0171d4b1bed93d25617637a77cded7",
|
2020-05-26 16:25:07 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"php": ">=7.4"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"amphp/php-cs-fixer-config": "^2",
|
|
|
|
"phpunit/phpunit": "^9",
|
|
|
|
"psalm/phar": "^5.4"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"Amp\\Parser\\": "src"
|
2020-05-26 16:25:07 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2023-01-03 18:45:32 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2020-05-26 16:25:07 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A generator parser to make streaming parsers simple.",
|
|
|
|
"homepage": "https://github.com/amphp/parser",
|
|
|
|
"keywords": [
|
|
|
|
"async",
|
|
|
|
"non-blocking",
|
|
|
|
"parser",
|
|
|
|
"stream"
|
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/amphp/parser/issues",
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/amphp/parser/tree/v1.1.1"
|
2023-01-03 18:45:32 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/amphp",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-03-21T19:16:53+00:00"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/process",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.1.7",
|
2020-05-26 16:25:07 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/process.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "1949d85b6d71af2818ff68144304a98495628f19"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/amphp/process/zipball/1949d85b6d71af2818ff68144304a98495628f19",
|
|
|
|
"reference": "1949d85b6d71af2818ff68144304a98495628f19",
|
2020-05-26 16:25:07 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/amp": "^2",
|
|
|
|
"amphp/byte-stream": "^1.4",
|
2024-07-17 03:55:37 +03:00
|
|
|
"php": ">=7.1"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"amphp/php-cs-fixer-config": "dev-master",
|
|
|
|
"amphp/phpunit-util": "^1",
|
|
|
|
"phpunit/phpunit": "^6"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-02-21 13:47:53 +03:00
|
|
|
"files": [
|
|
|
|
"lib/functions.php"
|
2022-02-26 06:02:46 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Process\\": "lib"
|
|
|
|
}
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Bob Weinand",
|
|
|
|
"email": "bobwei9@hotmail.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Aaron Piotrowski",
|
|
|
|
"email": "aaron@trowski.com"
|
2021-04-03 04:03:02 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Niklas Keller",
|
|
|
|
"email": "me@kelunik.com"
|
2020-05-26 16:25:07 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Asynchronous process manager.",
|
|
|
|
"homepage": "https://github.com/amphp/process",
|
2022-07-07 14:40:25 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/amphp/process/issues",
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/amphp/process/tree/v1.1.7"
|
2022-07-07 14:40:25 +03:00
|
|
|
},
|
2021-04-03 04:03:02 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/amphp",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-04-19T03:00:28+00:00"
|
2020-05-26 16:25:07 +03: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": {
|
2022-03-17 12:39:25 +03:00
|
|
|
"files": [
|
|
|
|
"src/functions.php"
|
2023-01-03 18:45:32 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Serialization\\": "src"
|
|
|
|
}
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/amphp/serialization/issues",
|
|
|
|
"source": "https://github.com/amphp/serialization/tree/master"
|
|
|
|
},
|
2020-05-26 16:25:07 +03:00
|
|
|
"time": "2020-03-25T21:39:07+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "amphp/sync",
|
2021-10-30 05:12:04 +03:00
|
|
|
"version": "v1.4.2",
|
2020-05-26 16:25:07 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/amphp/sync.git",
|
2021-10-30 05:12:04 +03:00
|
|
|
"reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-10-30 05:12:04 +03:00
|
|
|
"url": "https://api.github.com/repos/amphp/sync/zipball/85ab06764f4f36d63b1356b466df6111cf4b89cf",
|
|
|
|
"reference": "85ab06764f4f36d63b1356b466df6111cf4b89cf",
|
2020-05-26 16:25:07 +03:00
|
|
|
"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"
|
2022-02-26 06:02:46 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Amp\\Sync\\": "src"
|
|
|
|
}
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/amphp/sync/issues",
|
|
|
|
"source": "https://github.com/amphp/sync/tree/v1.4.2"
|
|
|
|
},
|
2021-10-30 05:12:04 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/amphp",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-10-25T18:29:10+00:00"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
2023-01-30 16:12:36 +03:00
|
|
|
{
|
|
|
|
"name": "andrewdalpino/okbloomer",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/andrewdalpino/OkBloomer.git",
|
|
|
|
"reference": "39321cb515c1e99128d28489b0187120ba7ce84c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/andrewdalpino/OkBloomer/zipball/39321cb515c1e99128d28489b0187120ba7ce84c",
|
|
|
|
"reference": "39321cb515c1e99128d28489b0187120ba7ce84c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.4"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|
|
|
"phpbench/phpbench": "^1.0",
|
|
|
|
"phpstan/extension-installer": "^1.0",
|
|
|
|
"phpstan/phpstan": "^1.0",
|
|
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"OkBloomer\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andrew DalPino",
|
|
|
|
"email": "support@andrewdalpino.com",
|
|
|
|
"homepage": "https://github.com/andrewdalpino",
|
|
|
|
"role": "Lead Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "An autoscaling Bloom filter with ultra-low memory usage for PHP.",
|
|
|
|
"keywords": [
|
|
|
|
"Bloom Filter",
|
|
|
|
"layered bloom filter",
|
|
|
|
"scalable bloom filter"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"docs": "https://github.com/andrewdalpino/OkBloomer/README.md",
|
|
|
|
"email": "support@andrewdalpino.com",
|
|
|
|
"issues": "https://github.com/andrewdalpino/OkBloomer/issues",
|
|
|
|
"source": "https://github.com/andrewdalpino/OkBloomer"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sponsors/andrewdalpino",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2022-01-24T03:41:23+00:00"
|
|
|
|
},
|
2017-12-04 11:34:41 +03:00
|
|
|
{
|
|
|
|
"name": "arthurhoaro/favicon",
|
2023-10-25 03:35:37 +03:00
|
|
|
"version": "v2.0.0",
|
2017-12-04 11:34:41 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ArthurHoaro/favicon.git",
|
2023-10-25 03:35:37 +03:00
|
|
|
"reference": "44f1e0d0d22e71472f2ecd2b8bec33ebae582c4c"
|
2017-12-04 11:34:41 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-10-25 03:35:37 +03:00
|
|
|
"url": "https://api.github.com/repos/ArthurHoaro/favicon/zipball/44f1e0d0d22e71472f2ecd2b8bec33ebae582c4c",
|
|
|
|
"reference": "44f1e0d0d22e71472f2ecd2b8bec33ebae582c4c",
|
2017-12-04 11:34:41 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-14 12:42:33 +03:00
|
|
|
"ext-dom": "*",
|
|
|
|
"ext-fileinfo": "*",
|
2023-10-25 03:35:37 +03:00
|
|
|
"php": "^8.0"
|
2017-12-04 11:34:41 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-10-25 03:35:37 +03:00
|
|
|
"phpunit/phpunit": "^10.0",
|
2021-02-18 12:15:39 +03:00
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
2017-12-04 11:34:41 +03:00
|
|
|
"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"
|
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ArthurHoaro/favicon/issues",
|
2023-10-25 03:35:37 +03:00
|
|
|
"source": "https://github.com/ArthurHoaro/favicon/tree/v2.0.0",
|
2023-01-03 18:45:32 +03:00
|
|
|
"sources": "https://github.com/ArthurHoaro/favicon"
|
|
|
|
},
|
2023-10-25 03:35:37 +03:00
|
|
|
"time": "2023-10-22T00:43:56+00:00"
|
2017-12-04 11:34:41 +03:00
|
|
|
},
|
2021-03-02 11:47:33 +03:00
|
|
|
{
|
|
|
|
"name": "bamarni/composer-bin-plugin",
|
2022-11-05 05:00:39 +03:00
|
|
|
"version": "1.8.2",
|
2021-03-02 11:47:33 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bamarni/composer-bin-plugin.git",
|
2022-11-05 05:00:39 +03:00
|
|
|
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
|
2021-03-02 11:47:33 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-11-05 05:00:39 +03:00
|
|
|
"url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
|
|
|
|
"reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
|
2021-03-02 11:47:33 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-07-07 14:40:21 +03:00
|
|
|
"composer-plugin-api": "^2.0",
|
|
|
|
"php": "^7.2.5 || ^8.0"
|
2021-03-02 11:47:33 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-07-07 14:40:21 +03:00
|
|
|
"composer/composer": "^2.0",
|
2022-08-06 06:38:23 +03:00
|
|
|
"ext-json": "*",
|
2022-07-07 14:40:21 +03:00
|
|
|
"phpstan/extension-installer": "^1.1",
|
2022-08-06 06:38:23 +03:00
|
|
|
"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"
|
2021-03-02 11:47:33 +03:00
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
2022-08-06 06:38:23 +03:00
|
|
|
"class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
|
2021-03-02 11:47:33 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
],
|
2022-07-07 14:40:21 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/bamarni/composer-bin-plugin/issues",
|
2022-11-05 05:00:39 +03:00
|
|
|
"source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2"
|
2022-07-07 14:40:21 +03:00
|
|
|
},
|
2022-11-05 05:00:39 +03:00
|
|
|
"time": "2022-10-31T08:38:03+00:00"
|
2021-03-02 11:47:33 +03:00
|
|
|
},
|
2017-08-24 19:23:56 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-crypt-blowfish",
|
2022-12-18 17:42:20 +03:00
|
|
|
"version": "v1.3.0",
|
2017-08-24 19:23:56 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Crypt_Blowfish.git",
|
2022-12-18 17:42:20 +03:00
|
|
|
"reference": "c1888c663374f8931d0d84768e3c61c53ee8aa4e"
|
2017-08-24 19:23:56 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-12-18 17:42:20 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Crypt_Blowfish/zipball/c1888c663374f8931d0d84768e3c61c53ee8aa4e",
|
|
|
|
"reference": "c1888c663374f8931d0d84768e3c61c53ee8aa4e",
|
2017-08-24 19:23:56 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2019-08-02 13:57:08 +03:00
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-exception": "^2",
|
|
|
|
"bytestream/horde-support": "^2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2019-08-02 13:57:08 +03:00
|
|
|
},
|
2018-04-17 01:13:38 +03:00
|
|
|
"require-dev": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"phpunit/phpunit": "^9.5"
|
2018-04-17 01:13:38 +03:00
|
|
|
},
|
2017-08-24 19:23:56 +03:00
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Crypt_Blowfish": "lib/"
|
|
|
|
}
|
2017-08-24 19:23:56 +03:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
2017-08-24 19:23:56 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2017-08-24 19:23:56 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde Blowfish encryption library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Crypt_Blowfish",
|
|
|
|
"support": {
|
2022-12-18 17:42:20 +03:00
|
|
|
"source": "https://github.com/bytestream/Crypt_Blowfish/tree/v1.3.0"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-12-18 17:42:20 +03:00
|
|
|
"time": "2022-12-12T11:35:44+00:00"
|
2017-08-24 19:23:56 +03:00
|
|
|
},
|
2019-10-10 14:36:35 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-exception",
|
2022-12-17 06:01:42 +03:00
|
|
|
"version": "v2.2.0",
|
2019-10-10 14:36:35 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Exception.git",
|
2022-12-17 06:01:42 +03:00
|
|
|
"reference": "d0f25e79a21f7de648f27ea49b902d13f596d5ca"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-12-17 06:01:42 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Exception/zipball/d0f25e79a21f7de648f27ea49b902d13f596d5ca",
|
|
|
|
"reference": "d0f25e79a21f7de648f27ea49b902d13f596d5ca",
|
2019-10-10 14:36:35 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-translation": "^2.2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"pear/pear-core-minimal": "^1.10",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Exception": "lib/"
|
2019-10-10 14:36:35 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
2019-10-10 14:36:35 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2019-10-10 14:36:35 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde exception handler library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Exception",
|
|
|
|
"support": {
|
2022-12-17 06:01:42 +03:00
|
|
|
"source": "https://github.com/bytestream/Exception/tree/v2.2.0"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-12-17 06:01:42 +03:00
|
|
|
"time": "2022-12-12T12:10:17+00:00"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-idna",
|
2022-07-09 04:04:47 +03:00
|
|
|
"version": "v1.2.1",
|
2019-10-10 14:36:35 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Idna.git",
|
2022-07-09 04:04:47 +03:00
|
|
|
"reference": "e625a869cd73c92d891dd63cf9558104d4d2e9d4"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-07-09 04:04:47 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Idna/zipball/e625a869cd73c92d891dd63cf9558104d4d2e9d4",
|
|
|
|
"reference": "e625a869cd73c92d891dd63cf9558104d4d2e9d4",
|
2019-10-10 14:36:35 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-exception": "^2",
|
|
|
|
"bytestream/horde-util": "^2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "*"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Idna": "lib/"
|
2019-10-10 14:36:35 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"BSD-2-Clause"
|
2019-10-10 14:36:35 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2019-10-10 14:36:35 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde IDNA normalization library",
|
|
|
|
"homepage": "https://www.horde.org",
|
|
|
|
"support": {
|
2022-07-09 04:04:47 +03:00
|
|
|
"source": "https://github.com/bytestream/Idna/tree/v1.2.1"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-07-09 04:04:47 +03:00
|
|
|
"time": "2022-07-07T11:36:13+00:00"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-imap-client",
|
2024-03-13 12:06:46 +03:00
|
|
|
"version": "v2.33.2",
|
2019-10-10 14:36:35 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Imap_Client.git",
|
2024-03-13 12:06:46 +03:00
|
|
|
"reference": "406b4d1935bb2f5f0c8bca06337c48332a91b089"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-03-13 12:06:46 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Imap_Client/zipball/406b4d1935bb2f5f0c8bca06337c48332a91b089",
|
|
|
|
"reference": "406b4d1935bb2f5f0c8bca06337c48332a91b089",
|
2019-10-10 14:36:35 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Imap_Client": "lib/"
|
2019-10-10 14:36:35 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
2019-10-10 14:36:35 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2019-10-10 14:36:35 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde IMAP client library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Imap_Client",
|
|
|
|
"support": {
|
2024-03-13 12:06:46 +03:00
|
|
|
"source": "https://github.com/bytestream/Imap_Client/tree/v2.33.2"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2024-03-13 12:06:46 +03:00
|
|
|
"time": "2024-03-12T16:06:04+00:00"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
2020-05-15 17:38:08 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-listheaders",
|
|
|
|
"version": "v1.3.0",
|
2020-05-15 17:38:08 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/ListHeaders.git",
|
|
|
|
"reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202"
|
2020-05-15 17:38:08 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/ListHeaders/zipball/2a0193be55ad69c210b6a8849b9df05cd4e3c202",
|
|
|
|
"reference": "2a0193be55ad69c210b6a8849b9df05cd4e3c202",
|
2020-05-15 17:38:08 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2020-05-15 17:38:08 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
2022-04-27 18:48:20 +03:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2020-05-15 17:38:08 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_ListHeaders": "lib/"
|
2020-05-15 17:38:08 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
2020-05-15 17:38:08 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2020-05-15 17:38:08 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2020-05-15 17:38:08 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-mail",
|
2022-05-23 12:23:12 +03:00
|
|
|
"version": "v2.7.1",
|
2014-11-26 18:50:50 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Mail.git",
|
2022-05-23 12:23:12 +03:00
|
|
|
"reference": "73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-05-23 12:23:12 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Mail/zipball/73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e",
|
|
|
|
"reference": "73f5798734caaf7c6aa3e7348ddc9e0d0b6a768e",
|
2014-11-26 18:50:50 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
2022-04-27 18:48:20 +03:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"autoload": {
|
2022-02-26 06:02:46 +03:00
|
|
|
"psr-0": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"Horde_Mail": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"BSD-2-Clause"
|
2014-11-26 18:50:50 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2014-11-26 18:50:50 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde mail library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Mail",
|
|
|
|
"support": {
|
2022-05-23 12:23:12 +03:00
|
|
|
"source": "https://github.com/bytestream/Mail/tree/v2.7.1"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-05-23 12:23:12 +03:00
|
|
|
"time": "2022-05-23T09:07:13+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2017-08-25 18:10:01 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-mime",
|
2024-08-14 04:54:37 +03:00
|
|
|
"version": "v2.13.2",
|
2017-08-25 18:10:01 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Mime.git",
|
2024-08-14 04:54:37 +03:00
|
|
|
"reference": "63eb21725983e437536d457135719df5a42e3cf4"
|
2017-08-25 18:10:01 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-08-14 04:54:37 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Mime/zipball/63eb21725983e437536d457135719df5a42e3cf4",
|
|
|
|
"reference": "63eb21725983e437536d457135719df5a42e3cf4",
|
2017-08-25 18:10:01 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2017-08-25 18:10:01 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-text-filter": "^2.4",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2017-08-25 18:10:01 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"dev-master": "2.x-dev"
|
2017-08-25 18:10:01 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Mime": "lib/"
|
2017-08-25 18:10:01 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
2017-08-25 18:10:01 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Chuck Hagenbuch",
|
|
|
|
"email": "chuck@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2017-08-25 18:10:01 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "MIME library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Mime",
|
|
|
|
"support": {
|
2024-08-14 04:54:37 +03:00
|
|
|
"source": "https://github.com/bytestream/Mime/tree/v2.13.2"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2024-08-14 04:54:37 +03:00
|
|
|
"time": "2024-08-12T14:10:09+00:00"
|
2017-08-25 18:10:01 +03:00
|
|
|
},
|
2021-03-10 17:01:32 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-secret",
|
|
|
|
"version": "v2.1.0",
|
2021-03-10 17:01:32 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Secret.git",
|
|
|
|
"reference": "75d1575820d4422ad8c485fd3606652948d9f2b6"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Secret/zipball/75d1575820d4422ad8c485fd3606652948d9f2b6",
|
|
|
|
"reference": "75d1575820d4422ad8c485fd3606652948d9f2b6",
|
2021-03-10 17:01:32 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-crypt-blowfish": "^1",
|
|
|
|
"bytestream/horde-exception": "^2",
|
|
|
|
"bytestream/horde-support": "^2",
|
|
|
|
"ext-hash": "*",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"phpunit/phpunit": "^9.5"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Secret": "lib/"
|
2021-03-10 17:01:32 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
2021-03-10 17:01:32 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Chuck Hagenbuch",
|
|
|
|
"email": "chuck@horde.org",
|
|
|
|
"role": "lead"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2021-03-10 17:01:32 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-socket-client",
|
|
|
|
"version": "v2.2.1",
|
2021-03-10 17:01:32 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://github.com/bytestream/Socket_Client.git",
|
|
|
|
"reference": "7687d26b43c65bbabdd9b6452770aaddea82946d"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-04-27 18:48:20 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Socket_Client/zipball/7687d26b43c65bbabdd9b6452770aaddea82946d",
|
|
|
|
"reference": "7687d26b43c65bbabdd9b6452770aaddea82946d",
|
2021-03-10 17:01:32 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-exception": "^2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"suggest": {
|
|
|
|
"ext-openssl": "*"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"Horde\\Socket\\": "lib/Horde/Socket"
|
2021-03-10 17:01:32 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
2021-03-10 17:01:32 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
2021-03-10 17:01:32 +03:00
|
|
|
}
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2021-03-10 17:01:32 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-stream",
|
2022-05-25 16:11:50 +03:00
|
|
|
"version": "v1.7.1",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Stream.git",
|
2022-05-25 16:11:50 +03:00
|
|
|
"reference": "5b3a75eb2118d16af43b9ec59bab7b1b5d1d2289"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2022-05-25 16:11:50 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Stream/zipball/5b3a75eb2118d16af43b9ec59bab7b1b5d1d2289",
|
|
|
|
"reference": "5b3a75eb2118d16af43b9ec59bab7b1b5d1d2289",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-exception": "^2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"bytestream/horde-stream-wrapper": "^2.2",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2014-11-26 18:50:50 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Stream": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
|
|
|
"LGPL-2.1"
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Horde PHP streams library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Stream",
|
|
|
|
"support": {
|
2022-05-25 16:11:50 +03:00
|
|
|
"source": "https://github.com/bytestream/Stream/tree/v1.7.1"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-05-25 16:11:50 +03:00
|
|
|
"time": "2022-05-25T11:46:14+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-stream-filter",
|
2022-05-23 18:40:57 +03:00
|
|
|
"version": "v2.1.1",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Stream_Filter.git",
|
2022-05-23 18:40:57 +03:00
|
|
|
"reference": "ce3663e2baa11cd6bb927968fcb7cd90813f5355"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2022-05-23 18:40:57 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Stream_Filter/zipball/ce3663e2baa11cd6bb927968fcb7cd90813f5355",
|
|
|
|
"reference": "ce3663e2baa11cd6bb927968fcb7cd90813f5355",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"php": "^7.4 || ^8.0"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2014-11-26 18:50:50 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Stream_Filter": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
|
|
|
"LGPL-2.1"
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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": {
|
2022-05-23 18:40:57 +03:00
|
|
|
"source": "https://github.com/bytestream/Stream_Filter/tree/v2.1.1"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-05-23 18:40:57 +03:00
|
|
|
"time": "2022-05-23T14:46:54+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-stream-wrapper",
|
|
|
|
"version": "v2.2.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Stream_Wrapper.git",
|
|
|
|
"reference": "d9b8637203a3f7cdddf6a46691021a93604aae10"
|
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/bytestream/Stream_Wrapper/zipball/d9b8637203a3f7cdddf6a46691021a93604aae10",
|
|
|
|
"reference": "d9b8637203a3f7cdddf6a46691021a93604aae10",
|
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"php": "^7.4 || ^8.0"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2014-11-26 18:50:50 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Stream_Wrapper": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Chuck Hagenbuch",
|
|
|
|
"email": "chuck@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
2015-04-20 22:15:42 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2015-04-20 22:15:42 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-stringprep",
|
2022-12-24 05:00:31 +03:00
|
|
|
"version": "v1.2.1",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Stringprep.git",
|
2022-12-24 05:00:31 +03:00
|
|
|
"reference": "ab90e418923f86b069b6e9a3d5f6a73f62255691"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2015-04-20 22:15:42 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2022-12-24 05:00:31 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Stringprep/zipball/ab90e418923f86b069b6e9a3d5f6a73f62255691",
|
|
|
|
"reference": "ab90e418923f86b069b6e9a3d5f6a73f62255691",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2015-04-20 22:15:42 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"ext-iconv": "*",
|
|
|
|
"ext-intl": "*",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2015-04-20 22:15:42 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2015-04-20 22:15:42 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Stringprep": "lib/"
|
|
|
|
}
|
2015-04-20 22:15:42 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-3.0"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
2015-04-20 22:15:42 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde internationalized strings preparation library",
|
|
|
|
"homepage": "https://www.horde.org",
|
|
|
|
"support": {
|
2022-12-24 05:00:31 +03:00
|
|
|
"source": "https://github.com/bytestream/Stringprep/tree/v1.2.1"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-12-24 05:00:31 +03:00
|
|
|
"time": "2022-12-12T12:31:30+00:00"
|
2015-04-20 22:15:42 +03:00
|
|
|
},
|
2018-06-26 08:47:17 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-support",
|
2022-12-17 06:01:42 +03:00
|
|
|
"version": "v2.4.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Support.git",
|
2022-12-17 06:01:42 +03:00
|
|
|
"reference": "6e5d9594cf42f470ce1e2622a91a2acdf26d8ec0"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2018-06-26 08:47:17 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2022-12-17 06:01:42 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Support/zipball/6e5d9594cf42f470ce1e2622a91a2acdf26d8ec0",
|
|
|
|
"reference": "6e5d9594cf42f470ce1e2622a91a2acdf26d8ec0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2018-06-26 08:47:17 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"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",
|
2018-06-26 08:47:17 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Support": "lib/"
|
|
|
|
}
|
2018-06-26 08:47:17 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2018-06-26 08:47:17 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
|
|
|
}
|
2018-06-26 08:47:17 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde Supporting library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Support",
|
|
|
|
"support": {
|
2022-12-17 06:01:42 +03:00
|
|
|
"source": "https://github.com/bytestream/Support/tree/v2.4.0"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-12-17 06:01:42 +03:00
|
|
|
"time": "2022-12-12T11:11:32+00:00"
|
2018-06-26 08:47:17 +03:00
|
|
|
},
|
2014-12-05 12:11:10 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-text-filter",
|
2022-12-18 17:42:20 +03:00
|
|
|
"version": "v2.5.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Text_Filter.git",
|
2022-12-18 17:42:20 +03:00
|
|
|
"reference": "f4654f42665c1784911c63de22f3ab2eca682380"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-12-05 12:11:10 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2022-12-18 17:42:20 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Text_Filter/zipball/f4654f42665c1784911c63de22f3ab2eca682380",
|
|
|
|
"reference": "f4654f42665c1784911c63de22f3ab2eca682380",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-12-05 12:11:10 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-exception": "^2",
|
|
|
|
"bytestream/horde-idna": "^1",
|
|
|
|
"bytestream/horde-secret": "^2",
|
|
|
|
"bytestream/horde-util": "^2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2014-12-05 12:11:10 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"bytestream/horde-text-flowed": "^2.1",
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2014-12-05 12:11:10 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2014-12-05 12:11:10 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Text_Filter": "lib/"
|
|
|
|
}
|
2014-12-05 12:11:10 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
|
|
|
"LGPL-2.1"
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
|
|
|
}
|
2015-04-20 22:15:42 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "Horde text filtering and conversion library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Text_Filter",
|
|
|
|
"support": {
|
2022-12-18 17:42:20 +03:00
|
|
|
"source": "https://github.com/bytestream/Text_Filter/tree/v2.5.0"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-12-18 17:42:20 +03:00
|
|
|
"time": "2022-12-12T11:55:30+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2021-01-27 18:54:37 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-text-flowed",
|
|
|
|
"version": "v2.1.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Text_Flowed.git",
|
|
|
|
"reference": "97153c2e68a600662c54eb02e973eda797134de1"
|
|
|
|
},
|
2021-01-27 18:54:37 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/bytestream/Text_Flowed/zipball/97153c2e68a600662c54eb02e973eda797134de1",
|
|
|
|
"reference": "97153c2e68a600662c54eb02e973eda797134de1",
|
|
|
|
"shasum": ""
|
2021-01-27 18:54:37 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-util": "^2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2021-01-27 18:54:37 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2021-01-27 18:54:37 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2021-01-27 18:54:37 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Text_Flowed": "lib/"
|
|
|
|
}
|
2021-01-27 18:54:37 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2021-01-27 18:54:37 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
2021-01-27 18:54:37 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2021-01-27 18:54:37 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-translation",
|
2023-01-03 18:45:32 +03:00
|
|
|
"version": "v2.3.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Translation.git",
|
2023-01-03 18:45:32 +03:00
|
|
|
"reference": "50b32bf614164e3e44deb23f4210e709f967cbc6"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2023-01-03 18:45:32 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Translation/zipball/50b32bf614164e3e44deb23f4210e709f967cbc6",
|
|
|
|
"reference": "50b32bf614164e3e44deb23f4210e709f967cbc6",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"php": "^7.4 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
2014-11-26 18:50:50 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Translation": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
|
|
|
"LGPL-2.1"
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jan Schneider",
|
|
|
|
"email": "jan@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Horde Translation library",
|
|
|
|
"homepage": "https://www.horde.org/libraries/Horde_Translation",
|
|
|
|
"support": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"source": "https://github.com/bytestream/Translation/tree/v2.3.0"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2023-01-03 18:45:32 +03:00
|
|
|
"time": "2021-12-20T20:30:50+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "bytestream/horde-util",
|
2022-12-17 06:01:42 +03:00
|
|
|
"version": "v2.7.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bytestream/Util.git",
|
2022-12-17 06:01:42 +03:00
|
|
|
"reference": "131e873b5e0f2acff913d16d47c3f9467f2b9f5a"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2022-12-17 06:01:42 +03:00
|
|
|
"url": "https://api.github.com/repos/bytestream/Util/zipball/131e873b5e0f2acff913d16d47c3f9467f2b9f5a",
|
|
|
|
"reference": "131e873b5e0f2acff913d16d47c3f9467f2b9f5a",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"ext-dom": "*",
|
2022-12-17 06:01:42 +03:00
|
|
|
"php": "^7.4 || ^8.0",
|
|
|
|
"symfony/polyfill-php72": "^1.27"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2014-11-26 18:50:50 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
|
|
|
"LGPL-2.1"
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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": {
|
2022-12-17 06:01:42 +03:00
|
|
|
"source": "https://github.com/bytestream/Util/tree/v2.7.0"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-12-17 06:01:42 +03:00
|
|
|
"time": "2022-12-12T10:10:21+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "cerdic/css-tidy",
|
2023-09-27 04:30:41 +03:00
|
|
|
"version": "v2.1.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Cerdic/CSSTidy.git",
|
2023-09-27 04:30:41 +03:00
|
|
|
"reference": "50e4e31adfde7fdb08d815a7dc52c3370596f4e7"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2023-09-27 04:30:41 +03:00
|
|
|
"url": "https://api.github.com/repos/Cerdic/CSSTidy/zipball/50e4e31adfde7fdb08d815a7dc52c3370596f4e7",
|
|
|
|
"reference": "50e4e31adfde7fdb08d815a7dc52c3370596f4e7",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"php": "^7.1 || ^8"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"pear/text_diff": "^1.2",
|
2023-09-27 04:30:41 +03:00
|
|
|
"simpletest/simpletest": "dev-main"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"bin": [
|
|
|
|
"bin/pcsstidy"
|
|
|
|
],
|
|
|
|
"type": "library",
|
2014-11-26 18:50:50 +03:00
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"class.csstidy_optimise.php",
|
|
|
|
"class.csstidy_print.php",
|
|
|
|
"class.csstidy.php"
|
2014-11-26 18:50:50 +03:00
|
|
|
]
|
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-09-01 12:35:09 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1-or-later"
|
2015-09-01 12:35:09 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Cédric MORIN",
|
|
|
|
"email": "changeme@mailinator.com"
|
|
|
|
}
|
2015-04-20 22:15:42 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"description": "CSSTidy is a CSS minifier",
|
2022-09-17 05:16:33 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Cerdic/CSSTidy/issues",
|
2023-09-27 04:30:41 +03:00
|
|
|
"source": "https://github.com/Cerdic/CSSTidy/tree/v2.1.0"
|
2022-09-17 05:16:33 +03:00
|
|
|
},
|
2023-09-27 04:30:41 +03:00
|
|
|
"time": "2023-09-21T08:24:51+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2021-01-19 19:02:44 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "ezyang/htmlpurifier",
|
2023-11-22 20:26:17 +03:00
|
|
|
"version": "v4.17.0",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/ezyang/htmlpurifier.git",
|
2023-11-22 20:26:17 +03:00
|
|
|
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2021-01-19 19:02:44 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2023-11-22 20:26:17 +03:00
|
|
|
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
|
|
|
"reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2021-01-19 19:02:44 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2023-11-22 20:26:17 +03:00
|
|
|
"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"
|
2022-09-28 10:49:52 +03:00
|
|
|
},
|
|
|
|
"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"
|
2021-01-19 19:02:44 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
2021-01-19 19:02:44 +03:00
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"files": [
|
|
|
|
"library/HTMLPurifier.composer.php"
|
|
|
|
],
|
|
|
|
"psr-0": {
|
|
|
|
"HTMLPurifier": "library/"
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/library/HTMLPurifier/Language/"
|
2021-01-19 19:02:44 +03:00
|
|
|
]
|
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2021-01-19 19:02:44 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"LGPL-2.1-or-later"
|
2021-01-19 19:02:44 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
|
|
|
],
|
2022-09-28 10:49:52 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/ezyang/htmlpurifier/issues",
|
2023-11-22 20:26:17 +03:00
|
|
|
"source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0"
|
2022-09-28 10:49:52 +03:00
|
|
|
},
|
2023-11-22 20:26:17 +03:00
|
|
|
"time": "2023-11-17T15:01:25+00:00"
|
2021-01-19 19:02:44 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
{
|
2024-08-13 17:17:19 +03:00
|
|
|
"name": "glenscott/url-normalizer",
|
|
|
|
"version": "1.4.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/glenscott/url-normalizer.git",
|
|
|
|
"reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/glenscott/url-normalizer/zipball/b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
|
|
|
|
"reference": "b8e79d3360a1bd7182398c9956bd74d219ad1b3c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"URL\\": "src/URL"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Glen Scott",
|
|
|
|
"email": "glen@glenscott.co.uk"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Syntax based normalization of URL's",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/glenscott/url-normalizer/issues",
|
|
|
|
"source": "https://github.com/glenscott/url-normalizer/tree/master"
|
|
|
|
},
|
|
|
|
"time": "2015-06-11T16:06:02+00:00"
|
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "gravatarphp/gravatar",
|
2023-01-03 18:45:32 +03:00
|
|
|
"version": "dev-master",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/gravatarphp/gravatar.git",
|
2023-01-03 18:45:32 +03:00
|
|
|
"reference": "6b9f6a45477ce48285738d9d0c3f0dbf97abe263"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2023-01-03 18:45:32 +03:00
|
|
|
"url": "https://api.github.com/repos/gravatarphp/gravatar/zipball/6b9f6a45477ce48285738d9d0c3f0dbf97abe263",
|
|
|
|
"reference": "6b9f6a45477ce48285738d9d0c3f0dbf97abe263",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"php": ">=7.1"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"phpspec/phpspec": "^5.1 || ^7.0.1"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2023-01-03 18:45:32 +03:00
|
|
|
"default-branch": true,
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"dev-master": "2.1-dev"
|
2022-04-27 18:48:20 +03:00
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-4": {
|
|
|
|
"Gravatar\\": "src/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"MIT"
|
2015-04-20 22:15:42 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/gravatarphp/gravatar/issues",
|
|
|
|
"source": "https://github.com/gravatarphp/gravatar/tree/master"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/gmponos",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sagikazarmark",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2021-12-01T16:22:57+00:00"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-08-08 23:41:02 +03:00
|
|
|
{
|
2023-08-16 15:36:48 +03:00
|
|
|
"name": "hamza221/html2text",
|
|
|
|
"version": "v1.0.0",
|
2022-08-08 23:41:02 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-08-16 15:36:48 +03:00
|
|
|
"url": "https://github.com/hamza221/html2text.git",
|
|
|
|
"reference": "77498a184e4bd59698a8daf458addd6d94c8dbf5"
|
2022-08-08 23:41:02 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-08-16 15:36:48 +03:00
|
|
|
"url": "https://api.github.com/repos/hamza221/html2text/zipball/77498a184e4bd59698a8daf458addd6d94c8dbf5",
|
|
|
|
"reference": "77498a184e4bd59698a8daf458addd6d94c8dbf5",
|
2022-08-08 23:41:02 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-08-16 15:36:48 +03:00
|
|
|
"phpunit/phpunit": "~4|^9.0"
|
2022-08-08 23:41:02 +03:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance",
|
|
|
|
"symfony/polyfill-mbstring": "If you can't install ext-mbstring"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2023-08-16 15:36:48 +03:00
|
|
|
"Html2Text\\": "src/"
|
2022-08-08 23:41:02 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"GPL-2.0-or-later"
|
|
|
|
],
|
|
|
|
"description": "Converts HTML to formatted plain text",
|
|
|
|
"support": {
|
2023-08-16 15:36:48 +03:00
|
|
|
"source": "https://github.com/hamza221/html2text/tree/v1.0.0"
|
2022-08-08 23:41:02 +03:00
|
|
|
},
|
2023-08-16 15:36:48 +03:00
|
|
|
"time": "2023-08-16T11:30:50+00:00"
|
2022-08-08 23:41:02 +03:00
|
|
|
},
|
2024-05-22 09:23:44 +03:00
|
|
|
{
|
|
|
|
"name": "jeremykendall/php-domain-parser",
|
|
|
|
"version": "6.3.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/jeremykendall/php-domain-parser.git",
|
|
|
|
"reference": "34c7177cf322771fc241b9dcc8eda89f41a0149c"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/jeremykendall/php-domain-parser/zipball/34c7177cf322771fc241b9dcc8eda89f41a0149c",
|
|
|
|
"reference": "34c7177cf322771fc241b9dcc8eda89f41a0149c",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-filter": "*",
|
|
|
|
"ext-intl": "*",
|
|
|
|
"ext-json": "*",
|
|
|
|
"php": "^8.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"friendsofphp/php-cs-fixer": "^v3.13.2",
|
|
|
|
"guzzlehttp/guzzle": "^7.5",
|
|
|
|
"guzzlehttp/psr7": "^1.6 || ^2.4.3",
|
|
|
|
"phpstan/phpstan": "^1.10.3",
|
|
|
|
"phpstan/phpstan-phpunit": "^1.3.8",
|
|
|
|
"phpstan/phpstan-strict-rules": "^1.5.0",
|
|
|
|
"phpunit/phpunit": "^10.0.12",
|
|
|
|
"psr/http-factory": "^1.0.1",
|
|
|
|
"psr/simple-cache": "^1.0.1",
|
|
|
|
"symfony/cache": "^v5.0.0 || ^v6.0.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"league/uri": "To parse URL and validate host",
|
|
|
|
"psr/http-client-implementation": "To use the storage functionnality which depends on PSR-18",
|
|
|
|
"psr/http-factory-implementation": "To use the storage functionnality which depends on PSR-17",
|
|
|
|
"psr/simple-cache-implementation": "To use the storage functionnality which depends on PSR-16"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "6.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Pdp\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jeremy Kendall",
|
|
|
|
"homepage": "https://about.me/jeremykendall",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Ignace Nyamagana Butera",
|
|
|
|
"homepage": "https://nyamsprod.com",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Contributors",
|
|
|
|
"homepage": "https://github.com/jeremykendall/php-domain-parser/graphs/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Public Suffix List and IANA Root Zone Database based Domain parsing implemented in PHP.",
|
|
|
|
"homepage": "https://github.com/jeremykendall/php-domain-parser",
|
|
|
|
"keywords": [
|
|
|
|
"PSL",
|
|
|
|
"Public Suffix List",
|
|
|
|
"Top Level Domains",
|
|
|
|
"domain parsing",
|
|
|
|
"iana",
|
|
|
|
"icann",
|
|
|
|
"idn",
|
|
|
|
"tld"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/jeremykendall/php-domain-parser/issues",
|
|
|
|
"source": "https://github.com/jeremykendall/php-domain-parser"
|
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/sponsors/nyamsprod",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"time": "2023-02-25T16:31:15+00:00"
|
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "nextcloud/horde-managesieve",
|
|
|
|
"version": "v1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud/horde-managesieve.git",
|
|
|
|
"reference": "fd81621064a4b4bef74aadeffa0e610d844314aa"
|
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/nextcloud/horde-managesieve/zipball/fd81621064a4b4bef74aadeffa0e610d844314aa",
|
|
|
|
"reference": "fd81621064a4b4bef74aadeffa0e610d844314aa",
|
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"bytestream/horde-exception": "^2",
|
|
|
|
"bytestream/horde-socket-client": "^2",
|
|
|
|
"bytestream/horde-util": "^2",
|
|
|
|
"php": "^7.4 || ^8.0"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde\\": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-09-01 12:35:09 +03:00
|
|
|
"license": [
|
2022-04-27 18:48:20 +03:00
|
|
|
"BSD-2-Clause"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Jan Schneider",
|
|
|
|
"email": "jan@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
2015-09-01 12:35:09 +03:00
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
{
|
2022-04-27 18:48:20 +03:00
|
|
|
"name": "nextcloud/horde-smtp",
|
2022-12-17 06:01:42 +03:00
|
|
|
"version": "v1.0.2",
|
2022-04-27 18:48:20 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud/horde-smtp.git",
|
2022-12-17 06:01:42 +03:00
|
|
|
"reference": "29b9a574136a067a206def77078cacc8f6acf3e5"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"dist": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"type": "zip",
|
2022-12-17 06:01:42 +03:00
|
|
|
"url": "https://api.github.com/repos/nextcloud/horde-smtp/zipball/29b9a574136a067a206def77078cacc8f6acf3e5",
|
|
|
|
"reference": "29b9a574136a067a206def77078cacc8f6acf3e5",
|
2022-04-27 18:48:20 +03:00
|
|
|
"shasum": ""
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"require": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"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"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.x-dev"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
|
|
|
"autoload": {
|
2022-04-27 18:48:20 +03:00
|
|
|
"psr-0": {
|
|
|
|
"Horde_Smtp": "lib/"
|
|
|
|
}
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2022-04-27 18:48:20 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2015-04-20 22:15:42 +03:00
|
|
|
"license": [
|
|
|
|
"LGPL-2.1"
|
|
|
|
],
|
2022-04-27 18:48:20 +03:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michael Slusarz",
|
|
|
|
"email": "slusarz@horde.org",
|
|
|
|
"role": "lead"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Horde SMTP client",
|
|
|
|
"homepage": "https://www.horde.org",
|
|
|
|
"support": {
|
2022-12-17 06:01:42 +03:00
|
|
|
"source": "https://github.com/nextcloud/horde-smtp/tree/v1.0.2"
|
2022-04-27 18:48:20 +03:00
|
|
|
},
|
2022-12-17 06:01:42 +03:00
|
|
|
"time": "2022-12-14T16:39:58+00:00"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
2024-01-19 20:09:39 +03:00
|
|
|
{
|
|
|
|
"name": "nextcloud/kitinerary",
|
|
|
|
"version": "v1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud-libraries/kitinerary.git",
|
|
|
|
"reference": "f27f6a465f9f38f015b522ebe7d70078d7aa14ed"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/nextcloud-libraries/kitinerary/zipball/f27f6a465f9f38f015b522ebe7d70078d7aa14ed",
|
|
|
|
"reference": "f27f6a465f9f38f015b522ebe7d70078d7aa14ed",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Nextcloud\\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": {
|
|
|
|
"source": "https://github.com/nextcloud-libraries/kitinerary/tree/v1.0.0"
|
|
|
|
},
|
|
|
|
"time": "2023-12-07T13:53:15+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "nextcloud/kitinerary-bin",
|
2024-04-03 04:33:47 +03:00
|
|
|
"version": "v1.0.3",
|
2024-01-19 20:09:39 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud-libraries/kitinerary-bin.git",
|
2024-04-03 04:33:47 +03:00
|
|
|
"reference": "781d1242c343478674e4058bdcb9a87e64b1bd76"
|
2024-01-19 20:09:39 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-04-03 04:33:47 +03:00
|
|
|
"url": "https://api.github.com/repos/nextcloud-libraries/kitinerary-bin/zipball/781d1242c343478674e4058bdcb9a87e64b1bd76",
|
|
|
|
"reference": "781d1242c343478674e4058bdcb9a87e64b1bd76",
|
2024-01-19 20:09:39 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"nextcloud/kitinerary": "^1.0",
|
|
|
|
"php": "^7.4 || ^8.0",
|
|
|
|
"psr/log": "^1.1|^2.0|^3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Nextcloud\\KItinerary\\Bin\\": "/src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"LGPL-3.0-or-later"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christoph Wurst"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "KItinerary binary executable",
|
|
|
|
"support": {
|
2024-04-03 04:33:47 +03:00
|
|
|
"source": "https://github.com/nextcloud-libraries/kitinerary-bin/tree/v1.0.3"
|
2024-01-19 20:09:39 +03:00
|
|
|
},
|
2024-04-03 04:33:47 +03:00
|
|
|
"time": "2024-03-25T09:26:53+00:00"
|
2024-01-19 20:09:39 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "nextcloud/kitinerary-flatpak",
|
|
|
|
"version": "v1.0.0",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud-libraries/kitinerary-flatpak.git",
|
|
|
|
"reference": "9f5ea95be1e1f3b8f3a8637119c34f304766a877"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/nextcloud-libraries/kitinerary-flatpak/zipball/9f5ea95be1e1f3b8f3a8637119c34f304766a877",
|
|
|
|
"reference": "9f5ea95be1e1f3b8f3a8637119c34f304766a877",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"nextcloud/kitinerary": "^1.0",
|
|
|
|
"php": "^7.4 || ^8.0",
|
|
|
|
"psr/log": "^1.1|^2.0|^3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Nextcloud\\KItinerary\\Flatpak\\": "/src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"AGPL-3.0-or-later"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christoph Wurst"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "KItinerary Flatpak binding",
|
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/nextcloud-libraries/kitinerary-flatpak/tree/v1.0.0"
|
|
|
|
},
|
|
|
|
"time": "2024-01-19T13:36:53+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "nextcloud/kitinerary-sys",
|
2024-08-02 19:07:30 +03:00
|
|
|
"version": "v1.0.1",
|
2024-01-19 20:09:39 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/nextcloud-libraries/kitinerary-sys.git",
|
2024-08-02 19:07:30 +03:00
|
|
|
"reference": "10755e6cc417bf8b60a21c6e2d9be146e9051b22"
|
2024-01-19 20:09:39 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-08-02 19:07:30 +03:00
|
|
|
"url": "https://api.github.com/repos/nextcloud-libraries/kitinerary-sys/zipball/10755e6cc417bf8b60a21c6e2d9be146e9051b22",
|
|
|
|
"reference": "10755e6cc417bf8b60a21c6e2d9be146e9051b22",
|
2024-01-19 20:09:39 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"nextcloud/kitinerary": "^1.0",
|
|
|
|
"php": "^7.4 || ^8.0",
|
|
|
|
"psr/log": "^1.1|^2.0|^3.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^9.5"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Nextcloud\\KItinerary\\Sys\\": "/src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"LGPL-3.0-or-later"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Christoph Wurst"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "KItinerary binding for the system package",
|
|
|
|
"support": {
|
2024-08-02 19:07:30 +03:00
|
|
|
"source": "https://github.com/nextcloud-libraries/kitinerary-sys/tree/v1.0.1"
|
2024-01-19 20:09:39 +03:00
|
|
|
},
|
2024-08-02 19:07:30 +03:00
|
|
|
"time": "2024-08-02T13:48:52+00:00"
|
2024-01-19 20:09:39 +03:00
|
|
|
},
|
2023-05-17 01:06:02 +03:00
|
|
|
{
|
|
|
|
"name": "phpmailer/dkimvalidator",
|
|
|
|
"version": "v0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/PHPMailer/DKIMValidator.git",
|
|
|
|
"reference": "49b65b1c0e022afdbac7afa89c997d74606fc881"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/PHPMailer/DKIMValidator/zipball/49b65b1c0e022afdbac7afa89c997d74606fc881",
|
|
|
|
"reference": "49b65b1c0e022afdbac7afa89c997d74606fc881",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-hash": "*",
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
"ext-openssl": "*",
|
|
|
|
"php": ">=7.2.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"PHPMailer\\DKIMValidator\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "angrychimp",
|
|
|
|
"email": "rk@angrychimp.net"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Teon d.o.o. - Bostjan Skufca",
|
|
|
|
"email": "bostjan@teon.si"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Marcus Bointon",
|
|
|
|
"email": "phpmailer@synchromedia.co.uk"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A DKIM signature validator in PHP.",
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/PHPMailer/DKIMValidator/issues",
|
|
|
|
"source": "https://github.com/PHPMailer/DKIMValidator/tree/v0.3"
|
|
|
|
},
|
|
|
|
"time": "2019-10-10T17:19:06+00:00"
|
|
|
|
},
|
2020-05-13 21:39:59 +03:00
|
|
|
{
|
2020-05-26 16:25:07 +03:00
|
|
|
"name": "psr/log",
|
2021-05-08 04:05:19 +03:00
|
|
|
"version": "1.1.4",
|
2020-05-13 21:39:59 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-05-26 16:25:07 +03:00
|
|
|
"url": "https://github.com/php-fig/log.git",
|
2021-05-08 04:05:19 +03:00
|
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2021-05-08 04:05:19 +03:00
|
|
|
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
|
|
|
|
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
|
2020-05-13 21:39:59 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-05-26 16:25:07 +03:00
|
|
|
"dev-master": "1.1.x-dev"
|
2020-05-13 21:39:59 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-05-26 16:25:07 +03:00
|
|
|
"Psr\\Log\\": "Psr/Log/"
|
2020-05-13 21:39:59 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-05-26 16:25:07 +03:00
|
|
|
"name": "PHP-FIG",
|
2021-05-08 04:05:19 +03:00
|
|
|
"homepage": "https://www.php-fig.org/"
|
2020-05-26 16:25:07 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Common interface for logging libraries",
|
|
|
|
"homepage": "https://github.com/php-fig/log",
|
|
|
|
"keywords": [
|
|
|
|
"log",
|
|
|
|
"psr",
|
|
|
|
"psr-3"
|
|
|
|
],
|
2022-10-19 14:09:02 +03:00
|
|
|
"support": {
|
|
|
|
"source": "https://github.com/php-fig/log/tree/1.1.4"
|
|
|
|
},
|
2021-05-08 04:05:19 +03:00
|
|
|
"time": "2021-05-03T11:20:27+00:00"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "rubix/ml",
|
2024-09-04 04:00:52 +03:00
|
|
|
"version": "2.5.1",
|
2020-05-26 16:25:07 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2022-10-07 11:17:42 +03:00
|
|
|
"url": "https://github.com/RubixML/ML.git",
|
2024-09-04 04:00:52 +03:00
|
|
|
"reference": "85d7d4be9f3f75ec4fea24a4213442e5c14d3853"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-09-04 04:00:52 +03:00
|
|
|
"url": "https://api.github.com/repos/RubixML/ML/zipball/85d7d4be9f3f75ec4fea24a4213442e5c14d3853",
|
|
|
|
"reference": "85d7d4be9f3f75ec4fea24a4213442e5c14d3853",
|
2020-05-26 16:25:07 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"amphp/parallel": "^1.3",
|
2023-01-30 16:12:36 +03:00
|
|
|
"andrewdalpino/okbloomer": "^1.0",
|
2021-03-10 17:01:32 +03:00
|
|
|
"ext-json": "*",
|
2023-01-30 16:12:36 +03:00
|
|
|
"php": ">=7.4",
|
2023-03-08 02:02:56 +03:00
|
|
|
"psr/log": "^1.1|^2.0|^3.0",
|
2023-01-30 16:12:36 +03:00
|
|
|
"rubix/tensor": "^3.0",
|
2020-08-08 04:15:52 +03:00
|
|
|
"symfony/polyfill-mbstring": "^1.0",
|
2023-01-30 16:12:36 +03:00
|
|
|
"symfony/polyfill-php80": "^1.17",
|
2023-03-08 02:02:56 +03:00
|
|
|
"symfony/polyfill-php82": "^1.27",
|
|
|
|
"symfony/polyfill-php83": "^1.27",
|
2023-05-17 05:04:18 +03:00
|
|
|
"wamania/php-stemmer": "^3.0"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|
|
|
"phpbench/phpbench": "^1.0",
|
2020-10-30 23:10:38 +03:00
|
|
|
"phpstan/extension-installer": "^1.0",
|
2023-01-30 16:12:36 +03:00
|
|
|
"phpstan/phpstan": "^1.0",
|
|
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
|
|
"phpunit/phpunit": "^9.0"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"suggest": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"ext-gd": "For image support",
|
2020-08-08 04:15:52 +03:00
|
|
|
"ext-mbstring": "For fast multibyte string manipulation",
|
2020-05-26 16:25:07 +03:00
|
|
|
"ext-svm": "For Support Vector Machine engine (libsvm)",
|
2023-09-20 03:24:01 +03:00
|
|
|
"ext-tensor": "For fast Matrix/Vector computing"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"src/constants.php",
|
|
|
|
"src/functions.php"
|
2022-10-07 11:17:42 +03:00
|
|
|
],
|
2022-02-12 05:05:09 +03:00
|
|
|
"psr-4": {
|
2022-10-07 11:17:42 +03:00
|
|
|
"Rubix\\ML\\": "src/"
|
2022-02-12 05:05:09 +03:00
|
|
|
}
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
2022-10-07 11:17:42 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
2020-05-26 16:25:07 +03:00
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Andrew DalPino",
|
2023-01-30 16:12:36 +03:00
|
|
|
"homepage": "https://github.com/andrewdalpino"
|
2020-05-26 16:25:07 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Contributors",
|
2021-03-10 17:01:32 +03:00
|
|
|
"homepage": "https://github.com/RubixML/ML/graphs/contributors"
|
2020-05-13 21:39:59 +03:00
|
|
|
}
|
|
|
|
],
|
2020-05-26 16:25:07 +03:00
|
|
|
"description": "A high-level machine learning and deep learning library for the PHP language.",
|
|
|
|
"homepage": "https://rubixml.com",
|
2020-05-13 21:39:59 +03:00
|
|
|
"keywords": [
|
2022-10-07 11:17:42 +03:00
|
|
|
"Algorithm",
|
|
|
|
"Deep learning",
|
|
|
|
"Linear regression",
|
|
|
|
"Neural network",
|
|
|
|
"Rubix",
|
|
|
|
"TF-IDF",
|
2020-08-08 04:15:52 +03:00
|
|
|
"adaboost",
|
2020-05-26 16:25:07 +03:00
|
|
|
"ai",
|
|
|
|
"analytics",
|
2020-08-08 04:15:52 +03:00
|
|
|
"anomaly detection",
|
|
|
|
"artificial intelligence",
|
|
|
|
"cart",
|
2020-05-26 16:25:07 +03:00
|
|
|
"classification",
|
2020-08-08 04:15:52 +03:00
|
|
|
"classifier",
|
2020-05-26 16:25:07 +03:00
|
|
|
"clustering",
|
2020-08-08 04:15:52 +03:00
|
|
|
"cross validation",
|
|
|
|
"data mining",
|
|
|
|
"data science",
|
|
|
|
"dataset",
|
|
|
|
"dbscan",
|
|
|
|
"dimensionality reduction",
|
|
|
|
"ensemble",
|
|
|
|
"estimator",
|
|
|
|
"etl",
|
|
|
|
"feature extraction",
|
|
|
|
"feature importance",
|
|
|
|
"feature selection",
|
|
|
|
"gaussian mixture",
|
2020-09-26 09:20:17 +03:00
|
|
|
"gbm",
|
2020-08-08 04:15:52 +03:00
|
|
|
"gmm",
|
|
|
|
"gradient boost",
|
|
|
|
"grid search",
|
|
|
|
"image recognition",
|
|
|
|
"imputation",
|
|
|
|
"inference",
|
|
|
|
"isolation forest",
|
2020-05-26 16:25:07 +03:00
|
|
|
"k-means",
|
2020-08-08 04:15:52 +03:00
|
|
|
"k-nearest neighbors",
|
|
|
|
"kmeans",
|
|
|
|
"knn",
|
|
|
|
"local outlier factor",
|
|
|
|
"loda",
|
|
|
|
"lof",
|
|
|
|
"logistic regression",
|
|
|
|
"machine learning",
|
|
|
|
"manifold learning",
|
|
|
|
"mean shift",
|
2020-05-26 16:25:07 +03:00
|
|
|
"ml",
|
2020-08-08 04:15:52 +03:00
|
|
|
"mlp",
|
|
|
|
"multilayer perceptron",
|
|
|
|
"naive bayes",
|
|
|
|
"natural language processing",
|
|
|
|
"nearest neighbors",
|
|
|
|
"nlp",
|
|
|
|
"outlier detection",
|
2020-05-26 16:25:07 +03:00
|
|
|
"php",
|
2020-08-26 11:47:36 +03:00
|
|
|
"php ai",
|
2020-08-08 04:15:52 +03:00
|
|
|
"php machine learning",
|
|
|
|
"php ml",
|
|
|
|
"prediction",
|
|
|
|
"predictive modeling",
|
|
|
|
"random forest",
|
2020-09-26 09:20:17 +03:00
|
|
|
"ranking",
|
2020-08-08 04:15:52 +03:00
|
|
|
"recommendation",
|
|
|
|
"regression",
|
|
|
|
"regressor",
|
|
|
|
"ridge",
|
|
|
|
"rubix ml",
|
|
|
|
"rubixml",
|
|
|
|
"softmax",
|
|
|
|
"supervised learning",
|
|
|
|
"support vector machine",
|
|
|
|
"svm",
|
|
|
|
"t-sne",
|
|
|
|
"text mining",
|
2020-09-26 09:20:17 +03:00
|
|
|
"tf idf",
|
2020-08-08 04:15:52 +03:00
|
|
|
"tsne",
|
|
|
|
"unsupervised learning"
|
2020-05-13 21:39:59 +03:00
|
|
|
],
|
2022-10-06 19:14:19 +03:00
|
|
|
"support": {
|
2022-10-07 11:17:42 +03:00
|
|
|
"chat": "https://t.me/RubixML",
|
2022-10-06 19:14:19 +03:00
|
|
|
"docs": "https://docs.rubixml.com",
|
|
|
|
"issues": "https://github.com/RubixML/ML/issues",
|
2022-10-07 11:17:42 +03:00
|
|
|
"source": "https://github.com/RubixML/ML"
|
2022-10-06 19:14:19 +03:00
|
|
|
},
|
2020-06-21 04:13:20 +03:00
|
|
|
"funding": [
|
2020-08-08 04:15:52 +03:00
|
|
|
{
|
2023-01-30 16:12:36 +03:00
|
|
|
"url": "https://github.com/sponsors/andrewdalpino",
|
2022-10-07 11:17:42 +03:00
|
|
|
"type": "github"
|
2020-06-21 04:13:20 +03:00
|
|
|
}
|
|
|
|
],
|
2024-09-04 04:00:52 +03:00
|
|
|
"time": "2024-08-31T22:53:34+00:00"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
2019-10-10 14:36:35 +03:00
|
|
|
{
|
2020-05-26 16:25:07 +03:00
|
|
|
"name": "rubix/tensor",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "3.0.5",
|
2019-10-10 14:36:35 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-05-26 16:25:07 +03:00
|
|
|
"url": "https://github.com/RubixML/Tensor.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "9f0ee170319280dcf081984adccefa8b0e6f06b8"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/RubixML/Tensor/zipball/9f0ee170319280dcf081984adccefa8b0e6f06b8",
|
|
|
|
"reference": "9f0ee170319280dcf081984adccefa8b0e6f06b8",
|
2019-10-10 14:36:35 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"php": ">=7.4"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
2020-05-26 16:25:07 +03:00
|
|
|
"require-dev": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
2024-07-17 03:55:37 +03:00
|
|
|
"phalcon/zephir": "^0.17",
|
2023-01-30 16:12:36 +03:00
|
|
|
"phpbench/phpbench": "^1.0",
|
2021-01-16 05:14:48 +03:00
|
|
|
"phpstan/extension-installer": "^1.0",
|
2023-01-30 16:12:36 +03:00
|
|
|
"phpstan/phpstan": "^1.0",
|
|
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
|
|
|
"phpunit/phpunit": "^9.0"
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
2020-05-26 16:25:07 +03:00
|
|
|
"type": "library",
|
2019-10-10 14:36:35 +03:00
|
|
|
"autoload": {
|
2022-02-28 11:56:22 +03:00
|
|
|
"files": [
|
|
|
|
"src/constants.php"
|
|
|
|
],
|
2019-10-10 14:36:35 +03:00
|
|
|
"psr-4": {
|
2022-02-28 11:56:22 +03:00
|
|
|
"Tensor\\": "src/",
|
2021-02-02 17:18:14 +03:00
|
|
|
"Zephir\\Optimizers\\FunctionCall\\": "optimizers/"
|
2022-02-28 11:56:22 +03:00
|
|
|
}
|
2019-10-10 14:36:35 +03:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2020-05-26 16:25:07 +03:00
|
|
|
"name": "Andrew DalPino",
|
2021-05-29 04:36:31 +03:00
|
|
|
"email": "support@andrewdalpino.com",
|
2021-01-16 05:14:48 +03:00
|
|
|
"homepage": "https://github.com/andrewdalpino",
|
2021-05-29 04:36:31 +03:00
|
|
|
"role": "Project Lead"
|
2021-01-16 05:14:48 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Contributors",
|
|
|
|
"homepage": "https://github.com/RubixML/Tensor/graphs/contributors"
|
2019-10-10 14:36:35 +03:00
|
|
|
}
|
|
|
|
],
|
2021-01-16 05:14:48 +03:00
|
|
|
"description": "A library and extension that provides objects for scientific computing in PHP.",
|
2020-05-26 16:25:07 +03:00
|
|
|
"homepage": "https://github.com/RubixML/Tensor",
|
2019-10-10 14:36:35 +03:00
|
|
|
"keywords": [
|
2021-04-07 17:42:50 +03:00
|
|
|
"1d convolution",
|
|
|
|
"2d convolution",
|
2020-05-26 16:25:07 +03:00
|
|
|
"arithmetic",
|
2021-04-07 17:42:50 +03:00
|
|
|
"blas",
|
2020-05-26 16:25:07 +03:00
|
|
|
"computation",
|
2021-01-16 05:14:48 +03:00
|
|
|
"computing",
|
2021-03-10 17:01:32 +03:00
|
|
|
"convolution",
|
2021-01-16 05:14:48 +03:00
|
|
|
"decomposition",
|
2021-04-07 17:42:50 +03:00
|
|
|
"dot product",
|
2021-03-10 17:01:32 +03:00
|
|
|
"eigendecomposition",
|
|
|
|
"eigenvalue",
|
|
|
|
"eigenvector",
|
2021-01-16 05:14:48 +03:00
|
|
|
"engineering",
|
|
|
|
"extension",
|
2021-04-07 17:42:50 +03:00
|
|
|
"lapack",
|
2021-01-16 05:14:48 +03:00
|
|
|
"linear algebra",
|
2020-05-26 16:25:07 +03:00
|
|
|
"math",
|
2021-03-10 17:01:32 +03:00
|
|
|
"matmul",
|
2020-05-26 16:25:07 +03:00
|
|
|
"matrix",
|
2021-03-10 17:01:32 +03:00
|
|
|
"matrix multiplication",
|
2021-04-07 17:42:50 +03:00
|
|
|
"multithreaded",
|
2020-05-26 16:25:07 +03:00
|
|
|
"php",
|
2021-02-18 12:58:07 +03:00
|
|
|
"php extension",
|
2021-04-07 17:42:50 +03:00
|
|
|
"pseudoinverse",
|
2021-01-16 05:14:48 +03:00
|
|
|
"scientific computing",
|
2021-03-10 17:01:32 +03:00
|
|
|
"signal processing",
|
|
|
|
"singular value decomposition",
|
2020-05-26 16:25:07 +03:00
|
|
|
"statistics",
|
2021-03-10 17:01:32 +03:00
|
|
|
"svd",
|
2020-05-26 16:25:07 +03:00
|
|
|
"tensor",
|
|
|
|
"trigonometry",
|
2021-04-07 17:42:50 +03:00
|
|
|
"vector",
|
|
|
|
"vector norm"
|
2019-10-10 14:36:35 +03:00
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"chat": "https://t.me/RubixML",
|
|
|
|
"email": "support@andrewdalpino.com",
|
|
|
|
"issues": "https://github.com/RubixML/Tensor/issues",
|
|
|
|
"source": "https://github.com/RubixML/Tensor"
|
|
|
|
},
|
2021-01-14 20:36:54 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://github.com/andrewdalpino",
|
|
|
|
"type": "github"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-03-15T19:43:50+00:00"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
2021-06-16 12:05:53 +03:00
|
|
|
{
|
|
|
|
"name": "sabberworm/php-css-parser",
|
2024-07-24 03:39:39 +03:00
|
|
|
"version": "v8.6.0",
|
2021-06-16 12:05:53 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2024-02-28 11:08:54 +03:00
|
|
|
"url": "https://github.com/MyIntervals/PHP-CSS-Parser.git",
|
2024-07-24 03:39:39 +03:00
|
|
|
"reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70"
|
2021-06-16 12:05:53 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-24 03:39:39 +03:00
|
|
|
"url": "https://api.github.com/repos/MyIntervals/PHP-CSS-Parser/zipball/d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
|
|
|
|
"reference": "d2fb94a9641be84d79c7548c6d39bbebba6e9a70",
|
2021-06-16 12:05:53 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-12-18 06:13:58 +03:00
|
|
|
"ext-iconv": "*",
|
|
|
|
"php": ">=5.6.20"
|
2021-06-16 12:05:53 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-02-28 11:08:54 +03:00
|
|
|
"phpunit/phpunit": "^5.7.27"
|
2021-12-18 06:13:58 +03:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "for parsing UTF-8 CSS"
|
2021-06-16 12:05:53 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
2024-02-28 11:08:54 +03:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "9.0.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2021-06-16 12:05:53 +03:00
|
|
|
"autoload": {
|
2021-12-18 06:13:58 +03:00
|
|
|
"psr-4": {
|
|
|
|
"Sabberworm\\CSS\\": "src/"
|
2021-06-16 12:05:53 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Raphael Schweikert"
|
2024-02-28 11:08:54 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Oliver Klee",
|
|
|
|
"email": "github@oliverklee.de"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jake Hotson",
|
|
|
|
"email": "jake.github@qzdesign.co.uk"
|
2021-06-16 12:05:53 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Parser for CSS Files written in PHP",
|
2021-12-18 06:13:58 +03:00
|
|
|
"homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
|
2021-06-16 12:05:53 +03:00
|
|
|
"keywords": [
|
|
|
|
"css",
|
|
|
|
"parser",
|
|
|
|
"stylesheet"
|
|
|
|
],
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
2024-02-28 11:08:54 +03:00
|
|
|
"issues": "https://github.com/MyIntervals/PHP-CSS-Parser/issues",
|
2024-07-24 03:39:39 +03:00
|
|
|
"source": "https://github.com/MyIntervals/PHP-CSS-Parser/tree/v8.6.0"
|
2023-01-03 18:45:32 +03:00
|
|
|
},
|
2024-07-24 03:39:39 +03:00
|
|
|
"time": "2024-07-01T07:33:21+00:00"
|
2021-06-16 12:05:53 +03:00
|
|
|
},
|
2020-02-26 14:13:39 +03:00
|
|
|
{
|
2023-01-30 16:12:36 +03:00
|
|
|
"name": "symfony/polyfill-iconv",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2020-02-26 14:13:39 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-01-30 16:12:36 +03:00
|
|
|
"url": "https://github.com/symfony/polyfill-iconv.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "c027e6a3c6aee334663ec21f5852e89738abc805"
|
2020-02-26 14:13:39 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c027e6a3c6aee334663ec21f5852e89738abc805",
|
|
|
|
"reference": "c027e6a3c6aee334663ec21f5852e89738abc805",
|
2020-02-26 14:13:39 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-03-02 11:47:33 +03:00
|
|
|
"php": ">=7.1"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
2022-01-11 19:00:42 +03:00
|
|
|
"provide": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"ext-iconv": "*"
|
2022-01-11 19:00:42 +03:00
|
|
|
},
|
2020-05-13 21:39:59 +03:00
|
|
|
"suggest": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"ext-iconv": "For best performance"
|
2020-02-26 14:13:39 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
2021-03-02 11:47:33 +03:00
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
2020-02-26 14:13:39 +03:00
|
|
|
"autoload": {
|
2021-03-02 11:47:33 +03:00
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
2022-02-26 06:02:46 +03:00
|
|
|
],
|
|
|
|
"psr-4": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"Symfony\\Polyfill\\Iconv\\": ""
|
2022-02-26 06:02:46 +03:00
|
|
|
}
|
2020-02-26 14:13:39 +03:00
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2021-03-02 11:47:33 +03:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2020-02-26 14:13:39 +03:00
|
|
|
},
|
|
|
|
{
|
2020-05-13 21:39:59 +03:00
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-01-30 16:12:36 +03:00
|
|
|
"description": "Symfony polyfill for the Iconv extension",
|
2020-05-13 21:39:59 +03:00
|
|
|
"homepage": "https://symfony.com",
|
2020-12-05 05:17:24 +03:00
|
|
|
"keywords": [
|
2021-03-02 11:47:33 +03:00
|
|
|
"compatibility",
|
2023-01-30 16:12:36 +03:00
|
|
|
"iconv",
|
2021-03-02 11:47:33 +03:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
2020-05-13 21:39:59 +03:00
|
|
|
],
|
2022-06-03 18:22:22 +03:00
|
|
|
"support": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.30.0"
|
2022-06-03 18:22:22 +03:00
|
|
|
},
|
2020-06-21 04:13:20 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-05-31T15:07:36+00:00"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
2022-12-17 06:01:42 +03:00
|
|
|
{
|
2023-01-30 16:12:36 +03:00
|
|
|
"name": "symfony/polyfill-intl-grapheme",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2022-12-17 06:01:42 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-01-30 16:12:36 +03:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
|
2022-12-17 06:01:42 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
|
|
|
|
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
|
2022-12-17 06:01:42 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
2023-01-30 16:12:36 +03:00
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
2022-12-17 06:01:42 +03:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
2022-12-17 06:01:42 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-01-30 16:12:36 +03:00
|
|
|
"description": "Symfony polyfill for intl's grapheme_* functions",
|
2022-12-17 06:01:42 +03:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
2023-01-30 16:12:36 +03:00
|
|
|
"grapheme",
|
|
|
|
"intl",
|
2022-12-17 06:01:42 +03:00
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
|
2022-12-17 06:01:42 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-05-31T15:07:36+00:00"
|
2022-12-17 06:01:42 +03:00
|
|
|
},
|
2020-10-10 00:00:44 +03:00
|
|
|
{
|
2023-01-30 16:12:36 +03:00
|
|
|
"name": "symfony/polyfill-intl-normalizer",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2020-10-10 00:00:44 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2023-01-30 16:12:36 +03:00
|
|
|
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
|
2020-10-10 00:00:44 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
|
|
|
|
"reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
|
2020-10-10 00:00:44 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-31 05:14:25 +03:00
|
|
|
"php": ">=7.1"
|
2020-10-10 00:00:44 +03:00
|
|
|
},
|
2023-01-30 16:12:36 +03:00
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "For best performance"
|
|
|
|
},
|
2020-10-10 00:00:44 +03:00
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2022-02-21 13:47:53 +03:00
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2022-02-26 06:02:46 +03:00
|
|
|
"psr-4": {
|
2023-01-30 16:12:36 +03:00
|
|
|
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
2022-02-26 06:02:46 +03:00
|
|
|
},
|
2021-03-02 11:47:33 +03:00
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2020-10-10 00:00:44 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2021-03-02 11:47:33 +03:00
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
2020-10-10 00:00:44 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2023-01-30 16:12:36 +03:00
|
|
|
"description": "Symfony polyfill for intl's Normalizer class and related functions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"intl",
|
|
|
|
"normalizer",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-05-31T15:07:36+00:00"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-mbstring",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2023-01-30 16:12:36 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
|
|
|
|
"reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
|
2023-01-30 16:12:36 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"ext-mbstring": "*"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-mbstring": "For best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"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": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-06-19T12:30:46+00:00"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php72",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2023-01-30 16:12:36 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php72.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "10112722600777e02d2745716b70c5db4ca70442"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442",
|
|
|
|
"reference": "10112722600777e02d2745716b70c5db4ca70442",
|
2023-01-30 16:12:36 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php72\\": ""
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
|
2020-10-10 00:00:44 +03:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
2021-03-02 11:47:33 +03:00
|
|
|
"portable",
|
|
|
|
"shim"
|
2020-10-10 00:00:44 +03:00
|
|
|
],
|
2022-06-07 10:38:36 +03:00
|
|
|
"support": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0"
|
2022-06-07 10:38:36 +03:00
|
|
|
},
|
2020-10-10 00:00:44 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-06-19T12:30:46+00:00"
|
2020-10-10 00:00:44 +03:00
|
|
|
},
|
|
|
|
{
|
2021-03-02 11:47:33 +03:00
|
|
|
"name": "symfony/polyfill-php80",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2020-10-10 00:00:44 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-03-02 11:47:33 +03:00
|
|
|
"url": "https://github.com/symfony/polyfill-php80.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
|
2020-10-10 00:00:44 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
|
|
|
|
"reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
|
2020-10-10 00:00:44 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-10-31 05:14:25 +03:00
|
|
|
"php": ">=7.1"
|
2020-10-10 00:00:44 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
2022-02-21 13:47:53 +03:00
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
2022-02-26 06:02:46 +03:00
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php80\\": ""
|
|
|
|
},
|
2021-03-02 11:47:33 +03:00
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
2020-10-10 00:00:44 +03:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2021-03-02 11:47:33 +03:00
|
|
|
{
|
|
|
|
"name": "Ion Bazan",
|
|
|
|
"email": "ion.bazan@gmail.com"
|
|
|
|
},
|
2020-10-10 00:00:44 +03:00
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Symfony Community",
|
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
|
}
|
|
|
|
],
|
2021-03-02 11:47:33 +03:00
|
|
|
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
2020-10-10 00:00:44 +03:00
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
2022-06-03 18:22:28 +03:00
|
|
|
"support": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
|
2022-06-03 18:22:28 +03:00
|
|
|
},
|
2020-10-10 00:00:44 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-05-31T15:07:36+00:00"
|
2021-03-26 15:08:47 +03:00
|
|
|
},
|
2023-03-08 02:02:56 +03:00
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php82",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2023-03-08 02:02:56 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php82.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "77ff49780f56906788a88974867ed68bc49fae5b"
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php82/zipball/77ff49780f56906788a88974867ed68bc49fae5b",
|
|
|
|
"reference": "77ff49780f56906788a88974867ed68bc49fae5b",
|
2023-03-08 02:02:56 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php82\\": ""
|
|
|
|
},
|
|
|
|
"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 8.2+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-php82/tree/v1.30.0"
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-06-19T12:30:46+00:00"
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "symfony/polyfill-php83",
|
2024-07-17 03:55:37 +03:00
|
|
|
"version": "v1.30.0",
|
2023-03-08 02:02:56 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/symfony/polyfill-php83.git",
|
2024-07-17 03:55:37 +03:00
|
|
|
"reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9"
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-07-17 03:55:37 +03:00
|
|
|
"url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9",
|
|
|
|
"reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9",
|
2023-03-08 02:02:56 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"php": ">=7.1"
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"extra": {
|
|
|
|
"thanks": {
|
|
|
|
"name": "symfony/polyfill",
|
|
|
|
"url": "https://github.com/symfony/polyfill"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Symfony\\Polyfill\\Php83\\": ""
|
2023-09-20 03:24:01 +03:00
|
|
|
},
|
|
|
|
"classmap": [
|
|
|
|
"Resources/stubs"
|
|
|
|
]
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
|
|
|
"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 8.3+ features to lower PHP versions",
|
|
|
|
"homepage": "https://symfony.com",
|
|
|
|
"keywords": [
|
|
|
|
"compatibility",
|
|
|
|
"polyfill",
|
|
|
|
"portable",
|
|
|
|
"shim"
|
|
|
|
],
|
|
|
|
"support": {
|
2024-07-17 03:55:37 +03:00
|
|
|
"source": "https://github.com/symfony/polyfill-php83/tree/v1.30.0"
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://symfony.com/sponsor",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/fabpot",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2024-07-17 03:55:37 +03:00
|
|
|
"time": "2024-06-19T12:35:24+00:00"
|
2023-03-08 02:02:56 +03:00
|
|
|
},
|
2023-01-30 16:12:36 +03:00
|
|
|
{
|
|
|
|
"name": "voku/portable-ascii",
|
2023-06-06 10:35:33 +03:00
|
|
|
"version": "2.0.1",
|
2023-01-30 16:12:36 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/voku/portable-ascii.git",
|
2023-06-06 10:35:33 +03:00
|
|
|
"reference": "b56450eed252f6801410d810c8e1727224ae0743"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-06-06 10:35:33 +03:00
|
|
|
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
|
|
|
|
"reference": "b56450eed252f6801410d810c8e1727224ae0743",
|
2023-01-30 16:12:36 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-intl": "Use Intl for transliterator_transliterate() support"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"voku\\": "src/voku/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Lars Moelleken",
|
|
|
|
"homepage": "http://www.moelleken.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
|
|
|
|
"homepage": "https://github.com/voku/portable-ascii",
|
|
|
|
"keywords": [
|
|
|
|
"ascii",
|
|
|
|
"clean",
|
|
|
|
"php"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/voku/portable-ascii/issues",
|
2023-06-06 10:35:33 +03:00
|
|
|
"source": "https://github.com/voku/portable-ascii/tree/2.0.1"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://www.paypal.me/moelleken",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/voku",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://opencollective.com/portable-ascii",
|
|
|
|
"type": "open_collective"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/voku",
|
|
|
|
"type": "patreon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-06-06 10:35:33 +03:00
|
|
|
"time": "2022-03-08T17:03:00+00:00"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "voku/portable-utf8",
|
2023-06-06 10:35:33 +03:00
|
|
|
"version": "6.0.13",
|
2023-01-30 16:12:36 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/voku/portable-utf8.git",
|
2023-06-06 10:35:33 +03:00
|
|
|
"reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-06-06 10:35:33 +03:00
|
|
|
"url": "https://api.github.com/repos/voku/portable-utf8/zipball/b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
|
|
|
"reference": "b8ce36bf26593e5c2e81b1850ef0ffb299d2043f",
|
2023-01-30 16:12:36 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.0.0",
|
|
|
|
"symfony/polyfill-iconv": "~1.0",
|
|
|
|
"symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
|
"symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
|
"symfony/polyfill-mbstring": "~1.0",
|
|
|
|
"symfony/polyfill-php72": "~1.0",
|
2023-06-06 10:35:33 +03:00
|
|
|
"voku/portable-ascii": "~2.0.0"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-06-06 10:35:33 +03:00
|
|
|
"phpstan/phpstan": "1.9.*@dev",
|
|
|
|
"phpstan/phpstan-strict-rules": "1.4.*@dev",
|
|
|
|
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0",
|
|
|
|
"thecodingmachine/phpstan-strict-rules": "1.0.*@dev",
|
|
|
|
"voku/phpstan-rules": "3.1.*@dev"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-ctype": "Use Ctype for e.g. hexadecimal digit detection",
|
|
|
|
"ext-fileinfo": "Use Fileinfo for better binary file detection",
|
|
|
|
"ext-iconv": "Use iconv for best performance",
|
|
|
|
"ext-intl": "Use Intl for best performance",
|
|
|
|
"ext-json": "Use JSON for string detection",
|
|
|
|
"ext-mbstring": "Use Mbstring for best performance"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"bootstrap.php"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"voku\\": "src/voku/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"(Apache-2.0 or GPL-2.0)"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Nicolas Grekas",
|
|
|
|
"email": "p@tchwork.com"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Hamid Sarfraz",
|
|
|
|
"homepage": "http://pageconfig.com/"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Lars Moelleken",
|
|
|
|
"homepage": "http://www.moelleken.org/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Portable UTF-8 library - performance optimized (unicode) string functions for php.",
|
|
|
|
"homepage": "https://github.com/voku/portable-utf8",
|
|
|
|
"keywords": [
|
|
|
|
"UTF",
|
|
|
|
"clean",
|
|
|
|
"php",
|
|
|
|
"unicode",
|
|
|
|
"utf-8",
|
|
|
|
"utf8"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/voku/portable-utf8/issues",
|
2023-06-06 10:35:33 +03:00
|
|
|
"source": "https://github.com/voku/portable-utf8/tree/6.0.13"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"funding": [
|
|
|
|
{
|
|
|
|
"url": "https://www.paypal.me/moelleken",
|
|
|
|
"type": "custom"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://github.com/voku",
|
|
|
|
"type": "github"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://opencollective.com/portable-utf8",
|
|
|
|
"type": "open_collective"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://www.patreon.com/voku",
|
|
|
|
"type": "patreon"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/voku/portable-utf8",
|
|
|
|
"type": "tidelift"
|
|
|
|
}
|
|
|
|
],
|
2023-06-06 10:35:33 +03:00
|
|
|
"time": "2023-03-08T08:35:38+00:00"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "wamania/php-stemmer",
|
2023-06-05 09:59:43 +03:00
|
|
|
"version": "v3.0.1",
|
2023-01-30 16:12:36 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/wamania/php-stemmer.git",
|
2023-06-05 09:59:43 +03:00
|
|
|
"reference": "8ea32b6fa27d6888587fe860b64a8763525c5a66"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-06-05 09:59:43 +03:00
|
|
|
"url": "https://api.github.com/repos/wamania/php-stemmer/zipball/8ea32b6fa27d6888587fe860b64a8763525c5a66",
|
|
|
|
"reference": "8ea32b6fa27d6888587fe860b64a8763525c5a66",
|
2023-01-30 16:12:36 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2023-05-17 05:04:18 +03:00
|
|
|
"php": ">=7.3",
|
2023-06-05 09:59:43 +03:00
|
|
|
"voku/portable-utf8": "^5.4|^6.0"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-05-17 05:04:18 +03:00
|
|
|
"phpunit/phpunit": "^9.0"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Wamania\\Snowball\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Wamania",
|
|
|
|
"homepage": "http://wamania.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Native PHP Stemmer",
|
|
|
|
"keywords": [
|
|
|
|
"php",
|
|
|
|
"porter",
|
|
|
|
"stemmer"
|
|
|
|
],
|
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/wamania/php-stemmer/issues",
|
2023-06-05 09:59:43 +03:00
|
|
|
"source": "https://github.com/wamania/php-stemmer/tree/v3.0.1"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
2023-06-05 09:59:43 +03:00
|
|
|
"time": "2023-05-11T10:50:27+00:00"
|
2023-01-30 16:12:36 +03:00
|
|
|
},
|
2021-03-26 15:08:47 +03:00
|
|
|
{
|
|
|
|
"name": "youthweb/urllinker",
|
2022-12-18 17:41:49 +03:00
|
|
|
"version": "2.0.0",
|
2021-03-26 15:08:47 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/youthweb/urllinker.git",
|
2022-12-18 17:41:49 +03:00
|
|
|
"reference": "9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350"
|
2021-03-26 15:08:47 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2022-12-18 17:41:49 +03:00
|
|
|
"url": "https://api.github.com/repos/youthweb/urllinker/zipball/9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350",
|
|
|
|
"reference": "9363e23ccdd20f6d46a8a3c8c6c3c2c0f67f6350",
|
2021-03-26 15:08:47 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2022-05-12 15:17:41 +03:00
|
|
|
"php": "^7.4 || ^8.0"
|
2021-03-26 15:08:47 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2022-12-10 06:26:27 +03:00
|
|
|
"friendsofphp/php-cs-fixer": "^3.13",
|
|
|
|
"phpstan/phpstan": "^1.9",
|
2022-05-12 15:17:41 +03:00
|
|
|
"phpunit/phpunit": "^9"
|
2021-03-26 15:08:47 +03:00
|
|
|
},
|
|
|
|
"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",
|
2022-05-12 15:17:41 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/youthweb/urllinker/issues",
|
2022-12-18 17:41:49 +03:00
|
|
|
"source": "https://github.com/youthweb/urllinker/tree/2.0.0"
|
2022-05-12 15:17:41 +03:00
|
|
|
},
|
2022-12-18 17:41:49 +03:00
|
|
|
"time": "2022-12-14T13:25:25+00:00"
|
2021-03-02 11:47:33 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"packages-dev": [
|
2020-05-13 21:39:59 +03:00
|
|
|
{
|
2021-03-12 10:54:38 +03:00
|
|
|
"name": "psalm/phar",
|
2024-09-14 00:16:01 +03:00
|
|
|
"version": "5.26.1",
|
2020-05-13 21:39:59 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-03-12 10:54:38 +03:00
|
|
|
"url": "https://github.com/psalm/phar.git",
|
2024-09-14 00:16:01 +03:00
|
|
|
"reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2024-09-14 00:16:01 +03:00
|
|
|
"url": "https://api.github.com/repos/psalm/phar/zipball/8a38e7ad04499a0ccd2c506fd1da6fc01fff4547",
|
|
|
|
"reference": "8a38e7ad04499a0ccd2c506fd1da6fc01fff4547",
|
2020-05-13 21:39:59 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2021-03-12 10:54:38 +03:00
|
|
|
"php": "^7.1 || ^8.0"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
2021-03-12 10:54:38 +03:00
|
|
|
"conflict": {
|
|
|
|
"vimeo/psalm": "*"
|
2020-05-13 21:39:59 +03:00
|
|
|
},
|
2021-03-12 10:54:38 +03:00
|
|
|
"bin": [
|
|
|
|
"psalm.phar"
|
2020-07-11 04:18:08 +03:00
|
|
|
],
|
2020-10-10 00:00:44 +03:00
|
|
|
"type": "library",
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2021-03-12 10:54:38 +03:00
|
|
|
"description": "Composer-based Psalm Phar",
|
2022-09-03 05:33:27 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/psalm/phar/issues",
|
2024-09-14 00:16:01 +03:00
|
|
|
"source": "https://github.com/psalm/phar/tree/5.26.1"
|
2022-09-03 05:33:27 +03:00
|
|
|
},
|
2024-09-14 00:16:01 +03:00
|
|
|
"time": "2024-09-09T16:22:43+00:00"
|
2019-01-09 10:27:09 +03:00
|
|
|
},
|
2020-02-26 14:13:39 +03:00
|
|
|
{
|
2021-03-12 10:54:38 +03:00
|
|
|
"name": "roave/security-advisories",
|
|
|
|
"version": "dev-master",
|
2020-02-26 14:13:39 +03:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2021-03-12 10:54:38 +03:00
|
|
|
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
2023-01-20 13:48:01 +03:00
|
|
|
"reference": "3fb5c587e6f149553b51f1f9a1e8dd1e2b4dd6e9"
|
2020-02-26 14:13:39 +03:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2023-01-20 13:48:01 +03:00
|
|
|
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/3fb5c587e6f149553b51f1f9a1e8dd1e2b4dd6e9",
|
|
|
|
"reference": "3fb5c587e6f149553b51f1f9a1e8dd1e2b4dd6e9",
|
2017-06-12 12:03:11 +03:00
|
|
|
"shasum": ""
|
|
|
|
},
|
2021-03-11 17:24:59 +03:00
|
|
|
"conflict": {
|
|
|
|
"3f/pygmentize": "<1.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"admidio/admidio": "<4.1.9",
|
|
|
|
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
|
|
|
|
"aheinze/cockpit": "<=2.2.1",
|
|
|
|
"akaunting/akaunting": "<2.1.13",
|
|
|
|
"akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
|
|
|
|
"alextselegidis/easyappointments": "<=1.4.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
|
2021-06-19 04:03:49 +03:00
|
|
|
"amazing/media2click": ">=1,<1.3.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"amphp/artax": "<1.0.6|>=2,<2.0.6",
|
|
|
|
"amphp/http": "<1.0.1",
|
|
|
|
"amphp/http-client": ">=4,<4.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"anchorcms/anchor-cms": "<=0.12.7",
|
|
|
|
"andreapollastri/cipi": "<=3.1.15",
|
|
|
|
"apereo/phpcas": "<1.6",
|
2021-03-11 17:24:59 +03:00
|
|
|
"api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6",
|
2023-01-03 18:45:32 +03:00
|
|
|
"appwrite/server-ce": "<0.11.1|>=0.12,<0.12.2",
|
|
|
|
"arc/web": "<3",
|
|
|
|
"area17/twill": "<1.2.5|>=2,<2.5.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"asymmetricrypt/asymmetricrypt": ">=0,<9.9.99",
|
2023-01-03 18:45:32 +03:00
|
|
|
"awesome-support/awesome-support": "<=6.0.7",
|
2021-03-11 17:24:59 +03:00
|
|
|
"aws/aws-sdk-php": ">=3,<3.2.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"backdrop/backdrop": "<=1.23",
|
|
|
|
"badaso/core": "<2.7",
|
2021-03-11 17:24:59 +03:00
|
|
|
"bagisto/bagisto": "<0.1.5",
|
|
|
|
"barrelstrength/sprout-base-email": "<1.2.7",
|
|
|
|
"barrelstrength/sprout-forms": "<3.9",
|
2023-01-03 18:45:32 +03:00
|
|
|
"barryvdh/laravel-translation-manager": "<0.6.2",
|
|
|
|
"barzahlen/barzahlen-php": "<2.0.1",
|
|
|
|
"baserproject/basercms": "<4.7.2",
|
|
|
|
"billz/raspap-webgui": "<=2.6.6",
|
2021-05-01 04:05:08 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"bmarshall511/wordpress_zero_spam": "<5.2.13",
|
2021-05-08 04:05:19 +03:00
|
|
|
"bolt/bolt": "<3.7.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"bolt/core": "<=4.2",
|
|
|
|
"bottelet/flarepoint": "<2.2.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"brightlocal/phpwhois": "<=4.2.5",
|
2023-01-03 18:45:32 +03:00
|
|
|
"brotkrueml/codehighlight": "<2.7",
|
|
|
|
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
|
|
|
|
"brotkrueml/typo3-matomo-integration": "<1.3.2",
|
|
|
|
"buddypress/buddypress": "<7.2.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"bugsnag/bugsnag-laravel": ">=2,<2.0.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"bytefury/crater": "<6.0.2",
|
|
|
|
"cachethq/cachet": "<2.5.1",
|
2023-01-20 13:48:01 +03:00
|
|
|
"cakephp/cakephp": "<3.10.3|= 1.3.7|>=4,<4.0.10|>=4.1,<4.1.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"cardgate/magento2": "<2.0.33",
|
2021-03-11 17:24:59 +03:00
|
|
|
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
|
|
|
|
"cartalyst/sentry": "<=2.1.6",
|
2023-01-03 18:45:32 +03:00
|
|
|
"catfan/medoo": "<1.7.5",
|
|
|
|
"centreon/centreon": "<22.10-beta.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
|
2021-03-11 17:24:59 +03:00
|
|
|
"codeigniter/framework": "<=3.0.6",
|
2023-01-03 18:45:32 +03:00
|
|
|
"codeigniter4/framework": "<4.2.11",
|
|
|
|
"codeigniter4/shield": "= 1.0.0-beta",
|
|
|
|
"codiad/codiad": "<=2.8.4",
|
|
|
|
"composer/composer": "<1.10.26|>=2-alpha.1,<2.2.12|>=2.3,<2.3.5",
|
|
|
|
"concrete5/concrete5": "<=9.1.3|>= 9.0.0RC1, < 9.1.3",
|
|
|
|
"concrete5/core": "<8.5.8|>=9,<9.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"contao-components/mediaelement": ">=2.14.2,<2.21.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"contao/contao": ">=4,<4.4.56|>=4.5,<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"contao/core": ">=2,<3.5.39",
|
2023-01-03 18:45:32 +03:00
|
|
|
"contao/core-bundle": "<4.9.18|>=4.10,<4.11.7|>=4.13,<4.13.3|= 4.10.0",
|
2021-03-11 17:24:59 +03:00
|
|
|
"contao/listing-bundle": ">=4,<4.4.8",
|
2023-01-03 18:45:32 +03:00
|
|
|
"contao/managed-edition": "<=1.5",
|
|
|
|
"craftcms/cms": "<3.7.55.2|>= 4.0.0-RC1, < 4.2.1",
|
|
|
|
"croogo/croogo": "<3.0.7",
|
|
|
|
"cuyz/valinor": "<0.12",
|
|
|
|
"czproject/git-php": "<4.0.3",
|
|
|
|
"darylldoyle/safe-svg": "<1.9.10",
|
2021-03-11 17:24:59 +03:00
|
|
|
"datadog/dd-trace": ">=0.30,<0.30.2",
|
|
|
|
"david-garcia/phpwhois": "<=4.3.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"dbrisinajumi/d2files": "<1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
|
2021-05-29 04:36:31 +03:00
|
|
|
"directmailteam/direct-mail": "<5.2.4",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2021-04-07 17:42:50 +03:00
|
|
|
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"dolibarr/dolibarr": "<16|>=16.0.1,<16.0.3|= 12.0.5|>= 3.3.beta1, < 13.0.2",
|
|
|
|
"dompdf/dompdf": "<2.0.1",
|
|
|
|
"drupal/core": ">=7,<7.91|>=8,<9.3.19|>=9.4,<9.4.3",
|
|
|
|
"drupal/drupal": ">=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
|
2021-05-08 04:05:19 +03:00
|
|
|
"dweeves/magmi": "<=0.7.24",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ecodev/newsletter": "<=4",
|
|
|
|
"ectouch/ectouch": "<=2.7.2",
|
|
|
|
"elefant/cms": "<1.3.13",
|
|
|
|
"elgg/elgg": "<3.3.24|>=4,<4.0.5",
|
2021-03-11 17:24:59 +03:00
|
|
|
"endroid/qr-code-bundle": "<3.4.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"enshrined/svg-sanitize": "<0.15",
|
2021-03-11 17:24:59 +03:00
|
|
|
"erusev/parsedown": "<1.7.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ether/logs": "<3.0.4",
|
|
|
|
"exceedone/exment": "<4.4.3|>=5,<5.0.3",
|
|
|
|
"exceedone/laravel-admin": "= 3.0.0|<2.2.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
|
|
|
|
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
|
2021-03-11 17:24:59 +03:00
|
|
|
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ezsystems/ezplatform-graphql": ">=1-rc.1,<1.0.13|>=2-beta.1,<2.3.12",
|
|
|
|
"ezsystems/ezplatform-kernel": "<=1.2.5|>=1.3,<1.3.26",
|
|
|
|
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
|
|
|
|
"ezsystems/ezplatform-richtext": ">=2.3,<=2.3.7",
|
2021-03-11 17:24:59 +03:00
|
|
|
"ezsystems/ezplatform-user": ">=1,<1.0.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ezsystems/ezpublish-kernel": "<=6.13.8.1|>=7,<7.5.30",
|
|
|
|
"ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.6,<=2019.3.5.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ezsystems/repository-forms": ">=2.3,<2.3.2.1|>=2.5,<2.5.15",
|
2021-03-11 17:24:59 +03:00
|
|
|
"ezyang/htmlpurifier": "<4.1.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
|
|
|
|
"facturascripts/facturascripts": "<=2022.8",
|
2021-06-19 04:03:49 +03:00
|
|
|
"feehi/cms": "<=2.1.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"feehi/feehicms": "<=2.1.1",
|
|
|
|
"fenom/fenom": "<=2.12.1",
|
|
|
|
"filegator/filegator": "<7.8",
|
2021-03-11 17:24:59 +03:00
|
|
|
"firebase/php-jwt": "<2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"flarum/core": "<1.6.3",
|
|
|
|
"flarum/mentions": "<1.6.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"flarum/sticky": ">=0.1-beta.14,<=0.1-beta.15",
|
|
|
|
"flarum/tags": "<=0.1-beta.13",
|
2021-04-03 04:05:35 +03:00
|
|
|
"fluidtypo3/vhs": "<5.1.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"fof/byobu": ">=0.3-beta.2,<1.1.7",
|
|
|
|
"fof/upload": "<1.2.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"fooman/tcpdf": "<6.2.22",
|
2023-01-03 18:45:32 +03:00
|
|
|
"forkcms/forkcms": "<5.11.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"fossar/tcpdf-parser": "<6.2.22",
|
2023-01-03 18:45:32 +03:00
|
|
|
"francoisjacquet/rosariosis": "<10.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"froala/wysiwyg-editor": "<3.2.7",
|
2023-01-20 13:48:01 +03:00
|
|
|
"froxlor/froxlor": "<2.0.8",
|
2021-03-11 17:24:59 +03:00
|
|
|
"fuel/core": "<1.8.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"gaoming13/wechat-php-sdk": "<=1.10.2",
|
|
|
|
"genix/cms": "<=1.1.11",
|
|
|
|
"getgrav/grav": "<1.7.34",
|
|
|
|
"getkirby/cms": "= 3.8.0|<3.5.8.2|>=3.6,<3.6.6.2|>=3.7,<3.7.5.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"getkirby/panel": "<2.5.14",
|
2023-01-03 18:45:32 +03:00
|
|
|
"getkirby/starterkit": "<=3.7.0.2",
|
|
|
|
"gilacms/gila": "<=1.11.4",
|
|
|
|
"globalpayments/php-sdk": "<2",
|
|
|
|
"google/protobuf": "<3.15",
|
2021-03-11 17:24:59 +03:00
|
|
|
"gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
|
|
|
|
"gree/jose": "<=2.2",
|
|
|
|
"gregwar/rst": "<1.0.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"grumpydictator/firefly-iii": "<5.6.5",
|
|
|
|
"guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
|
|
|
|
"guzzlehttp/psr7": "<1.8.4|>=2,<2.1.1",
|
|
|
|
"harvesthq/chosen": "<1.8.7",
|
|
|
|
"helloxz/imgurl": "= 2.31|<=2.31",
|
|
|
|
"hillelcoren/invoice-ninja": "<5.3.35",
|
|
|
|
"himiklab/yii2-jqgrid-widget": "<1.0.8",
|
|
|
|
"hjue/justwriting": "<=1",
|
|
|
|
"hov/jobfair": "<1.0.13|>=2,<2.0.2",
|
|
|
|
"hyn/multi-tenant": ">=5.6,<5.7.2",
|
|
|
|
"ibexa/admin-ui": ">=4.2,<4.2.3",
|
|
|
|
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3",
|
|
|
|
"ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
|
|
|
|
"ibexa/post-install": "<=1.0.4",
|
|
|
|
"icecoder/icecoder": "<=8.1",
|
|
|
|
"idno/known": "<=1.3.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
|
|
|
|
"impresscms/impresscms": "<=1.4.3",
|
|
|
|
"in2code/femanager": "<5.5.2|>=6,<6.3.3|>=7,<7.0.1",
|
|
|
|
"in2code/lux": "<17.6.1|>=18,<24.0.2",
|
|
|
|
"innologi/typo3-appointments": "<2.0.6",
|
|
|
|
"intelliants/subrion": "<=4.2.1",
|
|
|
|
"islandora/islandora": ">=2,<2.4.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"ivankristianto/phpwhois": "<=4.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"jackalope/jackalope-doctrine-dbal": "<1.7.4",
|
|
|
|
"james-heinrich/getid3": "<1.9.21",
|
|
|
|
"jasig/phpcas": "<1.3.3",
|
|
|
|
"joomla/archive": "<1.1.12|>=2,<2.0.1",
|
|
|
|
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
|
|
|
|
"joomla/filter": "<1.4.4|>=2,<2.0.1",
|
|
|
|
"joomla/input": ">=2,<2.0.2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"joomla/session": "<1.3.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"joyqi/hyper-down": "<=2.4.27",
|
|
|
|
"jsdecena/laracom": "<2.0.9",
|
2021-03-11 17:24:59 +03:00
|
|
|
"jsmitty12/phpwhois": "<5.1",
|
|
|
|
"kazist/phpwhois": "<=4.2.6",
|
2023-01-03 18:45:32 +03:00
|
|
|
"kelvinmo/simplexrd": "<3.1.1",
|
|
|
|
"kevinpapst/kimai2": "<1.16.7",
|
2021-03-11 17:24:59 +03:00
|
|
|
"kitodo/presentation": "<3.1.2",
|
2021-05-29 04:36:31 +03:00
|
|
|
"klaviyo/magento2-extension": ">=1,<3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"krayin/laravel-crm": "<1.2.2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"kreait/firebase-php": ">=3.2,<3.8.1",
|
|
|
|
"la-haute-societe/tcpdf": "<6.2.22",
|
2023-01-03 18:45:32 +03:00
|
|
|
"laminas/laminas-diactoros": "<2.11.1",
|
|
|
|
"laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
|
2021-06-19 04:03:49 +03:00
|
|
|
"laminas/laminas-http": "<2.14.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"laravel/fortify": "<1.11.1",
|
|
|
|
"laravel/framework": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
|
2021-03-11 17:24:59 +03:00
|
|
|
"laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
|
2023-01-03 18:45:32 +03:00
|
|
|
"latte/latte": "<2.10.8",
|
|
|
|
"lavalite/cms": "<=5.8",
|
|
|
|
"lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
|
2021-03-11 17:24:59 +03:00
|
|
|
"league/commonmark": "<0.18.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"league/flysystem": "<1.1.4|>=2,<2.1.1",
|
2021-05-18 15:55:34 +03:00
|
|
|
"lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"librenms/librenms": "<22.10",
|
|
|
|
"limesurvey/limesurvey": "<3.27.19",
|
|
|
|
"livehelperchat/livehelperchat": "<=3.91",
|
2021-03-11 17:24:59 +03:00
|
|
|
"livewire/livewire": ">2.2.4,<2.2.6",
|
2023-01-03 18:45:32 +03:00
|
|
|
"lms/routes": "<2.1.1",
|
|
|
|
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
|
|
|
|
"luyadev/yii-helpers": "<1.2.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"matyhtf/framework": "<3.0.6",
|
|
|
|
"mautic/core": "<4.3|= 2.13.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"melisplatform/melis-asset-manager": "<5.0.1",
|
|
|
|
"melisplatform/melis-cms": "<5.0.1",
|
|
|
|
"melisplatform/melis-front": "<5.0.1",
|
|
|
|
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
|
|
|
|
"mgallegos/laravel-jqgrid": "<=1.3",
|
|
|
|
"microweber/microweber": "<=1.3.1",
|
|
|
|
"miniorange/miniorange-saml": "<1.4.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"mittwald/typo3_forum": "<1.2.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"modx/revolution": "<= 2.8.3-pl|<2.8",
|
|
|
|
"mojo42/jirafeau": "<4.4",
|
2021-03-11 17:24:59 +03:00
|
|
|
"monolog/monolog": ">=1.8,<1.12",
|
2023-01-03 18:45:32 +03:00
|
|
|
"moodle/moodle": "<4.0.5",
|
|
|
|
"mustache/mustache": ">=2,<2.14.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"namshi/jose": "<2.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"neoan3-apps/template": "<1.1.1",
|
|
|
|
"neorazorx/facturascripts": "<2022.4",
|
2021-04-17 04:03:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
|
|
|
|
"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,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
|
2021-04-17 04:03:59 +03:00
|
|
|
"neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
2023-01-03 18:45:32 +03:00
|
|
|
"netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"nilsteampassnet/teampass": "<=2.1.27.36",
|
|
|
|
"notrinos/notrinos-erp": "<=0.7",
|
|
|
|
"noumo/easyii": "<=0.9",
|
|
|
|
"nukeviet/nukeviet": "<4.5.2",
|
|
|
|
"nystudio107/craft-seomatic": "<3.4.12",
|
2021-03-11 17:24:59 +03:00
|
|
|
"nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
|
2021-03-22 13:35:43 +03:00
|
|
|
"october/backend": "<1.1.2",
|
2021-05-08 04:05:19 +03:00
|
|
|
"october/cms": "= 1.1.1|= 1.0.471|= 1.0.469|>=1.0.319,<1.0.469",
|
2023-01-03 18:45:32 +03:00
|
|
|
"october/october": ">=1.0.319,<1.0.466|>=2.1,<2.1.12",
|
2021-03-11 17:24:59 +03:00
|
|
|
"october/rain": "<1.0.472|>=1.1,<1.1.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.0.66",
|
2021-03-11 17:24:59 +03:00
|
|
|
"onelogin/php-saml": "<2.10.4",
|
|
|
|
"oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
|
2023-01-03 18:45:32 +03:00
|
|
|
"open-web-analytics/open-web-analytics": "<1.7.4",
|
|
|
|
"opencart/opencart": "<=3.0.3.7",
|
2021-03-11 17:24:59 +03:00
|
|
|
"openid/php-openid": "<2.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"openmage/magento-lts": "<19.4.15|>=20,<20.0.13",
|
2021-03-11 17:24:59 +03:00
|
|
|
"orchid/platform": ">=9,<9.4.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"oro/commerce": ">=4.1,<5.0.6",
|
|
|
|
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
|
|
|
|
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<4.2.8",
|
|
|
|
"packbackbooks/lti-1-3-php-library": "<5",
|
2021-03-11 17:24:59 +03:00
|
|
|
"padraic/humbug_get_contents": "<1.1.2",
|
|
|
|
"pagarme/pagarme-php": ">=0,<3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"pagekit/pagekit": "<=1.0.18",
|
2021-03-11 17:24:59 +03:00
|
|
|
"paragonie/random_compat": "<2",
|
|
|
|
"passbolt/passbolt_api": "<2.11",
|
|
|
|
"paypal/merchant-sdk-php": "<3.12",
|
2023-01-03 18:45:32 +03:00
|
|
|
"pear/archive_tar": "<1.4.14",
|
|
|
|
"pear/crypt_gpg": "<1.6.7",
|
|
|
|
"pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"personnummer/personnummer": "<3.0.2",
|
2021-06-19 04:03:49 +03:00
|
|
|
"phanan/koel": "<5.1.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"php-mod/curl": "<2.3.2",
|
|
|
|
"phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
|
2021-06-19 04:03:49 +03:00
|
|
|
"phpmailer/phpmailer": "<6.5",
|
2021-03-11 17:24:59 +03:00
|
|
|
"phpmussel/phpmussel": ">=1,<1.6",
|
2023-01-03 18:45:32 +03:00
|
|
|
"phpmyadmin/phpmyadmin": "<5.1.3",
|
|
|
|
"phpmyfaq/phpmyfaq": "<=3.1.7",
|
|
|
|
"phpoffice/phpexcel": "<1.8",
|
2021-03-11 17:24:59 +03:00
|
|
|
"phpoffice/phpspreadsheet": "<1.16",
|
2021-04-17 04:03:59 +03:00
|
|
|
"phpseclib/phpseclib": "<2.0.31|>=3,<3.0.7",
|
2023-01-03 18:45:32 +03:00
|
|
|
"phpservermon/phpservermon": "<=3.5.2",
|
|
|
|
"phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"phpwhois/phpwhois": "<=4.2.5",
|
|
|
|
"phpxmlrpc/extras": "<0.6.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"phpxmlrpc/phpxmlrpc": "<4.9.2",
|
|
|
|
"pimcore/data-hub": "<1.2.4",
|
|
|
|
"pimcore/pimcore": "<10.5.9",
|
|
|
|
"pocketmine/bedrock-protocol": "<8.0.2",
|
|
|
|
"pocketmine/pocketmine-mp": "<4.12.5|>= 4.0.0-BETA5, < 4.4.2",
|
2021-04-03 04:05:35 +03:00
|
|
|
"pressbooks/pressbooks": "<5.18",
|
2021-03-11 17:24:59 +03:00
|
|
|
"prestashop/autoupgrade": ">=4,<4.10.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"prestashop/blockwishlist": ">=2,<2.1.1",
|
|
|
|
"prestashop/contactform": ">=1.0.1,<4.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"prestashop/gamification": "<2.3.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"prestashop/prestashop": "<1.7.8.8",
|
|
|
|
"prestashop/productcomments": "<5.0.2",
|
2021-04-07 17:42:50 +03:00
|
|
|
"prestashop/ps_emailsubscription": "<2.6.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"prestashop/ps_facetedsearch": "<3.4.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"prestashop/ps_linklist": "<3.1",
|
|
|
|
"privatebin/privatebin": "<1.4",
|
|
|
|
"processwire/processwire": "<=3.0.200",
|
2021-03-11 17:24:59 +03:00
|
|
|
"propel/propel": ">=2-alpha.1,<=2-alpha.7",
|
|
|
|
"propel/propel1": ">=1,<=1.7.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"pterodactyl/panel": "<1.7",
|
|
|
|
"ptrofimov/beanstalk_console": "<1.7.14",
|
2021-03-11 17:24:59 +03:00
|
|
|
"pusher/pusher-php-server": "<2.2.1",
|
2021-04-17 04:03:59 +03:00
|
|
|
"pwweb/laravel-core": "<=0.3.6-beta",
|
2023-01-03 18:45:32 +03:00
|
|
|
"pyrocms/pyrocms": "<=3.9.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"rainlab/debugbar-plugin": "<3.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"rankmath/seo-by-rank-math": "<=1.0.95",
|
|
|
|
"react/http": ">=0.7,<1.7",
|
|
|
|
"remdex/livehelperchat": "<3.99",
|
2021-05-01 04:05:08 +03:00
|
|
|
"rmccue/requests": ">=1.6,<1.8",
|
2021-03-11 17:24:59 +03:00
|
|
|
"robrichards/xmlseclibs": "<3.0.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"roots/soil": "<4.1",
|
|
|
|
"rudloff/alltube": "<3.0.3",
|
|
|
|
"s-cart/core": "<6.9",
|
|
|
|
"s-cart/s-cart": "<6.9",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-20 13:48:01 +03:00
|
|
|
"shopware/core": "<=6.4.18",
|
|
|
|
"shopware/platform": "<=6.4.18",
|
2021-04-17 04:03:59 +03:00
|
|
|
"shopware/production": "<=6.3.5.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"shopware/shopware": "<=5.7.14",
|
|
|
|
"shopware/storefront": "<=6.4.8.1",
|
|
|
|
"shopxo/shopxo": "<2.2.6",
|
|
|
|
"showdoc/showdoc": "<2.10.4",
|
|
|
|
"silverstripe/admin": ">=1,<1.11.3",
|
|
|
|
"silverstripe/assets": ">=1,<1.11.1",
|
|
|
|
"silverstripe/cms": "<4.11.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"silverstripe/framework": "<4.11.14",
|
|
|
|
"silverstripe/graphql": "<3.5.2|>=4-alpha.1,<4-alpha.2|= 4.0.0-alpha1",
|
|
|
|
"silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
|
|
|
|
"silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
|
|
|
|
"silverstripe/subsites": ">=2,<2.6.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
|
|
|
|
"silverstripe/userforms": "<3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"silverstripe/versioned-admin": ">=1,<1.11.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"simplesamlphp/simplesamlphp-module-openid": "<1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"simplito/elliptic-php": "<1.0.6",
|
|
|
|
"slim/slim": "<2.6",
|
2023-01-03 18:45:32 +03:00
|
|
|
"smarty/smarty": "<3.1.47|>=4,<4.2.1",
|
|
|
|
"snipe/snipe-it": "<=6.0.14|>= 6.0.0-RC-1, <= 6.0.0-RC-5",
|
2021-03-11 17:24:59 +03:00
|
|
|
"socalnick/scn-social-auth": "<1.15.2",
|
|
|
|
"socialiteproviders/steam": "<1.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"spatie/browsershot": "<3.57.4",
|
|
|
|
"spipu/html2pdf": "<5.2.4",
|
2021-03-11 17:24:59 +03:00
|
|
|
"spoonity/tcpdf": "<6.2.22",
|
|
|
|
"squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ssddanbrown/bookstack": "<22.2.3",
|
|
|
|
"statamic/cms": "<3.2.39|>=3.3,<3.3.2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"stormpath/sdk": ">=0,<9.9.99",
|
2021-06-19 04:03:49 +03:00
|
|
|
"studio-42/elfinder": "<2.1.59",
|
2023-01-03 18:45:32 +03:00
|
|
|
"subrion/cms": "<=4.2.1",
|
|
|
|
"sukohi/surpass": "<1",
|
|
|
|
"sulu/sulu": "= 2.4.0-RC1|<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8",
|
|
|
|
"sumocoders/framework-user-bundle": "<1.4",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"sylius/grid-bundle": "<1.10.1",
|
|
|
|
"sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
|
2021-03-22 13:35:43 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"symbiote/silverstripe-seed": "<6.0.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"symbiote/silverstripe-versionedfiles": "<=2.0.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"symfont/process": ">=0,<4",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"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|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3|= 6.0.3|= 5.4.3|= 5.3.14",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"symfony/http-kernel": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.4.13|>=5,<5.1.5|>=5.2,<5.3.12",
|
2021-03-11 17:24:59 +03:00
|
|
|
"symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
|
2021-05-29 04:36:31 +03:00
|
|
|
"symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2021-05-29 04:36:31 +03:00
|
|
|
"symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
|
2023-01-03 18:45:32 +03:00
|
|
|
"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|>=5.3,<5.3.12",
|
2021-05-29 04:36:31 +03:00
|
|
|
"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",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2021-05-15 04:04:09 +03:00
|
|
|
"symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
|
2023-01-03 18:45:32 +03:00
|
|
|
"symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2",
|
|
|
|
"symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
|
|
|
|
"symfony/symfony": ">=2,<3.4.49|>=4,<4.4.35|>=5,<5.3.12|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2021-06-19 04:03:49 +03:00
|
|
|
"t3/dce": ">=2.2,<2.6.2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"t3g/svg-sanitizer": "<1.0.3",
|
2023-01-03 18:45:32 +03:00
|
|
|
"tastyigniter/tastyigniter": "<3.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"tecnickcom/tcpdf": "<6.2.22",
|
2023-01-03 18:45:32 +03:00
|
|
|
"terminal42/contao-tablelookupwizard": "<3.3.5",
|
2021-03-11 17:24:59 +03:00
|
|
|
"thelia/backoffice-default-template": ">=2.1,<2.1.2",
|
|
|
|
"thelia/thelia": ">=2.1-beta.1,<2.1.3",
|
|
|
|
"theonedemon/phpwhois": "<=4.2.5",
|
2023-01-03 18:45:32 +03:00
|
|
|
"thinkcmf/thinkcmf": "<=5.1.7",
|
2023-01-20 13:48:01 +03:00
|
|
|
"thorsten/phpmyfaq": "<3.1.10",
|
2023-01-03 18:45:32 +03:00
|
|
|
"tinymce/tinymce": "<5.10.7|>=6,<6.3.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"titon/framework": ">=0,<9.9.99",
|
2023-01-03 18:45:32 +03:00
|
|
|
"tobiasbg/tablepress": "<= 2.0-RC1",
|
|
|
|
"topthink/framework": "<6.0.14",
|
|
|
|
"topthink/think": "<=6.0.9",
|
|
|
|
"topthink/thinkphp": "<=3.2.3",
|
|
|
|
"tribalsystems/zenario": "<=9.3.57595",
|
2021-03-11 17:24:59 +03:00
|
|
|
"truckersmp/phpwhois": "<=4.3.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"ttskch/pagination-service-provider": "<1",
|
|
|
|
"twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
|
|
|
|
"typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.33|>=11,<11.5.20|>=12,<12.1.1",
|
2021-04-03 04:05:35 +03:00
|
|
|
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"typo3/cms-core": "<8.7.49|>=9,<9.5.38|>=10,<10.4.33|>=11,<11.5.20|>=12,<12.1.1",
|
2021-04-03 04:05:35 +03:00
|
|
|
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
|
2021-04-17 04:03:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"typo3/html-sanitizer": ">=1,<1.5|>=2,<2.1.1",
|
2021-04-17 04:03:59 +03:00
|
|
|
"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",
|
2021-03-11 17:24:59 +03:00
|
|
|
"typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
|
2021-04-17 04:03:59 +03:00
|
|
|
"typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"unisharp/laravel-filemanager": "<=2.5.1",
|
|
|
|
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"vanilla/safecurl": "<0.9.2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"verot/class.upload.php": "<=1.0.3|>=2,<=2.0.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"vova07/yii2-fileapi-widget": "<0.1.9",
|
|
|
|
"vrana/adminer": "<4.8.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"wallabag/tcpdf": "<6.2.22",
|
2023-01-03 18:45:32 +03:00
|
|
|
"wanglelecc/laracms": "<=1.0.3",
|
|
|
|
"web-auth/webauthn-framework": ">=3.3,<3.3.4",
|
|
|
|
"webcoast/deferred-image-processing": "<1.0.2",
|
|
|
|
"webpa/webpa": "<3.1.2",
|
2021-04-17 04:03:59 +03:00
|
|
|
"wikimedia/parsoid": "<0.12.2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"willdurand/js-translation-bundle": "<2.1.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"wintercms/winter": "<1.0.475|>=1.1,<1.1.10|>=1.2,<1.2.1",
|
|
|
|
"woocommerce/woocommerce": "<6.6",
|
2021-05-29 04:36:31 +03:00
|
|
|
"wp-cli/wp-cli": "<2.5",
|
2023-01-03 18:45:32 +03:00
|
|
|
"wp-graphql/wp-graphql": "<0.3.5",
|
|
|
|
"wpanel/wpanel4-cms": "<=4.3.1",
|
|
|
|
"wwbn/avideo": "<=11.6",
|
|
|
|
"xataface/xataface": "<3",
|
|
|
|
"yeswiki/yeswiki": "<4.1",
|
|
|
|
"yetiforce/yetiforce-crm": "<=6.4",
|
|
|
|
"yidashi/yii2cmf": "<=2",
|
2021-03-11 17:24:59 +03:00
|
|
|
"yii2mod/yii2-cms": "<1.9.2",
|
2023-01-03 18:45:32 +03:00
|
|
|
"yiisoft/yii": "<1.1.27",
|
2021-03-11 17:24:59 +03:00
|
|
|
"yiisoft/yii2": "<2.0.38",
|
|
|
|
"yiisoft/yii2-bootstrap": "<2.0.4",
|
2023-01-03 18:45:32 +03:00
|
|
|
"yiisoft/yii2-dev": "<2.0.43",
|
2021-03-11 17:24:59 +03:00
|
|
|
"yiisoft/yii2-elasticsearch": "<2.0.5",
|
2023-01-03 18:45:32 +03:00
|
|
|
"yiisoft/yii2-gii": "<=2.2.4",
|
2021-03-11 17:24:59 +03:00
|
|
|
"yiisoft/yii2-jui": "<2.0.4",
|
|
|
|
"yiisoft/yii2-redis": "<2.0.8",
|
2023-01-03 18:45:32 +03:00
|
|
|
"yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
|
|
|
|
"yoast-seo-for-typo3/yoast_seo": "<7.2.3",
|
|
|
|
"yourls/yourls": "<=1.8.2",
|
2021-05-01 04:05:08 +03:00
|
|
|
"zendesk/zendesk_api_client_php": "<2.2.11",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2023-01-03 18:45:32 +03:00
|
|
|
"zendframework/zend-diactoros": "<1.8.4",
|
|
|
|
"zendframework/zend-feed": "<2.10.3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
|
2023-01-03 18:45:32 +03:00
|
|
|
"zendframework/zend-http": "<2.8.1",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2021-06-19 04:03:49 +03:00
|
|
|
"zendframework/zendframework": "<=3",
|
2021-03-11 17:24:59 +03:00
|
|
|
"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",
|
2021-05-08 04:05:19 +03:00
|
|
|
"zfr/zfr-oauth2-server-module": "<0.1.2",
|
|
|
|
"zoujingli/thinkadmin": "<6.0.22"
|
2017-06-12 12:03:11 +03:00
|
|
|
},
|
2021-03-11 17:24:59 +03:00
|
|
|
"type": "metapackage",
|
2017-06-12 12:03:11 +03:00
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2021-03-11 17:24:59 +03:00
|
|
|
"MIT"
|
2017-06-12 12:03:11 +03:00
|
|
|
],
|
|
|
|
"authors": [
|
2019-08-18 04:13:38 +03:00
|
|
|
{
|
2021-03-11 17:24:59 +03:00
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
|
|
|
"role": "maintainer"
|
2017-06-12 12:03:11 +03:00
|
|
|
},
|
|
|
|
{
|
2021-03-11 17:24:59 +03:00
|
|
|
"name": "Ilya Tribusean",
|
|
|
|
"email": "slash3b@gmail.com",
|
|
|
|
"role": "maintainer"
|
2017-06-12 12:03:11 +03:00
|
|
|
}
|
|
|
|
],
|
2021-03-11 17:24:59 +03:00
|
|
|
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
2023-01-03 18:45:32 +03:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/Roave/SecurityAdvisories/issues",
|
|
|
|
"source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
|
|
|
|
},
|
2020-10-13 18:56:52 +03:00
|
|
|
"funding": [
|
|
|
|
{
|
2021-03-11 17:24:59 +03:00
|
|
|
"url": "https://github.com/Ocramius",
|
2020-10-13 18:56:52 +03:00
|
|
|
"type": "github"
|
2021-03-11 17:24:59 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
|
|
|
|
"type": "tidelift"
|
2020-10-13 18:56:52 +03:00
|
|
|
}
|
|
|
|
],
|
2023-01-20 13:48:01 +03:00
|
|
|
"time": "2023-01-19T12:05:41+00:00"
|
2017-06-12 12:03:11 +03:00
|
|
|
}
|
|
|
|
],
|
2014-12-05 12:11:10 +03:00
|
|
|
"aliases": [],
|
2014-11-26 18:50:50 +03:00
|
|
|
"minimum-stability": "stable",
|
2015-04-20 22:15:42 +03:00
|
|
|
"stability-flags": {
|
2023-01-03 18:45:32 +03:00
|
|
|
"gravatarphp/gravatar": 20,
|
2020-10-08 11:46:12 +03:00
|
|
|
"roave/security-advisories": 20
|
2015-04-20 22:15:42 +03:00
|
|
|
},
|
2014-11-26 18:50:50 +03:00
|
|
|
"prefer-stable": false,
|
2015-04-20 22:15:42 +03:00
|
|
|
"prefer-lowest": false,
|
2014-11-26 18:50:50 +03:00
|
|
|
"platform": {
|
2023-10-20 13:09:33 +03:00
|
|
|
"php": ">=8.0 <=8.3",
|
2022-12-17 06:37:08 +03:00
|
|
|
"ext-openssl": "*"
|
2014-11-26 18:50:50 +03:00
|
|
|
},
|
2017-12-12 11:07:46 +03:00
|
|
|
"platform-dev": [],
|
|
|
|
"platform-overrides": {
|
2024-07-11 16:33:23 +03:00
|
|
|
"php": "8.1"
|
2020-06-21 04:13:20 +03:00
|
|
|
},
|
2023-10-25 01:22:12 +03:00
|
|
|
"plugin-api-version": "2.6.0"
|
2014-11-26 18:50:50 +03:00
|
|
|
}
|