|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
|
|
"This file is @generated automatically"
|
|
|
|
|
],
|
|
|
|
|
"content-hash": "b441e891b65afad93592d31276507d01",
|
|
|
|
|
"content-hash": "2bdf14eca5656a5e32af355898866bc3",
|
|
|
|
|
"packages": [
|
|
|
|
|
{
|
|
|
|
|
"name": "anhskohbo/no-captcha",
|
|
|
|
@ -1062,42 +1062,45 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "laravel/framework",
|
|
|
|
|
"version": "v5.6.40",
|
|
|
|
|
"version": "v5.7.29",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/laravel/framework.git",
|
|
|
|
|
"reference": "5ceadf91f13be89a3338c3d4166a4676272a23bf"
|
|
|
|
|
"reference": "2555bf6ef6e6739e5f49f4a5d40f6264c57abd56"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/5ceadf91f13be89a3338c3d4166a4676272a23bf",
|
|
|
|
|
"reference": "5ceadf91f13be89a3338c3d4166a4676272a23bf",
|
|
|
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/2555bf6ef6e6739e5f49f4a5d40f6264c57abd56",
|
|
|
|
|
"reference": "2555bf6ef6e6739e5f49f4a5d40f6264c57abd56",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"doctrine/inflector": "~1.1",
|
|
|
|
|
"dragonmantank/cron-expression": "~2.0",
|
|
|
|
|
"erusev/parsedown": "~1.7",
|
|
|
|
|
"doctrine/inflector": "^1.1",
|
|
|
|
|
"dragonmantank/cron-expression": "^2.0",
|
|
|
|
|
"erusev/parsedown": "^1.7",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"laravel/nexmo-notification-channel": "^1.0",
|
|
|
|
|
"laravel/slack-notification-channel": "^1.0",
|
|
|
|
|
"league/flysystem": "^1.0.8",
|
|
|
|
|
"monolog/monolog": "~1.12",
|
|
|
|
|
"nesbot/carbon": "1.26.*",
|
|
|
|
|
"monolog/monolog": "^1.12",
|
|
|
|
|
"nesbot/carbon": "^1.26.3",
|
|
|
|
|
"opis/closure": "^3.1",
|
|
|
|
|
"php": "^7.1.3",
|
|
|
|
|
"psr/container": "~1.0",
|
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
|
"psr/simple-cache": "^1.0",
|
|
|
|
|
"ramsey/uuid": "^3.7",
|
|
|
|
|
"swiftmailer/swiftmailer": "~6.0",
|
|
|
|
|
"symfony/console": "~4.0",
|
|
|
|
|
"symfony/debug": "~4.0",
|
|
|
|
|
"symfony/finder": "~4.0",
|
|
|
|
|
"symfony/http-foundation": "~4.0",
|
|
|
|
|
"symfony/http-kernel": "~4.0",
|
|
|
|
|
"symfony/process": "~4.0",
|
|
|
|
|
"symfony/routing": "~4.0",
|
|
|
|
|
"symfony/var-dumper": "~4.0",
|
|
|
|
|
"swiftmailer/swiftmailer": "^6.0",
|
|
|
|
|
"symfony/console": "^4.1",
|
|
|
|
|
"symfony/debug": "^4.1",
|
|
|
|
|
"symfony/finder": "^4.1",
|
|
|
|
|
"symfony/http-foundation": "^4.1",
|
|
|
|
|
"symfony/http-kernel": "^4.1",
|
|
|
|
|
"symfony/process": "^4.1",
|
|
|
|
|
"symfony/routing": "^4.1",
|
|
|
|
|
"symfony/var-dumper": "^4.1",
|
|
|
|
|
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
|
|
|
|
|
"vlucas/phpdotenv": "~2.2"
|
|
|
|
|
"vlucas/phpdotenv": "^2.2"
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"tightenco/collect": "<5.5.33"
|
|
|
|
@ -1133,43 +1136,47 @@
|
|
|
|
|
"illuminate/view": "self.version"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"aws/aws-sdk-php": "~3.0",
|
|
|
|
|
"doctrine/dbal": "~2.6",
|
|
|
|
|
"aws/aws-sdk-php": "^3.0",
|
|
|
|
|
"doctrine/dbal": "^2.6",
|
|
|
|
|
"filp/whoops": "^2.1.4",
|
|
|
|
|
"league/flysystem-cached-adapter": "~1.0",
|
|
|
|
|
"mockery/mockery": "~1.0",
|
|
|
|
|
"guzzlehttp/guzzle": "^6.3",
|
|
|
|
|
"league/flysystem-cached-adapter": "^1.0",
|
|
|
|
|
"mockery/mockery": "^1.0",
|
|
|
|
|
"moontoast/math": "^1.1",
|
|
|
|
|
"orchestra/testbench-core": "3.6.*",
|
|
|
|
|
"pda/pheanstalk": "~3.0",
|
|
|
|
|
"phpunit/phpunit": "~7.0",
|
|
|
|
|
"orchestra/testbench-core": "3.7.*",
|
|
|
|
|
"pda/pheanstalk": "^3.0|^4.0",
|
|
|
|
|
"phpunit/phpunit": "^7.5",
|
|
|
|
|
"predis/predis": "^1.1.1",
|
|
|
|
|
"symfony/css-selector": "~4.0",
|
|
|
|
|
"symfony/dom-crawler": "~4.0"
|
|
|
|
|
"symfony/css-selector": "^4.1",
|
|
|
|
|
"symfony/dom-crawler": "^4.1",
|
|
|
|
|
"true/punycode": "^2.1"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
|
|
|
|
|
"doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.6).",
|
|
|
|
|
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
|
|
|
|
|
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
|
|
|
|
|
"ext-pcntl": "Required to use all features of the queue worker.",
|
|
|
|
|
"ext-posix": "Required to use all features of the queue worker.",
|
|
|
|
|
"fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
|
|
|
|
|
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~6.0).",
|
|
|
|
|
"laravel/tinker": "Required to use the tinker console command (~1.0).",
|
|
|
|
|
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
|
|
|
|
|
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (~1.0).",
|
|
|
|
|
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
|
|
|
|
|
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (~1.0).",
|
|
|
|
|
"nexmo/client": "Required to use the Nexmo transport (~1.0).",
|
|
|
|
|
"pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
|
|
|
|
|
"predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
|
|
|
|
|
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~3.0).",
|
|
|
|
|
"symfony/css-selector": "Required to use some of the crawler integration testing tools (~4.0).",
|
|
|
|
|
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (~4.0).",
|
|
|
|
|
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (~1.0)."
|
|
|
|
|
"filp/whoops": "Required for friendly error pages in development (^2.1.4).",
|
|
|
|
|
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
|
|
|
|
|
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
|
|
|
|
|
"laravel/tinker": "Required to use the tinker console command (^1.0).",
|
|
|
|
|
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
|
|
|
|
|
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
|
|
|
|
|
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
|
|
|
|
|
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
|
|
|
|
|
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
|
|
|
|
|
"nexmo/client": "Required to use the Nexmo transport (^1.0).",
|
|
|
|
|
"pda/pheanstalk": "Required to use the beanstalk queue driver (^3.0|^4.0).",
|
|
|
|
|
"predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
|
|
|
|
|
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
|
|
|
|
|
"symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.1).",
|
|
|
|
|
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.1).",
|
|
|
|
|
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (^1.0)."
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "5.6-dev"
|
|
|
|
|
"dev-master": "5.7-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
@ -1197,7 +1204,121 @@
|
|
|
|
|
"framework",
|
|
|
|
|
"laravel"
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-04-14T14:16:50+00:00"
|
|
|
|
|
"time": "2020-04-14T14:16:19+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "laravel/nexmo-notification-channel",
|
|
|
|
|
"version": "v1.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/laravel/nexmo-notification-channel.git",
|
|
|
|
|
"reference": "03edd42a55b306ff980c9950899d5a2b03260d48"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/laravel/nexmo-notification-channel/zipball/03edd42a55b306ff980c9950899d5a2b03260d48",
|
|
|
|
|
"reference": "03edd42a55b306ff980c9950899d5a2b03260d48",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"nexmo/client": "^1.0",
|
|
|
|
|
"php": "^7.1.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"illuminate/notifications": "~5.7",
|
|
|
|
|
"mockery/mockery": "^1.0",
|
|
|
|
|
"phpunit/phpunit": "^7.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
|
},
|
|
|
|
|
"laravel": {
|
|
|
|
|
"providers": [
|
|
|
|
|
"Illuminate\\Notifications\\NexmoChannelServiceProvider"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Illuminate\\Notifications\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Nexmo Notification Channel for laravel.",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"laravel",
|
|
|
|
|
"nexmo",
|
|
|
|
|
"notifications"
|
|
|
|
|
],
|
|
|
|
|
"time": "2018-12-04T12:57:08+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "laravel/slack-notification-channel",
|
|
|
|
|
"version": "v1.0.3",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/laravel/slack-notification-channel.git",
|
|
|
|
|
"reference": "6e164293b754a95f246faf50ab2bbea3e4923cc9"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/laravel/slack-notification-channel/zipball/6e164293b754a95f246faf50ab2bbea3e4923cc9",
|
|
|
|
|
"reference": "6e164293b754a95f246faf50ab2bbea3e4923cc9",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
|
|
|
"php": "^7.1.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"illuminate/notifications": "~5.7",
|
|
|
|
|
"mockery/mockery": "^1.0",
|
|
|
|
|
"phpunit/phpunit": "^7.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.0-dev"
|
|
|
|
|
},
|
|
|
|
|
"laravel": {
|
|
|
|
|
"providers": [
|
|
|
|
|
"Illuminate\\Notifications\\SlackChannelServiceProvider"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Illuminate\\Notifications\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Taylor Otwell",
|
|
|
|
|
"email": "taylor@laravel.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Slack Notification Channel for laravel.",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"laravel",
|
|
|
|
|
"notifications",
|
|
|
|
|
"slack"
|
|
|
|
|
],
|
|
|
|
|
"time": "2018-12-12T13:12:06+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "laravel/tinker",
|
|
|
|
@ -1262,6 +1383,61 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2019-08-07T15:10:45+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "lcobucci/jwt",
|
|
|
|
|
"version": "3.3.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/lcobucci/jwt.git",
|
|
|
|
|
"reference": "56f10808089e38623345e28af2f2d5e4eb579455"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/56f10808089e38623345e28af2f2d5e4eb579455",
|
|
|
|
|
"reference": "56f10808089e38623345e28af2f2d5e4eb579455",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-openssl": "*",
|
|
|
|
|
"php": "^5.6 || ^7.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"mikey179/vfsstream": "~1.5",
|
|
|
|
|
"phpmd/phpmd": "~2.2",
|
|
|
|
|
"phpunit/php-invoker": "~1.1",
|
|
|
|
|
"phpunit/phpunit": "^5.7 || ^7.3",
|
|
|
|
|
"squizlabs/php_codesniffer": "~2.3"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.1-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Lcobucci\\JWT\\": "src"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Luís Otávio Cobucci Oblonczyk",
|
|
|
|
|
"email": "lcobucci@gmail.com",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "A simple library to work with JSON Web Token and JSON Web Signature",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"JWS",
|
|
|
|
|
"jwt"
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-05-22T08:21:12+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "league/csv",
|
|
|
|
|
"version": "9.6.0",
|
|
|
|
@ -1541,16 +1717,16 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "nesbot/carbon",
|
|
|
|
|
"version": "1.26.6",
|
|
|
|
|
"version": "1.39.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git",
|
|
|
|
|
"reference": "c6820f814496d71da7498d423427e6193d1f57c9"
|
|
|
|
|
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/c6820f814496d71da7498d423427e6193d1f57c9",
|
|
|
|
|
"reference": "c6820f814496d71da7498d423427e6193d1f57c9",
|
|
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/4be0c005164249208ce1b5ca633cd57bdd42ff33",
|
|
|
|
|
"reference": "4be0c005164249208ce1b5ca633cd57bdd42ff33",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
@ -1568,7 +1744,12 @@
|
|
|
|
|
],
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"update-helper": "Carbon\\Upgrade"
|
|
|
|
|
"update-helper": "Carbon\\Upgrade",
|
|
|
|
|
"laravel": {
|
|
|
|
|
"providers": [
|
|
|
|
|
"Carbon\\Laravel\\ServiceProvider"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
@ -1593,7 +1774,100 @@
|
|
|
|
|
"datetime",
|
|
|
|
|
"time"
|
|
|
|
|
],
|
|
|
|
|
"time": "2019-06-03T15:42:58+00:00"
|
|
|
|
|
"time": "2019-10-14T05:51:36+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "nexmo/client",
|
|
|
|
|
"version": "1.9.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Nexmo/nexmo-php-complete.git",
|
|
|
|
|
"reference": "c6d11d953c8c5594590bb9ebaba9616e76948f93"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/Nexmo/nexmo-php-complete/zipball/c6d11d953c8c5594590bb9ebaba9616e76948f93",
|
|
|
|
|
"reference": "c6d11d953c8c5594590bb9ebaba9616e76948f93",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"nexmo/client-core": "^1.0",
|
|
|
|
|
"php": ">=5.6",
|
|
|
|
|
"php-http/guzzle6-adapter": "^1.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Tim Lytle",
|
|
|
|
|
"email": "tim@nexmo.com",
|
|
|
|
|
"homepage": "http://twitter.com/tjlytle",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Michael Heap",
|
|
|
|
|
"email": "michael.heap@vonage.com",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Lorna Mitchell",
|
|
|
|
|
"email": "lorna.mitchell@vonage.com",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "PHP Client for using Nexmo's API.",
|
|
|
|
|
"time": "2019-11-26T15:25:11+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "nexmo/client-core",
|
|
|
|
|
"version": "1.8.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/Nexmo/nexmo-php.git",
|
|
|
|
|
"reference": "182d41a02ebd3e4be147baea45458ccfe2f528c4"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/182d41a02ebd3e4be147baea45458ccfe2f528c4",
|
|
|
|
|
"reference": "182d41a02ebd3e4be147baea45458ccfe2f528c4",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"lcobucci/jwt": "^3.2",
|
|
|
|
|
"php": ">=5.6",
|
|
|
|
|
"php-http/client-implementation": "^1.0",
|
|
|
|
|
"php-http/guzzle6-adapter": "^1.0",
|
|
|
|
|
"zendframework/zend-diactoros": "^1.8.4 || ^2.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"estahn/phpunit-json-assertions": "^1.0.0",
|
|
|
|
|
"php-http/mock-client": "^0.3.0",
|
|
|
|
|
"phpunit/phpunit": "^5.7",
|
|
|
|
|
"squizlabs/php_codesniffer": "^3.1"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Nexmo\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Tim Lytle",
|
|
|
|
|
"email": "tim@nexmo.com",
|
|
|
|
|
"homepage": "http://twitter.com/tjlytle",
|
|
|
|
|
"role": "Developer"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "PHP Client for using Nexmo's API.",
|
|
|
|
|
"time": "2019-05-13T20:27:43+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "nikic/php-parser",
|
|
|
|
@ -1688,6 +1962,67 @@
|
|
|
|
|
},
|
|
|
|
|
"time": "2012-11-21T12:10:21+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "opis/closure",
|
|
|
|
|
"version": "3.5.2",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/opis/closure.git",
|
|
|
|
|
"reference": "2e3299cea6f485ca64d19c540f46d7896c512ace"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/opis/closure/zipball/2e3299cea6f485ca64d19c540f46d7896c512ace",
|
|
|
|
|
"reference": "2e3299cea6f485ca64d19c540f46d7896c512ace",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^5.4 || ^7.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"jeremeamia/superclosure": "^2.0",
|
|
|
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "3.5.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Opis\\Closure\\": "src/"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"functions.php"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Marius Sarca",
|
|
|
|
|
"email": "marius.sarca@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Sorin Sarca",
|
|
|
|
|
"email": "sarca_sorin@hotmail.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
|
|
|
|
|
"homepage": "https://opis.io/closure",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"anonymous functions",
|
|
|
|
|
"closure",
|
|
|
|
|
"function",
|
|
|
|
|
"serializable",
|
|
|
|
|
"serialization",
|
|
|
|
|
"serialize"
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-05-21T20:09:36+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "paragonie/random_compat",
|
|
|
|
|
"version": "v9.99.99",
|
|
|
|
@ -1733,6 +2068,172 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2018-07-02T15:55:56+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "php-http/guzzle6-adapter",
|
|
|
|
|
"version": "v1.1.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-http/guzzle6-adapter.git",
|
|
|
|
|
"reference": "a56941f9dc6110409cfcddc91546ee97039277ab"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-http/guzzle6-adapter/zipball/a56941f9dc6110409cfcddc91546ee97039277ab",
|
|
|
|
|
"reference": "a56941f9dc6110409cfcddc91546ee97039277ab",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"guzzlehttp/guzzle": "^6.0",
|
|
|
|
|
"php": ">=5.5.0",
|
|
|
|
|
"php-http/httplug": "^1.0"
|
|
|
|
|
},
|
|
|
|
|
"provide": {
|
|
|
|
|
"php-http/async-client-implementation": "1.0",
|
|
|
|
|
"php-http/client-implementation": "1.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"php-http/adapter-integration-tests": "^0.4"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.2-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Http\\Adapter\\Guzzle6\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "David de Boer",
|
|
|
|
|
"email": "david@ddeboer.nl"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Guzzle 6 HTTP Adapter",
|
|
|
|
|
"homepage": "http://httplug.io",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"Guzzle",
|
|
|
|
|
"http"
|
|
|
|
|
],
|
|
|
|
|
"time": "2016-05-10T06:13:32+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "php-http/httplug",
|
|
|
|
|
"version": "v1.1.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-http/httplug.git",
|
|
|
|
|
"reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-http/httplug/zipball/1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
|
|
|
|
|
"reference": "1c6381726c18579c4ca2ef1ec1498fdae8bdf018",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=5.4",
|
|
|
|
|
"php-http/promise": "^1.0",
|
|
|
|
|
"psr/http-message": "^1.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"henrikbjorn/phpspec-code-coverage": "^1.0",
|
|
|
|
|
"phpspec/phpspec": "^2.4"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Http\\Client\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Eric GELOEN",
|
|
|
|
|
"email": "geloen.eric@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "HTTPlug, the HTTP client abstraction for PHP",
|
|
|
|
|
"homepage": "http://httplug.io",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"client",
|
|
|
|
|
"http"
|
|
|
|
|
],
|
|
|
|
|
"time": "2016-08-31T08:30:17+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "php-http/promise",
|
|
|
|
|
"version": "v1.0.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-http/promise.git",
|
|
|
|
|
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-http/promise/zipball/dc494cdc9d7160b9a09bd5573272195242ce7980",
|
|
|
|
|
"reference": "dc494cdc9d7160b9a09bd5573272195242ce7980",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"henrikbjorn/phpspec-code-coverage": "^1.0",
|
|
|
|
|
"phpspec/phpspec": "^2.4"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "1.1-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Http\\Promise\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"MIT"
|
|
|
|
|
],
|
|
|
|
|
"authors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Márk Sági-Kazár",
|
|
|
|
|
"email": "mark.sagikazar@gmail.com"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Joel Wurtz",
|
|
|
|
|
"email": "joel.wurtz@gmail.com"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"description": "Promise used for asynchronous HTTP requests",
|
|
|
|
|
"homepage": "http://httplug.io",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"promise"
|
|
|
|
|
],
|
|
|
|
|
"time": "2016-01-26T13:27:02+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/container",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
@ -1782,6 +2283,58 @@
|
|
|
|
|
],
|
|
|
|
|
"time": "2017-02-14T16:28:37+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/http-factory",
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/php-fig/http-factory.git",
|
|
|
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
|
|
"reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": ">=7.0.0",
|
|
|
|
|
"psr/http-message": "^1.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 interfaces for PSR-7 HTTP message factories",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"factory",
|
|
|
|
|
"http",
|
|
|
|
|
"message",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-17",
|
|
|
|
|
"psr-7",
|
|
|
|
|
"request",
|
|
|
|
|
"response"
|
|
|
|
|
],
|
|
|
|
|
"time": "2019-04-30T12:38:16+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "psr/http-message",
|
|
|
|
|
"version": "1.0.1",
|
|
|
|
@ -3771,6 +4324,74 @@
|
|
|
|
|
"environment"
|
|
|
|
|
],
|
|
|
|
|
"time": "2020-05-02T13:38:00+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "zendframework/zend-diactoros",
|
|
|
|
|
"version": "2.2.1",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/zendframework/zend-diactoros.git",
|
|
|
|
|
"reference": "de5847b068362a88684a55b0dbb40d85986cfa52"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/de5847b068362a88684a55b0dbb40d85986cfa52",
|
|
|
|
|
"reference": "de5847b068362a88684a55b0dbb40d85986cfa52",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"php": "^7.1",
|
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
|
"psr/http-message": "^1.0"
|
|
|
|
|
},
|
|
|
|
|
"provide": {
|
|
|
|
|
"psr/http-factory-implementation": "1.0",
|
|
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"ext-curl": "*",
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"http-interop/http-factory-tests": "^0.5.0",
|
|
|
|
|
"php-http/psr7-integration-tests": "dev-master",
|
|
|
|
|
"phpunit/phpunit": "^7.0.2",
|
|
|
|
|
"zendframework/zend-coding-standard": "~1.0.0"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "2.1.x-dev",
|
|
|
|
|
"dev-develop": "2.2.x-dev",
|
|
|
|
|
"dev-release-1.8": "1.8.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"files": [
|
|
|
|
|
"src/functions/create_uploaded_file.php",
|
|
|
|
|
"src/functions/marshal_headers_from_sapi.php",
|
|
|
|
|
"src/functions/marshal_method_from_sapi.php",
|
|
|
|
|
"src/functions/marshal_protocol_version_from_sapi.php",
|
|
|
|
|
"src/functions/marshal_uri_from_sapi.php",
|
|
|
|
|
"src/functions/normalize_server.php",
|
|
|
|
|
"src/functions/normalize_uploaded_files.php",
|
|
|
|
|
"src/functions/parse_cookie_header.php"
|
|
|
|
|
],
|
|
|
|
|
"psr-4": {
|
|
|
|
|
"Zend\\Diactoros\\": "src/"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
"license": [
|
|
|
|
|
"BSD-3-Clause"
|
|
|
|
|
],
|
|
|
|
|
"description": "PSR HTTP Message implementations",
|
|
|
|
|
"keywords": [
|
|
|
|
|
"http",
|
|
|
|
|
"psr",
|
|
|
|
|
"psr-7"
|
|
|
|
|
],
|
|
|
|
|
"abandoned": "laminas/laminas-diactoros",
|
|
|
|
|
"time": "2019-11-13T19:16:13+00:00"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"packages-dev": [
|
|
|
|
|