mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
Bump laravel/framework from 5.7.15 to 5.7.21 (#896)
Bumps [laravel/framework](https://github.com/laravel/framework) from 5.7.15 to 5.7.21. <details> <summary>Release notes</summary> *Sourced from [laravel/framework's releases](https://github.com/laravel/framework/releases).* > ## v5.7.21 > ## [v5.7.21 (2019-01-15)](https://github.com/laravel/framework/compare/v5.7.20...v5.7.21) > > ### Fixed > - Fixed `Blueprint::removeColumn()` ([#27115](https://github-redirect.dependabot.com/laravel/framework/pull/27115), [#27122](https://github-redirect.dependabot.com/laravel/framework/pull/27122)) > - Fixed allowing of null broadcast connection driver ([#27135](https://github-redirect.dependabot.com/laravel/framework/pull/27135)) > - Fixed `ModelMakeCommand::handle()` should always return `bool` value ([#27156](https://github-redirect.dependabot.com/laravel/framework/pull/27156)) > - Fixed `TestResponse::assertSessionDoesntHaveErrors()` when there is no errors ([#27145](https://github-redirect.dependabot.com/laravel/framework/pull/27145)) > - Fixed default message is localization twice in `403.blade.php` error page ([4a08120](4a081204d6
)) > > ### Changed > - Replaced `get_called_class()` to `static::class` ([#27146](https://github-redirect.dependabot.com/laravel/framework/pull/27146)) > - Re-throw `NoMatchingExpectationException` from `PendingCommand` ([#27158](https://github-redirect.dependabot.com/laravel/framework/pull/27158)) > > > ## v5.7.20 > ## [v5.7.20 (2019-01-08)](https://github.com/laravel/framework/compare/v5.7.19...v5.7.20) > > ### Added > - Added `chunkById` support in relations ([#26919](https://github-redirect.dependabot.com/laravel/framework/pull/26919)) > - Added `Collection::whereNotBetween` method ([#27028](https://github-redirect.dependabot.com/laravel/framework/pull/27028)) > - Allowed predefined log channels to change formatter from config ([#26895](https://github-redirect.dependabot.com/laravel/framework/pull/26895)) > - Allowed storage assertions (`FilesystemAdapter::assertExists` / `FilesystemAdapter::assertMissing`) to handle multiple files at once ([#26975](https://github-redirect.dependabot.com/laravel/framework/pull/26975)) > - Added `Adaptive Server connection failed` to `DetectsLostConnections` trait ([#27055](https://github-redirect.dependabot.com/laravel/framework/pull/27055)) > - Added `Route::originalParameters()` ([#27056](https://github-redirect.dependabot.com/laravel/framework/pull/27056)) > - Added `QueueFake::pushedJobs()` ([#27089](https://github-redirect.dependabot.com/laravel/framework/pull/27089), [695ffa1](695ffa1247
)) > > ### Fixed > - Prevents unnecessary queries when lazy loading empty relationships ([#26992](https://github-redirect.dependabot.com/laravel/framework/pull/26992)) > - Fixed broken `Command::setHidden` method ([#27005](https://github-redirect.dependabot.com/laravel/framework/pull/27005)) > - Fixed `Str::slug` method ([#27002](https://github-redirect.dependabot.com/laravel/framework/pull/27002)) > - Ignore `--seed` option for `artisan migrate --pretend` ([#27015](https://github-redirect.dependabot.com/laravel/framework/pull/27015)) > - Fixed `previousUrl` in the session if the call is `prefetch` ([#27017](https://github-redirect.dependabot.com/laravel/framework/pull/27017)) > - Fixed nullable `MorphTo` touching ([#27031](https://github-redirect.dependabot.com/laravel/framework/pull/27031)) > - Fixed `Collection::loadMissing()` with duplicate relation names ([#27040](https://github-redirect.dependabot.com/laravel/framework/pull/27040)) > - Fixed some commands ([#27020](https://github-redirect.dependabot.com/laravel/framework/pull/27020)) > - Ensured the command `context` is forwarded to calls ([#27012](https://github-redirect.dependabot.com/laravel/framework/pull/27012), [#27065](https://github-redirect.dependabot.com/laravel/framework/pull/27065)) > - Fixed `Collection::loadMorph()` issue relations loading issue ([#27081](https://github-redirect.dependabot.com/laravel/framework/pull/27081)) > > ### Changed > - Removed `HasOneOrMany::update()` since `Builder::update()` already adds the `UPDATED_AT` timestamp. ([#27026](https://github-redirect.dependabot.com/laravel/framework/pull/27026)) > - Changed `Name or service not known` to `php_network_getaddresses: getaddrinfo failed: Name or service not known` in `DetectsLostConnections` trait ([#27054](https://github-redirect.dependabot.com/laravel/framework/pull/27054), [5459ac1](5459ac15b5
)) > - Changed Eloquent `ApiResource merge()` methods to accept `JsonResource` object ([#27068](https://github-redirect.dependabot.com/laravel/framework/pull/27068)) > - Stop email re-verification with same link ([#27070](https://github-redirect.dependabot.com/laravel/framework/pull/27070)) > > > ## v5.7.19 > ## [v5.7.19 (2018-12-18)](https://github.com/laravel/framework/compare/v5.7.18...v5.7.19) > > ### Added ></tr></table> ... (truncated) </details> <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.7.md).* > ## [v5.7.21 (2019-01-15)](https://github.com/laravel/framework/compare/v5.7.20...v5.7.21) > > ### Fixed > - Fixed `Blueprint::removeColumn()` ([#27115](https://github-redirect.dependabot.com/laravel/framework/pull/27115), [#27122](https://github-redirect.dependabot.com/laravel/framework/pull/27122)) > - Fixed allowing of null broadcast connection driver ([#27135](https://github-redirect.dependabot.com/laravel/framework/pull/27135)) > - Fixed `ModelMakeCommand::handle()` should always return `bool` value ([#27156](https://github-redirect.dependabot.com/laravel/framework/pull/27156)) > - Fixed `TestResponse::assertSessionDoesntHaveErrors()` when there is no errors ([#27145](https://github-redirect.dependabot.com/laravel/framework/pull/27145)) > - Fixed default message is localization twice in `403.blade.php` error page ([4a08120](4a081204d6
)) > > ### Changed > - Replaced `get_called_class()` to `static::class` ([#27146](https://github-redirect.dependabot.com/laravel/framework/pull/27146)) > - Re-throw `NoMatchingExpectationException` from `PendingCommand` ([#27158](https://github-redirect.dependabot.com/laravel/framework/pull/27158)) > > > ## [v5.7.20 (2019-01-08)](https://github.com/laravel/framework/compare/v5.7.19...v5.7.20) > > ### Added > - Added `chunkById` support in relations ([#26919](https://github-redirect.dependabot.com/laravel/framework/pull/26919)) > - Added `Collection::whereNotBetween` method ([#27028](https://github-redirect.dependabot.com/laravel/framework/pull/27028)) > - Allowed predefined log channels to change formatter from config ([#26895](https://github-redirect.dependabot.com/laravel/framework/pull/26895)) > - Allowed storage assertions (`FilesystemAdapter::assertExists` / `FilesystemAdapter::assertMissing`) to handle multiple files at once ([#26975](https://github-redirect.dependabot.com/laravel/framework/pull/26975)) > - Added `Adaptive Server connection failed` to `DetectsLostConnections` trait ([#27055](https://github-redirect.dependabot.com/laravel/framework/pull/27055)) > - Added `Route::originalParameters()` ([#27056](https://github-redirect.dependabot.com/laravel/framework/pull/27056)) > - Added `QueueFake::pushedJobs()` ([#27089](https://github-redirect.dependabot.com/laravel/framework/pull/27089), [695ffa1](695ffa1247
)) > > ### Fixed > - Prevents unnecessary queries when lazy loading empty relationships ([#26992](https://github-redirect.dependabot.com/laravel/framework/pull/26992)) > - Fixed broken `Command::setHidden` method ([#27005](https://github-redirect.dependabot.com/laravel/framework/pull/27005)) > - Fixed `Str::slug` method ([#27002](https://github-redirect.dependabot.com/laravel/framework/pull/27002)) > - Ignore `--seed` option for `artisan migrate --pretend` ([#27015](https://github-redirect.dependabot.com/laravel/framework/pull/27015)) > - Fixed `previousUrl` in the session if the call is `prefetch` ([#27017](https://github-redirect.dependabot.com/laravel/framework/pull/27017)) > - Fixed nullable `MorphTo` touching ([#27031](https://github-redirect.dependabot.com/laravel/framework/pull/27031)) > - Fixed `Collection::loadMissing()` with duplicate relation names ([#27040](https://github-redirect.dependabot.com/laravel/framework/pull/27040)) > - Fixed some commands ([#27020](https://github-redirect.dependabot.com/laravel/framework/pull/27020)) > - Ensured the command `context` is forwarded to calls ([#27012](https://github-redirect.dependabot.com/laravel/framework/pull/27012), [#27065](https://github-redirect.dependabot.com/laravel/framework/pull/27065)) > - Fixed `Collection::loadMorph()` issue relations loading issue ([#27081](https://github-redirect.dependabot.com/laravel/framework/pull/27081)) > > ### Changed > - Removed `HasOneOrMany::update()` since `Builder::update()` already adds the `UPDATED_AT` timestamp. ([#27026](https://github-redirect.dependabot.com/laravel/framework/pull/27026)) > - Changed `Name or service not known` to `php_network_getaddresses: getaddrinfo failed: Name or service not known` in `DetectsLostConnections` trait ([#27054](https://github-redirect.dependabot.com/laravel/framework/pull/27054), [5459ac1](5459ac15b5
)) > - Changed Eloquent `ApiResource merge()` methods to accept `JsonResource` object ([#27068](https://github-redirect.dependabot.com/laravel/framework/pull/27068)) > - Stop email re-verification with same link ([#27070](https://github-redirect.dependabot.com/laravel/framework/pull/27070)) > > > ## [v5.7.19 (2018-12-18)](https://github.com/laravel/framework/compare/v5.7.18...v5.7.19) > > ### Added > - Added `Illuminate\Support\Collection::whereBetween` method ([#26888](https://github-redirect.dependabot.com/laravel/framework/pull/26888)) > > ### Fixed ></tr></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`25f7445`](25f74458a2
) version - [`d5d7259`](d5d72598ec
) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](87ca2676ce
) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](4a081204d6
) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](d1e7879008
) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](a621f8a809
) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](90eb2e3db1
) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](64b5adacdc
) Update ModelMakeCommand.php - [`d818fd1`](d818fd18cc
) [5.7] update changelog - [`e087df5`](e087df50c4
) Merge pull request [#27144](https://github-redirect.dependabot.com/laravel/framework/issues/27144) from jamesmirvine/recaller-performance - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.7.15...v5.7.21) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.15&new-version=5.7.21)](https://dependabot.com/compatibility-score.html?dependency-name=laravel/framework&package-manager=composer&previous-version=5.7.15&new-version=5.7.21) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
This commit is contained in:
parent
db9d00bc3b
commit
1fc680408c
1 changed files with 535 additions and 82 deletions
617
composer.lock
generated
617
composer.lock
generated
|
@ -600,16 +600,16 @@
|
|||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.7",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/egulias/EmailValidator.git",
|
||||
"reference": "0578b32b30b22de3e8664f797cf846fc9246f786"
|
||||
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786",
|
||||
"reference": "0578b32b30b22de3e8664f797cf846fc9246f786",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
|
||||
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -653,7 +653,7 @@
|
|||
"validation",
|
||||
"validator"
|
||||
],
|
||||
"time": "2018-09-25T20:47:26+00:00"
|
||||
"time": "2018-12-04T22:38:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "erusev/parsedown",
|
||||
|
@ -1052,16 +1052,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laravel/framework",
|
||||
"version": "v5.7.15",
|
||||
"version": "v5.7.21",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laravel/framework.git",
|
||||
"reference": "e0dbd6ab143286d81bedf2b34f8820f3d49ea15f"
|
||||
"reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/e0dbd6ab143286d81bedf2b34f8820f3d49ea15f",
|
||||
"reference": "e0dbd6ab143286d81bedf2b34f8820f3d49ea15f",
|
||||
"url": "https://api.github.com/repos/laravel/framework/zipball/25f74458a242b61cc9e9c09d31f94fb13ed805f3",
|
||||
"reference": "25f74458a242b61cc9e9c09d31f94fb13ed805f3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1070,6 +1070,8 @@
|
|||
"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.3",
|
||||
|
@ -1133,7 +1135,7 @@
|
|||
"moontoast/math": "^1.1",
|
||||
"orchestra/testbench-core": "3.7.*",
|
||||
"pda/pheanstalk": "^3.0",
|
||||
"phpunit/phpunit": "^7.0",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"predis/predis": "^1.1.1",
|
||||
"symfony/css-selector": "^4.1",
|
||||
"symfony/dom-crawler": "^4.1",
|
||||
|
@ -1192,7 +1194,179 @@
|
|||
"framework",
|
||||
"laravel"
|
||||
],
|
||||
"time": "2018-11-26T14:10:57+00:00"
|
||||
"time": "2019-01-15T15:20:32+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": "lcobucci/jwt",
|
||||
"version": "3.2.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lcobucci/jwt.git",
|
||||
"reference": "82be04b4753f8b7693b62852b7eab30f97524f9b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/82be04b4753f8b7693b62852b7eab30f97524f9b",
|
||||
"reference": "82be04b4753f8b7693b62852b7eab30f97524f9b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-openssl": "*",
|
||||
"php": ">=5.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"mdanter/ecc": "~0.3.1",
|
||||
"mikey179/vfsstream": "~1.5",
|
||||
"phpmd/phpmd": "~2.2",
|
||||
"phpunit/php-invoker": "~1.1",
|
||||
"phpunit/phpunit": "~4.5",
|
||||
"squizlabs/php_codesniffer": "~2.3"
|
||||
},
|
||||
"suggest": {
|
||||
"mdanter/ecc": "Required to use Elliptic Curves based algorithms."
|
||||
},
|
||||
"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": "2018-11-11T12:22:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "league/flysystem",
|
||||
|
@ -1476,16 +1650,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nesbot/carbon",
|
||||
"version": "1.36.1",
|
||||
"version": "1.36.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/briannesbitt/Carbon.git",
|
||||
"reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983"
|
||||
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/63da8cdf89d7a5efe43aabc794365f6e7b7b8983",
|
||||
"reference": "63da8cdf89d7a5efe43aabc794365f6e7b7b8983",
|
||||
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
|
||||
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1530,20 +1704,68 @@
|
|||
"datetime",
|
||||
"time"
|
||||
],
|
||||
"time": "2018-11-22T18:23:02+00:00"
|
||||
"time": "2018-12-28T10:07:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "opis/closure",
|
||||
"version": "3.1.1",
|
||||
"name": "nexmo/client",
|
||||
"version": "1.6.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/opis/closure.git",
|
||||
"reference": "d3209e46ad6c69a969b705df0738fd0dbe26ef9e"
|
||||
"url": "https://github.com/Nexmo/nexmo-php.git",
|
||||
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/opis/closure/zipball/d3209e46ad6c69a969b705df0738fd0dbe26ef9e",
|
||||
"reference": "d3209e46ad6c69a969b705df0738fd0dbe26ef9e",
|
||||
"url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/01809cc1e17a5af275913c49bb5d444eb6cc06d4",
|
||||
"reference": "01809cc1e17a5af275913c49bb5d444eb6cc06d4",
|
||||
"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.3"
|
||||
},
|
||||
"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": "2018-12-17T10:47:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "opis/closure",
|
||||
"version": "3.1.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/opis/closure.git",
|
||||
"reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/opis/closure/zipball/41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
|
||||
"reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1551,12 +1773,12 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"jeremeamia/superclosure": "^2.0",
|
||||
"phpunit/phpunit": "^4.0"
|
||||
"phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.0.x-dev"
|
||||
"dev-master": "3.1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -1591,7 +1813,7 @@
|
|||
"serialization",
|
||||
"serialize"
|
||||
],
|
||||
"time": "2018-10-02T13:36:53+00:00"
|
||||
"time": "2019-01-14T14:45:33+00:00"
|
||||
},
|
||||
{
|
||||
"name": "paragonie/random_compat",
|
||||
|
@ -1720,6 +1942,172 @@
|
|||
],
|
||||
"time": "2019-01-03T21:00:55+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": "predis/predis",
|
||||
"version": "v1.1.1",
|
||||
|
@ -2201,16 +2589,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/console",
|
||||
"version": "v4.2.1",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/console.git",
|
||||
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0"
|
||||
"reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/4dff24e5d01e713818805c1862d2e3f901ee7dd0",
|
||||
"reference": "4dff24e5d01e713818805c1862d2e3f901ee7dd0",
|
||||
"url": "https://api.github.com/repos/symfony/console/zipball/b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
|
||||
"reference": "b0a03c1bb0fcbe288629956cf2f1dd3f1dc97522",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2266,7 +2654,7 @@
|
|||
],
|
||||
"description": "Symfony Console Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-27T07:40:44+00:00"
|
||||
"time": "2019-01-04T15:13:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/contracts",
|
||||
|
@ -2391,16 +2779,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/debug",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/debug.git",
|
||||
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276"
|
||||
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/e0a2b92ee0b5b934f973d90c2f58e18af109d276",
|
||||
"reference": "e0a2b92ee0b5b934f973d90c2f58e18af109d276",
|
||||
"url": "https://api.github.com/repos/symfony/debug/zipball/64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
|
||||
"reference": "64cb33c81e37d19b7715d4a6a4d49c1c382066dd",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2443,20 +2831,20 @@
|
|||
],
|
||||
"description": "Symfony Debug Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-28T18:24:18+00:00"
|
||||
"time": "2019-01-03T09:07:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/event-dispatcher",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/event-dispatcher.git",
|
||||
"reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137"
|
||||
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
|
||||
"reference": "9b788b5f7cd6be22918f3d18ee3ff0a78e060137",
|
||||
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
|
||||
"reference": "887de6d34c86cf0cb6cbf910afb170cdb743cb5e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2507,20 +2895,20 @@
|
|||
],
|
||||
"description": "Symfony EventDispatcher Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-26T10:55:26+00:00"
|
||||
"time": "2019-01-05T16:37:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/finder",
|
||||
"version": "v4.2.1",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/finder.git",
|
||||
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d"
|
||||
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
|
||||
"reference": "e53d477d7b5c4982d0e1bfd2298dbee63d01441d",
|
||||
"url": "https://api.github.com/repos/symfony/finder/zipball/9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
|
||||
"reference": "9094d69e8c6ee3fe186a0ec5a4f1401e506071ce",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2556,20 +2944,20 @@
|
|||
],
|
||||
"description": "Symfony Finder Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-11T19:52:12+00:00"
|
||||
"time": "2019-01-03T09:07:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-foundation",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-foundation.git",
|
||||
"reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851"
|
||||
"reference": "a633d422a09242064ba24e44a6e1494c5126de86"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
|
||||
"reference": "1b31f3017fadd8cb05cf2c8aebdbf3b12a943851",
|
||||
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/a633d422a09242064ba24e44a6e1494c5126de86",
|
||||
"reference": "a633d422a09242064ba24e44a6e1494c5126de86",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2610,26 +2998,26 @@
|
|||
],
|
||||
"description": "Symfony HttpFoundation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-26T10:55:26+00:00"
|
||||
"time": "2019-01-05T16:37:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/http-kernel",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/http-kernel.git",
|
||||
"reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117"
|
||||
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/500409e5d8a31fc92450a0ec2ea4e4c35af40117",
|
||||
"reference": "500409e5d8a31fc92450a0ec2ea4e4c35af40117",
|
||||
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/83de6543328917c18d5498eeb6bb6d36f7aab31b",
|
||||
"reference": "83de6543328917c18d5498eeb6bb6d36f7aab31b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"psr/log": "~1.0",
|
||||
"symfony/contracts": "^1.0",
|
||||
"symfony/contracts": "^1.0.2",
|
||||
"symfony/debug": "~3.4|~4.0",
|
||||
"symfony/event-dispatcher": "~4.1",
|
||||
"symfony/http-foundation": "^4.1.1",
|
||||
|
@ -2699,7 +3087,7 @@
|
|||
],
|
||||
"description": "Symfony HttpKernel Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-30T09:16:14+00:00"
|
||||
"time": "2019-01-06T16:19:23+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/polyfill-ctype",
|
||||
|
@ -2983,16 +3371,16 @@
|
|||
},
|
||||
{
|
||||
"name": "symfony/process",
|
||||
"version": "v4.2.1",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/process.git",
|
||||
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0"
|
||||
"reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/2b341009ccec76837a7f46f59641b431e4d4c2b0",
|
||||
"reference": "2b341009ccec76837a7f46f59641b431e4d4c2b0",
|
||||
"url": "https://api.github.com/repos/symfony/process/zipball/ea043ab5d8ed13b467a9087d81cb876aee7f689a",
|
||||
"reference": "ea043ab5d8ed13b467a9087d81cb876aee7f689a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3028,20 +3416,20 @@
|
|||
],
|
||||
"description": "Symfony Process Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-20T16:22:05+00:00"
|
||||
"time": "2019-01-03T14:48:52+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/routing",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/routing.git",
|
||||
"reference": "97b9f457df748357eec101df5c8b1c649b543241"
|
||||
"reference": "e69b7a13a0b58af378a49b49dd7084462de16cee"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/97b9f457df748357eec101df5c8b1c649b543241",
|
||||
"reference": "97b9f457df748357eec101df5c8b1c649b543241",
|
||||
"url": "https://api.github.com/repos/symfony/routing/zipball/e69b7a13a0b58af378a49b49dd7084462de16cee",
|
||||
"reference": "e69b7a13a0b58af378a49b49dd7084462de16cee",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3105,25 +3493,25 @@
|
|||
"uri",
|
||||
"url"
|
||||
],
|
||||
"time": "2018-11-29T14:48:32+00:00"
|
||||
"time": "2019-01-03T09:07:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/translation",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/translation.git",
|
||||
"reference": "ff9a878c9b8f8bcd4d9138e2d32f508c942773d9"
|
||||
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/ff9a878c9b8f8bcd4d9138e2d32f508c942773d9",
|
||||
"reference": "ff9a878c9b8f8bcd4d9138e2d32f508c942773d9",
|
||||
"url": "https://api.github.com/repos/symfony/translation/zipball/939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
|
||||
"reference": "939fb792d73f2ce80e6ae9019d205fc480f1c9a0",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.1.3",
|
||||
"symfony/contracts": "^1.0",
|
||||
"symfony/contracts": "^1.0.2",
|
||||
"symfony/polyfill-mbstring": "~1.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -3178,20 +3566,20 @@
|
|||
],
|
||||
"description": "Symfony Translation Component",
|
||||
"homepage": "https://symfony.com",
|
||||
"time": "2018-11-27T07:20:32+00:00"
|
||||
"time": "2019-01-03T09:07:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "symfony/var-dumper",
|
||||
"version": "v4.2.0",
|
||||
"version": "v4.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symfony/var-dumper.git",
|
||||
"reference": "db61258540350725f4beb6b84006e32398acd120"
|
||||
"reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/db61258540350725f4beb6b84006e32398acd120",
|
||||
"reference": "db61258540350725f4beb6b84006e32398acd120",
|
||||
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/85bde661b178173d85c6f11ea9d03b61d1212bb2",
|
||||
"reference": "85bde661b178173d85c6f11ea9d03b61d1212bb2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3205,6 +3593,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"ext-iconv": "*",
|
||||
"symfony/console": "~3.4|~4.0",
|
||||
"symfony/process": "~3.4|~4.0",
|
||||
"twig/twig": "~1.34|~2.4"
|
||||
},
|
||||
|
@ -3253,7 +3642,7 @@
|
|||
"debug",
|
||||
"dump"
|
||||
],
|
||||
"time": "2018-11-25T12:50:42+00:00"
|
||||
"time": "2019-01-03T09:07:35+00:00"
|
||||
},
|
||||
{
|
||||
"name": "tijsverkoyen/css-to-inline-styles",
|
||||
|
@ -3367,16 +3756,16 @@
|
|||
},
|
||||
{
|
||||
"name": "vlucas/phpdotenv",
|
||||
"version": "v2.5.1",
|
||||
"version": "v2.5.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vlucas/phpdotenv.git",
|
||||
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
|
||||
"reference": "cfd5dc225767ca154853752abc93aeec040fcf36"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
|
||||
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
|
||||
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/cfd5dc225767ca154853752abc93aeec040fcf36",
|
||||
"reference": "cfd5dc225767ca154853752abc93aeec040fcf36",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3413,7 +3802,71 @@
|
|||
"env",
|
||||
"environment"
|
||||
],
|
||||
"time": "2018-07-29T20:33:41+00:00"
|
||||
"time": "2018-10-30T17:29:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "zendframework/zend-diactoros",
|
||||
"version": "1.8.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/zendframework/zend-diactoros.git",
|
||||
"reference": "20da13beba0dde8fb648be3cc19765732790f46e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/20da13beba0dde8fb648be3cc19765732790f46e",
|
||||
"reference": "20da13beba0dde8fb648be3cc19765732790f46e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "^5.6 || ^7.0",
|
||||
"psr/http-message": "^1.0"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-message-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-dom": "*",
|
||||
"ext-libxml": "*",
|
||||
"php-http/psr7-integration-tests": "dev-master",
|
||||
"phpunit/phpunit": "^5.7.16 || ^6.0.8 || ^7.2.7",
|
||||
"zendframework/zend-coding-standard": "~1.0"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.8.x-dev",
|
||||
"dev-develop": "1.9.x-dev",
|
||||
"dev-release-2.0": "2.0.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-2-Clause"
|
||||
],
|
||||
"description": "PSR HTTP Message implementations",
|
||||
"homepage": "https://github.com/zendframework/zend-diactoros",
|
||||
"keywords": [
|
||||
"http",
|
||||
"psr",
|
||||
"psr-7"
|
||||
],
|
||||
"time": "2018-09-05T19:29:37+00:00"
|
||||
}
|
||||
],
|
||||
"packages-dev": [
|
||||
|
|
Loading…
Reference in a new issue