You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

2313 lines
78 KiB
Plaintext

{
"_readme": [
"This file locks the dependencies of your project to a known state",
3 years ago
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "5e1c177f2e6fc662bee639eb8875918c",
"packages": [
6 years ago
{
"name": "doctrine/inflector",
3 years ago
"version": "1.4.3",
6 years ago
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
3 years ago
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
6 years ago
},
"dist": {
"type": "zip",
3 years ago
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
6 years ago
"shasum": ""
},
"require": {
3 years ago
"php": "^7.2 || ^8.0"
6 years ago
},
"require-dev": {
3 years ago
"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"
6 years ago
},
"type": "library",
"extra": {
"branch-alias": {
3 years ago
"dev-master": "2.0.x-dev"
6 years ago
}
},
"autoload": {
"psr-4": {
3 years ago
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector",
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
6 years ago
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
3 years ago
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
6 years ago
{
"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"
}
],
3 years ago
"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",
6 years ago
"keywords": [
"inflection",
3 years ago
"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"
}
6 years ago
],
3 years ago
"time": "2020-05-29T07:19:59+00:00"
6 years ago
},
{
"name": "guzzlehttp/guzzle",
3 years ago
"version": "6.5.5",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
3 years ago
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e"
},
"dist": {
"type": "zip",
3 years ago
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"reference": "9d4290de1cfd701f38099ef7e183b64b4b7b0c5e",
"shasum": ""
},
"require": {
3 years ago
"ext-json": "*",
"guzzlehttp/promises": "^1.0",
3 years ago
"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",
3 years ago
"psr/log": "^1.1"
},
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
3 years ago
"dev-master": "6.5-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "src/"
3 years ago
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
3 years ago
"time": "2020-06-16T21:01:06+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"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"
},
{
"name": "guzzlehttp/psr7",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
3 years ago
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
3 years ago
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
3 years ago
},
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"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",
3 years ago
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2020-09-30T07:37:11+00:00"
},
6 years ago
{
"name": "illuminate/contracts",
3 years ago
"version": "v5.8.36",
6 years ago
"source": {
"type": "git",
"url": "https://github.com/illuminate/contracts.git",
3 years ago
"reference": "00fc6afee788fa07c311b0650ad276585f8aef96"
6 years ago
},
"dist": {
"type": "zip",
3 years ago
"url": "https://api.github.com/repos/illuminate/contracts/zipball/00fc6afee788fa07c311b0650ad276585f8aef96",
"reference": "00fc6afee788fa07c311b0650ad276585f8aef96",
6 years ago
"shasum": ""
},
"require": {
"php": "^7.1.3",
3 years ago
"psr/container": "^1.0",
"psr/simple-cache": "^1.0"
6 years ago
},
"type": "library",
"extra": {
"branch-alias": {
3 years ago
"dev-master": "5.8-dev"
6 years ago
}
},
"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",
3 years ago
"time": "2019-07-30T13:57:21+00:00"
6 years ago
},
{
"name": "illuminate/support",
3 years ago
"version": "v5.8.36",
6 years ago
"source": {
"type": "git",
"url": "https://github.com/illuminate/support.git",
3 years ago
"reference": "df4af6a32908f1d89d74348624b57e3233eea247"
6 years ago
},
"dist": {
"type": "zip",
3 years ago
"url": "https://api.github.com/repos/illuminate/support/zipball/df4af6a32908f1d89d74348624b57e3233eea247",
"reference": "df4af6a32908f1d89d74348624b57e3233eea247",
6 years ago
"shasum": ""
},
"require": {
3 years ago
"doctrine/inflector": "^1.1",
"ext-json": "*",
6 years ago
"ext-mbstring": "*",
3 years ago
"illuminate/contracts": "5.8.*",
"nesbot/carbon": "^1.26.3 || ^2.0",
"php": "^7.1.3"
6 years ago
},
"conflict": {
"tightenco/collect": "<5.5.33"
6 years ago
},
"suggest": {
3 years ago
"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).",
3 years ago
"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)."
6 years ago
},
"type": "library",
"extra": {
"branch-alias": {
3 years ago
"dev-master": "5.8-dev"
6 years ago
}
},
"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",
3 years ago
"time": "2019-12-12T14:16:47+00:00"
6 years ago
},
{
"name": "longman/telegram-bot",
"version": "0.63.1",
"source": {
"type": "git",
"url": "https://github.com/php-telegram-bot/core.git",
"reference": "1cf5d1fd38c81df7650358d1ae85a16957db5d22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-telegram-bot/core/zipball/1cf5d1fd38c81df7650358d1ae85a16957db5d22",
"reference": "1cf5d1fd38c81df7650358d1ae85a16957db5d22",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-pdo": "*",
"guzzlehttp/guzzle": "^6.3",
"php": "^5.5|^7.0",
"psr/log": "^1.1"
},
"require-dev": {
"dms/phpunit-arraysubset-asserts": "^0.1.0",
"monolog/monolog": "^2.0",
"phpunit/phpunit": "^8.4",
"squizlabs/php_codesniffer": "^3.4"
},
"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"
}
],
"description": "PHP Telegram bot",
"homepage": "https://github.com/php-telegram-bot/core",
"keywords": [
"api",
"bot",
"telegram"
],
3 years ago
"funding": [
{
"url": "https://github.com/php-telegram-bot/core",
"type": "custom"
},
{
"url": "https://github.com/noplanman",
3 years ago
"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",
3 years ago
"type": "tidelift"
}
],
"time": "2020-06-24T12:05:37+00:00"
},
6 years ago
{
"name": "mremi/url-shortener",
3 years ago
"version": "v2.3.0",
6 years ago
"source": {
"type": "git",
"url": "https://github.com/mremi/UrlShortener.git",
3 years ago
"reference": "d5380ac942d5b215ce8b8509c3b38729e562c92f"
6 years ago
},
"dist": {
"type": "zip",
3 years ago
"url": "https://api.github.com/repos/mremi/UrlShortener/zipball/d5380ac942d5b215ce8b8509c3b38729e562c92f",
"reference": "d5380ac942d5b215ce8b8509c3b38729e562c92f",
6 years ago
"shasum": ""
},
"require": {
"guzzlehttp/guzzle": "^6.0",
3 years ago
"php": "^5.6 || ^7.0",
"symfony/console": "^3.1 || ^4.1 || ^v5.0"
6 years ago
},
"require-dev": {
3 years ago
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "~5.7 || ~6.5 || ~7.5",
"symfony/phpunit-bridge": "^5.0"
6 years ago
},
"type": "library",
3 years ago
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
6 years ago
"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"
],
3 years ago
"time": "2020-03-24T12:52:36+00:00"
6 years ago
},
6 years ago
{
"name": "nesbot/carbon",
"version": "2.40.1",
6 years ago
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "d9a76d8b7eb0f97cf3a82529393245212f40ba3b"
6 years ago
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d9a76d8b7eb0f97cf3a82529393245212f40ba3b",
"reference": "d9a76d8b7eb0f97cf3a82529393245212f40ba3b",
6 years ago
"shasum": ""
},
"require": {
3 years ago
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
6 years ago
},
"require-dev": {
3 years ago
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^2.0",
"phpmd/phpmd": "^2.9",
3 years ago
"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",
3 years ago
"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": {
3 years ago
"Carbon\\": "src/Carbon/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
3 years ago
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
}
],
3 years ago
"description": "An API extension for DateTime that supports 281 different languages.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
3 years ago
"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"
3 years ago
},
{
"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"
6 years ago
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
6 years ago
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
6 years ago
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
6 years ago
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
6 years ago
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
6 years ago
],
"time": "2017-02-14T16:28:37+00:00"
6 years ago
},
{
"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"
},
{
"name": "psr/log",
3 years ago
"version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
3 years ago
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
},
"dist": {
"type": "zip",
3 years ago
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
3 years ago
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
3 years ago
"time": "2020-03-23T09:12:05+00:00"
},
6 years ago
{
"name": "psr/simple-cache",
"version": "1.0.1",
6 years ago
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
6 years ago
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
6 years ago
"shasum": ""
},
"require": {
"php": ">=5.3.0"
6 years ago
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
6 years ago
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
6 years ago
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
6 years ago
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
6 years ago
}
],
"description": "Common interfaces for simple caching",
6 years ago
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
6 years ago
],
"time": "2017-10-23T01:57:42+00:00"
6 years ago
},
3 years ago
{
"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"
},
6 years ago
{
"name": "revolution/laravel-mastodon-api",
3 years ago
"version": "1.5.2",
6 years ago
"source": {
"type": "git",
"url": "https://github.com/kawax/laravel-mastodon-api.git",
3 years ago
"reference": "781e4138eb42573c9ac0b6eb393feeb8fada1cf6"
6 years ago
},
"dist": {
"type": "zip",
3 years ago
"url": "https://api.github.com/repos/kawax/laravel-mastodon-api/zipball/781e4138eb42573c9ac0b6eb393feeb8fada1cf6",
"reference": "781e4138eb42573c9ac0b6eb393feeb8fada1cf6",
6 years ago
"shasum": ""
},
"require": {
3 years ago
"ext-json": "*",
6 years ago
"guzzlehttp/guzzle": "^6.2",
"illuminate/support": "^5.5",
6 years ago
"php": ">=7.0.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "~3.5",
6 years ago
"phpunit/phpunit": "6.*"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Revolution\\Mastodon\\Providers\\MastodonServiceProvider"
],
"aliases": {
"Mastodon": "Revolution\\Mastodon\\Facades\\Mastodon"
}
}
},
6 years ago
"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"
],
3 years ago