mirror of
https://github.com/openvk/openvk
synced 2024-11-11 09:29:29 +03:00
2482 lines
88 KiB
JSON
2482 lines
88 KiB
JSON
{
|
||
"_readme": [
|
||
"This file locks the dependencies of your project to a known state",
|
||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||
"This file is @generated automatically"
|
||
],
|
||
"content-hash": "ef138eb5561446039021ea091dae0b58",
|
||
"packages": [
|
||
{
|
||
"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"
|
||
},
|
||
"default-branch": true,
|
||
"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",
|
||
"support": {
|
||
"source": "https://github.com/AlmaArmas/emoji-detector-php/tree/0.2.3"
|
||
},
|
||
"time": "2020-06-26T09:10:17+00:00"
|
||
},
|
||
{
|
||
"name": "bhaktaraz/php-rss-generator",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/bhaktaraz/php-rss-generator.git",
|
||
"reference": "53cf11db18d87e65973e6df453fb8c1382e5a3bd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/bhaktaraz/php-rss-generator/zipball/53cf11db18d87e65973e6df453fb8c1382e5a3bd",
|
||
"reference": "53cf11db18d87e65973e6df453fb8c1382e5a3bd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Bhaktaraz\\RSSGenerator\\": "Source/Bhaktaraz/RSSGenerator/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Bhaktaraz Bhatta",
|
||
"email": "bhattabhakta@gmail.com"
|
||
}
|
||
],
|
||
"description": "Simple RSS generator library for PHP 5.5 or later.",
|
||
"homepage": "https://github.com/bhaktaraz/php-rss-generator",
|
||
"keywords": [
|
||
"Facebook product feed generator",
|
||
"feed",
|
||
"generator",
|
||
"rss",
|
||
"writer"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/bhaktaraz/php-rss-generator/issues",
|
||
"source": "https://github.com/bhaktaraz/php-rss-generator/tree/master"
|
||
},
|
||
"time": "2021-03-15T10:59:47+00:00"
|
||
},
|
||
{
|
||
"name": "chillerlan/php-qrcode",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/chillerlan/php-qrcode.git",
|
||
"reference": "cde2af576b6b829b1a30e3042eba488c90d94478"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/chillerlan/php-qrcode/zipball/cde2af576b6b829b1a30e3042eba488c90d94478",
|
||
"reference": "cde2af576b6b829b1a30e3042eba488c90d94478",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"chillerlan/php-settings-container": "^2.1",
|
||
"ext-mbstring": "*",
|
||
"php": "^7.4 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"phan/phan": "^5.3",
|
||
"phpunit/phpunit": "^9.5",
|
||
"setasign/fpdf": "^1.8.2"
|
||
},
|
||
"suggest": {
|
||
"chillerlan/php-authenticator": "Yet another Google authenticator! Also creates URIs for mobile apps.",
|
||
"setasign/fpdf": "Required to use the QR FPDF output.",
|
||
"simple-icons/simple-icons": "SVG icons that you can use to embed as logos in the QR Code"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"chillerlan\\QRCode\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Kazuhiko Arase",
|
||
"homepage": "https://github.com/kazuhikoarase/qrcode-generator"
|
||
},
|
||
{
|
||
"name": "ZXing Authors",
|
||
"homepage": "https://github.com/zxing/zxing"
|
||
},
|
||
{
|
||
"name": "Ashot Khanamiryan",
|
||
"homepage": "https://github.com/khanamiryan/php-qrcode-detector-decoder"
|
||
},
|
||
{
|
||
"name": "Smiley",
|
||
"email": "smiley@chillerlan.net",
|
||
"homepage": "https://github.com/codemasher"
|
||
},
|
||
{
|
||
"name": "Contributors",
|
||
"homepage": "https://github.com/chillerlan/php-qrcode/graphs/contributors"
|
||
}
|
||
],
|
||
"description": "A QR code generator. PHP 7.4+",
|
||
"homepage": "https://github.com/chillerlan/php-qrcode",
|
||
"keywords": [
|
||
"phpqrcode",
|
||
"qr",
|
||
"qr code",
|
||
"qrcode",
|
||
"qrcode-generator",
|
||
"qrcode-reader"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/chillerlan/php-qrcode/issues",
|
||
"source": "https://github.com/chillerlan/php-qrcode/tree/main"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://ko-fi.com/codemasher",
|
||
"type": "ko_fi"
|
||
}
|
||
],
|
||
"time": "2022-06-06T21:09:20+00:00"
|
||
},
|
||
{
|
||
"name": "chillerlan/php-settings-container",
|
||
"version": "2.1.3",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/chillerlan/php-settings-container.git",
|
||
"reference": "125dd573b45ffc7cabecf385986a356ba2c6f602"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/chillerlan/php-settings-container/zipball/125dd573b45ffc7cabecf385986a356ba2c6f602",
|
||
"reference": "125dd573b45ffc7cabecf385986a356ba2c6f602",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"php": "^7.4 || ^8.0"
|
||
},
|
||
"require-dev": {
|
||
"phan/phan": "^5.3",
|
||
"phpunit/phpunit": "^9.5"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"chillerlan\\Settings\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Smiley",
|
||
"email": "smiley@chillerlan.net",
|
||
"homepage": "https://github.com/codemasher"
|
||
}
|
||
],
|
||
"description": "A container class for immutable settings objects. Not a DI container. PHP 7.4+",
|
||
"homepage": "https://github.com/chillerlan/php-settings-container",
|
||
"keywords": [
|
||
"PHP7",
|
||
"Settings",
|
||
"configuration",
|
||
"container",
|
||
"helper"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/chillerlan/php-settings-container/issues",
|
||
"source": "https://github.com/chillerlan/php-settings-container"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://www.paypal.com/donate?hosted_button_id=WLYUNAT9ZTJZ4",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://ko-fi.com/codemasher",
|
||
"type": "ko_fi"
|
||
}
|
||
],
|
||
"time": "2022-03-09T13:18:58+00:00"
|
||
},
|
||
{
|
||
"name": "erusev/parsedown",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/erusev/parsedown.git",
|
||
"reference": "6598f3860c2698fe2f0f1bc98212fc01d0a1893c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/erusev/parsedown/zipball/6598f3860c2698fe2f0f1bc98212fc01d0a1893c",
|
||
"reference": "6598f3860c2698fe2f0f1bc98212fc01d0a1893c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.8.35"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-0": {
|
||
"Parsedown": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Emanuil Rusev",
|
||
"email": "hello@erusev.com",
|
||
"homepage": "http://erusev.com"
|
||
}
|
||
],
|
||
"description": "Parser for Markdown.",
|
||
"homepage": "http://parsedown.org",
|
||
"keywords": [
|
||
"markdown",
|
||
"parser"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/erusev/parsedown/issues",
|
||
"source": "https://github.com/erusev/parsedown/tree/master"
|
||
},
|
||
"time": "2020-08-09T14:12:21+00:00"
|
||
},
|
||
{
|
||
"name": "ezyang/htmlpurifier",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/ezyang/htmlpurifier.git",
|
||
"reference": "1db36fb09d4ab1bce79722014e70e7a96ad76165"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/1db36fb09d4ab1bce79722014e70e7a96ad76165",
|
||
"reference": "1db36fb09d4ab1bce79722014e70e7a96ad76165",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.2"
|
||
},
|
||
"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"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"library/HTMLPurifier.composer.php"
|
||
],
|
||
"psr-0": {
|
||
"HTMLPurifier": "library/"
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/library/HTMLPurifier/Language/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"LGPL-2.1-or-later"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Edward Z. Yang",
|
||
"email": "admin@htmlpurifier.org",
|
||
"homepage": "http://ezyang.com"
|
||
}
|
||
],
|
||
"description": "Standards compliant HTML filter written in PHP",
|
||
"homepage": "http://htmlpurifier.org/",
|
||
"keywords": [
|
||
"html"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/ezyang/htmlpurifier/issues",
|
||
"source": "https://github.com/ezyang/htmlpurifier/tree/master"
|
||
},
|
||
"time": "2022-06-10T20:30:01+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/guzzle",
|
||
"version": "6.5.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/guzzle.git",
|
||
"reference": "724562fa861e21a4071c652c8a159934e4f05592"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/724562fa861e21a4071c652c8a159934e4f05592",
|
||
"reference": "724562fa861e21a4071c652c8a159934e4f05592",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-json": "*",
|
||
"guzzlehttp/promises": "^1.0",
|
||
"guzzlehttp/psr7": "^1.6.1",
|
||
"php": ">=5.5",
|
||
"symfony/polyfill-intl-idn": "^1.17.0"
|
||
},
|
||
"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": {
|
||
"files": [
|
||
"src/functions_include.php"
|
||
],
|
||
"psr-4": {
|
||
"GuzzleHttp\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Jeremy Lindblom",
|
||
"email": "jeremeamia@gmail.com",
|
||
"homepage": "https://github.com/jeremeamia"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://github.com/sagikazarmark"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"description": "Guzzle is a PHP HTTP client library",
|
||
"homepage": "http://guzzlephp.org/",
|
||
"keywords": [
|
||
"client",
|
||
"curl",
|
||
"framework",
|
||
"http",
|
||
"http client",
|
||
"rest",
|
||
"web service"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/guzzle/issues",
|
||
"source": "https://github.com/guzzle/guzzle/tree/6.5"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/GrahamCampbell",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://github.com/Nyholm",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-06-09T21:36:50+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/promises",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/promises.git",
|
||
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
||
"reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.5"
|
||
},
|
||
"require-dev": {
|
||
"symfony/phpunit-bridge": "^4.4 || ^5.1"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.5-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions_include.php"
|
||
],
|
||
"psr-4": {
|
||
"GuzzleHttp\\Promise\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"description": "Guzzle promises library",
|
||
"keywords": [
|
||
"promise"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/guzzle/promises/issues",
|
||
"source": "https://github.com/guzzle/promises/tree/1.5.1"
|
||
},
|
||
"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-22T20:56:57+00:00"
|
||
},
|
||
{
|
||
"name": "guzzlehttp/psr7",
|
||
"version": "1.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/guzzle/psr7.git",
|
||
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/guzzle/psr7/zipball/337e3ad8e5716c15f9657bd214d16cc5e69df268",
|
||
"reference": "337e3ad8e5716c15f9657bd214d16cc5e69df268",
|
||
"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": "*",
|
||
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
|
||
},
|
||
"suggest": {
|
||
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-master": "1.7-dev"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"src/functions_include.php"
|
||
],
|
||
"psr-4": {
|
||
"GuzzleHttp\\Psr7\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Graham Campbell",
|
||
"email": "hello@gjcampbell.co.uk",
|
||
"homepage": "https://github.com/GrahamCampbell"
|
||
},
|
||
{
|
||
"name": "Michael Dowling",
|
||
"email": "mtdowling@gmail.com",
|
||
"homepage": "https://github.com/mtdowling"
|
||
},
|
||
{
|
||
"name": "George Mponos",
|
||
"email": "gmponos@gmail.com",
|
||
"homepage": "https://github.com/gmponos"
|
||
},
|
||
{
|
||
"name": "Tobias Nyholm",
|
||
"email": "tobias.nyholm@gmail.com",
|
||
"homepage": "https://github.com/Nyholm"
|
||
},
|
||
{
|
||
"name": "Márk Sági-Kazár",
|
||
"email": "mark.sagikazar@gmail.com",
|
||
"homepage": "https://github.com/sagikazarmark"
|
||
},
|
||
{
|
||
"name": "Tobias Schultze",
|
||
"email": "webmaster@tubo-world.de",
|
||
"homepage": "https://github.com/Tobion"
|
||
}
|
||
],
|
||
"description": "PSR-7 message implementation that also provides common utility methods",
|
||
"keywords": [
|
||
"http",
|
||
"message",
|
||
"psr-7",
|
||
"request",
|
||
"response",
|
||
"stream",
|
||
"uri",
|
||
"url"
|
||
],
|
||
"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": "2022-03-20T21:51:18+00:00"
|
||
},
|
||
{
|
||
"name": "james-heinrich/getid3",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/JamesHeinrich/getID3.git",
|
||
"reference": "f8740d287b3efce78845f8646d3933345f1fb375"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/f8740d287b3efce78845f8646d3933345f1fb375",
|
||
"reference": "f8740d287b3efce78845f8646d3933345f1fb375",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"php-parallel-lint/php-parallel-lint": "^1.0"
|
||
},
|
||
"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."
|
||
},
|
||
"default-branch": true,
|
||
"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"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/JamesHeinrich/getID3/issues",
|
||
"source": "https://github.com/JamesHeinrich/getID3/tree/master"
|
||
},
|
||
"time": "2022-05-01T19:51:55+00: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"
|
||
},
|
||
"default-branch": true,
|
||
"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"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/komeiji-satori/curl/issues",
|
||
"source": "https://github.com/komeiji-satori/curl/tree/master"
|
||
},
|
||
"time": "2019-04-20T16:06:47+00:00"
|
||
},
|
||
{
|
||
"name": "lfkeitel/phptotp",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/lfkeitel/php-totp.git",
|
||
"reference": "5b1673e895f857856b3e75ccb442855771c9b9be"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/lfkeitel/php-totp/zipball/5b1673e895f857856b3e75ccb442855771c9b9be",
|
||
"reference": "5b1673e895f857856b3e75ccb442855771c9b9be",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^5.6 || ^7.0 || ^8.0"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"lfkeitel\\phptotp\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"description": "TOTP/HOTP library for PHP",
|
||
"keywords": [
|
||
"Authentication",
|
||
"hotp",
|
||
"totp",
|
||
"two-factor"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/lfkeitel/php-totp/issues",
|
||
"source": "https://github.com/lfkeitel/php-totp/tree/v1.1.0"
|
||
},
|
||
"time": "2022-04-07T20:52:00+00:00"
|
||
},
|
||
{
|
||
"name": "psr/cache",
|
||
"version": "1.0.1",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/cache.git",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
"reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
|
||
"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"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/cache/tree/master"
|
||
},
|
||
"time": "2016-08-06T20:24:11+00:00"
|
||
},
|
||
{
|
||
"name": "psr/container",
|
||
"version": "1.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/php-fig/container.git",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.4.0"
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Psr\\Container\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "PHP-FIG",
|
||
"homepage": "https://www.php-fig.org/"
|
||
}
|
||
],
|
||
"description": "Common Container Interface (PHP FIG PSR-11)",
|
||
"homepage": "https://github.com/php-fig/container",
|
||
"keywords": [
|
||
"PSR-11",
|
||
"container",
|
||
"container-interface",
|
||
"container-interop",
|
||
"psr"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/php-fig/container/issues",
|
||
"source": "https://github.com/php-fig/container/tree/1.1.2"
|
||
},
|
||
"time": "2021-11-05T16:50:12+00: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"
|
||
},
|
||
"default-branch": true,
|
||
"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"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/php-fig/http-message/tree/master"
|
||
},
|
||
"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.",
|
||
"support": {
|
||
"issues": "https://github.com/ralouphie/getallheaders/issues",
|
||
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
|
||
},
|
||
"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",
|
||
"reference": "fc6bc45e92274e78c32d0a86f2e2cc1f8b5e017b"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/rybakit/msgpack.php/zipball/fc6bc45e92274e78c32d0a86f2e2cc1f8b5e017b",
|
||
"reference": "fc6bc45e92274e78c32d0a86f2e2cc1f8b5e017b",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": "^7.1.1|^8"
|
||
},
|
||
"require-dev": {
|
||
"ext-gmp": "*",
|
||
"friendsofphp/php-cs-fixer": "^2.14",
|
||
"phpunit/phpunit": "^7.1|^8|^9",
|
||
"vimeo/psalm": "^3.9|^4"
|
||
},
|
||
"suggest": {
|
||
"ext-decimal": "For converting overflowed integers to Decimal objects",
|
||
"ext-gmp": "For converting overflowed integers to GMP objects"
|
||
},
|
||
"default-branch": true,
|
||
"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"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/rybakit/msgpack.php/issues",
|
||
"source": "https://github.com/rybakit/msgpack.php/tree/v0.9.1"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://github.com/rybakit",
|
||
"type": "github"
|
||
}
|
||
],
|
||
"time": "2022-02-16T00:48:07+00:00"
|
||
},
|
||
{
|
||
"name": "scssphp/scssphp",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/scssphp/scssphp.git",
|
||
"reference": "5757e662b9b4110420cf23ffbd92444f40c2e046"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/scssphp/scssphp/zipball/5757e662b9b4110420cf23ffbd92444f40c2e046",
|
||
"reference": "5757e662b9b4110420cf23ffbd92444f40c2e046",
|
||
"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",
|
||
"thoughtbot/bourbon": "^7.0",
|
||
"twbs/bootstrap": "~5.0",
|
||
"twbs/bootstrap4": "4.6.1",
|
||
"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"
|
||
},
|
||
"time": "2022-05-24T11:38:22+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/console",
|
||
"version": "5.4.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/console.git",
|
||
"reference": "56f40c96d6619cd87717a066f7ce65054bfd38b1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/console/zipball/56f40c96d6619cd87717a066f7ce65054bfd38b1",
|
||
"reference": "56f40c96d6619cd87717a066f7ce65054bfd38b1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/deprecation-contracts": "^2.1|^3",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/polyfill-php73": "^1.9",
|
||
"symfony/polyfill-php80": "^1.16",
|
||
"symfony/service-contracts": "^1.1|^2|^3",
|
||
"symfony/string": "^5.1|^6.0"
|
||
},
|
||
"conflict": {
|
||
"psr/log": ">=3",
|
||
"symfony/dependency-injection": "<4.4",
|
||
"symfony/dotenv": "<5.1",
|
||
"symfony/event-dispatcher": "<4.4",
|
||
"symfony/lock": "<4.4",
|
||
"symfony/process": "<4.4"
|
||
},
|
||
"provide": {
|
||
"psr/log-implementation": "1.0|2.0"
|
||
},
|
||
"require-dev": {
|
||
"psr/log": "^1|^2",
|
||
"symfony/config": "^4.4|^5.0|^6.0",
|
||
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
|
||
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
|
||
"symfony/lock": "^4.4|^5.0|^6.0",
|
||
"symfony/process": "^4.4|^5.0|^6.0",
|
||
"symfony/var-dumper": "^4.4|^5.0|^6.0"
|
||
},
|
||
"suggest": {
|
||
"psr/log": "For using the console logger",
|
||
"symfony/event-dispatcher": "",
|
||
"symfony/lock": "",
|
||
"symfony/process": ""
|
||
},
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Component\\Console\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Fabien Potencier",
|
||
"email": "fabien@symfony.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Eases the creation of beautiful and testable command line interfaces",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"cli",
|
||
"command line",
|
||
"console",
|
||
"terminal"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/console/tree/5.4"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-06-07T04:48:21+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/deprecation-contracts",
|
||
"version": "2.5.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/deprecation-contracts.git",
|
||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
||
"reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.5-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"function.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": "A generic function and convention to trigger deprecation notices",
|
||
"homepage": "https://symfony.com",
|
||
"support": {
|
||
"source": "https://github.com/symfony/deprecation-contracts/tree/2.5"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-01-02T09:53:40+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-ctype",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-ctype.git",
|
||
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
||
"reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"provide": {
|
||
"ext-ctype": "*"
|
||
},
|
||
"suggest": {
|
||
"ext-ctype": "For best performance"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Ctype\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Gert de Pagter",
|
||
"email": "BackEndTea@gmail.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for ctype functions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"ctype",
|
||
"polyfill",
|
||
"portable"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-24T11:49:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-grapheme",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
||
"reference": "433d05519ce6990bf3530fba6957499d327395c2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/433d05519ce6990bf3530fba6957499d327395c2",
|
||
"reference": "433d05519ce6990bf3530fba6957499d327395c2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "For best performance"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
||
}
|
||
},
|
||
"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 intl's grapheme_* functions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"grapheme",
|
||
"intl",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-24T11:49:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-idn",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-idn.git",
|
||
"reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
|
||
"reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1",
|
||
"symfony/polyfill-intl-normalizer": "^1.10",
|
||
"symfony/polyfill-php72": "^1.10"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "For best performance"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Intl\\Idn\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Laurent Bassin",
|
||
"email": "laurent@bassin.info"
|
||
},
|
||
{
|
||
"name": "Trevor Rowbotham",
|
||
"email": "trevor.rowbotham@pm.me"
|
||
},
|
||
{
|
||
"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"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-24T11:49:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-intl-normalizer",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
||
"reference": "219aa369ceff116e673852dce47c3a41794c14bd"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
|
||
"reference": "219aa369ceff116e673852dce47c3a41794c14bd",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"suggest": {
|
||
"ext-intl": "For best performance"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
||
},
|
||
"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 for intl's Normalizer class and related functions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"intl",
|
||
"normalizer",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-24T11:49:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-mbstring",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-mbstring.git",
|
||
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
||
"reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"provide": {
|
||
"ext-mbstring": "*"
|
||
},
|
||
"suggest": {
|
||
"ext-mbstring": "For best performance"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Mbstring\\": ""
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill for the Mbstring extension",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"mbstring",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-24T11:49:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php72",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php72.git",
|
||
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
||
"reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"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",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-24T11:49:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php73",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php73.git",
|
||
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
||
"reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php73\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-24T11:49:31+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/polyfill-php80",
|
||
"version": "dev-main",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/polyfill-php80.git",
|
||
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
||
"reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.1"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "1.26-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/polyfill",
|
||
"url": "https://github.com/symfony/polyfill"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"files": [
|
||
"bootstrap.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Polyfill\\Php80\\": ""
|
||
},
|
||
"classmap": [
|
||
"Resources/stubs"
|
||
]
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Ion Bazan",
|
||
"email": "ion.bazan@gmail.com"
|
||
},
|
||
{
|
||
"name": "Nicolas Grekas",
|
||
"email": "p@tchwork.com"
|
||
},
|
||
{
|
||
"name": "Symfony Community",
|
||
"homepage": "https://symfony.com/contributors"
|
||
}
|
||
],
|
||
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"compatibility",
|
||
"polyfill",
|
||
"portable",
|
||
"shim"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-05-10T07:21:04+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/service-contracts",
|
||
"version": "2.5.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/service-contracts.git",
|
||
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
|
||
"reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"psr/container": "^1.1",
|
||
"symfony/deprecation-contracts": "^2.1|^3"
|
||
},
|
||
"conflict": {
|
||
"ext-psr": "<1.1|>=2"
|
||
},
|
||
"suggest": {
|
||
"symfony/service-implementation": ""
|
||
},
|
||
"type": "library",
|
||
"extra": {
|
||
"branch-alias": {
|
||
"dev-main": "2.5-dev"
|
||
},
|
||
"thanks": {
|
||
"name": "symfony/contracts",
|
||
"url": "https://github.com/symfony/contracts"
|
||
}
|
||
},
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Symfony\\Contracts\\Service\\": ""
|
||
}
|
||
},
|
||
"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": "Generic abstractions related to writing services",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"abstractions",
|
||
"contracts",
|
||
"decoupling",
|
||
"interfaces",
|
||
"interoperability",
|
||
"standards"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/service-contracts/tree/2.5"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-03-13T20:07:29+00:00"
|
||
},
|
||
{
|
||
"name": "symfony/string",
|
||
"version": "5.4.x-dev",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/symfony/string.git",
|
||
"reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/symfony/string/zipball/985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
|
||
"reference": "985e6a9703ef5ce32ba617c9c7d97873bb7b2a99",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=7.2.5",
|
||
"symfony/polyfill-ctype": "~1.8",
|
||
"symfony/polyfill-intl-grapheme": "~1.0",
|
||
"symfony/polyfill-intl-normalizer": "~1.0",
|
||
"symfony/polyfill-mbstring": "~1.0",
|
||
"symfony/polyfill-php80": "~1.15"
|
||
},
|
||
"conflict": {
|
||
"symfony/translation-contracts": ">=3.0"
|
||
},
|
||
"require-dev": {
|
||
"symfony/error-handler": "^4.4|^5.0|^6.0",
|
||
"symfony/http-client": "^4.4|^5.0|^6.0",
|
||
"symfony/translation-contracts": "^1.1|^2",
|
||
"symfony/var-exporter": "^4.4|^5.0|^6.0"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"Resources/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"Symfony\\Component\\String\\": ""
|
||
},
|
||
"exclude-from-classmap": [
|
||
"/Tests/"
|
||
]
|
||
},
|
||
"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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
||
"homepage": "https://symfony.com",
|
||
"keywords": [
|
||
"grapheme",
|
||
"i18n",
|
||
"string",
|
||
"unicode",
|
||
"utf-8",
|
||
"utf8"
|
||
],
|
||
"support": {
|
||
"source": "https://github.com/symfony/string/tree/v5.4.9"
|
||
},
|
||
"funding": [
|
||
{
|
||
"url": "https://symfony.com/sponsor",
|
||
"type": "custom"
|
||
},
|
||
{
|
||
"url": "https://github.com/fabpot",
|
||
"type": "github"
|
||
},
|
||
{
|
||
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
||
"type": "tidelift"
|
||
}
|
||
],
|
||
"time": "2022-04-19T10:40:37+00:00"
|
||
},
|
||
{
|
||
"name": "vearutop/php-obscene-censor-rus",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/vearutop/php-obscene-censor-rus.git",
|
||
"reference": "ff0baca1aa0c4caba875773115f50d8252487b31"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/vearutop/php-obscene-censor-rus/zipball/ff0baca1aa0c4caba875773115f50d8252487b31",
|
||
"reference": "ff0baca1aa0c4caba875773115f50d8252487b31",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "^4.0"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"psr-4": {
|
||
"Wkhooy\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Viacheslav Poturaev",
|
||
"email": "vearutop@gmail.com",
|
||
"homepage": "https://github.com/vearutop"
|
||
}
|
||
],
|
||
"description": "Класс для фильтрации нецензурных выражений (матов).",
|
||
"homepage": "https://github.com/vearutop/php-obscene-censor-rus/",
|
||
"keywords": [
|
||
"censor",
|
||
"антимат",
|
||
"модерация",
|
||
"хуй",
|
||
"цензура"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/vearutop/php-obscene-censor-rus/issues",
|
||
"source": "https://github.com/vearutop/php-obscene-censor-rus/tree/master"
|
||
},
|
||
"time": "2019-06-19T20:04:05+00:00"
|
||
},
|
||
{
|
||
"name": "wapmorgan/binary-stream",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/wapmorgan/BinaryStream.git",
|
||
"reference": "cfe40bc12a5d5a446f9b20131957bae78fc47a12"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/wapmorgan/BinaryStream/zipball/cfe40bc12a5d5a446f9b20131957bae78fc47a12",
|
||
"reference": "cfe40bc12a5d5a446f9b20131957bae78fc47a12",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.3.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.8.35"
|
||
},
|
||
"default-branch": true,
|
||
"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"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/wapmorgan/BinaryStream/issues",
|
||
"source": "https://github.com/wapmorgan/BinaryStream/tree/master"
|
||
},
|
||
"time": "2018-09-26T17:10:59+00:00"
|
||
},
|
||
{
|
||
"name": "wapmorgan/morphos",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/wapmorgan/Morphos.git",
|
||
"reference": "ec18034d4a439139902c769a64bb67e59e3402a8"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/wapmorgan/Morphos/zipball/ec18034d4a439139902c769a64bb67e59e3402a8",
|
||
"reference": "ec18034d4a439139902c769a64bb67e59e3402a8",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-mbstring": "*",
|
||
"php": ">=5.4.0"
|
||
},
|
||
"require-dev": {
|
||
"phpunit/phpunit": "~4.8"
|
||
},
|
||
"suggest": {
|
||
"ext-readline": "For using interactive version of script"
|
||
},
|
||
"default-branch": true,
|
||
"type": "library",
|
||
"autoload": {
|
||
"files": [
|
||
"src/English/functions.php",
|
||
"src/Russian/functions.php"
|
||
],
|
||
"psr-4": {
|
||
"morphos\\": "src/"
|
||
}
|
||
},
|
||
"notification-url": "https://packagist.org/downloads/",
|
||
"license": [
|
||
"MIT"
|
||
],
|
||
"authors": [
|
||
{
|
||
"name": "Sergey Vanyushin",
|
||
"email": "wapmorgan@gmail.com",
|
||
"role": "developer"
|
||
}
|
||
],
|
||
"description": "A morphological solution for Russian and English language written completely in PHP. Provides classes to inflect personal names, geographical names, decline and pluralize nouns, generate cardinal and ordinal numerals, spell out money amounts and time.",
|
||
"homepage": "http://morphos.io",
|
||
"keywords": [
|
||
"Numerals",
|
||
"adjectives",
|
||
"cardinal",
|
||
"declension",
|
||
"english",
|
||
"geographical names",
|
||
"human-friendly",
|
||
"inflection",
|
||
"language",
|
||
"money",
|
||
"morphology",
|
||
"nouns",
|
||
"ordinal",
|
||
"personal names",
|
||
"pluralization",
|
||
"russian",
|
||
"spelling",
|
||
"time"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/wapmorgan/Morphos/issues",
|
||
"source": "https://github.com/wapmorgan/Morphos/tree/master"
|
||
},
|
||
"time": "2021-11-22T09:15:18+00:00"
|
||
},
|
||
{
|
||
"name": "whichbrowser/parser",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/WhichBrowser/Parser-PHP.git",
|
||
"reference": "1044880bc792dbce5948fbff22ae731c43c280d9"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/WhichBrowser/Parser-PHP/zipball/1044880bc792dbce5948fbff22ae731c43c280d9",
|
||
"reference": "1044880bc792dbce5948fbff22ae731c43c280d9",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"php": ">=5.4.0",
|
||
"psr/cache": "^1.0 || ^2.0 || ^3.0"
|
||
},
|
||
"require-dev": {
|
||
"cache/array-adapter": "^1.1",
|
||
"icomefromthenet/reverse-regex": "0.0.6.3",
|
||
"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"
|
||
},
|
||
"suggest": {
|
||
"cache/array-adapter": "Allows testing of the caching functionality"
|
||
},
|
||
"default-branch": true,
|
||
"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"
|
||
],
|
||
"support": {
|
||
"issues": "https://github.com/WhichBrowser/Parser-PHP/issues",
|
||
"source": "https://github.com/WhichBrowser/Parser-PHP/tree/v2.1.7"
|
||
},
|
||
"time": "2022-04-19T20:14:54+00:00"
|
||
},
|
||
{
|
||
"name": "zadarma/user-api-v1",
|
||
"version": "dev-master",
|
||
"source": {
|
||
"type": "git",
|
||
"url": "https://github.com/zadarma/user-api-v1.git",
|
||
"reference": "23badf5232bfc0a7707fd9fa9857d805e8b8e2d1"
|
||
},
|
||
"dist": {
|
||
"type": "zip",
|
||
"url": "https://api.github.com/repos/zadarma/user-api-v1/zipball/23badf5232bfc0a7707fd9fa9857d805e8b8e2d1",
|
||
"reference": "23badf5232bfc0a7707fd9fa9857d805e8b8e2d1",
|
||
"shasum": ""
|
||
},
|
||
"require": {
|
||
"ext-curl": "*",
|
||
"php": ">=5.5.0"
|
||
},
|
||
"default-branch": true,
|
||
"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"
|
||
],
|
||
"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"
|
||
}
|
||
],
|
||
"packages-dev": [],
|
||
"aliases": [],
|
||
"minimum-stability": "dev",
|
||
"stability-flags": {
|
||
"komeiji-satori/curl": 20,
|
||
"whichbrowser/parser": 20,
|
||
"zadarma/user-api-v1": 20,
|
||
"james-heinrich/getid3": 20,
|
||
"rybakit/msgpack": 20,
|
||
"wapmorgan/binary-stream": 20,
|
||
"al/emoji-detector": 20,
|
||
"ezyang/htmlpurifier": 20,
|
||
"scssphp/scssphp": 20,
|
||
"lfkeitel/phptotp": 20,
|
||
"chillerlan/php-qrcode": 20,
|
||
"vearutop/php-obscene-censor-rus": 20,
|
||
"erusev/parsedown": 20,
|
||
"bhaktaraz/php-rss-generator": 20,
|
||
"symfony/console": 20,
|
||
"wapmorgan/morphos": 20
|
||
},
|
||
"prefer-stable": false,
|
||
"prefer-lowest": false,
|
||
"platform": {
|
||
"php": "~7.3",
|
||
"ext-simplexml": "*",
|
||
"ext-sodium": "*"
|
||
},
|
||
"platform-dev": [],
|
||
"plugin-api-version": "2.0.0"
|
||
}
|