openvk/composer.lock

1289 lines
46 KiB
Text
Raw Normal View History

2020-06-07 19:04:43 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2021-09-16 21:29:50 +03:00
"content-hash": "4d1d3d279e0f7adca1e7035ddd41797b",
2020-06-07 19:04:43 +03:00
"packages": [
2020-06-26 12:29:38 +03:00
{
"name": "al/emoji-detector",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/AlmaArmas/emoji-detector-php.git",
"reference": "d817d586a5b22674d91e8203098987a1f2b2573e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/AlmaArmas/emoji-detector-php/zipball/d817d586a5b22674d91e8203098987a1f2b2573e",
"reference": "d817d586a5b22674d91e8203098987a1f2b2573e",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-26 12:29:38 +03:00
"type": "library",
"autoload": {
"files": [
"src/Emoji.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Parecki",
"email": "aaron@parecki.com",
"homepage": "https://aaronparecki.com/"
}
],
"description": "Detect and return all emoji found in a string",
"homepage": "https://github.com/aaronpk/emoji-detector-php",
2021-10-07 23:09:14 +03:00
"support": {
"source": "https://github.com/AlmaArmas/emoji-detector-php/tree/0.2.3"
},
2020-06-26 12:29:38 +03:00
"time": "2020-06-26T09:10:17+00:00"
},
{
"name": "ezyang/htmlpurifier",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
2021-10-07 23:09:14 +03:00
"reference": "996eaf43310edf1d908bc0030a18b37b8cf6eefd"
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/996eaf43310edf1d908bc0030a18b37b8cf6eefd",
"reference": "996eaf43310edf1d908bc0030a18b37b8cf6eefd",
"shasum": ""
},
"require": {
"php": ">=5.2"
},
"require-dev": {
"simpletest/simpletest": "dev-master#72de02a7b80c6bb8864ef9bf66d41d2f58f826bd"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-0": {
"HTMLPurifier": "library/"
},
"files": [
"library/HTMLPurifier.composer.php"
],
"exclude-from-classmap": [
"/library/HTMLPurifier/Language/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.1-or-later"
],
"authors": [
{
"name": "Edward Z. Yang",
"email": "admin@htmlpurifier.org",
"homepage": "http://ezyang.com"
}
],
"description": "Standards compliant HTML filter written in PHP",
"homepage": "http://htmlpurifier.org/",
"keywords": [
"html"
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
"source": "https://github.com/ezyang/htmlpurifier/tree/master"
},
2021-10-07 23:09:14 +03:00
"time": "2021-09-07T18:16:55+00:00"
},
2020-06-07 19:04:43 +03:00
{
"name": "guzzlehttp/guzzle",
"version": "6.5.x-dev",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2020-10-04 16:52:06 +03:00
"reference": "e8ed4dbf49b260ff129ff0e0400718c3269971bf"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2020-10-04 16:52:06 +03:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/e8ed4dbf49b260ff129ff0e0400718c3269971bf",
"reference": "e8ed4dbf49b260ff129ff0e0400718c3269971bf",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.6.1",
2020-06-26 12:29:38 +03:00
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
2020-06-07 19:04:43 +03:00
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
"psr/log": "^1.1"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.5-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2021-10-07 23:09:14 +03:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/6.5"
},
2020-10-04 16:52:06 +03:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://github.com/alexeyshockov",
"type": "github"
},
{
"url": "https://github.com/gmponos",
"type": "github"
},
{
"url": "https://github.com/sagikazarmark",
"type": "github"
}
],
"time": "2020-07-02T06:52:04+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "guzzlehttp/promises",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2021-10-07 23:09:14 +03:00
"reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
"reference": "136a635e2b4a49b9d79e9c8fee267ffb257fdba0",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
2020-06-26 12:29:38 +03:00
"php": ">=5.5"
2020-06-07 19:04:43 +03:00
},
"require-dev": {
2020-10-04 16:52:06 +03:00
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2020-06-07 19:04:43 +03:00
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"extra": {
"branch-alias": {
2021-10-07 23:09:14 +03:00
"dev-master": "1.5-dev"
2020-06-07 19:04:43 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-10-07 23:09:14 +03:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2020-06-07 19:04:43 +03:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
2021-10-07 23:09:14 +03:00
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Tobias Schultze",
"email": "webmaster@tubo-world.de",
"homepage": "https://github.com/Tobion"
2020-06-07 19:04:43 +03:00
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2021-10-07 23:09:14 +03:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.5.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
"type": "tidelift"
}
],
"time": "2021-10-07T13:05:22+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "guzzlehttp/psr7",
"version": "1.x-dev",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
2021-10-07 23:09:14 +03:00
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
"reference": "1afdd860a2566ed3c2b0b4a3de6e23434a79ec85",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"ext-zlib": "*",
2020-10-04 16:52:06 +03:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2020-06-07 19:04:43 +03:00
},
"suggest": {
2020-06-26 12:29:38 +03:00
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2020-06-07 19:04:43 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-10-04 16:52:06 +03:00
"dev-master": "1.7-dev"
2020-06-07 19:04:43 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2021-10-07 23:09:14 +03:00
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
2020-06-07 19:04:43 +03:00
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
2021-10-07 23:09:14 +03:00
{
"name": "George Mponos",
"email": "gmponos@gmail.com",
"homepage": "https://github.com/gmponos"
},
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com",
"homepage": "https://github.com/Nyholm"
},
{
"name": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://github.com/sagikazarmark"
},
2020-06-07 19:04:43 +03:00
{
"name": "Tobias Schultze",
2021-10-07 23:09:14 +03:00
"email": "webmaster@tubo-world.de",
2020-06-07 19:04:43 +03:00
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
2021-10-07 23:09:14 +03:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.x"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
"type": "tidelift"
}
],
"time": "2021-10-05T13:56:00+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "james-heinrich/getid3",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
2021-10-07 23:09:14 +03:00
"reference": "a440175a329a83dbfad991e67b5e5f3a1ff51bd9"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/a440175a329a83dbfad991e67b5e5f3a1ff51bd9",
"reference": "a440175a329a83dbfad991e67b5e5f3a1ff51bd9",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
2020-10-04 16:52:06 +03:00
"php-parallel-lint/php-parallel-lint": "^1.0"
2020-06-07 19:04:43 +03:00
},
"suggest": {
"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
"ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
"ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
"ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
"ext-exif": "EXIF extension is required for graphic modules.",
"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
"ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
"ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
"ext-mbstring": "mbstring extension is required to work with different character sets.",
"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
"ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
"ext-rar": "RAR extension is required for RAR archive module.",
"ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
"ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
"ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
},
"autoload": {
"classmap": [
"getid3/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-1.0-or-later",
"LGPL-3.0-only",
"MPL-2.0"
],
"description": "PHP script that extracts useful information from popular multimedia file formats",
"homepage": "https://www.getid3.org/",
"keywords": [
"codecs",
"php",
"tags"
],
2021-10-07 23:09:14 +03:00
"support": {
"issues": "https://github.com/JamesHeinrich/getID3/issues",
"source": "https://github.com/JamesHeinrich/getID3/tree/master"
},
"time": "2021-10-07T12:08:13+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "komeiji-satori/curl",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/komeiji-satori/curl.git",
"reference": "687d8fa621823809f5e90a7f5d2fd6a59b7e7948"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/komeiji-satori/curl/zipball/687d8fa621823809f5e90a7f5d2fd6a59b7e7948",
"reference": "687d8fa621823809f5e90a7f5d2fd6a59b7e7948",
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.6"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"autoload": {
"files": [
"src/cURL.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Satori",
"email": "i@ttt.moe"
}
],
"description": "一个轻量级的PHP网络操作类实现GET、POST、UPLOAD、DOWNLOAD常用操作出错自动重试支持链式写法",
"homepage": "https://github.com/komeiji-satori/curl",
"keywords": [
"PHP cURL",
"curl download",
"curl library",
"curl lightweight",
"curl post",
"curl upload"
],
2020-06-26 12:29:38 +03:00
"support": {
"issues": "https://github.com/komeiji-satori/curl/issues",
"source": "https://github.com/komeiji-satori/curl/tree/master"
},
2020-06-07 19:04:43 +03:00
"time": "2019-04-20T16:06:47+00:00"
},
2020-06-16 15:38:32 +03:00
{
"name": "netcarver/textile",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/textile/php-textile.git",
2020-10-04 16:52:06 +03:00
"reference": "d64e1f8424afd600cc2732f4f99f262aef55fca2"
2020-06-16 15:38:32 +03:00
},
"dist": {
"type": "zip",
2020-10-04 16:52:06 +03:00
"url": "https://api.github.com/repos/textile/php-textile/zipball/d64e1f8424afd600cc2732f4f99f262aef55fca2",
"reference": "d64e1f8424afd600cc2732f4f99f262aef55fca2",
2020-06-16 15:38:32 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"php-coveralls/php-coveralls": "2.1.*",
"phpunit/phpunit": "5.7.*",
"squizlabs/php_codesniffer": "3.*",
"symfony/yaml": "2.4.*"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-16 15:38:32 +03:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.7-dev"
}
},
"autoload": {
"psr-4": {
"Netcarver\\Textile\\": "src/Netcarver/Textile/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "Textile markup language parser",
"homepage": "https://github.com/textile/php-textile",
"keywords": [
"document",
"format",
"html",
"language",
"markup",
"parser",
"php-textile",
"plaintext",
"textile"
],
2021-10-07 23:09:14 +03:00
"support": {
"irc": "irc://irc.freenode.net/textile",
"issues": "https://github.com/textile/php-textile/issues",
"source": "https://github.com/textile/php-textile",
"wiki": "https://github.com/textile/php-textile/wiki"
2020-10-04 16:52:06 +03:00
},
2021-10-07 23:09:14 +03:00
"time": "2020-10-01T18:21:03+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "psr/cache",
2021-10-07 23:09:14 +03:00
"version": "1.0.1",
2020-06-07 19:04:43 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/cache.git",
2021-10-07 23:09:14 +03:00
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Cache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for caching libraries",
"keywords": [
"cache",
"psr",
"psr-6"
],
2020-06-26 12:29:38 +03:00
"support": {
"source": "https://github.com/php-fig/cache/tree/master"
},
2021-10-07 23:09:14 +03:00
"time": "2016-08-06T20:24:11+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "psr/http-message",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
"reference": "efd67d1dc14a7ef4fc4e518e7dee91c271d524e4",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2020-06-26 12:29:38 +03:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
2020-06-07 19:04:43 +03:00
"time": "2019-08-29T13:16:46+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
2020-06-26 12:29:38 +03:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2020-06-07 19:04:43 +03:00
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "rybakit/msgpack",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/rybakit/msgpack.php.git",
2021-10-07 23:09:14 +03:00
"reference": "66ca2c3948d72068ca0c8b9a4f599f822a7fe2c3"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/66ca2c3948d72068ca0c8b9a4f599f822a7fe2c3",
"reference": "66ca2c3948d72068ca0c8b9a4f599f822a7fe2c3",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
2021-10-07 23:09:14 +03:00
"php": "^7.1.1|^8"
2020-06-07 19:04:43 +03:00
},
"require-dev": {
"ext-gmp": "*",
"friendsofphp/php-cs-fixer": "^2.14",
2021-10-07 23:09:14 +03:00
"phpunit/phpunit": "^7.1|^8|^9"
2020-06-07 19:04:43 +03:00
},
"suggest": {
"ext-decimal": "For converting overflowed integers to Decimal objects",
"ext-gmp": "For converting overflowed integers to GMP objects"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"autoload": {
"psr-4": {
"MessagePack\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Eugene Leonovich",
"email": "gen.work@gmail.com"
}
],
"description": "A pure PHP implementation of the MessagePack serialization format.",
"keywords": [
"messagepack",
"msgpack",
"pure",
"streaming"
],
2020-06-26 12:29:38 +03:00
"support": {
"issues": "https://github.com/rybakit/msgpack.php/issues",
"source": "https://github.com/rybakit/msgpack.php/tree/master"
},
"funding": [
{
"url": "https://github.com/rybakit",
"type": "github"
}
],
2021-10-07 23:09:14 +03:00
"time": "2021-07-08T19:01:22+00:00"
2020-06-26 12:29:38 +03:00
},
2021-09-16 21:29:50 +03:00
{
"name": "scssphp/scssphp",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/scssphp/scssphp.git",
2021-10-07 23:09:14 +03:00
"reference": "fd4fc9edc49f5a4465e11e03b7d6198404adbc22"
2021-09-16 21:29:50 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/fd4fc9edc49f5a4465e11e03b7d6198404adbc22",
"reference": "fd4fc9edc49f5a4465e11e03b7d6198404adbc22",
2021-09-16 21:29:50 +03:00
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-json": "*",
"php": ">=7.2"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"phpunit/phpunit": "^8.5 || ^9.5",
"sass/sass-spec": "*",
"squizlabs/php_codesniffer": "~3.5",
"symfony/phpunit-bridge": "^5.1",
2021-10-07 23:09:14 +03:00
"thoughtbot/bourbon": "^7.0",
2021-09-16 21:29:50 +03:00
"twbs/bootstrap": "~5.0",
"twbs/bootstrap4": "4.6.0",
"zurb/foundation": "~6.5"
},
"suggest": {
"ext-iconv": "Can be used as fallback when ext-mbstring is not available",
"ext-mbstring": "For best performance, mbstring should be installed as it is faster than ext-iconv"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
"ScssPhp\\ScssPhp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anthon Pang",
"email": "apang@softwaredevelopment.ca",
"homepage": "https://github.com/robocoder"
},
{
"name": "Cédric Morin",
"email": "cedric@yterium.com",
"homepage": "https://github.com/Cerdic"
}
],
"description": "scssphp is a compiler for SCSS written in PHP.",
"homepage": "http://scssphp.github.io/scssphp/",
"keywords": [
"css",
"less",
"sass",
"scss",
"stylesheet"
],
"support": {
"issues": "https://github.com/scssphp/scssphp/issues",
"source": "https://github.com/scssphp/scssphp/tree/master"
},
2021-10-07 23:09:14 +03:00
"time": "2021-10-02T12:51:54+00:00"
2021-09-16 21:29:50 +03:00
},
2020-06-26 12:29:38 +03:00
{
"name": "symfony/polyfill-intl-idn",
2021-10-07 23:09:14 +03:00
"version": "dev-main",
2020-06-26 12:29:38 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-idn.git",
2021-10-07 23:09:14 +03:00
"reference": "749045c69efb97c70d25d7463abba812e91f3a44"
2020-06-26 12:29:38 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/749045c69efb97c70d25d7463abba812e91f3a44",
"reference": "749045c69efb97c70d25d7463abba812e91f3a44",
2020-06-26 12:29:38 +03:00
"shasum": ""
},
"require": {
2021-10-07 23:09:14 +03:00
"php": ">=7.1",
2020-10-04 16:52:06 +03:00
"symfony/polyfill-intl-normalizer": "^1.10",
2020-06-26 12:29:38 +03:00
"symfony/polyfill-php72": "^1.10"
},
"suggest": {
"ext-intl": "For best performance"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-26 12:29:38 +03:00
"type": "library",
"extra": {
"branch-alias": {
2021-10-07 23:09:14 +03:00
"dev-main": "1.23-dev"
2020-06-26 12:29:38 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Intl\\Idn\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
2020-10-04 16:52:06 +03:00
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
},
2020-06-26 12:29:38 +03:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"idn",
"intl",
"polyfill",
"portable",
"shim"
],
2021-10-07 23:09:14 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/main"
},
2020-06-26 12:29:38 +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"
}
],
2021-10-07 23:09:14 +03:00
"time": "2021-09-14T14:02:44+00:00"
2020-06-26 12:29:38 +03:00
},
{
2020-10-04 16:52:06 +03:00
"name": "symfony/polyfill-intl-normalizer",
2021-10-07 23:09:14 +03:00
"version": "dev-main",
2020-06-26 12:29:38 +03:00
"source": {
"type": "git",
2020-10-04 16:52:06 +03:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2021-10-07 23:09:14 +03:00
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
2020-06-26 12:29:38 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
"reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
2020-06-26 12:29:38 +03:00
"shasum": ""
},
"require": {
2021-10-07 23:09:14 +03:00
"php": ">=7.1"
2020-06-26 12:29:38 +03:00
},
"suggest": {
2020-10-04 16:52:06 +03:00
"ext-intl": "For best performance"
2020-06-26 12:29:38 +03:00
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-26 12:29:38 +03:00
"type": "library",
"extra": {
"branch-alias": {
2021-10-07 23:09:14 +03:00
"dev-main": "1.23-dev"
2020-06-26 12:29:38 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
2020-10-04 16:52:06 +03:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2020-06-26 12:29:38 +03:00
},
"files": [
"bootstrap.php"
2020-10-04 16:52:06 +03:00
],
"classmap": [
"Resources/stubs"
2020-06-26 12:29:38 +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"
}
],
2020-10-04 16:52:06 +03:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2020-06-26 12:29:38 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2020-10-04 16:52:06 +03:00
"intl",
"normalizer",
2020-06-26 12:29:38 +03:00
"polyfill",
"portable",
"shim"
],
2021-10-07 23:09:14 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.23.0"
2020-06-26 12:29:38 +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"
}
],
2021-10-07 23:09:14 +03:00
"time": "2021-02-19T12:13:01+00:00"
2020-06-07 19:04:43 +03:00
},
2020-06-14 14:08:18 +03:00
{
2020-10-04 16:52:06 +03:00
"name": "symfony/polyfill-php72",
2021-10-07 23:09:14 +03:00
"version": "dev-main",
2020-06-14 14:08:18 +03:00
"source": {
"type": "git",
2020-10-04 16:52:06 +03:00
"url": "https://github.com/symfony/polyfill-php72.git",
2021-10-07 23:09:14 +03:00
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976"
2020-10-04 16:52:06 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9a142215a36a3888e30d0a9eeea9766764e96976",
"reference": "9a142215a36a3888e30d0a9eeea9766764e96976",
2020-10-04 16:52:06 +03:00
"shasum": ""
},
"require": {
2021-10-07 23:09:14 +03:00
"php": ">=7.1"
2020-10-04 16:52:06 +03:00
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-10-04 16:52:06 +03:00
"type": "library",
"extra": {
"branch-alias": {
2021-10-07 23:09:14 +03:00
"dev-main": "1.23-dev"
2020-10-04 16:52:06 +03:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
2020-06-14 14:08:18 +03:00
},
2020-10-04 16:52:06 +03:00
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-10-07 23:09:14 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.23.0"
},
2020-10-04 16:52:06 +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"
}
],
2021-10-07 23:09:14 +03:00
"time": "2021-05-27T09:17:38+00:00"
2020-06-14 14:08:18 +03:00
},
2020-06-07 19:04:43 +03:00
{
"name": "wapmorgan/binary-stream",
2020-06-14 14:08:18 +03:00
"version": "dev-master",
2020-06-07 19:04:43 +03:00
"source": {
"type": "git",
"url": "https://github.com/wapmorgan/BinaryStream.git",
2020-06-14 14:08:18 +03:00
"reference": "cfe40bc12a5d5a446f9b20131957bae78fc47a12"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2020-06-14 14:08:18 +03:00
"url": "https://api.github.com/repos/wapmorgan/BinaryStream/zipball/cfe40bc12a5d5a446f9b20131957bae78fc47a12",
"reference": "cfe40bc12a5d5a446f9b20131957bae78fc47a12",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.8.35"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"autoload": {
"psr-4": {
"wapmorgan\\BinaryStream\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A handy tool for working with binary data",
"keywords": [
"binary",
"binary-data",
"reader",
"writer"
],
2020-06-26 12:29:38 +03:00
"support": {
"issues": "https://github.com/wapmorgan/BinaryStream/issues",
"source": "https://github.com/wapmorgan/BinaryStream/tree/master"
},
2020-06-14 14:08:18 +03:00
"time": "2018-09-26T17:10:59+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "whichbrowser/parser",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/WhichBrowser/Parser-PHP.git",
2021-10-07 23:09:14 +03:00
"reference": "bcf642a1891032de16a5ab976fd352753dd7f9a0"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/bcf642a1891032de16a5ab976fd352753dd7f9a0",
"reference": "bcf642a1891032de16a5ab976fd352753dd7f9a0",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/cache": "^1.0"
},
"require-dev": {
2021-10-07 23:09:14 +03:00
"cache/array-adapter": "^1.1",
2020-06-07 19:04:43 +03:00
"icomefromthenet/reverse-regex": "0.0.6.3",
2021-10-07 23:09:14 +03:00
"php-coveralls/php-coveralls": "^2.0",
"phpunit/php-code-coverage": "^5.0 || ^7.0",
"phpunit/phpunit": "^6.0 || ^8.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/yaml": "~3.4 || ~4.0"
2020-06-07 19:04:43 +03:00
},
"suggest": {
"cache/array-adapter": "Allows testing of the caching functionality"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"autoload": {
"psr-4": {
"WhichBrowser\\": [
"src/",
"tests/src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Niels Leenheer",
"email": "niels@leenheer.nl",
"role": "Developer"
}
],
"description": "Useragent sniffing library for PHP",
"homepage": "http://whichbrowser.net",
"keywords": [
"browser",
"sniffing",
"ua",
"useragent"
],
2021-10-07 23:09:14 +03:00
"support": {
"issues": "https://github.com/WhichBrowser/Parser-PHP/issues",
"source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.2"
},
"time": "2021-05-10T10:18:11+00:00"
2020-06-07 19:04:43 +03:00
},
{
"name": "zadarma/user-api-v1",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/zadarma/user-api-v1.git",
2021-10-07 23:09:14 +03:00
"reference": "23badf5232bfc0a7707fd9fa9857d805e8b8e2d1"
2020-06-07 19:04:43 +03:00
},
"dist": {
"type": "zip",
2021-10-07 23:09:14 +03:00
"url": "https://api.github.com/repos/zadarma/user-api-v1/zipball/23badf5232bfc0a7707fd9fa9857d805e8b8e2d1",
"reference": "23badf5232bfc0a7707fd9fa9857d805e8b8e2d1",
2020-06-07 19:04:43 +03:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"php": ">=5.5.0"
},
2021-10-07 23:09:14 +03:00
"default-branch": true,
2020-06-07 19:04:43 +03:00
"type": "library",
"autoload": {
"psr-4": {
"Zadarma_API\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Zadarma",
"email": "github@zadarma.com"
}
],
"description": "PHP class for Zadarma API",
"homepage": "https://github.com/zadarma/user-api-v1",
"keywords": [
"api",
"free calls",
"pbx",
"sip",
"zadarma"
],
2021-10-07 23:09:14 +03:00
"support": {
"issues": "https://github.com/zadarma/user-api-v1/issues",
"source": "https://github.com/zadarma/user-api-v1/tree/v1.1.7"
},
"time": "2021-05-31T13:19:30+00:00"
2020-06-07 19:04:43 +03:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"komeiji-satori/curl": 20,
"whichbrowser/parser": 20,
"zadarma/user-api-v1": 20,
"james-heinrich/getid3": 20,
2020-06-14 14:08:18 +03:00
"rybakit/msgpack": 20,
2020-06-16 15:38:32 +03:00
"wapmorgan/binary-stream": 20,
2020-06-26 12:29:38 +03:00
"netcarver/textile": 20,
"al/emoji-detector": 20,
2021-09-16 21:29:50 +03:00
"ezyang/htmlpurifier": 20,
"scssphp/scssphp": 20
2020-06-07 19:04:43 +03:00
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
2021-10-07 23:09:14 +03:00
"plugin-api-version": "2.0.0"
2020-06-07 19:04:43 +03:00
}