1
0
Fork 0
mirror of https://gitlab.com/ifiction/ifhub-telegram.git synced 2024-04-27 06:39:39 +03:00
ifhub-telegram/composer.lock

2313 lines
78 KiB
Plaintext
Raw Normal View History

2017-05-16 09:42:20 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
2020-08-14 10:49:48 +03:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2017-05-16 09:42:20 +03:00
"This file is @generated automatically"
],
"content-hash": "5e1c177f2e6fc662bee639eb8875918c",
2017-05-16 09:42:20 +03:00
"packages": [
2017-06-16 22:03:07 +03:00
{
"name": "doctrine/inflector",
2020-08-14 10:49:48 +03:00
"version": "1.4.3",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
2020-08-14 10:49:48 +03:00
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"php": "^7.2 || ^8.0"
2017-06-16 22:03:07 +03:00
},
"require-dev": {
2020-08-14 10:49:48 +03:00
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2017-06-16 22:03:07 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "2.0.x-dev"
2017-06-16 22:03:07 +03:00
}
},
"autoload": {
"psr-4": {
2020-08-14 10:49:48 +03:00
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2017-06-16 22:03:07 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-08-14 10:49:48 +03:00
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-06-16 22:03:07 +03:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2020-08-14 10:49:48 +03:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2017-06-16 22:03:07 +03:00
"keywords": [
"inflection",
2020-08-14 10:49:48 +03:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
2017-06-16 22:03:07 +03:00
],
2020-08-14 10:49:48 +03:00
"time": "2020-05-29T07:19:59+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "guzzlehttp/guzzle",
2020-08-14 10:49:48 +03:00
"version": "6.5.5",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2020-08-14 10:49:48 +03:00
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"ext-json": "*",
2017-05-16 09:42:20 +03:00
"guzzlehttp/promises": "^1.0",
2020-08-14 10:49:48 +03:00
"guzzlehttp/psr7": "^1.6.1",
"php": ">=5.5",
"symfony/polyfill-intl-idn": "^1.17.0"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
"ext-curl": "*",
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2020-08-14 10:49:48 +03:00
"psr/log": "^1.1"
2017-05-16 09:42:20 +03:00
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
2017-05-16 09:42:20 +03:00
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "6.5-dev"
2017-05-16 09:42:20 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
2020-08-14 10:49:48 +03:00
},
"files": [
"src/functions_include.php"
]
2017-05-16 09:42:20 +03:00
},
"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"
],
2020-08-14 10:49:48 +03:00
"time": "2020-06-16T21:01:06+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "guzzlehttp/promises",
"version": "1.4.0",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"php": ">=5.5"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "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 promises library",
"keywords": [
"promise"
],
"time": "2020-09-30T07:37:28+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "guzzlehttp/psr7",
"version": "1.7.0",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"php": ">=5.4.0",
2020-08-14 10:49:48 +03:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
2017-05-16 09:42:20 +03:00
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2020-08-14 10:49:48 +03:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
2020-08-14 10:49:48 +03:00
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
2017-05-16 09:42:20 +03:00
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "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"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
2020-08-14 10:49:48 +03:00
"psr-7",
2017-05-16 09:42:20 +03:00
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2020-09-30T07:37:11+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 22:03:07 +03:00
{
"name": "illuminate/contracts",
2020-08-14 10:49:48 +03:00
"version": "v5.8.36",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
2020-08-14 10:49:48 +03:00
"reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
"reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
2020-08-14 10:49:48 +03:00
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
2017-06-16 22:03:07 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "5.8-dev"
2017-06-16 22:03:07 +03:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Contracts\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Contracts package.",
"homepage": "https://laravel.com",
2020-08-14 10:49:48 +03:00
"time": "2019-07-30T13:57:21+00:00"
2017-06-16 22:03:07 +03:00
},
{
"name": "illuminate/support",
2020-08-14 10:49:48 +03:00
"version": "v5.8.36",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
2020-08-14 10:49:48 +03:00
"reference": "df4af6a32908f1d89d74348624b57e3233eea247"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247",
"reference": "df4af6a32908f1d89d74348624b57e3233eea247",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"doctrine/inflector": "^1.1",
"ext-json": "*",
2017-06-16 22:03:07 +03:00
"ext-mbstring": "*",
2020-08-14 10:49:48 +03:00
"illuminate/contracts": "5.8.*",
"nesbot/carbon": "^1.26.3 || ^2.0",
"php": "^7.1.3"
2017-06-16 22:03:07 +03:00
},
"conflict": {
"tightenco/collect": "<5.5.33"
2017-06-16 22:03:07 +03:00
},
"suggest": {
2020-08-14 10:49:48 +03:00
"illuminate/filesystem": "Required to use the composer class (5.8.*).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"ramsey/uuid": "Required to use Str::uuid() (^3.7).",
2020-08-14 10:49:48 +03:00
"symfony/process": "Required to use the composer class (^4.2).",
"symfony/var-dumper": "Required to use the dd function (^4.2).",
"vlucas/phpdotenv": "Required to use the env helper (^3.3)."
2017-06-16 22:03:07 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "5.8-dev"
2017-06-16 22:03:07 +03:00
}
},
"autoload": {
"psr-4": {
"Illuminate\\Support\\": ""
},
"files": [
"helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "The Illuminate Support package.",
"homepage": "https://laravel.com",
2020-08-14 10:49:48 +03:00
"time": "2019-12-12T14:16:47+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "longman/telegram-bot",
"version": "0.63.1",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-telegram-bot/core.git",
"reference": "1cf5d1fd38c81df7650358d1ae85a16957db5d22"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-telegram-bot/core/zipball/1cf5d1fd38c81df7650358d1ae85a16957db5d22",
"reference": "1cf5d1fd38c81df7650358d1ae85a16957db5d22",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
2017-05-16 09:42:20 +03:00
"ext-mbstring": "*",
"ext-pdo": "*",
"guzzlehttp/guzzle": "^6.3",
"php": "^5.5|^7.0",
"psr/log": "^1.1"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.1.0",
"monolog/monolog": "^2.0",
"phpunit/phpunit": "^8.4",
"squizlabs/php_codesniffer": "^3.4"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Longman\\TelegramBot\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Avtandil Kikabidze aka LONGMAN",
"email": "akalongman@gmail.com",
"homepage": "http://longman.me",
"role": "Developer"
},
{
"name": "PHP Telegram Bot Team",
"homepage": "https://github.com/php-telegram-bot/core/graphs/contributors",
"role": "Developer"
2017-05-16 09:42:20 +03:00
}
],
"description": "PHP Telegram bot",
2017-05-16 09:42:20 +03:00
"homepage": "https://github.com/php-telegram-bot/core",
"keywords": [
"api",
"bot",
"telegram"
],
2020-08-14 10:49:48 +03:00
"funding": [
{
"url": "https://github.com/php-telegram-bot/core",
"type": "custom"
},
{
"url": "https://github.com/noplanman",
2020-08-14 10:49:48 +03:00
"type": "github"
},
{
"url": "https://ko-fi.com/phptelegrambot",
"type": "ko_fi"
},
{
"url": "https://liberapay.com/PHP-Telegram-Bot",
"type": "liberapay"
},
{
"url": "https://opencollective.com/php-telegram-bot",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/phptelegrambot",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/longman/telegram-bot",
2020-08-14 10:49:48 +03:00
"type": "tidelift"
}
],
"time": "2020-06-24T12:05:37+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 12:33:01 +03:00
{
"name": "mremi/url-shortener",
2020-08-14 10:49:48 +03:00
"version": "v2.3.0",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
"url": "https://github.com/mremi/UrlShortener.git",
2020-08-14 10:49:48 +03:00
"reference": "d5380ac942d5b215ce8b8509c3b38729e562c92f"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/mremi/UrlShortener/zipball/d5380ac942d5b215ce8b8509c3b38729e562c92f",
"reference": "d5380ac942d5b215ce8b8509c3b38729e562c92f",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
2020-08-14 10:49:48 +03:00
"php": "^5.6 || ^7.0",
"symfony/console": "^3.1 || ^4.1 || ^v5.0"
2017-06-16 12:33:01 +03:00
},
"require-dev": {
2020-08-14 10:49:48 +03:00
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "~5.7 || ~6.5 || ~7.5",
"symfony/phpunit-bridge": "^5.0"
2017-06-16 12:33:01 +03:00
},
"type": "library",
2020-08-14 10:49:48 +03:00
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
2017-06-16 12:33:01 +03:00
"autoload": {
"psr-4": {
"Mremi\\UrlShortener\\": "src/Mremi/UrlShortener"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Rémi Marseille",
"email": "marseille.remi@gmail.com"
}
],
"description": "A PHP5 library using API to shorten/expand URL",
"homepage": "https://github.com/mremi/UrlShortener",
"keywords": [
"api",
"shortener",
"url"
],
2020-08-14 10:49:48 +03:00
"time": "2020-03-24T12:52:36+00:00"
2017-06-16 12:33:01 +03:00
},
2017-06-16 22:03:07 +03:00
{
"name": "nesbot/carbon",
"version": "2.40.1",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "d9a76d8b7eb0f97cf3a82529393245212f40ba3b"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d9a76d8b7eb0f97cf3a82529393245212f40ba3b",
"reference": "d9a76d8b7eb0f97cf3a82529393245212f40ba3b",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
2017-06-16 22:03:07 +03:00
},
"require-dev": {
2020-08-14 10:49:48 +03:00
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^2.0",
"phpmd/phpmd": "^2.9",
2020-08-14 10:49:48 +03:00
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.35",
"phpunit/phpunit": "^7.5 || ^8.0",
"squizlabs/php_codesniffer": "^3.4"
},
"bin": [
"bin/carbon"
],
"type": "library",
2020-08-14 10:49:48 +03:00
"extra": {
"branch-alias": {
"dev-master": "2.x-dev",
"dev-3.x": "3.x-dev"
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
2020-08-14 10:49:48 +03:00
"Carbon\\": "src/Carbon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
2020-08-14 10:49:48 +03:00
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
}
],
2020-08-14 10:49:48 +03:00
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2020-08-14 10:49:48 +03:00
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
"time": "2020-09-23T08:17:37+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "paragonie/random_compat",
"version": "v9.99.99",
"source": {
"type": "git",
"url": "https://github.com/paragonie/random_compat.git",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"shasum": ""
},
"require": {
"php": "^7"
},
"require-dev": {
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
},
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
}
],
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
"keywords": [
"csprng",
"polyfill",
"pseudorandom",
"random"
],
"time": "2018-07-02T15:55:56+00:00"
},
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
2017-06-16 22:03:07 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2017-06-16 22:03:07 +03:00
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
2017-06-16 22:03:07 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-06-16 22:03:07 +03:00
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
2017-06-16 22:03:07 +03:00
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
2017-06-16 22:03:07 +03:00
],
"time": "2017-02-14T16:28:37+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "psr/http-message",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"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"
],
"time": "2016-08-06T14:39:51+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "psr/log",
2020-08-14 10:49:48 +03:00
"version": "1.1.3",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2020-08-14 10:49:48 +03:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "1.1.x-dev"
2017-05-16 09:42:20 +03:00
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
2020-08-14 10:49:48 +03:00
"time": "2020-03-23T09:12:05+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 12:33:01 +03:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
2017-06-16 12:33:01 +03:00
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
2017-06-16 12:33:01 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-06-16 12:33:01 +03:00
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
2017-06-16 12:33:01 +03:00
}
],
"description": "Common interfaces for simple caching",
2017-06-16 12:33:01 +03:00
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
2017-06-16 12:33:01 +03:00
],
"time": "2017-10-23T01:57:42+00:00"
2017-06-16 12:33:01 +03:00
},
2020-08-14 10:49:48 +03: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.",
"time": "2019-03-08T08:55:37+00:00"
},
2017-06-16 22:03:07 +03:00
{
"name": "revolution/laravel-mastodon-api",
2020-08-14 10:49:48 +03:00
"version": "1.5.2",
2017-06-16 22:03:07 +03:00
"source": {
"type": "git",
"url": "https://github.com/kawax/laravel-mastodon-api.git",
2020-08-14 10:49:48 +03:00
"reference": "781e4138eb42573c9ac0b6eb393feeb8fada1cf6"
2017-06-16 22:03:07 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/kawax/laravel-mastodon-api/zipball/781e4138eb42573c9ac0b6eb393feeb8fada1cf6",
"reference": "781e4138eb42573c9ac0b6eb393feeb8fada1cf6",
2017-06-16 22:03:07 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"ext-json": "*",
2017-06-16 22:03:07 +03:00
"guzzlehttp/guzzle": "^6.2",
"illuminate/support": "^5.5",
2017-06-16 22:03:07 +03:00
"php": ">=7.0.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5",
2017-06-16 22:03:07 +03:00
"phpunit/phpunit": "6.*"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Revolution\\Mastodon\\Providers\\MastodonServiceProvider"
],
"aliases": {
"Mastodon": "Revolution\\Mastodon\\Facades\\Mastodon"
}
}
},
2017-06-16 22:03:07 +03:00
"autoload": {
"psr-4": {
"Revolution\\Mastodon\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "kawax",
"email": "kawaxbiz@gmail.com"
}
],
"description": "Mastodon API for Laravel",
"keywords": [
"laravel",
"mastodon"
],
2020-08-14 10:49:48 +03:00
"time": "2019-02-02T04:42:36+00:00"
2017-06-16 22:03:07 +03:00
},
2017-05-16 09:42:20 +03:00
{
"name": "ryakad/pandoc-php",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/ryakad/pandoc-php.git",
"reference": "0cfdf959408e4c481db942b26785d94b9fe46672"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ryakad/pandoc-php/zipball/0cfdf959408e4c481db942b26785d94b9fe46672",
"reference": "0cfdf959408e4c481db942b26785d94b9fe46672",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Pandoc": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"time": "2015-01-07T05:07:16+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "sabre/uri",
2020-08-14 10:49:48 +03:00
"version": "2.2.0",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/sabre-io/uri.git",
2020-08-14 10:49:48 +03:00
"reference": "059d11012603be2e32ddb7543602965563ddbb09"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/sabre-io/uri/zipball/059d11012603be2e32ddb7543602965563ddbb09",
"reference": "059d11012603be2e32ddb7543602965563ddbb09",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"php": "^7.1"
2017-05-16 09:42:20 +03:00
},
"require-dev": {
2020-08-14 10:49:48 +03:00
"friendsofphp/php-cs-fixer": "~2.16.1",
"phpunit/phpunit": "^7 || ^8"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"autoload": {
"files": [
"lib/functions.php"
],
"psr-4": {
"Sabre\\Uri\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
}
],
"description": "Functions for making sense out of URIs.",
"homepage": "http://sabre.io/uri/",
"keywords": [
"rfc3986",
"uri",
"url"
],
2020-08-14 10:49:48 +03:00
"time": "2020-01-31T18:53:43+00:00"
2017-05-16 09:42:20 +03:00
},
{
"name": "sabre/xml",
2020-08-14 10:49:48 +03:00
"version": "2.2.1",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
"url": "https://github.com/sabre-io/xml.git",
2020-08-14 10:49:48 +03:00
"reference": "41c6ba148966b10cafd31d1a4e5feb1e2138d95c"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/sabre-io/xml/zipball/41c6ba148966b10cafd31d1a4e5feb1e2138d95c",
"reference": "41c6ba148966b10cafd31d1a4e5feb1e2138d95c",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlreader": "*",
"ext-xmlwriter": "*",
"lib-libxml": ">=2.6.20",
2020-08-14 10:49:48 +03:00
"php": "^7.1",
2017-05-16 09:42:20 +03:00
"sabre/uri": ">=1.0,<3.0.0"
},
"require-dev": {
2020-08-14 10:49:48 +03:00
"friendsofphp/php-cs-fixer": "~2.16.1",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.0"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"autoload": {
"psr-4": {
"Sabre\\Xml\\": "lib/"
},
"files": [
"lib/Deserializer/functions.php",
"lib/Serializer/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Evert Pot",
"email": "me@evertpot.com",
"homepage": "http://evertpot.com/",
"role": "Developer"
},
{
"name": "Markus Staab",
"email": "markus.staab@redaxo.de",
"role": "Developer"
}
],
"description": "sabre/xml is an XML library that you may not hate.",
"homepage": "https://sabre.io/xml/",
"keywords": [
"XMLReader",
"XMLWriter",
"dom",
"xml"
],
2020-08-14 10:49:48 +03:00
"time": "2020-05-11T09:44:55+00:00"
2017-05-16 09:42:20 +03:00
},
2017-06-16 12:33:01 +03:00
{
"name": "symfony/console",
"version": "v5.1.6",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "04c3a31fe8ea94b42c9e2d1acc93d19782133b00"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/04c3a31fe8ea94b42c9e2d1acc93d19782133b00",
"reference": "04c3a31fe8ea94b42c9e2d1acc93d19782133b00",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"php": ">=7.2.5",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
2017-06-16 12:33:01 +03:00
},
"conflict": {
2020-08-14 10:49:48 +03:00
"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"
2017-06-16 12:33:01 +03:00
},
"require-dev": {
"psr/log": "~1.0",
2020-08-14 10:49:48 +03:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.0"
2017-06-16 12:33:01 +03:00
},
"suggest": {
2020-08-14 10:49:48 +03:00
"psr/log": "For using the console logger",
2017-06-16 12:33:01 +03:00
"symfony/event-dispatcher": "",
"symfony/lock": "",
2017-06-16 12:33:01 +03:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "5.1-dev"
2017-06-16 12:33:01 +03:00
}
},
"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": "Symfony Console Component",
"homepage": "https://symfony.com",
2020-08-14 10:49:48 +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"
}
],
"time": "2020-09-18T14:27:32+00:00"
2017-06-16 12:33:01 +03:00
},
{
2020-08-14 10:49:48 +03:00
"name": "symfony/polyfill-ctype",
"version": "v1.18.1",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
2020-08-14 10:49:48 +03:00
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/1c302646f6efc070cd46856e600e5e0684d6b454",
"reference": "1c302646f6efc070cd46856e600e5e0684d6b454",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"php": ">=5.3.3"
2017-06-16 12:33:01 +03:00
},
2020-08-14 10:49:48 +03:00
"suggest": {
"ext-ctype": "For best performance"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-16 12:33:01 +03:00
}
},
"autoload": {
"psr-4": {
2020-08-14 10:49:48 +03:00
"Symfony\\Polyfill\\Ctype\\": ""
2017-06-16 12:33:01 +03:00
},
2020-08-14 10:49:48 +03:00
"files": [
"bootstrap.php"
2017-06-16 12:33:01 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-08-14 10:49:48 +03:00
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
2017-06-16 12:33:01 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-08-14 10:49:48 +03:00
"description": "Symfony polyfill for ctype functions",
2017-06-16 12:33:01 +03:00
"homepage": "https://symfony.com",
2020-08-14 10:49:48 +03:00
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"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": "2020-07-14T12:35:20+00:00"
},
{
2020-08-14 10:49:48 +03:00
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.18.1",
"source": {
"type": "git",
2020-08-14 10:49:48 +03:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5"
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b740103edbdcc39602239ee8860f0f45a8eb9aa5",
"reference": "b740103edbdcc39602239ee8860f0f45a8eb9aa5",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
2020-08-14 10:49:48 +03:00
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
2020-08-14 10:49:48 +03:00
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-08-14 10:49:48 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
2020-08-14 10:49:48 +03:00
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-08-14 10:49:48 +03:00
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2020-08-14 10:49:48 +03:00
"grapheme",
"intl",
"polyfill",
2020-08-14 10:49:48 +03:00
"portable",
"shim"
],
"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"
}
],
2020-08-14 10:49:48 +03:00
"time": "2020-07-14T12:35:20+00:00"
2017-06-16 12:33:01 +03:00
},
{
2020-08-14 10:49:48 +03:00
"name": "symfony/polyfill-intl-idn",
"version": "v1.18.1",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
2020-08-14 10:49:48 +03:00
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/5dcab1bc7146cf8c1beaa4502a3d9be344334251",
"reference": "5dcab1bc7146cf8c1beaa4502a3d9be344334251",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"php": ">=5.3.3",
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php70": "^1.10",
"symfony/polyfill-php72": "^1.10"
2017-06-16 12:33:01 +03:00
},
"suggest": {
2020-08-14 10:49:48 +03:00
"ext-intl": "For best performance"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-06-16 12:33:01 +03:00
}
},
"autoload": {
"psr-4": {
2020-08-14 10:49:48 +03:00
"Symfony\\Polyfill\\Intl\\Idn\\": ""
2017-06-16 12:33:01 +03:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-08-14 10:49:48 +03:00
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
2017-06-16 12:33:01 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-08-14 10:49:48 +03:00
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2017-06-16 12:33:01 +03:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2020-08-14 10:49:48 +03:00
"idn",
"intl",
2017-06-16 12:33:01 +03:00
"polyfill",
"portable",
"shim"
],
2020-08-14 10:49:48 +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"
}
],
"time": "2020-08-04T06:02:08+00:00"
2017-06-16 12:33:01 +03:00
},
2017-05-16 09:42:20 +03:00
{
2020-08-14 10:49:48 +03:00
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.18.1",
2017-05-16 09:42:20 +03:00
"source": {
"type": "git",
2020-08-14 10:49:48 +03:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e"
2017-05-16 09:42:20 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
"reference": "37078a8dd4a2a1e9ab0231af7c6cb671b2ed5a7e",
2017-05-16 09:42:20 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"php": ">=5.3.3"
2017-05-16 09:42:20 +03:00
},
"suggest": {
2020-08-14 10:49:48 +03:00
"ext-intl": "For best performance"
2017-05-16 09:42:20 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-05-16 09:42:20 +03:00
}
},
"autoload": {
"psr-4": {
2020-08-14 10:49:48 +03:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2017-05-16 09:42:20 +03:00
},
2020-08-14 10:49:48 +03:00
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
2017-05-16 09:42:20 +03:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-08-14 10:49:48 +03:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2017-05-16 09:42:20 +03:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-08-14 10:49:48 +03:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2017-05-16 09:42:20 +03:00
"homepage": "https://symfony.com",
2020-08-14 10:49:48 +03:00
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"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": "2020-07-14T12:35:20+00:00"
2017-06-16 12:33:01 +03:00
},
{
2020-08-14 10:49:48 +03:00
"name": "symfony/polyfill-mbstring",
"version": "v1.18.1",
2017-06-16 12:33:01 +03:00
"source": {
"type": "git",
2020-08-14 10:49:48 +03:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a"
2017-06-16 12:33:01 +03:00
},
"dist": {
"type": "zip",
2020-08-14 10:49:48 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/a6977d63bf9a0ad4c65cd352709e230876f9904a",
"reference": "a6977d63bf9a0ad4c65cd352709e230876f9904a",
2017-06-16 12:33:01 +03:00
"shasum": ""
},
"require": {
2020-08-14 10:49:48 +03:00
"php": ">=5.3.3"
2017-06-16 12:33:01 +03:00
},
"suggest": {
2020-08-14 10:49:48 +03:00
"ext-mbstring": "For best performance"
2017-06-16 12:33:01 +03:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-08-14 10:49:48 +03:00
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
},
"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 for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"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": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-php70",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php70.git",
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
"reference": "0dd93f2c578bdc9c72697eaa5f1dd25644e618d3",
"shasum": ""
},
"require": {
"paragonie/random_compat": "~1.0|~2.0|~9.99",
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php70\\": ""
},
"files": [
"bootstrap.php"
],
"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.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"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": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-php72",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "639447d008615574653fb3bc60d1986d7172eaae"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/639447d008615574653fb3bc60d1986d7172eaae",
"reference": "639447d008615574653fb3bc60d1986d7172eaae",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"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"
],
"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": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-php73",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
"reference": "fffa1a52a023e782cdcc221d781fe1ec8f87fcca",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"files": [
"bootstrap.php"
],
"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"
],
"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": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/polyfill-php80",
"version": "v1.18.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/d87d5766cbf48d72388a9f6b85f280c8ad51f981",
"reference": "d87d5766cbf48d72388a9f6b85f280c8ad51f981",
"shasum": ""
},
"require": {
"php": ">=7.0.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.18-dev"
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"files": [
"bootstrap.php"
],
"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"
],
"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": "2020-07-14T12:35:20+00:00"
},
{
"name": "symfony/service-contracts",
"version": "v2.2.0",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
"reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
2020-08-14 10:49:48 +03:00
},
"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"
],
"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": "2020-09-07T11:33:47+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/string",
"version": "v5.1.6",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
"reference": "4a9afe9d07bac506f75bcee8ed3ce76da5a9343e",
2020-08-14 10:49:48 +03:00
"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"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"files": [
"Resources/functions.php"
],
"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": "Symfony String component",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"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": "2020-09-15T12:23:47+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/translation",
"version": "v4.4.14",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "0b8c4bb49b05b11d2b9dd1732f26049b08d96884"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/0b8c4bb49b05b11d2b9dd1732f26049b08d96884",
"reference": "0b8c4bb49b05b11d2b9dd1732f26049b08d96884",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/translation-contracts": "^1.1.6|^2"
},
"conflict": {
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
"symfony/http-kernel": "<4.4",
"symfony/yaml": "<3.4"
},
"provide": {
"symfony/translation-implementation": "1.0"
},
"require-dev": {
"psr/log": "~1.0",
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/console": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
"symfony/finder": "~2.8|~3.0|~4.0|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/intl": "^3.4|^4.0|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"psr/log-implementation": "To use logging capability in translator",
"symfony/config": "",
"symfony/yaml": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.4-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Translation\\": ""
},
"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": "Symfony Translation Component",
"homepage": "https://symfony.com",
"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": "2020-09-24T09:40:01+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/translation-contracts",
"version": "v2.2.0",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "77ce1c3627c9f39643acd9af086631f842c50c4d"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/77ce1c3627c9f39643acd9af086631f842c50c4d",
"reference": "77ce1c3627c9f39643acd9af086631f842c50c4d",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
"php": ">=7.2.5"
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.2-dev"
2020-08-14 10:49:48 +03:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"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 translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"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": "2020-09-07T11:33:47+00:00"
2020-08-14 10:49:48 +03:00
},
{
"name": "symfony/yaml",
"version": "v3.4.45",
2020-08-14 10:49:48 +03:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "ec3c2ac4d881a4684c1f0317d2107f1a4152bad9"
2020-08-14 10:49:48 +03:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/ec3c2ac4d881a4684c1f0317d2107f1a4152bad9",
"reference": "ec3c2ac4d881a4684c1f0317d2107f1a4152bad9",
2020-08-14 10:49:48 +03:00
"shasum": ""
},
"require": {
"php": "^5.5.9|>=7.0.8",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.4-dev"
2017-06-16 12:33:01 +03:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2017-06-16 12:33:01 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2017-06-16 12:33:01 +03:00
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2017-06-16 12:33:01 +03:00
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
2020-08-14 10:49:48 +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"
}
],
"time": "2020-09-18T15:58:55+00:00"
2017-05-16 09:42:20 +03:00
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
2020-08-14 10:49:48 +03:00
"platform-dev": [],
"plugin-api-version": "1.1.0"
2017-05-16 09:42:20 +03:00
}