koel/composer.lock

7995 lines
280 KiB
Text
Raw Normal View History

2015-12-13 04:42:28 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
Bump phpunit/phpunit from 7.4.5 to 7.5.0 (#873) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.5 to 7.5.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.0] - 2018-12-07 > > ### Added > > * Implemented [#3340](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3340): Added `assertEqualsCanonicalizing()`, `assertEqualsIgnoringCase()`, `assertEqualsWithDelta()`, `assertNotEqualsCanonicalizing()`, `assertNotEqualsIgnoringCase()`, and `assertNotEqualsWithDelta()` as alternatives to using `assertEquals()` and `assertNotEquals()` with the `$delta`, `$canonicalize`, or `$ignoreCase` parameters > * Implemented [#3368](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3368): Added `assertIsArray()`, `assertIsBool()`, `assertIsFloat()`, `assertIsInt()`, `assertIsNumeric()`, `assertIsObject()`, `assertIsResource()`, `assertIsString()`, `assertIsScalar()`, `assertIsCallable()`, `assertIsIterable()`, `assertIsNotArray()`, `assertIsNotBool()`, `assertIsNotFloat()`, `assertIsNotInt()`, `assertIsNotNumeric()`, `assertIsNotObject()`, `assertIsNotResource()`, `assertIsNotString()`, `assertIsNotScalar()`, `assertIsNotCallable()`, `assertIsNotIterable()` as alternatives to `assertInternalType()` and `assertNotInternalType()` > * Implemented [#3391](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3391): Added a `TestHook` that fires after each test, regardless of result > * Implemented [#3417](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3417): Refinements related to test suite sorting and TestDox result printer > * Implemented [#3422](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3422): Added `assertStringContainsString()`, `assertStringContainsStringIgnoringCase()`, `assertStringNotContainsString()`, and `assertStringNotContainsStringIgnoringCase()` > > ### Deprecated > > * The methods `assertInternalType()` and `assertNotInternalType()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed. > * The methods `assertAttributeContains()`, `assertAttributeNotContains()`, `assertAttributeContainsOnly()`, `assertAttributeNotContainsOnly()`, `assertAttributeCount()`, `assertAttributeNotCount()`, `assertAttributeEquals()`, `assertAttributeNotEquals()`, `assertAttributeEmpty()`, `assertAttributeNotEmpty()`, `assertAttributeGreaterThan()`, `assertAttributeGreaterThanOrEqual()`, `assertAttributeLessThan()`, `assertAttributeLessThanOrEqual()`, `assertAttributeSame()`, `assertAttributeNotSame()`, `assertAttributeInstanceOf()`, `assertAttributeNotInstanceOf()`, `assertAttributeInternalType()`, `assertAttributeNotInternalType()`, `attributeEqualTo()`, `readAttribute()`, `getStaticAttribute()`, and `getObjectAttribute()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed. > * The optional parameters `$delta`, `$maxDepth`, `$canonicalize`, and `$ignoreCase` of `assertEquals()` and `assertNotEquals()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed. > * The annotations `[**expectedException**](https://github.com/expectedException)`, `[**expectedExceptionCode**](https://github.com/expectedExceptionCode)`, `[**expectedExceptionMessage**](https://github.com/expectedExceptionMessage)`, and `[**expectedExceptionMessageRegExp**](https://github.com/expectedExceptionMessageRegExp)` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these annotations will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these annotations will be removed. > * Using the methods `assertContains()` and `assertNotContains()` on `string` haystacks is now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods on `string` haystacks will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods cannot be used on on `string` haystacks anymore. > * The optional parameters `$ignoreCase`, `$checkForObjectIdentity`, and `$checkForNonObjectIdentity` of `assertContains()` and `assertNotContains()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed. > > ### Fixed > > * Implemented [#3428](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3428): `TestSuite` setup failures are not logged correctly > * Implemented [#3429](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3429): Inefficient loop in `getHookMethods()` > * Implemented [#3437](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3437): JUnit logger skips PHPT tests > > [7.5.0]: https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0 </details> <details> <summary>Commits</summary> - [`5207231`](https://github.com/sebastianbergmann/phpunit/commit/520723129e2b3fc1dc4c0953e43c9d40e1ecb352) Prepare release - [`49ff35c`](https://github.com/sebastianbergmann/phpunit/commit/49ff35ccefff23fb0019365c3427177d3398833c) CodeCov is a harsh mistress - [`092d742`](https://github.com/sebastianbergmann/phpunit/commit/092d742a13dda7cf9b221e56d5fd8111354537f0) Do not throw needless fatals when logging non-standard TestCase - [`ebcf10b`](https://github.com/sebastianbergmann/phpunit/commit/ebcf10b3a95f90315be8c89d1a22f5247a1c2cbd) There will not be another PHPUnit 7.4 release - [`c8d9d95`](https://github.com/sebastianbergmann/phpunit/commit/c8d9d9571392df75aa488b9af8460bd4ef209f8e) Update ChangeLog - [`51a7c5b`](https://github.com/sebastianbergmann/phpunit/commit/51a7c5b14645ca7cbf81d37240d34737adb96423) Fix Windows paths in tests - [`ecb4c1c`](https://github.com/sebastianbergmann/phpunit/commit/ecb4c1c28fb937011a67f648bee64dcede9e1e03) Add tests for including PHPT results in TeamCity and JUnit loggers - [`5805fd7`](https://github.com/sebastianbergmann/phpunit/commit/5805fd79808477d3c9b05897a4e75c6947c2eb0a) CS/WS fixes - [`94487b2`](https://github.com/sebastianbergmann/phpunit/commit/94487b2440895657ebb81a1c07ed0b819cb450bd) Add test coverage for newly added information methods - [`e4edc0b`](https://github.com/sebastianbergmann/phpunit/commit/e4edc0b092e3fa880ec5415aca4a8f9b221a3426) CS/WS fixes - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.5&new-version=7.5.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.5&new-version=7.5.0) 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>
2018-12-10 13:26:27 +00:00
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
2015-12-13 04:42:28 +00:00
"This file is @generated automatically"
],
"content-hash": "34c7ae28505ede112af45963a578526a",
2015-12-13 04:42:28 +00:00
"packages": [
2016-06-13 09:04:42 +00:00
{
"name": "aws/aws-sdk-php",
"version": "3.80.1",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "16819253927a18f96c9bbd85cb1b47419e5bc371"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/16819253927a18f96c9bbd85cb1b47419e5bc371",
"reference": "16819253927a18f96c9bbd85cb1b47419e5bc371",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
2017-10-02 18:42:18 +00:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-spl": "*",
Bump aws/aws-sdk-php-laravel from 3.2.0 to 3.2.1 (#842) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.2.0 to 3.2.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.2.1 > * Update Travis CI with later PHP versions > * Fix composer dependency resolution issue for Travis & PHP 5.5.9 > * Updated location of aws config file in README.md > * Update README.md </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.2.1 - 2018-10-19 > > * Update Travis CI with later PHP versions > * Fix composer dependency resolution issue for Travis & PHP 5.5.9 > * Updated location of aws config file in README.md > * Update README.md </details> <details> <summary>Commits</summary> - [`379eb23`](https://github.com/aws/aws-sdk-php-laravel/commit/379eb23c62509ea2ddafef86a6d3311e28235bb3) 3.2.1 release - [`3a89dbb`](https://github.com/aws/aws-sdk-php-laravel/commit/3a89dbb48d1a061954dfdff955e924ae170dc3ef) Merge pull request [#126](https://github-redirect.dependabot.com/aws/aws-sdk-php-laravel/issues/126) from Athuli7/patch-1 - [`5f83fd4`](https://github.com/aws/aws-sdk-php-laravel/commit/5f83fd445641eddc16e08c46e79876ba7cb4fdc0) Merge pull request [#132](https://github-redirect.dependabot.com/aws/aws-sdk-php-laravel/issues/132) from luisfmelo/patch-1 - [`54b0dda`](https://github.com/aws/aws-sdk-php-laravel/commit/54b0dda847ac693a82d2584cde511591df50abb3) Merge pull request [#140](https://github-redirect.dependabot.com/aws/aws-sdk-php-laravel/issues/140) from howardlopez/travis_updates - [`b58031f`](https://github.com/aws/aws-sdk-php-laravel/commit/b58031f64bdaf3777dea0a47380dd7ee552748e7) Update Travis CI with later PHP versions - [`61f5839`](https://github.com/aws/aws-sdk-php-laravel/commit/61f58397f632595c2f00714796d41fd2bc381e32) Fix composer dependency resolution issue for Travis & PHP 5.5.9 - [`b99ef74`](https://github.com/aws/aws-sdk-php-laravel/commit/b99ef74160487b1e3ecd27c71ab0abd752434f29) Updated location of aws config file in README.md - [`dd9e5ea`](https://github.com/aws/aws-sdk-php-laravel/commit/dd9e5ea204a5af38dd288a7ab2f01d964505da3d) Update README.md - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.2.0...3.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.2.0&new-version=3.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.2.0&new-version=3.2.1) 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`. --- <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>
2018-10-29 10:23:06 +00:00
"guzzlehttp/guzzle": "^5.3.3|^6.2.1",
2016-06-13 09:04:42 +00:00
"guzzlehttp/promises": "~1.0",
"guzzlehttp/psr7": "^1.4.1",
2016-06-13 09:04:42 +00:00
"mtdowling/jmespath.php": "~2.2",
"php": ">=5.5"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-sockets": "*",
2016-06-13 09:04:42 +00:00
"nette/neon": "^2.3",
2018-04-14 21:16:04 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3",
2016-06-13 09:04:42 +00:00
"psr/cache": "^1.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
"ext-sockets": "To use client-side monitoring"
2016-06-13 09:04:42 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Aws\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
"time": "2018-11-30T00:01:18+00:00"
2016-06-13 09:04:42 +00:00
},
{
"name": "aws/aws-sdk-php-laravel",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"version": "3.3.1",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php-laravel.git",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"reference": "33ea9fdd86530eeade9ba02ac630524eb89088ac"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/33ea9fdd86530eeade9ba02ac630524eb89088ac",
"reference": "33ea9fdd86530eeade9ba02ac630524eb89088ac",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "~3.0",
"illuminate/support": "~5.1",
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"laravel/framework": "To test the Laravel bindings",
"laravel/lumen-framework": "To test the Lumen bindings"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Aws\\Laravel\\AwsServiceProvider"
],
"aliases": {
"AWS": "Aws\\Laravel\\AwsFacade"
}
}
},
2016-06-13 09:04:42 +00:00
"autoload": {
"psr-4": {
"Aws\\Laravel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "A simple Laravel 5 service provider for including the AWS SDK for PHP.",
"homepage": "http://aws.amazon.com/sdkforphp2",
"keywords": [
"amazon",
"aws",
"dynamodb",
"ec2",
"laravel",
"laravel 5",
"s3",
"sdk"
],
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"time": "2018-12-03T22:37:23+00:00"
2015-12-13 04:42:28 +00:00
},
2018-08-30 02:53:18 +00:00
{
"name": "daverandom/resume",
"version": "v0.0.3",
"source": {
"type": "git",
"url": "https://github.com/DaveRandom/Resume.git",
"reference": "3d1c11b6c4315dd8d25d6f567c5ea392c7c60edb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DaveRandom/Resume/zipball/3d1c11b6c4315dd8d25d6f567c5ea392c7c60edb",
"reference": "3d1c11b6c4315dd8d25d6f567c5ea392c7c60edb",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"autoload": {
"psr-4": {
"DaveRandom\\Resume\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"mit"
],
"authors": [
{
"name": "Chris Wright",
"email": "me@daverandom.com"
}
],
"description": "Tiny library to facilitate resumable downloads",
"time": "2018-01-28T03:18:55+00:00"
},
2017-04-23 16:01:02 +00:00
{
"name": "doctrine/cache",
2018-08-24 15:27:19 +00:00
"version": "v1.8.0",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2018-08-24 15:27:19 +00:00
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "~7.1"
2017-04-23 16:01:02 +00:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^4.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.8.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
2018-08-24 15:27:19 +00:00
"homepage": "https://www.doctrine-project.org",
2017-04-23 16:01:02 +00:00
"keywords": [
"cache",
"caching"
],
2018-08-24 15:27:19 +00:00
"time": "2018-08-21T18:01:43+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/dbal",
Bump doctrine/dbal from 2.9.0 to 2.9.1 (#878) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.0 to 2.9.1. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.1 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.1)](https://travis-ci.org/doctrine/dbal) > > This release fixes regressions introduced in v2.9.0 and issues specific to the SQL Anywhere platform. > > - Total issues resolved: **11** > > **MySQL, Schema Introspection:** > > - [3393: Fixed parsing MySQL create table flags (options without a value)](https://github-redirect.dependabot.com/doctrine/dbal/pull/3393) thanks to [**morozov**](https://github.com/morozov) and [**AdrianSherwood**](https://github.com/AdrianSherwood) > - [3398: BC Break in 2.9.0 for MySQL Tables containing partitions](https://github-redirect.dependabot.com/doctrine/dbal/issues/3398) thanks to [**bcremer**](https://github.com/bcremer) > > **SQL Anywhere:** > > - [3375: &#91;SQL Anywhere&#93; Fix bound parameter references in PHP 7](https://github-redirect.dependabot.com/doctrine/dbal/pull/3375) thanks to [**deeky666**](https://github.com/deeky666) > - [3378: &#91;SQL Anywhere&#93; Fix query limit values &quot;0&quot; and &quot;null&quot;](https://github-redirect.dependabot.com/doctrine/dbal/pull/3378) thanks to [**deeky666**](https://github.com/deeky666) > - [3385: &#91;SQL Anywhere&#93; Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666) > - [3386: &#91;SQL Anywhere&#93; Fix view schema introspection test](https://github-redirect.dependabot.com/doctrine/dbal/pull/3386) thanks to [**deeky666**](https://github.com/deeky666) > > **Schema Comparison:** > > - [3382: Reverted strict comparison back to loose because of a new regression](https://github-redirect.dependabot.com/doctrine/dbal/pull/3382) thanks to [**morozov**](https://github.com/morozov) and [**Majkl578**](https://github.com/Majkl578) > > **Connections:** > > - [3305: Fix Fetch mode query in MasterSlaveConnection](https://github-redirect.dependabot.com/doctrine/dbal/pull/3305) thanks to [**BradCrumb**](https://github.com/BradCrumb) > > **Cache:** > > - [3381: ResultCacheStatement lost its cache capability on fetchAll method](https://github-redirect.dependabot.com/doctrine/dbal/pull/3381) thanks to [**roger-codina**](https://github.com/roger-codina) > > **Documentation:** > > - [3392: fixed annotations of parameter $columns in Table](https://github-redirect.dependabot.com/doctrine/dbal/pull/3392) thanks to [**LukasVitek**](https://github.com/LukasVitek) and [**ricardofiorani**](https://github.com/ricardofiorani) </details> <details> <summary>Commits</summary> - [`ec74d6e`](https://github.com/doctrine/dbal/commit/ec74d6e300d78fbc896669c3ca57ef9719adc9c6) Release v2.9.1 - [`f3711a7`](https://github.com/doctrine/dbal/commit/f3711a7506f09788373ea83a3c980eb0c3777f72) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link - [`7ce636b`](https://github.com/doctrine/dbal/commit/7ce636bf49844d10a594f8c363495ce8a8198d89) Merge branch 'bpo/2.9/#3392' into 2.9 - [`b84603b`](https://github.com/doctrine/dbal/commit/b84603b9916899ff56914bf574262cf56c997e84) Fixed annotation and name of parameter $columnsNames in Table - [`5d4f933`](https://github.com/doctrine/dbal/commit/5d4f9335a23760efd3aa3768db663a7862087327) Merge branch 'bpo/2.9/#3393' into 2.9 - [`b18f63c`](https://github.com/doctrine/dbal/commit/b18f63ccbfb3bd99a59fb67a900991f0c478c2f3) Fixed parsing MySQL create table flags (options without a value) - [`62dacc0`](https://github.com/doctrine/dbal/commit/62dacc09e95636225bd8ce3f221218ce8b3f3489) Merge branch 'bpo/2.9/#3381' into 2.9 - [`79e369e`](https://github.com/doctrine/dbal/commit/79e369e8867d627dbf7e413cda1a061b0cbaa938) ResultCacheStatement lost its cache capability on fetchAll method - [`125fb5e`](https://github.com/doctrine/dbal/commit/125fb5e71a0adf77e5a13f68313bd259da232292) Merge branch 'bpo/2.9/#3305' into 2.9 - [`f6dd134`](https://github.com/doctrine/dbal/commit/f6dd1344178f8f273b0cb07fd95ab55d688ac14c) Fix Fetch mode query in MasterSlaveConnection - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.9.0...v2.9.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1) 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>
2018-12-17 12:14:20 +00:00
"version": "v2.9.1",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/dbal.git",
Bump doctrine/dbal from 2.9.0 to 2.9.1 (#878) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.0 to 2.9.1. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.1 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.1)](https://travis-ci.org/doctrine/dbal) > > This release fixes regressions introduced in v2.9.0 and issues specific to the SQL Anywhere platform. > > - Total issues resolved: **11** > > **MySQL, Schema Introspection:** > > - [3393: Fixed parsing MySQL create table flags (options without a value)](https://github-redirect.dependabot.com/doctrine/dbal/pull/3393) thanks to [**morozov**](https://github.com/morozov) and [**AdrianSherwood**](https://github.com/AdrianSherwood) > - [3398: BC Break in 2.9.0 for MySQL Tables containing partitions](https://github-redirect.dependabot.com/doctrine/dbal/issues/3398) thanks to [**bcremer**](https://github.com/bcremer) > > **SQL Anywhere:** > > - [3375: &#91;SQL Anywhere&#93; Fix bound parameter references in PHP 7](https://github-redirect.dependabot.com/doctrine/dbal/pull/3375) thanks to [**deeky666**](https://github.com/deeky666) > - [3378: &#91;SQL Anywhere&#93; Fix query limit values &quot;0&quot; and &quot;null&quot;](https://github-redirect.dependabot.com/doctrine/dbal/pull/3378) thanks to [**deeky666**](https://github.com/deeky666) > - [3385: &#91;SQL Anywhere&#93; Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666) > - [3386: &#91;SQL Anywhere&#93; Fix view schema introspection test](https://github-redirect.dependabot.com/doctrine/dbal/pull/3386) thanks to [**deeky666**](https://github.com/deeky666) > > **Schema Comparison:** > > - [3382: Reverted strict comparison back to loose because of a new regression](https://github-redirect.dependabot.com/doctrine/dbal/pull/3382) thanks to [**morozov**](https://github.com/morozov) and [**Majkl578**](https://github.com/Majkl578) > > **Connections:** > > - [3305: Fix Fetch mode query in MasterSlaveConnection](https://github-redirect.dependabot.com/doctrine/dbal/pull/3305) thanks to [**BradCrumb**](https://github.com/BradCrumb) > > **Cache:** > > - [3381: ResultCacheStatement lost its cache capability on fetchAll method](https://github-redirect.dependabot.com/doctrine/dbal/pull/3381) thanks to [**roger-codina**](https://github.com/roger-codina) > > **Documentation:** > > - [3392: fixed annotations of parameter $columns in Table](https://github-redirect.dependabot.com/doctrine/dbal/pull/3392) thanks to [**LukasVitek**](https://github.com/LukasVitek) and [**ricardofiorani**](https://github.com/ricardofiorani) </details> <details> <summary>Commits</summary> - [`ec74d6e`](https://github.com/doctrine/dbal/commit/ec74d6e300d78fbc896669c3ca57ef9719adc9c6) Release v2.9.1 - [`f3711a7`](https://github.com/doctrine/dbal/commit/f3711a7506f09788373ea83a3c980eb0c3777f72) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link - [`7ce636b`](https://github.com/doctrine/dbal/commit/7ce636bf49844d10a594f8c363495ce8a8198d89) Merge branch 'bpo/2.9/#3392' into 2.9 - [`b84603b`](https://github.com/doctrine/dbal/commit/b84603b9916899ff56914bf574262cf56c997e84) Fixed annotation and name of parameter $columnsNames in Table - [`5d4f933`](https://github.com/doctrine/dbal/commit/5d4f9335a23760efd3aa3768db663a7862087327) Merge branch 'bpo/2.9/#3393' into 2.9 - [`b18f63c`](https://github.com/doctrine/dbal/commit/b18f63ccbfb3bd99a59fb67a900991f0c478c2f3) Fixed parsing MySQL create table flags (options without a value) - [`62dacc0`](https://github.com/doctrine/dbal/commit/62dacc09e95636225bd8ce3f221218ce8b3f3489) Merge branch 'bpo/2.9/#3381' into 2.9 - [`79e369e`](https://github.com/doctrine/dbal/commit/79e369e8867d627dbf7e413cda1a061b0cbaa938) ResultCacheStatement lost its cache capability on fetchAll method - [`125fb5e`](https://github.com/doctrine/dbal/commit/125fb5e71a0adf77e5a13f68313bd259da232292) Merge branch 'bpo/2.9/#3305' into 2.9 - [`f6dd134`](https://github.com/doctrine/dbal/commit/f6dd1344178f8f273b0cb07fd95ab55d688ac14c) Fix Fetch mode query in MasterSlaveConnection - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.9.0...v2.9.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1) 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>
2018-12-17 12:14:20 +00:00
"reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
Bump doctrine/dbal from 2.9.0 to 2.9.1 (#878) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.0 to 2.9.1. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.1 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.1)](https://travis-ci.org/doctrine/dbal) > > This release fixes regressions introduced in v2.9.0 and issues specific to the SQL Anywhere platform. > > - Total issues resolved: **11** > > **MySQL, Schema Introspection:** > > - [3393: Fixed parsing MySQL create table flags (options without a value)](https://github-redirect.dependabot.com/doctrine/dbal/pull/3393) thanks to [**morozov**](https://github.com/morozov) and [**AdrianSherwood**](https://github.com/AdrianSherwood) > - [3398: BC Break in 2.9.0 for MySQL Tables containing partitions](https://github-redirect.dependabot.com/doctrine/dbal/issues/3398) thanks to [**bcremer**](https://github.com/bcremer) > > **SQL Anywhere:** > > - [3375: &#91;SQL Anywhere&#93; Fix bound parameter references in PHP 7](https://github-redirect.dependabot.com/doctrine/dbal/pull/3375) thanks to [**deeky666**](https://github.com/deeky666) > - [3378: &#91;SQL Anywhere&#93; Fix query limit values &quot;0&quot; and &quot;null&quot;](https://github-redirect.dependabot.com/doctrine/dbal/pull/3378) thanks to [**deeky666**](https://github.com/deeky666) > - [3385: &#91;SQL Anywhere&#93; Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666) > - [3386: &#91;SQL Anywhere&#93; Fix view schema introspection test](https://github-redirect.dependabot.com/doctrine/dbal/pull/3386) thanks to [**deeky666**](https://github.com/deeky666) > > **Schema Comparison:** > > - [3382: Reverted strict comparison back to loose because of a new regression](https://github-redirect.dependabot.com/doctrine/dbal/pull/3382) thanks to [**morozov**](https://github.com/morozov) and [**Majkl578**](https://github.com/Majkl578) > > **Connections:** > > - [3305: Fix Fetch mode query in MasterSlaveConnection](https://github-redirect.dependabot.com/doctrine/dbal/pull/3305) thanks to [**BradCrumb**](https://github.com/BradCrumb) > > **Cache:** > > - [3381: ResultCacheStatement lost its cache capability on fetchAll method](https://github-redirect.dependabot.com/doctrine/dbal/pull/3381) thanks to [**roger-codina**](https://github.com/roger-codina) > > **Documentation:** > > - [3392: fixed annotations of parameter $columns in Table](https://github-redirect.dependabot.com/doctrine/dbal/pull/3392) thanks to [**LukasVitek**](https://github.com/LukasVitek) and [**ricardofiorani**](https://github.com/ricardofiorani) </details> <details> <summary>Commits</summary> - [`ec74d6e`](https://github.com/doctrine/dbal/commit/ec74d6e300d78fbc896669c3ca57ef9719adc9c6) Release v2.9.1 - [`f3711a7`](https://github.com/doctrine/dbal/commit/f3711a7506f09788373ea83a3c980eb0c3777f72) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link - [`7ce636b`](https://github.com/doctrine/dbal/commit/7ce636bf49844d10a594f8c363495ce8a8198d89) Merge branch 'bpo/2.9/#3392' into 2.9 - [`b84603b`](https://github.com/doctrine/dbal/commit/b84603b9916899ff56914bf574262cf56c997e84) Fixed annotation and name of parameter $columnsNames in Table - [`5d4f933`](https://github.com/doctrine/dbal/commit/5d4f9335a23760efd3aa3768db663a7862087327) Merge branch 'bpo/2.9/#3393' into 2.9 - [`b18f63c`](https://github.com/doctrine/dbal/commit/b18f63ccbfb3bd99a59fb67a900991f0c478c2f3) Fixed parsing MySQL create table flags (options without a value) - [`62dacc0`](https://github.com/doctrine/dbal/commit/62dacc09e95636225bd8ce3f221218ce8b3f3489) Merge branch 'bpo/2.9/#3381' into 2.9 - [`79e369e`](https://github.com/doctrine/dbal/commit/79e369e8867d627dbf7e413cda1a061b0cbaa938) ResultCacheStatement lost its cache capability on fetchAll method - [`125fb5e`](https://github.com/doctrine/dbal/commit/125fb5e71a0adf77e5a13f68313bd259da232292) Merge branch 'bpo/2.9/#3305' into 2.9 - [`f6dd134`](https://github.com/doctrine/dbal/commit/f6dd1344178f8f273b0cb07fd95ab55d688ac14c) Fix Fetch mode query in MasterSlaveConnection - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.9.0...v2.9.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1) 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>
2018-12-17 12:14:20 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
"reference": "ec74d6e300d78fbc896669c3ca57ef9719adc9c6",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"doctrine/coding-standard": "^5.0",
2018-08-24 15:27:19 +00:00
"jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.10.1",
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"phpunit/phpunit": "^7.4",
2018-08-24 15:27:19 +00:00
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
2017-04-23 16:01:02 +00:00
},
2018-08-24 15:27:19 +00:00
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
2017-04-23 16:01:02 +00:00
"type": "library",
"extra": {
"branch-alias": {
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"dev-master": "2.9.x-dev",
2018-08-24 15:27:19 +00:00
"dev-develop": "3.0.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"psr-4": {
"Doctrine\\DBAL\\": "lib/Doctrine/DBAL"
2017-04-23 16:01:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
"homepage": "https://www.doctrine-project.org/projects/dbal.html",
2017-04-23 16:01:02 +00:00
"keywords": [
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"abstraction",
2018-08-24 15:27:19 +00:00
"database",
"dbal",
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"mysql",
2018-08-24 15:27:19 +00:00
"persistence",
Bump doctrine/dbal from 2.8.0 to 2.9.0 (#867) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.8.0 to 2.9.0. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.0 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 40 fixes and improvements developed by 18 contributors over the last 5 months. > > This release includes all changes of the 2.8.x series, as well as feature additions and improvements that couldn't land in patch releases. > > ## Backwards Compatibility Breaks > > This doesn't contain any intentional Backwards Compatibility (BC) breaks. > > ## Deprecations > > * The usage of `NULL` to specify the absence of an offset in `LIMIT`ed queries is deprecated. Use `0` instead. > * It's not recommended to rely on the default length specified by implementations of `Type`. These values are not used by the library and will be removed. > * It's not recommended to rely on the string representation of `Type` objects. > * Regular-expression based asset filters are deprecated in favor of callback-based as more extensible. > * Calling `Statement::fetchColumn()` with an invalid column index is deprecated. > * The `dbal:import` CLI command is deprecated. Please use other database client applications for import. > > Please see details in the [UPGRADE.md](UPGRADE.md) documentation. > > ## New Features > > * Added support for MariaDB 10.3. > * Added support for Windows authentication for SQL Server. > * Added support for column length in index definitions on MySQL. > > ## Improvements and Fixes > > * Implemented handling BLOB objects represented as streams in the MySQL (`mysqli`) driver. > * Implemented handling BLOB objects represented as streams in the IBM DB2 driver. > * DBAL is now continuously tested with the PDO driver for Oracle. > * Implemented handling of URLs in master-slave and pooling-shard connection configuration. > * The codebase is now fully compatible with the Doctrine Coding Standard v5.0. > > Total issues resolved: **45** > > **Deprecations:** > > - [3244: Deprecated dbal:import CLI command](https://github-redirect.dependabot.com/doctrine/dbal/pull/3244) thanks to [**morozov**](https://github.com/morozov) > - [3253: Deprecated usage of the NULL offset in LIMITed queries](https://github-redirect.dependabot.com/doctrine/dbal/pull/3253) thanks to [**morozov**](https://github.com/morozov) > - [3256: Deprecate Doctrine\DBAL\Types\Type::getDefaultLength()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3256) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3258: Deprecate Doctrine\DBAL\Types\Type::&#95;&#95;toString()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3258) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3316: Deprecated regex-based asset filters](https://github-redirect.dependabot.com/doctrine/dbal/pull/3316) thanks to [**morozov**](https://github.com/morozov) > - [3359: Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a bug in PDO](https://github-redirect.dependabot.com/doctrine/dbal/pull/3359) thanks to [**morozov**](https://github.com/morozov) > > **New Features:** > ></table> ... (truncated) </details> <details> <summary>Commits</summary> - [`21fdabe`](https://github.com/doctrine/dbal/commit/21fdabe2fc01e004e1966f200d900554876bc63c) Release v2.9.0 - [`8c0bf79`](https://github.com/doctrine/dbal/commit/8c0bf7983ceb1549aa8ab7709f126c281c65d9b2) Merge pull request [#3372](https://github-redirect.dependabot.com/doctrine/dbal/issues/3372) from BenMorel/travis_mysql8 - [`f7b4177`](https://github.com/doctrine/dbal/commit/f7b417785452d241d18676f76f700fd27735c577) Travis CI tests on MySQL 8.0 - [`2179996`](https://github.com/doctrine/dbal/commit/2179996d6aa7bbbf6c83c98cab16b625db8ac17b) Merge pull request [#3339](https://github-redirect.dependabot.com/doctrine/dbal/issues/3339) from morozov/issues/3294 - [`b1afc40`](https://github.com/doctrine/dbal/commit/b1afc40d1d43430f802d00bc4529b9197c051a0e) Fixed a potential cause of ORA-12519: TNS:no appropriate service handler found - [`2e4588b`](https://github.com/doctrine/dbal/commit/2e4588be6d192be16c86a55e6d59d858a1999bf0) Disabled and reworked some tests - [`b3b0d31`](https://github.com/doctrine/dbal/commit/b3b0d3111b8dfc27d9fbebc010a038ab539242f7) Added PDO_OCI configuration for ContinuousPHP - [`0b0015e`](https://github.com/doctrine/dbal/commit/0b0015e61321a965c24a2532ccb8f5cbed06a08d) Merge pull request [#3359](https://github-redirect.dependabot.com/doctrine/dbal/issues/3359) from morozov/issues/3358 - [`e7cc1bd`](https://github.com/doctrine/dbal/commit/e7cc1bdada49730b7b57bd607020462ec21c76c9) Removed DataAccessTest::testFetchColumnNonExistingIndex() since it covers a b... - [`1a2b9aa`](https://github.com/doctrine/dbal/commit/1a2b9aaca8c5e47fcdb9bd637da0d4b18ec362a0) Merge pull request [#3370](https://github-redirect.dependabot.com/doctrine/dbal/issues/3370) from morozov/readme-remove-27 - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.8.0...v2.9.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.8.0&new-version=2.9.0) 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`. --- <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>
2018-12-05 10:03:36 +00:00
"pgsql",
"php",
2018-08-24 15:27:19 +00:00
"queryobject"
2017-04-23 16:01:02 +00:00
],
Bump doctrine/dbal from 2.9.0 to 2.9.1 (#878) Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.9.0 to 2.9.1. <details> <summary>Release notes</summary> *Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > # Release v2.9.1 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.9.1)](https://travis-ci.org/doctrine/dbal) > > This release fixes regressions introduced in v2.9.0 and issues specific to the SQL Anywhere platform. > > - Total issues resolved: **11** > > **MySQL, Schema Introspection:** > > - [3393: Fixed parsing MySQL create table flags (options without a value)](https://github-redirect.dependabot.com/doctrine/dbal/pull/3393) thanks to [**morozov**](https://github.com/morozov) and [**AdrianSherwood**](https://github.com/AdrianSherwood) > - [3398: BC Break in 2.9.0 for MySQL Tables containing partitions](https://github-redirect.dependabot.com/doctrine/dbal/issues/3398) thanks to [**bcremer**](https://github.com/bcremer) > > **SQL Anywhere:** > > - [3375: &#91;SQL Anywhere&#93; Fix bound parameter references in PHP 7](https://github-redirect.dependabot.com/doctrine/dbal/pull/3375) thanks to [**deeky666**](https://github.com/deeky666) > - [3378: &#91;SQL Anywhere&#93; Fix query limit values &quot;0&quot; and &quot;null&quot;](https://github-redirect.dependabot.com/doctrine/dbal/pull/3378) thanks to [**deeky666**](https://github.com/deeky666) > - [3385: &#91;SQL Anywhere&#93; Fix fetching empty values via fetchAll()](https://github-redirect.dependabot.com/doctrine/dbal/pull/3385) thanks to [**deeky666**](https://github.com/deeky666) > - [3386: &#91;SQL Anywhere&#93; Fix view schema introspection test](https://github-redirect.dependabot.com/doctrine/dbal/pull/3386) thanks to [**deeky666**](https://github.com/deeky666) > > **Schema Comparison:** > > - [3382: Reverted strict comparison back to loose because of a new regression](https://github-redirect.dependabot.com/doctrine/dbal/pull/3382) thanks to [**morozov**](https://github.com/morozov) and [**Majkl578**](https://github.com/Majkl578) > > **Connections:** > > - [3305: Fix Fetch mode query in MasterSlaveConnection](https://github-redirect.dependabot.com/doctrine/dbal/pull/3305) thanks to [**BradCrumb**](https://github.com/BradCrumb) > > **Cache:** > > - [3381: ResultCacheStatement lost its cache capability on fetchAll method](https://github-redirect.dependabot.com/doctrine/dbal/pull/3381) thanks to [**roger-codina**](https://github.com/roger-codina) > > **Documentation:** > > - [3392: fixed annotations of parameter $columns in Table](https://github-redirect.dependabot.com/doctrine/dbal/pull/3392) thanks to [**LukasVitek**](https://github.com/LukasVitek) and [**ricardofiorani**](https://github.com/ricardofiorani) </details> <details> <summary>Commits</summary> - [`ec74d6e`](https://github.com/doctrine/dbal/commit/ec74d6e300d78fbc896669c3ca57ef9719adc9c6) Release v2.9.1 - [`f3711a7`](https://github.com/doctrine/dbal/commit/f3711a7506f09788373ea83a3c980eb0c3777f72) Merge pull request [#3404](https://github-redirect.dependabot.com/doctrine/dbal/issues/3404) from greg0ire/update_chat_link - [`7ce636b`](https://github.com/doctrine/dbal/commit/7ce636bf49844d10a594f8c363495ce8a8198d89) Merge branch 'bpo/2.9/#3392' into 2.9 - [`b84603b`](https://github.com/doctrine/dbal/commit/b84603b9916899ff56914bf574262cf56c997e84) Fixed annotation and name of parameter $columnsNames in Table - [`5d4f933`](https://github.com/doctrine/dbal/commit/5d4f9335a23760efd3aa3768db663a7862087327) Merge branch 'bpo/2.9/#3393' into 2.9 - [`b18f63c`](https://github.com/doctrine/dbal/commit/b18f63ccbfb3bd99a59fb67a900991f0c478c2f3) Fixed parsing MySQL create table flags (options without a value) - [`62dacc0`](https://github.com/doctrine/dbal/commit/62dacc09e95636225bd8ce3f221218ce8b3f3489) Merge branch 'bpo/2.9/#3381' into 2.9 - [`79e369e`](https://github.com/doctrine/dbal/commit/79e369e8867d627dbf7e413cda1a061b0cbaa938) ResultCacheStatement lost its cache capability on fetchAll method - [`125fb5e`](https://github.com/doctrine/dbal/commit/125fb5e71a0adf77e5a13f68313bd259da232292) Merge branch 'bpo/2.9/#3305' into 2.9 - [`f6dd134`](https://github.com/doctrine/dbal/commit/f6dd1344178f8f273b0cb07fd95ab55d688ac14c) Fix Fetch mode query in MasterSlaveConnection - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.9.0...v2.9.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1)](https://dependabot.com/compatibility-score.html?dependency-name=doctrine/dbal&package-manager=composer&previous-version=2.9.0&new-version=2.9.1) 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>
2018-12-17 12:14:20 +00:00
"time": "2018-12-14T04:51:13+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/event-manager",
"version": "v1.0.0",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/event-manager.git",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.0.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2018-08-24 15:27:19 +00:00
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-04-23 16:01:02 +00:00
}
],
2018-08-24 15:27:19 +00:00
"description": "Doctrine Event Manager component",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
2017-04-23 16:01:02 +00:00
"keywords": [
2018-08-24 15:27:19 +00:00
"event",
"eventdispatcher",
"eventmanager"
2017-04-23 16:01:02 +00:00
],
2018-08-24 15:27:19 +00:00
"time": "2018-06-11T11:59:03+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/inflector",
"version": "v1.3.0",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/inflector.git",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.2"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.3.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
2018-08-24 15:27:19 +00:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2017-04-23 16:01:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2018-08-24 15:27:19 +00:00
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2017-04-23 16:01:02 +00:00
}
],
2018-08-24 15:27:19 +00:00
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
2017-04-23 16:01:02 +00:00
"homepage": "http://www.doctrine-project.org",
"keywords": [
2018-08-24 15:27:19 +00:00
"inflection",
"pluralize",
"singularize",
"string"
2017-04-23 16:01:02 +00:00
],
2018-08-24 15:27:19 +00:00
"time": "2018-01-09T20:05:19+00:00"
2017-04-23 16:01:02 +00:00
},
2015-12-13 04:42:28 +00:00
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/lexer",
"version": "v1.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-0": {
2018-08-24 15:27:19 +00:00
"Doctrine\\Common\\Lexer\\": "lib/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2018-08-24 15:27:19 +00:00
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
2015-12-13 04:42:28 +00:00
"homepage": "http://www.doctrine-project.org",
"keywords": [
2018-08-24 15:27:19 +00:00
"lexer",
"parser"
2015-12-13 04:42:28 +00:00
],
2018-08-24 15:27:19 +00:00
"time": "2014-09-09T13:34:57+00:00"
2017-02-14 06:53:02 +00:00
},
2018-08-29 07:49:01 +00:00
{
"name": "dragonmantank/cron-expression",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2018-06-06T03:12:17+00:00"
},
2017-04-23 16:01:02 +00:00
{
2018-08-24 15:27:19 +00:00
"name": "egulias/email-validator",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"version": "2.1.7",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/egulias/EmailValidator.git",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/709f21f92707308cdf8f9bcfa1af4cb26586521e",
"reference": "709f21f92707308cdf8f9bcfa1af4cb26586521e",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
},
"require-dev": {
"dominicsayers/isemail": "dev-master",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "2.0.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
2018-08-24 15:27:19 +00:00
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
2017-04-23 16:01:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-24 15:27:19 +00:00
"name": "Eduardo Gulias Davis"
2017-04-23 16:01:02 +00:00
}
],
2018-08-24 15:27:19 +00:00
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
2017-04-23 16:01:02 +00:00
"keywords": [
2018-08-24 15:27:19 +00:00
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
2017-04-23 16:01:02 +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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"time": "2018-12-04T22:38:24+00:00"
2017-04-23 16:01:02 +00:00
},
2017-02-14 06:53:02 +00:00
{
"name": "erusev/parsedown",
2018-04-14 21:16:04 +00:00
"version": "1.7.1",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2018-04-14 21:16:04 +00:00
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-04-14 21:16:04 +00:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-04-14 21:16:04 +00:00
"ext-mbstring": "*",
2017-02-14 06:53:02 +00:00
"php": ">=5.3.0"
},
2017-12-01 16:52:56 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
2017-02-14 06:53:02 +00:00
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2018-04-14 21:16:04 +00:00
"time": "2018-03-08T01:11:30+00:00"
2016-11-13 15:05:24 +00:00
},
2018-08-29 07:49:01 +00:00
{
"name": "fideloper/proxy",
"version": "4.1.0",
2018-08-29 07:49:01 +00:00
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb"
2018-08-29 07:49:01 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
"reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
2018-08-29 07:49:01 +00:00
"shasum": ""
},
"require": {
"illuminate/contracts": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/http": "~5.6",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Fideloper\\Proxy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
}
],
"description": "Set trusted proxies for Laravel",
"keywords": [
"load balancing",
"proxy",
"trusted proxy"
],
"time": "2019-01-10T14:06:47+00:00"
2018-08-29 07:49:01 +00:00
},
{
"name": "guzzlehttp/guzzle",
2018-08-19 14:08:03 +00:00
"version": "6.3.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2018-08-19 14:08:03 +00:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": ""
},
"require": {
2016-09-26 06:30:00 +00:00
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
2016-09-26 06:30:00 +00:00
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2016-09-26 06:30:00 +00:00
"psr/log": "^1.0"
},
2017-08-05 21:19:35 +00:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-14 21:16:04 +00:00
"dev-master": "6.3-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"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"
],
2018-08-19 14:08:03 +00:00
"time": "2018-04-22T15:46:56+00:00"
},
{
"name": "guzzlehttp/promises",
2017-01-14 13:47:21 +00:00
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2017-01-14 13:47:21 +00:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
2017-01-14 13:47:21 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
2017-01-14 13:47:21 +00:00
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-14 13:47:21 +00:00
"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"
],
2017-02-14 06:53:02 +00:00
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"reference": "53662d6688033a5eccde987bdd5a4a98ebe2d952"
},
"dist": {
"type": "zip",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53662d6688033a5eccde987bdd5a4a98ebe2d952",
"reference": "53662d6688033a5eccde987bdd5a4a98ebe2d952",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"psr/http-message": "~1.0",
"ralouphie/getallheaders": "^2.0.5"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.8"
},
"type": "library",
"extra": {
"branch-alias": {
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"dev-master": "1.5-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",
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"psr-7",
"request",
"response",
"stream",
"uri",
"url"
],
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
"time": "2018-12-03T05:07:51+00:00"
2015-12-13 04:42:28 +00:00
},
2017-12-03 16:54:11 +00:00
{
"name": "jackiedo/dotenv-editor",
Bump jackiedo/dotenv-editor from 1.0.7 to 1.0.8 (#874) Bumps [jackiedo/dotenv-editor](https://github.com/JackieDo/Laravel-Dotenv-Editor) from 1.0.7 to 1.0.8. <details> <summary>Release notes</summary> *Sourced from [jackiedo/dotenv-editor's releases](https://github.com/JackieDo/Laravel-Dotenv-Editor/releases).* > ## 1.0.8 > - [Fixed] The method handle() does not exists. (Pull request [#19](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/19), [#23](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/23). Issue [#18](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/18)) > - [Fixed] The value "0" isn't displayed in output array. (Pull request [#20](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/20)) > - [Fixed] The error "Undefined property" in the class DotenvWriter. (Pull request [#22](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/22)) </details> <details> <summary>Commits</summary> - [`2ceebe3`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3) Merge pull request [#25](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/25) from JackieDo/1.0 - [`646094f`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/646094fd4405a962c5789b0c34d519614717aea7) Fixed some bugs - [`18d0df7`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/18d0df7e1fe6fe3c0016fbab6e3d2fc1da9c08ad) Merge pull request [#16](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/16) from JackieDo/1.0 - [`a02a089`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/a02a0898b9f871dcbf7e657c4bf3da69f01c12d4) Merge pull request [#15](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/15) from JackieDo/1.0 - See full diff in [compare view](https://github.com/JackieDo/Laravel-Dotenv-Editor/compare/1.0.7...1.0.8) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8)](https://dependabot.com/compatibility-score.html?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8) 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>
2018-12-11 23:41:37 +00:00
"version": "1.0.8",
2017-12-03 16:54:11 +00:00
"source": {
"type": "git",
"url": "https://github.com/JackieDo/Laravel-Dotenv-Editor.git",
Bump jackiedo/dotenv-editor from 1.0.7 to 1.0.8 (#874) Bumps [jackiedo/dotenv-editor](https://github.com/JackieDo/Laravel-Dotenv-Editor) from 1.0.7 to 1.0.8. <details> <summary>Release notes</summary> *Sourced from [jackiedo/dotenv-editor's releases](https://github.com/JackieDo/Laravel-Dotenv-Editor/releases).* > ## 1.0.8 > - [Fixed] The method handle() does not exists. (Pull request [#19](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/19), [#23](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/23). Issue [#18](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/18)) > - [Fixed] The value "0" isn't displayed in output array. (Pull request [#20](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/20)) > - [Fixed] The error "Undefined property" in the class DotenvWriter. (Pull request [#22](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/22)) </details> <details> <summary>Commits</summary> - [`2ceebe3`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3) Merge pull request [#25](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/25) from JackieDo/1.0 - [`646094f`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/646094fd4405a962c5789b0c34d519614717aea7) Fixed some bugs - [`18d0df7`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/18d0df7e1fe6fe3c0016fbab6e3d2fc1da9c08ad) Merge pull request [#16](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/16) from JackieDo/1.0 - [`a02a089`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/a02a0898b9f871dcbf7e657c4bf3da69f01c12d4) Merge pull request [#15](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/15) from JackieDo/1.0 - See full diff in [compare view](https://github.com/JackieDo/Laravel-Dotenv-Editor/compare/1.0.7...1.0.8) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8)](https://dependabot.com/compatibility-score.html?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8) 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>
2018-12-11 23:41:37 +00:00
"reference": "2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3"
2017-12-03 16:54:11 +00:00
},
"dist": {
"type": "zip",
Bump jackiedo/dotenv-editor from 1.0.7 to 1.0.8 (#874) Bumps [jackiedo/dotenv-editor](https://github.com/JackieDo/Laravel-Dotenv-Editor) from 1.0.7 to 1.0.8. <details> <summary>Release notes</summary> *Sourced from [jackiedo/dotenv-editor's releases](https://github.com/JackieDo/Laravel-Dotenv-Editor/releases).* > ## 1.0.8 > - [Fixed] The method handle() does not exists. (Pull request [#19](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/19), [#23](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/23). Issue [#18](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/18)) > - [Fixed] The value "0" isn't displayed in output array. (Pull request [#20](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/20)) > - [Fixed] The error "Undefined property" in the class DotenvWriter. (Pull request [#22](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/22)) </details> <details> <summary>Commits</summary> - [`2ceebe3`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3) Merge pull request [#25](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/25) from JackieDo/1.0 - [`646094f`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/646094fd4405a962c5789b0c34d519614717aea7) Fixed some bugs - [`18d0df7`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/18d0df7e1fe6fe3c0016fbab6e3d2fc1da9c08ad) Merge pull request [#16](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/16) from JackieDo/1.0 - [`a02a089`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/a02a0898b9f871dcbf7e657c4bf3da69f01c12d4) Merge pull request [#15](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/15) from JackieDo/1.0 - See full diff in [compare view](https://github.com/JackieDo/Laravel-Dotenv-Editor/compare/1.0.7...1.0.8) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8)](https://dependabot.com/compatibility-score.html?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8) 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>
2018-12-11 23:41:37 +00:00
"url": "https://api.github.com/repos/JackieDo/Laravel-Dotenv-Editor/zipball/2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3",
"reference": "2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3",
2017-12-03 16:54:11 +00:00
"shasum": ""
},
"require": {
"illuminate/config": ">=5.0",
"illuminate/container": ">=5.0",
"illuminate/support": ">=5.0",
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Jackiedo\\DotenvEditor\\": "src/Jackiedo/DotenvEditor"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jackie Do",
"email": "anhvudo@gmail.com"
}
],
"description": "The .env file editor tool for Laravel 5+",
"keywords": [
"dotenv",
"dotenv-editor",
"laravel"
],
Bump jackiedo/dotenv-editor from 1.0.7 to 1.0.8 (#874) Bumps [jackiedo/dotenv-editor](https://github.com/JackieDo/Laravel-Dotenv-Editor) from 1.0.7 to 1.0.8. <details> <summary>Release notes</summary> *Sourced from [jackiedo/dotenv-editor's releases](https://github.com/JackieDo/Laravel-Dotenv-Editor/releases).* > ## 1.0.8 > - [Fixed] The method handle() does not exists. (Pull request [#19](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/19), [#23](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/23). Issue [#18](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/18)) > - [Fixed] The value "0" isn't displayed in output array. (Pull request [#20](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/20)) > - [Fixed] The error "Undefined property" in the class DotenvWriter. (Pull request [#22](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/22)) </details> <details> <summary>Commits</summary> - [`2ceebe3`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/2ceebe3a1cf5b2b1ce61bf6d58fce2af754e3ad3) Merge pull request [#25](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/25) from JackieDo/1.0 - [`646094f`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/646094fd4405a962c5789b0c34d519614717aea7) Fixed some bugs - [`18d0df7`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/18d0df7e1fe6fe3c0016fbab6e3d2fc1da9c08ad) Merge pull request [#16](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/16) from JackieDo/1.0 - [`a02a089`](https://github.com/JackieDo/Laravel-Dotenv-Editor/commit/a02a0898b9f871dcbf7e657c4bf3da69f01c12d4) Merge pull request [#15](https://github-redirect.dependabot.com/JackieDo/Laravel-Dotenv-Editor/issues/15) from JackieDo/1.0 - See full diff in [compare view](https://github.com/JackieDo/Laravel-Dotenv-Editor/compare/1.0.7...1.0.8) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8)](https://dependabot.com/compatibility-score.html?dependency-name=jackiedo/dotenv-editor&package-manager=composer&previous-version=1.0.7&new-version=1.0.8) 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>
2018-12-11 23:41:37 +00:00
"time": "2018-12-10T08:59:29+00:00"
2017-12-03 16:54:11 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "james-heinrich/getid3",
"version": "v1.9.17",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
"reference": "d2e45f2c4f75cc7443e158757ad2d678e318685d"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/d2e45f2c4f75cc7443e158757ad2d678e318685d",
"reference": "d2e45f2c4f75cc7443e158757ad2d678e318685d",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9 || ^1.0"
},
"suggest": {
"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requires `ext-libxml`).",
"ext-com_dotnet": "COM extension is required when loading files larger than 2GB on Windows.",
"ext-ctype": "ctype extension is required when loading files larger than 2GB on 32-bit PHP (also on 64-bit PHP on Windows) or executing `getid3_lib::CopyTagsToComments`.",
"ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
"ext-exif": "EXIF extension is required for graphic modules.",
"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstring` is not available).",
"ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
"ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
"ext-mbstring": "mbstring extension is required to work with different character sets.",
"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated in PHP 5.5, removed in PHP >= 7.0, use `ext-mysqli` instead).",
"ext-mysqli": "MySQLi extension is required to use the MySQL database as a cache storage.",
"ext-rar": "RAR extension is required for RAR archive module.",
"ext-sqlite3": "SQLite3 extension is required to use the SQLite3 database as a cache storage.",
"ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
"ext-zlib": "Zlib extension is required for archive modules and compressed metadata."
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9.x-dev"
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
2017-01-14 13:47:21 +00:00
"getid3/"
2015-12-13 04:42:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-1.0-or-later",
"LGPL-3.0-only",
"MPL-2.0"
2015-12-13 04:42:28 +00:00
],
"description": "PHP script that extracts useful information from popular multimedia file formats",
"homepage": "https://www.getid3.org/",
2015-12-13 04:42:28 +00:00
"keywords": [
"codecs",
"php",
"tags"
],
"time": "2019-02-07T17:30:03+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "laravel/framework",
"version": "v5.7.27",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "688fbfa889d43f392825b381ad3981847120fdfa"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/688fbfa889d43f392825b381ad3981847120fdfa",
"reference": "688fbfa889d43f392825b381ad3981847120fdfa",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
"erusev/parsedown": "^1.7",
2015-12-13 04:42:28 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"laravel/nexmo-notification-channel": "^1.0",
"laravel/slack-notification-channel": "^1.0",
2018-08-24 15:27:19 +00:00
"league/flysystem": "^1.0.8",
"monolog/monolog": "^1.12",
"nesbot/carbon": "^1.26.3",
"opis/closure": "^3.1",
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
"psr/container": "^1.0",
2018-08-24 15:27:19 +00:00
"psr/simple-cache": "^1.0",
2018-08-29 07:49:01 +00:00
"ramsey/uuid": "^3.7",
"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",
2018-08-29 07:49:01 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
"vlucas/phpdotenv": "^2.2"
2015-12-13 04:42:28 +00:00
},
2018-08-29 07:49:01 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
2015-12-13 04:42:28 +00:00
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"illuminate/cookie": "self.version",
"illuminate/database": "self.version",
"illuminate/encryption": "self.version",
"illuminate/events": "self.version",
"illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
"illuminate/mail": "self.version",
2016-09-26 06:30:00 +00:00
"illuminate/notifications": "self.version",
2015-12-13 04:42:28 +00:00
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2018-08-29 07:49:01 +00:00
"illuminate/view": "self.version"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"aws/aws-sdk-php": "^3.0",
"doctrine/dbal": "^2.6",
2018-08-24 15:27:19 +00:00
"filp/whoops": "^2.1.4",
"guzzlehttp/guzzle": "^6.3",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.0",
2018-08-29 07:49:01 +00:00
"moontoast/math": "^1.1",
"orchestra/testbench-core": "3.7.*",
"pda/pheanstalk": "^3.0",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"phpunit/phpunit": "^7.5",
2018-08-24 15:27:19 +00:00
"predis/predis": "^1.1.1",
"symfony/css-selector": "^4.1",
"symfony/dom-crawler": "^4.1",
"true/punycode": "^2.1"
2015-12-13 04:42:28 +00:00
},
"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).",
2018-08-24 15:27:19 +00:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
"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).",
"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)."
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.7-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"files": [
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
2016-09-26 06:30:00 +00:00
"email": "taylor@laravel.com"
2015-12-13 04:42:28 +00:00
}
],
"description": "The Laravel Framework.",
2016-09-26 06:30:00 +00:00
"homepage": "https://laravel.com",
2015-12-13 04:42:28 +00:00
"keywords": [
"framework",
"laravel"
],
"time": "2019-02-19T14:37:47+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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +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"
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
}
],
"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"
2015-12-13 04:42:28 +00:00
},
{
"name": "league/flysystem",
"version": "1.0.50",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "dab4e7624efa543a943be978008f439c333f2249"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/dab4e7624efa543a943be978008f439c333f2249",
"reference": "dab4e7624efa543a943be978008f439c333f2249",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"ext-fileinfo": "*",
2017-01-14 13:47:21 +00:00
"php": ">=5.5.9"
2015-12-13 04:42:28 +00:00
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2018-04-14 21:16:04 +00:00
"phpspec/phpspec": "^3.4",
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^5.7.10"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
2018-04-14 21:16:04 +00:00
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
2015-12-13 04:42:28 +00:00
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
2017-08-05 21:19:35 +00:00
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2017-10-02 18:42:18 +00:00
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
"time": "2019-02-01T08:50:36+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "monolog/monolog",
"version": "1.24.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
"reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
2017-01-14 13:47:21 +00:00
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
2015-12-13 04:42:28 +00:00
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
2016-09-26 06:30:00 +00:00
"php-amqplib/php-amqplib": "~2.4",
2015-12-13 04:42:28 +00:00
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
2016-09-26 06:30:00 +00:00
"sentry/sentry": "^0.13",
2017-08-05 21:19:35 +00:00
"swiftmailer/swiftmailer": "^5.3|^6.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2016-03-06 04:11:00 +00:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2016-09-26 06:30:00 +00:00
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2015-12-13 04:42:28 +00:00
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2016-09-26 06:30:00 +00:00
"sentry/sentry": "Allow sending log messages to a Sentry server"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-06 04:11:00 +00:00
"dev-master": "2.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
"time": "2018-11-05T09:00:11+00:00"
2015-12-13 04:42:28 +00:00
},
2016-06-13 09:04:42 +00:00
{
"name": "mtdowling/jmespath.php",
2017-01-14 13:47:21 +00:00
"version": "2.4.0",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2017-01-14 13:47:21 +00:00
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
2017-01-14 13:47:21 +00:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"JmesPath\\": "src/"
},
"files": [
"src/JmesPath.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
2017-02-14 06:53:02 +00:00
"time": "2016-12-03T22:08:25+00:00"
2016-06-13 09:04:42 +00:00
},
2015-12-29 01:16:36 +00:00
{
"name": "namshi/jose",
2017-08-05 21:19:35 +00:00
"version": "7.2.3",
2015-12-29 01:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/namshi/jose.git",
2017-08-05 21:19:35 +00:00
"reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
2015-12-29 01:16:36 +00:00
},
"dist": {
"type": "zip",
2017-08-05 21:19:35 +00:00
"url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
"reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
2015-12-29 01:16:36 +00:00
"shasum": ""
},
"require": {
2017-08-05 21:19:35 +00:00
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-spl": "*",
"php": ">=5.5",
"symfony/polyfill-php56": "^1.0"
2015-12-29 01:16:36 +00:00
},
"require-dev": {
2017-08-05 21:19:35 +00:00
"phpseclib/phpseclib": "^2.0",
"phpunit/phpunit": "^4.5|^5.0",
"satooshi/php-coveralls": "^1.0"
},
"suggest": {
"ext-openssl": "Allows to use OpenSSL as crypto engine.",
"phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
2015-12-29 01:16:36 +00:00
},
"type": "library",
"autoload": {
2017-08-05 21:19:35 +00:00
"psr-4": {
"Namshi\\JOSE\\": "src/Namshi/JOSE/"
2015-12-29 01:16:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Nadalin",
"email": "alessandro.nadalin@gmail.com"
2017-08-05 21:19:35 +00:00
},
{
"name": "Alessandro Cinelli (cirpo)",
"email": "alessandro.cinelli@gmail.com"
2015-12-29 01:16:36 +00:00
}
],
"description": "JSON Object Signing and Encryption library for PHP.",
"keywords": [
"JSON Web Signature",
"JSON Web Token",
"JWS",
"json",
"jwt",
"token"
],
2017-08-05 21:19:35 +00:00
"time": "2016-12-05T07:27:31+00:00"
2015-12-29 01:16:36 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "nesbot/carbon",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"version": "1.36.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
"reference": "cd324b98bc30290f233dd0e75e6ce49f7ab2a6c9",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-04-14 21:16:04 +00:00
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-04-14 21:16:04 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"friendsofphp/php-cs-fixer": "Needed for the `composer phpcs` command. Allow to automatically fix code style.",
"phpstan/phpstan": "Needed for the `composer phpstan` command. Allow to detect potential errors."
},
2015-12-13 04:42:28 +00:00
"type": "library",
2017-01-18 03:06:40 +00:00
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2017-01-18 03:06:40 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"psr-4": {
"": "src/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"time": "2018-12-28T10:07:33+00:00"
},
{
"name": "nexmo/client",
"version": "1.6.2",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"source": {
"type": "git",
"url": "https://github.com/Nexmo/nexmo-php.git",
"reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5"
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nexmo/nexmo-php/zipball/2f79f67f24225ea627ee14578e98c96276cdd4c5",
"reference": "2f79f67f24225ea627ee14578e98c96276cdd4c5",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"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": "2019-02-07T11:14:34+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "opis/closure",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"version": "3.1.5",
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6"
},
"dist": {
"type": "zip",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"url": "https://api.github.com/repos/opis/closure/zipball/41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
"reference": "41f5da65d75cf473e5ee582df8fc7f2c733ce9d6",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0"
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"phpunit/phpunit": "^4.0|^5.0|^6.0|^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"dev-master": "3.1.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"
],
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"time": "2019-01-14T14:45:33+00:00"
},
2015-12-13 04:42:28 +00:00
{
2017-02-14 06:53:02 +00:00
"name": "paragonie/random_compat",
2018-08-24 15:27:19 +00:00
"version": "v9.99.99",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/paragonie/random_compat.git",
2018-08-24 15:27:19 +00:00
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7"
2015-12-13 06:29:15 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"type": "library",
2015-12-13 04:42:28 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-02-14 06:53:02 +00:00
"MIT"
2015-12-13 04:42:28 +00:00
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
2015-12-13 04:42:28 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2015-12-13 04:42:28 +00:00
"keywords": [
"csprng",
2018-08-19 14:08:03 +00:00
"polyfill",
2015-12-13 04:42:28 +00:00
"pseudorandom",
"random"
],
2018-08-24 15:27:19 +00:00
"time": "2018-07-02T15:55:56+00:00"
},
2018-08-29 10:41:45 +00:00
{
"name": "paragonie/sodium_compat",
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"version": "v1.8.1",
2018-08-29 10:41:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"reference": "57bb5ef079d3724148da3d5c99e30695ab17afda"
2018-08-29 10:41:45 +00:00
},
"dist": {
"type": "zip",
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/57bb5ef079d3724148da3d5c99e30695ab17afda",
"reference": "57bb5ef079d3724148da3d5c99e30695ab17afda",
2018-08-29 10:41:45 +00:00
"shasum": ""
},
"require": {
"paragonie/random_compat": ">=1",
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
},
"require-dev": {
"phpunit/phpunit": "^3|^4|^5"
},
"suggest": {
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
},
"type": "library",
"autoload": {
"files": [
"autoload.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com"
},
{
"name": "Frank Denis",
"email": "jedisct1@pureftpd.org"
}
],
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
"keywords": [
"Authentication",
"BLAKE2b",
"ChaCha20",
"ChaCha20-Poly1305",
"Chapoly",
"Curve25519",
"Ed25519",
"EdDSA",
"Edwards-curve Digital Signature Algorithm",
"Elliptic Curve Diffie-Hellman",
"Poly1305",
"Pure-PHP cryptography",
"RFC 7748",
"RFC 8032",
"Salpoly",
"Salsa20",
"X25519",
"XChaCha20-Poly1305",
"XSalsa20-Poly1305",
"Xchacha20",
"Xsalsa20",
"aead",
"cryptography",
"ecdh",
"elliptic curve",
"elliptic curve cryptography",
"encryption",
"libsodium",
"php",
"public-key cryptography",
"secret-key cryptography",
"side-channel resistant"
],
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"time": "2019-01-03T21:00:55+00:00"
2018-08-29 10:41:45 +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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +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"
},
2017-02-09 07:47:55 +00:00
{
"name": "predis/predis",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
2017-02-14 06:53:02 +00:00
"time": "2016-06-16T16:22:20+00:00"
2017-01-14 13:09:38 +00:00
},
2018-08-24 15:27:19 +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"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/http-message",
2016-09-26 06:30:00 +00:00
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2016-09-26 06:30:00 +00:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
2016-09-26 06:30:00 +00:00
"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",
2016-09-26 06:30:00 +00:00
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-02-14 06:53:02 +00:00
"time": "2016-08-06T14:39:51+00:00"
},
2015-12-13 04:42:28 +00:00
{
"name": "psr/log",
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"version": "1.1.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
"reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
2016-09-26 06:30:00 +00:00
"require": {
"php": ">=5.3.0"
},
2015-12-13 04:42:28 +00:00
"type": "library",
2016-09-26 06:30:00 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
2016-09-26 06:30:00 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
2016-09-26 06:30:00 +00:00
"homepage": "https://github.com/php-fig/log",
2015-12-13 04:42:28 +00:00
"keywords": [
"log",
"psr",
"psr-3"
],
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"time": "2018-11-20T15:27:04+00:00"
2017-01-18 03:06:40 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
2017-01-18 03:06:40 +00:00
{
"name": "pusher/pusher-php-server",
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"version": "v3.3.0",
2017-01-18 03:06:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/pusher/pusher-http-php.git",
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"reference": "5eb4ea29db6d61484a64ae6b0c249aa9d1c84943"
2017-01-18 03:06:40 +00:00
},
"dist": {
"type": "zip",
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943",
"reference": "5eb4ea29db6d61484a64ae6b0c249aa9d1c84943",
2017-01-18 03:06:40 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
2018-08-29 10:41:45 +00:00
"paragonie/sodium_compat": "^1.6",
"php": "^5.4 || ^7.0",
"psr/log": "^1.0"
2017-01-18 03:06:40 +00:00
},
"require-dev": {
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7"
2017-01-18 03:06:40 +00:00
},
"type": "library",
2018-08-29 10:41:45 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
2017-01-18 03:06:40 +00:00
"autoload": {
2018-08-29 10:41:45 +00:00
"psr-4": {
"Pusher\\": "src/"
}
2017-01-18 03:06:40 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Library for interacting with the Pusher REST API",
"keywords": [
"events",
2018-08-29 10:41:45 +00:00
"messaging",
2017-01-18 03:06:40 +00:00
"php-pusher-server",
"publish",
2018-08-29 10:41:45 +00:00
"push",
2017-01-18 03:06:40 +00:00
"pusher",
2018-08-29 10:41:45 +00:00
"real time",
"real-time",
2017-01-18 03:06:40 +00:00
"realtime",
"rest",
"trigger"
],
Bump pusher/pusher-php-server from 3.2.0 to 3.3.0 (#889) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.3.0 > - **[ADDED]** Support for End-to-end encrypted channels for `triggerbatch` > - **[FIXED]** `trigger` behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Changelog</summary> *Sourced from [pusher/pusher-php-server's changelog](https://github.com/pusher/pusher-http-php/blob/master/CHANGELOG.md).* > ## 3.3.0 (2019-01-03) > > [ADDED] Support for End-to-end encrypted channels for triggerbatch > [FIXED] trigger behavior with mixtures of encrypted and non-encrypted channels </details> <details> <summary>Commits</summary> - [`5eb4ea2`](https://github.com/pusher/pusher-http-php/commit/5eb4ea29db6d61484a64ae6b0c249aa9d1c84943) v.3.3.0 - [`c3778c5`](https://github.com/pusher/pusher-http-php/commit/c3778c554acfe28ccc22f84a1fa9dab90c5aa375) Add End-to-end encryption support for triggerbatch + tests - [`910cf41`](https://github.com/pusher/pusher-http-php/commit/910cf416c6b25424b18345be0302e174ef5ef125) Fix trigger behaviour with mixed encrypted and non-encrypted channels + tests - [`8fd6def`](https://github.com/pusher/pusher-http-php/commit/8fd6def8197b7aa412876e1190c00d8a3872d5d0) Merge pull request [#194](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/194) from samnela/remove-deprecated-testcase - [`b92528f`](https://github.com/pusher/pusher-http-php/commit/b92528fe920077e02e2b7f117c142dcee6274c70) Remove deprecated testcase implementation - [`82a870c`](https://github.com/pusher/pusher-http-php/commit/82a870cf3e43ea19bcf1f311f43061f8e8bd7f18) Merge pull request [#196](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/196) from pusher/remove-ddn - [`0a104e6`](https://github.com/pusher/pusher-http-php/commit/0a104e673514b369e19ea12e8947b54b0bcc6686) Merge pull request [#195](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/195) from pusher/handle-client-error - [`fa573b2`](https://github.com/pusher/pusher-http-php/commit/fa573b2275694fb4c01841fc59d75c1e3b375a68) Rename ddn_domain to channels_domain - [`bf9bebc`](https://github.com/pusher/pusher-http-php/commit/bf9bebcd2a20a5a23edad243741325cdab7a4b32) Make different request failures cases explicit - [`ad5ef1e`](https://github.com/pusher/pusher-http-php/commit/ad5ef1ee065e9ec26c270f05f21d030d2196e628) Or API error log body instead of empty error - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.2.0...v3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-04 10:08:13 +00:00
"time": "2019-01-03T11:08:11+00:00"
2015-12-13 04:42:28 +00:00
},
Bump aws/aws-sdk-php-laravel from 3.3.0 to 3.3.1 (#864) Bumps [aws/aws-sdk-php-laravel](https://github.com/aws/aws-sdk-php-laravel) from 3.3.0 to 3.3.1. <details> <summary>Release notes</summary> *Sourced from [aws/aws-sdk-php-laravel's releases](https://github.com/aws/aws-sdk-php-laravel/releases).* > ## Version 3.3.1 > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Changelog</summary> *Sourced from [aws/aws-sdk-php-laravel's changelog](https://github.com/aws/aws-sdk-php-laravel/blob/master/CHANGELOG.md).* > ## 3.3.1 - 2018-12-3 > > * Modify service provider to use different config for publishing and default usage </details> <details> <summary>Commits</summary> - [`33ea9fd`](https://github.com/aws/aws-sdk-php-laravel/commit/33ea9fdd86530eeade9ba02ac630524eb89088ac) 3.3.1 release - [`4449ed0`](https://github.com/aws/aws-sdk-php-laravel/commit/4449ed0434c0748bfa3f1f335b4305c24d5c803a) Modify service provider to use different config for publishing and default us... - See full diff in [compare view](https://github.com/aws/aws-sdk-php-laravel/compare/3.3.0...3.3.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1)](https://dependabot.com/compatibility-score.html?dependency-name=aws/aws-sdk-php-laravel&package-manager=composer&previous-version=3.3.0&new-version=3.3.1) 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`. --- <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>
2018-12-05 10:05:11 +00:00
{
"name": "ralouphie/getallheaders",
"version": "2.0.5",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
"reference": "5601c8a83fbba7ef674a7369456d12f1e0d0eafa",
"shasum": ""
},
"require": {
"php": ">=5.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7.0",
"satooshi/php-coveralls": ">=1.0"
},
"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": "2016-02-11T07:05:27+00:00"
},
2016-09-26 06:30:00 +00:00
{
"name": "ramsey/uuid",
2018-08-19 14:08:03 +00:00
"version": "3.8.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2018-08-19 14:08:03 +00:00
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2018-08-19 14:08:03 +00:00
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-09-26 06:30:00 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2018-04-14 21:16:04 +00:00
"codeception/aspect-mock": "^1.0 | ~2.0.0",
2017-01-14 13:47:21 +00:00
"doctrine/annotations": "~1.2.0",
2018-08-19 14:08:03 +00:00
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2016-09-26 06:30:00 +00:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
2018-04-14 21:16:04 +00:00
"mockery/mockery": "^0.9.9",
2016-09-26 06:30:00 +00:00
"moontoast/math": "^1.1",
2017-01-14 13:47:21 +00:00
"php-mock/php-mock-phpunit": "^0.3|^1.1",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.7|^5.0|^6.5",
2016-09-26 06:30:00 +00:00
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
2018-08-19 14:08:03 +00:00
"ext-ctype": "Provides support for PHP Ctype functions",
2016-09-26 06:30:00 +00:00
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
2018-08-19 14:08:03 +00:00
"time": "2018-07-19T23:38:55+00:00"
2016-09-26 06:30:00 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "swiftmailer/swiftmailer",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
},
"dist": {
"type": "zip",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"egulias/email-validator": "~2.0",
"php": ">=7.0.0"
},
"require-dev": {
2017-01-14 13:47:21 +00:00
"mockery/mockery": "~0.9.1",
2018-08-24 15:27:19 +00:00
"symfony/phpunit-bridge": "~3.3@dev"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "6.1-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
2018-04-14 21:16:04 +00:00
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"time": "2018-09-11T07:12:52+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "symfony/console",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
"reference": "1f0ad51dfde4da8a6070f06adc58b4e37cbb37a4",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"symfony/contracts": "^1.0",
2015-12-27 09:12:10 +00:00
"symfony/polyfill-mbstring": "~1.0"
2015-12-13 04:42:28 +00:00
},
2017-08-05 21:19:35 +00:00
"conflict": {
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-08-05 21:19:35 +00:00
},
"provide": {
"psr/log-implementation": "1.0"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
"psr/log": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/config": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
2018-08-29 07:49:01 +00:00
"symfony/event-dispatcher": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/lock": "~3.4|~4.0",
2018-08-29 07:49:01 +00:00
"symfony/process": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"psr/log": "For using the console logger",
2015-12-13 04:42:28 +00:00
"symfony/event-dispatcher": "",
2017-12-01 16:52:56 +00:00
"symfony/lock": "",
2015-12-13 04:42:28 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
"time": "2019-01-25T14:35:16+00:00"
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
},
{
"name": "symfony/contracts",
Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0 (#881) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.2.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#320---wednesday-12-december-2018) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.2.0] - Wednesday, 12 December 2018 > ### Changed > - API groups are now sorted "naturally" (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/428) > > ### Fixed > - Partial resource controllers are now properly supported (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/429) > - PUT request body now formatted as `urlencoded` in Postman collection (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/418) > - `[**responseFile**](https://github.com/responseFile)` strategy now properly renders responses (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/427) </details> <details> <summary>Commits</summary> - [`d13b0e1`](https://github.com/mpociot/laravel-apidoc-generator/commit/d13b0e1687de3af9168d94e9845dba48423707b0) Update CHANGELOG.md - [`56c5412`](https://github.com/mpociot/laravel-apidoc-generator/commit/56c54123409bbf30475c522e0bde387b5f837b40) Update CONTRIBUTING.md - [`503fb66`](https://github.com/mpociot/laravel-apidoc-generator/commit/503fb6605e582b962bf70616c63aa387c3798645) Merge pull request [#431](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/431) from mpociot/analysis-8wPwG9 - [`2e66407`](https://github.com/mpociot/laravel-apidoc-generator/commit/2e66407a3b84026341e8e120117f3a1bb377a867) Apply fixes from StyleCI - [`02d1942`](https://github.com/mpociot/laravel-apidoc-generator/commit/02d1942298105aab6a676062f3a8ba0945916cb9) Merge pull request [#428](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/428) from phanan-forks/feat/natsort - [`8ca2719`](https://github.com/mpociot/laravel-apidoc-generator/commit/8ca27199abc1b00e8c1fe4a4d50371458f21d587) Update GenerateDocumentationTest.php - [`6850789`](https://github.com/mpociot/laravel-apidoc-generator/commit/68507895e0f82a3ec1960b06fc67eb7e8508d115) Merge branch 'master' into feat/natsort - [`c2ef79d`](https://github.com/mpociot/laravel-apidoc-generator/commit/c2ef79d990b62c3784ffb1647d48a0d497a5dfdf) Merge pull request [#429](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/429) from phanan-forks/fix/partial-ctrl - [`6096b95`](https://github.com/mpociot/laravel-apidoc-generator/commit/6096b95b2a3e52ec14d0ac31cdbaf1666af0e636) Trigger build - [`966c8eb`](https://github.com/mpociot/laravel-apidoc-generator/commit/966c8eb365624bf5b27afe56e37c3854de969607) Trigger build - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.1.1...3.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0) 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>
2018-12-19 15:15:16 +00:00
"version": "v1.0.2",
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/contracts.git",
Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0 (#881) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.2.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#320---wednesday-12-december-2018) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.2.0] - Wednesday, 12 December 2018 > ### Changed > - API groups are now sorted "naturally" (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/428) > > ### Fixed > - Partial resource controllers are now properly supported (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/429) > - PUT request body now formatted as `urlencoded` in Postman collection (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/418) > - `[**responseFile**](https://github.com/responseFile)` strategy now properly renders responses (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/427) </details> <details> <summary>Commits</summary> - [`d13b0e1`](https://github.com/mpociot/laravel-apidoc-generator/commit/d13b0e1687de3af9168d94e9845dba48423707b0) Update CHANGELOG.md - [`56c5412`](https://github.com/mpociot/laravel-apidoc-generator/commit/56c54123409bbf30475c522e0bde387b5f837b40) Update CONTRIBUTING.md - [`503fb66`](https://github.com/mpociot/laravel-apidoc-generator/commit/503fb6605e582b962bf70616c63aa387c3798645) Merge pull request [#431](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/431) from mpociot/analysis-8wPwG9 - [`2e66407`](https://github.com/mpociot/laravel-apidoc-generator/commit/2e66407a3b84026341e8e120117f3a1bb377a867) Apply fixes from StyleCI - [`02d1942`](https://github.com/mpociot/laravel-apidoc-generator/commit/02d1942298105aab6a676062f3a8ba0945916cb9) Merge pull request [#428](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/428) from phanan-forks/feat/natsort - [`8ca2719`](https://github.com/mpociot/laravel-apidoc-generator/commit/8ca27199abc1b00e8c1fe4a4d50371458f21d587) Update GenerateDocumentationTest.php - [`6850789`](https://github.com/mpociot/laravel-apidoc-generator/commit/68507895e0f82a3ec1960b06fc67eb7e8508d115) Merge branch 'master' into feat/natsort - [`c2ef79d`](https://github.com/mpociot/laravel-apidoc-generator/commit/c2ef79d990b62c3784ffb1647d48a0d497a5dfdf) Merge pull request [#429](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/429) from phanan-forks/fix/partial-ctrl - [`6096b95`](https://github.com/mpociot/laravel-apidoc-generator/commit/6096b95b2a3e52ec14d0ac31cdbaf1666af0e636) Trigger build - [`966c8eb`](https://github.com/mpociot/laravel-apidoc-generator/commit/966c8eb365624bf5b27afe56e37c3854de969607) Trigger build - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.1.1...3.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0) 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>
2018-12-19 15:15:16 +00:00
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf"
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
},
"dist": {
"type": "zip",
Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0 (#881) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.2.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#320---wednesday-12-december-2018) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.2.0] - Wednesday, 12 December 2018 > ### Changed > - API groups are now sorted "naturally" (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/428) > > ### Fixed > - Partial resource controllers are now properly supported (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/429) > - PUT request body now formatted as `urlencoded` in Postman collection (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/418) > - `[**responseFile**](https://github.com/responseFile)` strategy now properly renders responses (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/427) </details> <details> <summary>Commits</summary> - [`d13b0e1`](https://github.com/mpociot/laravel-apidoc-generator/commit/d13b0e1687de3af9168d94e9845dba48423707b0) Update CHANGELOG.md - [`56c5412`](https://github.com/mpociot/laravel-apidoc-generator/commit/56c54123409bbf30475c522e0bde387b5f837b40) Update CONTRIBUTING.md - [`503fb66`](https://github.com/mpociot/laravel-apidoc-generator/commit/503fb6605e582b962bf70616c63aa387c3798645) Merge pull request [#431](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/431) from mpociot/analysis-8wPwG9 - [`2e66407`](https://github.com/mpociot/laravel-apidoc-generator/commit/2e66407a3b84026341e8e120117f3a1bb377a867) Apply fixes from StyleCI - [`02d1942`](https://github.com/mpociot/laravel-apidoc-generator/commit/02d1942298105aab6a676062f3a8ba0945916cb9) Merge pull request [#428](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/428) from phanan-forks/feat/natsort - [`8ca2719`](https://github.com/mpociot/laravel-apidoc-generator/commit/8ca27199abc1b00e8c1fe4a4d50371458f21d587) Update GenerateDocumentationTest.php - [`6850789`](https://github.com/mpociot/laravel-apidoc-generator/commit/68507895e0f82a3ec1960b06fc67eb7e8508d115) Merge branch 'master' into feat/natsort - [`c2ef79d`](https://github.com/mpociot/laravel-apidoc-generator/commit/c2ef79d990b62c3784ffb1647d48a0d497a5dfdf) Merge pull request [#429](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/429) from phanan-forks/fix/partial-ctrl - [`6096b95`](https://github.com/mpociot/laravel-apidoc-generator/commit/6096b95b2a3e52ec14d0ac31cdbaf1666af0e636) Trigger build - [`966c8eb`](https://github.com/mpociot/laravel-apidoc-generator/commit/966c8eb365624bf5b27afe56e37c3854de969607) Trigger build - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.1.1...3.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0) 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>
2018-12-19 15:15:16 +00:00
"url": "https://api.github.com/repos/symfony/contracts/zipball/1aa7ab2429c3d594dd70689604b5cf7421254cdf",
"reference": "1aa7ab2429c3d594dd70689604b5cf7421254cdf",
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3"
},
"require-dev": {
"psr/cache": "^1.0",
"psr/container": "^1.0"
},
"suggest": {
"psr/cache": "When using the Cache contracts",
"psr/container": "When using the Service contracts",
"symfony/cache-contracts-implementation": "",
"symfony/service-contracts-implementation": "",
"symfony/translation-contracts-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\": ""
},
"exclude-from-classmap": [
"**/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A set of abstractions extracted out of the Symfony components",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
Bump mpociot/laravel-apidoc-generator from 3.1.1 to 3.2.0 (#881) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.1.1 to 3.2.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.2.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#320---wednesday-12-december-2018) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.2.0] - Wednesday, 12 December 2018 > ### Changed > - API groups are now sorted "naturally" (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/428) > > ### Fixed > - Partial resource controllers are now properly supported (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/429) > - PUT request body now formatted as `urlencoded` in Postman collection (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/418) > - `[**responseFile**](https://github.com/responseFile)` strategy now properly renders responses (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/427) </details> <details> <summary>Commits</summary> - [`d13b0e1`](https://github.com/mpociot/laravel-apidoc-generator/commit/d13b0e1687de3af9168d94e9845dba48423707b0) Update CHANGELOG.md - [`56c5412`](https://github.com/mpociot/laravel-apidoc-generator/commit/56c54123409bbf30475c522e0bde387b5f837b40) Update CONTRIBUTING.md - [`503fb66`](https://github.com/mpociot/laravel-apidoc-generator/commit/503fb6605e582b962bf70616c63aa387c3798645) Merge pull request [#431](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/431) from mpociot/analysis-8wPwG9 - [`2e66407`](https://github.com/mpociot/laravel-apidoc-generator/commit/2e66407a3b84026341e8e120117f3a1bb377a867) Apply fixes from StyleCI - [`02d1942`](https://github.com/mpociot/laravel-apidoc-generator/commit/02d1942298105aab6a676062f3a8ba0945916cb9) Merge pull request [#428](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/428) from phanan-forks/feat/natsort - [`8ca2719`](https://github.com/mpociot/laravel-apidoc-generator/commit/8ca27199abc1b00e8c1fe4a4d50371458f21d587) Update GenerateDocumentationTest.php - [`6850789`](https://github.com/mpociot/laravel-apidoc-generator/commit/68507895e0f82a3ec1960b06fc67eb7e8508d115) Merge branch 'master' into feat/natsort - [`c2ef79d`](https://github.com/mpociot/laravel-apidoc-generator/commit/c2ef79d990b62c3784ffb1647d48a0d497a5dfdf) Merge pull request [#429](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/429) from phanan-forks/fix/partial-ctrl - [`6096b95`](https://github.com/mpociot/laravel-apidoc-generator/commit/6096b95b2a3e52ec14d0ac31cdbaf1666af0e636) Trigger build - [`966c8eb`](https://github.com/mpociot/laravel-apidoc-generator/commit/966c8eb365624bf5b27afe56e37c3854de969607) Trigger build - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.1.1...3.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.1.1&new-version=3.2.0) 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>
2018-12-19 15:15:16 +00:00
"time": "2018-12-05T08:06:11+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "symfony/css-selector",
"version": "v3.4.19",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
"reference": "345b9a48595d1ab9630db791dbc3e721bf0233e8"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/345b9a48595d1ab9630db791dbc3e721bf0233e8",
"reference": "345b9a48595d1ab9630db791dbc3e721bf0233e8",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^5.5.9|>=7.0.8"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.4-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
"time": "2018-11-11T19:48:54+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "symfony/debug",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
"reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/debug/zipball/cf9b2e33f757deb884ce474e06d2647c1c769b65",
"reference": "cf9b2e33f757deb884ce474e06d2647c1c769b65",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
2015-12-13 04:42:28 +00:00
"psr/log": "~1.0"
},
"conflict": {
2018-08-29 07:49:01 +00:00
"symfony/http-kernel": "<3.4"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"symfony/http-kernel": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
"time": "2019-01-25T14:35:16+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/event-dispatcher",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2015-12-27 09:12:10 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
"reference": "bd09ad265cd50b2b9d09d65ce6aba2d29bc81fe1",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/contracts": "^1.0"
2018-08-29 07:49:01 +00:00
},
"conflict": {
"symfony/dependency-injection": "<3.4"
2017-08-05 21:19:35 +00:00
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2015-12-27 09:12:10 +00:00
"psr/log": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2015-12-27 09:12:10 +00:00
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony EventDispatcher Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
"time": "2019-01-16T20:35:37+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/finder",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2015-12-27 09:12:10 +00:00
"url": "https://github.com/symfony/finder.git",
"reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/ef71816cbb264988bb57fe6a73f610888b9aa70c",
"reference": "ef71816cbb264988bb57fe6a73f610888b9aa70c",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\Finder\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony Finder Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
"time": "2019-01-16T20:35:37+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/http-foundation",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2015-12-27 09:12:10 +00:00
"url": "https://github.com/symfony/http-foundation.git",
"reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
"reference": "8d2318b73e0a1bc75baa699d00ebe2ae8b595a39",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.1"
2015-12-27 09:12:10 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"predis/predis": "~1.0",
"symfony/expression-language": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony HttpFoundation Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
"time": "2019-01-29T09:49:29+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/http-kernel",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2015-12-27 09:12:10 +00:00
"url": "https://github.com/symfony/http-kernel.git",
"reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/d56b1706abaa771eb6acd894c6787cb88f1dc97d",
"reference": "d56b1706abaa771eb6acd894c6787cb88f1dc97d",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
2015-12-27 09:12:10 +00:00
"psr/log": "~1.0",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"symfony/contracts": "^1.0.2",
2018-08-29 07:49:01 +00:00
"symfony/debug": "~3.4|~4.0",
"symfony/event-dispatcher": "~4.1",
"symfony/http-foundation": "^4.1.1",
2018-08-19 14:08:03 +00:00
"symfony/polyfill-ctype": "~1.8"
2015-12-27 09:12:10 +00:00
},
"conflict": {
2018-08-29 07:49:01 +00:00
"symfony/config": "<3.4",
"symfony/dependency-injection": "<4.2",
"symfony/translation": "<4.2",
2018-08-29 07:49:01 +00:00
"symfony/var-dumper": "<4.1.1",
2017-08-05 21:19:35 +00:00
"twig/twig": "<1.34|<2.4,>=2"
2015-12-13 04:42:28 +00:00
},
2017-12-01 16:52:56 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2017-08-05 21:19:35 +00:00
"psr/cache": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
"symfony/dependency-injection": "^4.2",
2018-08-29 07:49:01 +00:00
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/routing": "~3.4|~4.0",
2018-08-29 07:49:01 +00:00
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/translation": "~4.2",
2018-08-29 07:49:01 +00:00
"symfony/var-dumper": "^4.1.1"
2015-12-27 09:12:10 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\HttpKernel\\": ""
2015-12-13 04:42:28 +00:00
},
2015-12-13 06:29:15 +00:00
"exclude-from-classmap": [
"/Tests/"
2015-12-13 04:42:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony HttpKernel Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
"time": "2019-02-03T12:47:33+00:00"
2018-08-19 14:08:03 +00:00
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.10.0",
2018-08-19 14:08:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "backendtea@gmail.com"
2018-08-19 14:08:03 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2018-08-06T14:22:27+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/polyfill-mbstring",
"version": "v1.10.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2015-12-27 09:12:10 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/c79c051f5b3a46be09205c73b80b346e4153e494",
"reference": "c79c051f5b3a46be09205c73b80b346e4153e494",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2015-12-27 09:12:10 +00:00
"php": ">=5.3.3"
2015-12-13 04:42:28 +00:00
},
2015-12-27 13:29:03 +00:00
"suggest": {
"ext-mbstring": "For best performance"
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Polyfill\\Mbstring\\": ""
2015-12-13 06:29:15 +00:00
},
2015-12-27 09:12:10 +00:00
"files": [
"bootstrap.php"
2015-12-13 06:29:15 +00:00
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-12-27 09:12:10 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-12-13 04:42:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony polyfill for the Mbstring extension",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2015-12-27 09:12:10 +00:00
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"time": "2018-09-21T13:07:52+00:00"
2017-08-05 21:19:35 +00:00
},
{
"name": "symfony/polyfill-php56",
"version": "v1.10.0",
2017-08-05 21:19:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af"
2017-08-05 21:19:35 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/ff208829fe1aa48ab9af356992bb7199fed551af",
"reference": "ff208829fe1aa48ab9af356992bb7199fed551af",
2017-08-05 21:19:35 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2017-08-05 21:19:35 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2018-09-21T06:26:08+00:00"
2017-12-01 16:52:56 +00:00
},
{
2018-08-29 07:49:01 +00:00
"name": "symfony/polyfill-php72",
"version": "v1.10.0",
2017-12-01 16:52:56 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631"
2017-12-01 16:52:56 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
"reference": "9050816e2ca34a8e916c3a0ae8b9c2fccf68b631",
2017-12-01 16:52:56 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2017-12-01 16:52:56 +00:00
}
},
"autoload": {
"psr-4": {
2018-08-29 07:49:01 +00:00
"Symfony\\Polyfill\\Php72\\": ""
2017-12-01 16:52:56 +00:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-08-29 07:49:01 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2017-12-01 16:52:56 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"time": "2018-09-21T13:07:52+00:00"
2017-08-05 21:19:35 +00:00
},
{
"name": "symfony/polyfill-util",
"version": "v1.10.0",
2017-08-05 21:19:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c"
2017-08-05 21:19:35 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/3b58903eae668d348a7126f999b0da0f2f93611c",
"reference": "3b58903eae668d348a7126f999b0da0f2f93611c",
2017-08-05 21:19:35 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2017-08-05 21:19:35 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
"time": "2018-09-30T16:36:12+00:00"
2015-12-13 06:29:15 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/process",
"version": "v4.2.3",
2015-12-13 06:29:15 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/symfony/process.git",
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad"
2015-12-13 06:29:15 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
"reference": "6c05edb11fbeff9e2b324b4270ecb17911a8b7ad",
2015-12-13 06:29:15 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3"
2015-12-13 06:29:15 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 06:29:15 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\Process\\": ""
2015-12-13 06:29:15 +00:00
},
2017-02-14 06:53:02 +00:00
"exclude-from-classmap": [
"/Tests/"
2015-12-13 06:29:15 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-12-13 06:29:15 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony Process Component",
2015-12-13 06:29:15 +00:00
"homepage": "https://symfony.com",
"time": "2019-01-24T22:05:03+00:00"
2015-12-13 06:29:15 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/routing",
"version": "v4.2.3",
2015-12-13 06:29:15 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/symfony/routing.git",
"reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53"
2015-12-13 06:29:15 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/7f8e44fc498972466f0841c3e48dc555f23bdf53",
"reference": "7f8e44fc498972466f0841c3e48dc555f23bdf53",
2015-12-13 06:29:15 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3"
2017-02-14 06:53:02 +00:00
},
"conflict": {
"symfony/config": "<4.2",
2018-08-29 07:49:01 +00:00
"symfony/dependency-injection": "<3.4",
2017-12-01 16:52:56 +00:00
"symfony/yaml": "<3.4"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
"symfony/config": "~4.2",
2018-08-29 07:49:01 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/yaml": "~3.4|~4.0"
2017-02-14 06:53:02 +00:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/dependency-injection": "For loading routes from a service",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
2015-12-13 06:29:15 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 06:29:15 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 06:29:15 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-12-13 06:29:15 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony Routing Component",
2015-12-13 06:29:15 +00:00
"homepage": "https://symfony.com",
"keywords": [
2017-02-14 06:53:02 +00:00
"router",
"routing",
"uri",
"url"
2015-12-13 06:29:15 +00:00
],
"time": "2019-01-29T09:49:29+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/translation",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/symfony/translation.git",
"reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/23fd7aac70d99a17a8e6473a41fec8fab3331050",
"reference": "23fd7aac70d99a17a8e6473a41fec8fab3331050",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1.3",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"symfony/contracts": "^1.0.2",
2017-02-14 06:53:02 +00:00
"symfony/polyfill-mbstring": "~1.0"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"conflict": {
2018-08-24 15:27:19 +00:00
"symfony/config": "<3.4",
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2015-12-13 04:42:28 +00:00
},
"provide": {
"symfony/translation-contracts-implementation": "1.0"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
"psr/log": "~1.0",
2018-08-24 15:27:19 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2018-08-24 15:27:19 +00:00
"symfony/intl": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/yaml": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2018-08-19 14:08:03 +00:00
"psr/log-implementation": "To use logging capability in translator",
2017-02-14 06:53:02 +00:00
"symfony/config": "",
"symfony/yaml": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\Translation\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony Translation Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
"time": "2019-01-27T23:11:39+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/var-dumper",
"version": "v4.2.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/symfony/var-dumper.git",
"reference": "223bda89f9be41cf7033eeaf11bc61a280489c17"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/223bda89f9be41cf7033eeaf11bc61a280489c17",
"reference": "223bda89f9be41cf7033eeaf11bc61a280489c17",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
2015-12-13 04:42:28 +00:00
},
"conflict": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2017-08-05 21:19:35 +00:00
"ext-iconv": "*",
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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +00:00
"symfony/console": "~3.4|~4.0",
2018-08-29 07:49:01 +00:00
"symfony/process": "~3.4|~4.0",
2017-08-05 21:19:35 +00:00
"twig/twig": "~1.34|~2.4"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2017-08-05 21:19:35 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2017-12-01 16:52:56 +00:00
"ext-intl": "To show region name in time zone dump",
2018-08-29 07:49:01 +00:00
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2015-12-13 04:42:28 +00:00
},
2018-08-29 07:49:01 +00:00
"bin": [
"Resources/bin/var-dump-server"
],
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
2017-02-14 06:53:02 +00:00
"files": [
"Resources/functions/dump.php"
],
2015-12-13 04:42:28 +00:00
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\VarDumper\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-12-13 04:42:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony mechanism for exploring and dumping PHP variables",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2017-02-14 06:53:02 +00:00
"keywords": [
"debug",
"dump"
],
"time": "2019-01-30T11:44:30+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
2018-04-14 21:16:04 +00:00
"version": "2.2.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2018-04-14 21:16:04 +00:00
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-04-14 21:16:04 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-04-14 21:16:04 +00:00
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2015-12-27 09:12:10 +00:00
},
"require-dev": {
2018-04-14 21:16:04 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-14 21:16:04 +00:00
"dev-master": "2.2.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-02-14 06:53:02 +00:00
"BSD-3-Clause"
2015-12-13 04:42:28 +00:00
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
2015-12-13 04:42:28 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2018-04-14 21:16:04 +00:00
"time": "2017-11-27T11:13:29+00:00"
2015-12-13 04:42:28 +00:00
},
2015-12-29 01:16:36 +00:00
{
"name": "tymon/jwt-auth",
2017-08-05 21:19:35 +00:00
"version": "0.5.12",
2015-12-29 01:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/tymondesigns/jwt-auth.git",
2017-08-05 21:19:35 +00:00
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8"
2015-12-29 01:16:36 +00:00
},
"dist": {
"type": "zip",
2017-08-05 21:19:35 +00:00
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/614ee3410a1cc18ef13c8d5ffd491b5608afabd8",
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8",
2015-12-29 01:16:36 +00:00
"shasum": ""
},
"require": {
"illuminate/http": "~5.0",
"illuminate/support": "~5.0",
2017-08-05 21:19:35 +00:00
"namshi/jose": "^5.0 || ^7.0",
2015-12-29 01:16:36 +00:00
"nesbot/carbon": "~1.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/auth": "~5.0",
"illuminate/console": "~5.0",
"illuminate/database": "~5.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.5-dev"
}
},
"autoload": {
"psr-4": {
"Tymon\\JWTAuth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sean Tymon",
"email": "tymon148@gmail.com",
"homepage": "http://tymondesigns.com",
"role": "Developer"
}
],
"description": "JSON Web Token Authentication for Laravel 4 and 5",
"homepage": "https://github.com/tymondesigns/jwt-auth",
"keywords": [
"Authentication",
"JSON Web Token",
"auth",
"jwt",
"laravel",
"tymon"
],
2017-08-05 21:19:35 +00:00
"time": "2017-06-07T21:32:02+00:00"
2015-12-29 01:16:36 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "vlucas/phpdotenv",
"version": "v2.6.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
"reference": "2a7dcf7e3e02dc5e701004e51a6f304b713107d5",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.9",
"symfony/polyfill-ctype": "^1.9"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
2015-12-27 09:12:10 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
2015-12-27 09:12:10 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
2015-12-27 09:12:10 +00:00
"psr-4": {
"Dotenv\\": "src/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-08-19 14:08:03 +00:00
"BSD-3-Clause"
2015-12-13 04:42:28 +00:00
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"time": "2019-01-29T11:11:52+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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21)) > > ### 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](https://github.com/laravel/framework/commit/695ffa1247a7a44a79ba85442ad9ea311413feae)) > > ### 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](https://github.com/laravel/framework/commit/5459ac15b56cdee8e176827ddbb30357119ceabb)) > - 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`](https://github.com/laravel/framework/commit/25f74458a242b61cc9e9c09d31f94fb13ed805f3) version - [`d5d7259`](https://github.com/laravel/framework/commit/d5d72598ec9bbc006b3535209a895e73afef4b5e) Merge pull request [#27158](https://github-redirect.dependabot.com/laravel/framework/issues/27158) from meyerluk/5.7 - [`87ca267`](https://github.com/laravel/framework/commit/87ca2676ce35b8e7da1649878cd38beddbe4e2e5) Merge pull request [#27145](https://github-redirect.dependabot.com/laravel/framework/issues/27145) from shadoWalker89/patch-1 - [`4a08120`](https://github.com/laravel/framework/commit/4a081204d65a6e01959d795e71770079588bad21) Revert "Missing localized strings ([#26751](https://github-redirect.dependabot.com/laravel/framework/issues/26751))" - [`d1e7879`](https://github.com/laravel/framework/commit/d1e7879008a485b7c892641ea77130c2420210e4) Merge pull request [#27156](https://github-redirect.dependabot.com/laravel/framework/issues/27156) from mindfullsilence/5.7 - [`a621f8a`](https://github.com/laravel/framework/commit/a621f8a80948eee350db8af23637cd09075c4b8c) [5.7] Fix assertSessionDoesntHaveErrors() when there is no errors - [`90eb2e3`](https://github.com/laravel/framework/commit/90eb2e3db18a6d1b7dc2a9d0dcd3d0f05ad8e432) Re-throw NoMatchingExpectationException if method does not equal 'askQuestion' - [`64b5ada`](https://github.com/laravel/framework/commit/64b5adacdc3b52c6f9850fdc591c6d80989b1f89) Update ModelMakeCommand.php - [`d818fd1`](https://github.com/laravel/framework/commit/d818fd18ccdce9f42ed95193ec5632d3afc84007) [5.7] update changelog - [`e087df5`](https://github.com/laravel/framework/commit/e087df50c4ae98cf4db8713cbc8fc6e77558d78a) 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>
2019-01-16 15:30:31 +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"
2015-12-13 04:42:28 +00:00
}
],
"packages-dev": [
2017-01-14 13:47:21 +00:00
{
"name": "barryvdh/laravel-ide-helper",
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"version": "v2.5.3",
2017-01-14 13:47:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"reference": "3d7f1240896a075aa23b13f82dfcbe165dadeef2"
2017-01-14 13:47:21 +00:00
},
"dist": {
"type": "zip",
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/3d7f1240896a075aa23b13f82dfcbe165dadeef2",
"reference": "3d7f1240896a075aa23b13f82dfcbe165dadeef2",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"barryvdh/reflection-docblock": "^2.0.6",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"composer/composer": "^1.6",
"illuminate/console": "^5.5,<5.8",
"illuminate/filesystem": "^5.5,<5.8",
"illuminate/support": "^5.5,<5.8",
"php": ">=7"
2017-01-14 13:47:21 +00:00
},
"require-dev": {
"doctrine/dbal": "~2.3",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"illuminate/config": "^5.1,<5.8",
"illuminate/view": "^5.1,<5.8",
"phpro/grumphp": "^0.14",
2017-01-14 13:47:21 +00:00
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"squizlabs/php_codesniffer": "^3"
2017-01-14 13:47:21 +00:00
},
"suggest": {
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
},
"type": "library",
"extra": {
"branch-alias": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"dev-master": "2.5-dev"
2017-08-05 21:19:35 +00:00
},
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
2017-01-14 13:47:21 +00:00
}
},
"autoload": {
"psr-4": {
"Barryvdh\\LaravelIdeHelper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
"keywords": [
"autocomplete",
"codeintel",
"helper",
"ide",
"laravel",
"netbeans",
"phpdoc",
"phpstorm",
"sublime"
],
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"time": "2018-12-19T12:12:05+00:00"
2017-01-14 13:47:21 +00:00
},
{
"name": "barryvdh/reflection-docblock",
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"version": "v2.0.6",
2017-01-14 13:47:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
2017-01-14 13:47:21 +00:00
},
"dist": {
"type": "zip",
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
"reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0,<4.5"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Barryvdh": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"time": "2018-12-13T10:34:14+00:00"
2017-02-14 06:53:02 +00:00
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
{
"name": "composer/ca-bundle",
"version": "1.1.3",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/8afa52cd417f4ec417b4bfe86b68106538a87660",
"reference": "8afa52cd417f4ec417b4bfe86b68106538a87660",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"time": "2018-10-18T06:09:13+00:00"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
{
"name": "composer/composer",
"version": "1.8.0",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "d8aef3af866b28786ce9b8647e52c42496436669"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/d8aef3af866b28786ce9b8647e52c42496436669",
"reference": "d8aef3af866b28786ce9b8647e52c42496436669",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0"
},
"conflict": {
"symfony/console": "2.8.38"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7",
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.8-dev"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
"time": "2018-12-03T09:31:16+00:00"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
{
"name": "composer/semver",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"time": "2016-08-30T16:08:34+00:00"
},
{
"name": "composer/spdx-licenses",
"version": "1.5.0",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
"reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
"reference": "7a9556b22bd9d4df7cad89876b00af58ef20d3a2",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
"time": "2018-11-01T09:45:54+00:00"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "composer/xdebug-handler",
"version": "1.3.2",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "d17708133b6c276d6e42ef887a877866b909d892"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/d17708133b6c276d6e42ef887a877866b909d892",
"reference": "d17708133b6c276d6e42ef887a877866b909d892",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without xdebug.",
"keywords": [
"Xdebug",
"performance"
],
"time": "2019-01-28T20:25:53+00:00"
2018-08-30 03:30:34 +00:00
},
2017-06-03 16:50:53 +00:00
{
2018-08-29 07:49:01 +00:00
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
2017-06-03 16:50:53 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
2017-06-03 16:50:53 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
2017-06-03 16:50:53 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": ">=5.3.2"
2017-06-03 16:50:53 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "@stable"
2017-06-03 16:50:53 +00:00
},
2018-08-29 07:49:01 +00:00
"type": "project",
2017-06-03 16:50:53 +00:00
"autoload": {
"psr-4": {
2018-08-29 07:49:01 +00:00
"XdgBaseDir\\": "src/"
2017-06-03 16:50:53 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2018-08-29 07:49:01 +00:00
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24T07:27:01+00:00"
2017-06-03 16:50:53 +00:00
},
2018-04-14 21:16:04 +00:00
{
2018-08-29 07:49:01 +00:00
"name": "doctrine/instantiator",
"version": "1.1.0",
2018-04-14 21:16:04 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/doctrine/instantiator.git",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2018-04-14 21:16:04 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2018-04-14 21:16:04 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2018-04-14 21:16:04 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "^6.2.3",
"squizlabs/php_codesniffer": "^3.0.2"
2018-04-14 21:16:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "1.2.x-dev"
2018-04-14 21:16:04 +00:00
}
},
"autoload": {
"psr-4": {
2018-08-29 07:49:01 +00:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2018-04-14 21:16:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-29 07:49:01 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2018-04-14 21:16:04 +00:00
}
],
2018-08-29 07:49:01 +00:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
2018-04-14 21:16:04 +00:00
"keywords": [
2018-08-29 07:49:01 +00:00
"constructor",
"instantiate"
2018-04-14 21:16:04 +00:00
],
2018-08-29 07:49:01 +00:00
"time": "2017-07-22T11:58:36+00:00"
2018-04-14 21:16:04 +00:00
},
2017-02-14 06:53:02 +00:00
{
2018-08-29 07:49:01 +00:00
"name": "facebook/webdriver",
"version": "1.6.0",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/facebook/php-webdriver.git",
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
2018-08-19 14:08:03 +00:00
"ext-json": "*",
"ext-mbstring": "*",
"ext-zip": "*",
2017-12-01 16:52:56 +00:00
"php": "^5.6 || ~7.0",
"symfony/process": "^2.8 || ^3.1 || ^4.0"
2017-01-14 13:47:21 +00:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
2018-08-19 14:08:03 +00:00
"jakub-onderka/php-parallel-lint": "^0.9.2",
"php-coveralls/php-coveralls": "^2.0",
2017-01-14 13:47:21 +00:00
"php-mock/php-mock-phpunit": "^1.1",
2017-12-01 16:52:56 +00:00
"phpunit/phpunit": "^5.7",
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
"squizlabs/php_codesniffer": "^2.6",
"symfony/var-dumper": "^3.3 || ^4.0"
2017-01-14 13:47:21 +00:00
},
2018-08-19 14:08:03 +00:00
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
},
2017-01-14 13:47:21 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-community": "1.5-dev"
}
},
2017-01-14 13:47:21 +00:00
"autoload": {
"psr-4": {
"Facebook\\WebDriver\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "A PHP client for Selenium WebDriver",
2017-01-14 13:47:21 +00:00
"homepage": "https://github.com/facebook/php-webdriver",
"keywords": [
"facebook",
"php",
"selenium",
"webdriver"
],
2018-08-19 14:08:03 +00:00
"time": "2018-05-16T17:37:13+00:00"
2015-12-13 04:42:28 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "filp/whoops",
"version": "2.3.1",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
"reference": "bc0fd11bc455cc20ee4b5edabc63ebbf859324c7",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
Bump filp/whoops from 2.2.0 to 2.2.1 (#811) Bumps [filp/whoops](https://github.com/filp/whoops) from 2.2.0 to 2.2.1. <details> <summary>Commits</summary> - [`e79cd40`](https://github.com/filp/whoops/commit/e79cd403fb77fc8963a99ecc30e80ddd885b3311) Merge pull request [#582](https://github-redirect.dependabot.com/filp/whoops/issues/582) from gharlan/editor-callable-allow-empty - [`e730eb2`](https://github.com/filp/whoops/commit/e730eb22af7fc1845734954dba364b151aa83e27) editor callback: allow to return empty value - [`45dad4e`](https://github.com/filp/whoops/commit/45dad4e41eff66217626029f4172b04dc4025442) Merge pull request [#578](https://github-redirect.dependabot.com/filp/whoops/issues/578) from GrahamCampbell/patch-1 - [`abcc980`](https://github.com/filp/whoops/commit/abcc9806c8864a025778fb5a6d5644fd5fc738c3) Fixed branch alias - [`d476ee0`](https://github.com/filp/whoops/commit/d476ee0c854d3b241e448e16bb171ab456f84083) Changelog for 2.2.0 - See full diff in [compare view](https://github.com/filp/whoops/compare/2.2.0...2.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:48:01 +00:00
"dev-master": "2.2-dev"
2018-08-24 15:27:19 +00:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
"time": "2018-10-23T09:00:00+00:00"
2018-08-24 15:27:19 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "fzaninotto/faker",
2018-08-19 14:08:03 +00:00
"version": "v1.8.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2018-08-19 14:08:03 +00:00
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2017-10-02 18:42:18 +00:00
"php": "^5.3.3 || ^7.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2016-09-26 06:30:00 +00:00
"ext-intl": "*",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2017-10-02 18:42:18 +00:00
"squizlabs/php_codesniffer": "^1.5"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
2017-10-02 18:42:18 +00:00
"branch-alias": {
"dev-master": "1.8-dev"
}
2015-12-13 04:42:28 +00:00
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2018-08-19 14:08:03 +00:00
"time": "2018-07-12T10:23:15+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "hamcrest/hamcrest-php",
2017-12-01 16:52:56 +00:00
"version": "v2.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2017-12-01 16:52:56 +00:00
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2017-12-01 16:52:56 +00:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2017-12-01 16:52:56 +00:00
"php": "^5.3|^7.0"
2015-12-13 04:42:28 +00:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
"phpunit/php-file-iterator": "1.3.3",
2017-12-01 16:52:56 +00:00
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "^1.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
2017-12-01 16:52:56 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
2017-12-01 16:52:56 +00:00
"time": "2016-01-20T08:20:44+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "jakub-onderka/php-console-color",
"version": "v0.2",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
"reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
"jakub-onderka/php-parallel-lint": "1.0",
2017-02-14 06:53:02 +00:00
"jakub-onderka/php-var-dump-check": "0.*",
"phpunit/phpunit": "~4.3",
2017-02-14 06:53:02 +00:00
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
"psr-4": {
"JakubOnderka\\PhpConsoleColor\\": "src/"
2017-02-14 06:53:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "jakub.onderka@gmail.com"
2017-02-14 06:53:02 +00:00
}
],
"time": "2018-09-29T17:23:10+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "jakub-onderka/php-console-highlighter",
"version": "v0.4",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
"reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"jakub-onderka/php-console-color": "~0.2",
"php": ">=5.4.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
"jakub-onderka/php-parallel-lint": "~1.0",
2017-02-14 06:53:02 +00:00
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
"psr-4": {
"JakubOnderka\\PhpConsoleHighlighter\\": "src/"
2017-02-14 06:53:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
"description": "Highlight PHP code in terminal",
"time": "2018-09-29T18:48:56+00:00"
2017-02-14 06:53:02 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "jean85/pretty-package-versions",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.2.0",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A wrapper for ocramius/package-versions to get pretty versions strings",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"time": "2018-06-13T13:22:40+00:00"
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
{
"name": "justinrainbow/json-schema",
"version": "5.2.7",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"time": "2018-02-14T22:26:30+00:00"
},
2017-02-14 06:53:02 +00:00
{
"name": "laravel/browser-kit-testing",
2018-08-29 07:49:01 +00:00
"version": "v2.0.0",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/browser-kit-testing.git",
2018-08-29 07:49:01 +00:00
"reference": "23f1a7eefcbca0797305b236600aa5426c9528f2"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/23f1a7eefcbca0797305b236600aa5426c9528f2",
"reference": "23f1a7eefcbca0797305b236600aa5426c9528f2",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": ">=5.5.9",
"symfony/css-selector": "~3.1",
"symfony/dom-crawler": "~3.1"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "2.0-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\BrowserKitTesting\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.",
"keywords": [
"laravel",
"testing"
],
2018-08-29 07:49:01 +00:00
"time": "2017-05-26T12:46:48+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "laravel/tinker",
"version": "v1.0.8",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
"reference": "cafbf598a90acde68985660e79b2b03c5609a405"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
"reference": "cafbf598a90acde68985660e79b2b03c5609a405",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"php": ">=5.5.9",
2018-08-19 14:08:03 +00:00
"psy/psysh": "0.7.*|0.8.*|0.9.*",
2018-04-14 21:16:04 +00:00
"symfony/var-dumper": "~3.0|~4.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"illuminate/database": "The Illuminate Database package (~5.1)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2017-08-05 21:19:35 +00:00
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
"time": "2018-10-12T19:39:35+00:00"
2015-12-13 04:42:28 +00:00
},
2017-06-10 00:40:26 +00:00
{
"name": "mikey179/vfsStream",
2017-08-05 21:19:35 +00:00
"version": "v1.6.5",
2017-06-10 00:40:26 +00:00
"source": {
"type": "git",
"url": "https://github.com/mikey179/vfsStream.git",
2017-08-05 21:19:35 +00:00
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
2017-06-10 00:40:26 +00:00
},
"dist": {
"type": "zip",
2017-08-05 21:19:35 +00:00
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
2017-06-10 00:40:26 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-0": {
"org\\bovigo\\vfs\\": "src/main/php"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Frank Kleine",
"homepage": "http://frankkleine.de/",
"role": "Developer"
}
],
"description": "Virtual file system to mock the real file system in unit tests.",
"homepage": "http://vfs.bovigo.org/",
2017-08-05 21:19:35 +00:00
"time": "2017-08-01T08:02:14+00:00"
2017-06-10 00:40:26 +00:00
},
{
"name": "mnapoli/front-yaml",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/mnapoli/FrontYAML.git",
"reference": "24070ace8b741247bb3161cbb38ecc541268b296"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mnapoli/FrontYAML/zipball/24070ace8b741247bb3161cbb38ecc541268b296",
"reference": "24070ace8b741247bb3161cbb38ecc541268b296",
"shasum": ""
},
"require": {
"erusev/parsedown": "~1.0",
"php": ">=5.4.0",
"symfony/yaml": "~2.1|^3.0|^4.0"
},
"require-dev": {
"league/commonmark": "~0.7",
"phpunit/phpunit": "~4.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Mni\\FrontYAML\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"time": "2017-10-29T19:29:55+00:00"
},
{
"name": "mnapoli/silly",
Bump mpociot/laravel-apidoc-generator from 3.2.0 to 3.3.0 (#888) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.3.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#330---wednesday-2-january-2019) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.3.0] - Wednesday, 2 January 2019 > ### Added > - Ability to replace json key values in response file (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/434) > - Support for custom transfer serializers (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/441) </details> <details> <summary>Commits</summary> - [`20fdf98`](https://github.com/mpociot/laravel-apidoc-generator/commit/20fdf9858a6381c475a3eb54df520fa374725513) Update CHANGELOG.md - [`fb599ae`](https://github.com/mpociot/laravel-apidoc-generator/commit/fb599aed3ea44056f0201cae082b63d515231bee) Merge pull request [#442](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/442) from mpociot/analysis-qgrGeG - [`236e877`](https://github.com/mpociot/laravel-apidoc-generator/commit/236e87793aa1068f872cc25ba407e3987419854a) Apply fixes from StyleCI - [`0085188`](https://github.com/mpociot/laravel-apidoc-generator/commit/0085188cb05398b795229827899ae4b9be3541e9) Merge pull request [#441](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/441) from lloricode/custom-serializer - [`bf78d31`](https://github.com/mpociot/laravel-apidoc-generator/commit/bf78d314a595c99f820dc8cbfd05a1e7d90bb3e9) Update apidoc.php - [`7dd614f`](https://github.com/mpociot/laravel-apidoc-generator/commit/7dd614ff6c96667288e1040b21961bf60b90976d) :+1: example - [`a655125`](https://github.com/mpociot/laravel-apidoc-generator/commit/a655125a8e5833543ddb6acf6a436075416b5291) :books: more detail - [`1e1c795`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e1c795f4cd4fb8e3103b300235b304d6527c646) Merge branch 'master' of https://github.com/mpociot/laravel-apidoc-generator ... - [`4c87b21`](https://github.com/mpociot/laravel-apidoc-generator/commit/4c87b21d29a7487a04f9b506728544a1fa9fe482) Update CONTRIBUTING.md - [`1e02195`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e021953d872f4f34a1e3d8560c41c39604d9c88) Merge pull request [#440](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/440) from lloricode/patch-1 - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.2.0...3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-03 10:05:01 +00:00
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/mnapoli/silly.git",
Bump mpociot/laravel-apidoc-generator from 3.2.0 to 3.3.0 (#888) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.3.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#330---wednesday-2-january-2019) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.3.0] - Wednesday, 2 January 2019 > ### Added > - Ability to replace json key values in response file (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/434) > - Support for custom transfer serializers (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/441) </details> <details> <summary>Commits</summary> - [`20fdf98`](https://github.com/mpociot/laravel-apidoc-generator/commit/20fdf9858a6381c475a3eb54df520fa374725513) Update CHANGELOG.md - [`fb599ae`](https://github.com/mpociot/laravel-apidoc-generator/commit/fb599aed3ea44056f0201cae082b63d515231bee) Merge pull request [#442](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/442) from mpociot/analysis-qgrGeG - [`236e877`](https://github.com/mpociot/laravel-apidoc-generator/commit/236e87793aa1068f872cc25ba407e3987419854a) Apply fixes from StyleCI - [`0085188`](https://github.com/mpociot/laravel-apidoc-generator/commit/0085188cb05398b795229827899ae4b9be3541e9) Merge pull request [#441](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/441) from lloricode/custom-serializer - [`bf78d31`](https://github.com/mpociot/laravel-apidoc-generator/commit/bf78d314a595c99f820dc8cbfd05a1e7d90bb3e9) Update apidoc.php - [`7dd614f`](https://github.com/mpociot/laravel-apidoc-generator/commit/7dd614ff6c96667288e1040b21961bf60b90976d) :+1: example - [`a655125`](https://github.com/mpociot/laravel-apidoc-generator/commit/a655125a8e5833543ddb6acf6a436075416b5291) :books: more detail - [`1e1c795`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e1c795f4cd4fb8e3103b300235b304d6527c646) Merge branch 'master' of https://github.com/mpociot/laravel-apidoc-generator ... - [`4c87b21`](https://github.com/mpociot/laravel-apidoc-generator/commit/4c87b21d29a7487a04f9b506728544a1fa9fe482) Update CONTRIBUTING.md - [`1e02195`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e021953d872f4f34a1e3d8560c41c39604d9c88) Merge pull request [#440](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/440) from lloricode/patch-1 - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.2.0...3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-03 10:05:01 +00:00
"reference": "5f7f34f4db75685e6fe7d652c12d9a7b6e8034d6"
},
"dist": {
"type": "zip",
Bump mpociot/laravel-apidoc-generator from 3.2.0 to 3.3.0 (#888) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.3.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#330---wednesday-2-january-2019) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.3.0] - Wednesday, 2 January 2019 > ### Added > - Ability to replace json key values in response file (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/434) > - Support for custom transfer serializers (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/441) </details> <details> <summary>Commits</summary> - [`20fdf98`](https://github.com/mpociot/laravel-apidoc-generator/commit/20fdf9858a6381c475a3eb54df520fa374725513) Update CHANGELOG.md - [`fb599ae`](https://github.com/mpociot/laravel-apidoc-generator/commit/fb599aed3ea44056f0201cae082b63d515231bee) Merge pull request [#442](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/442) from mpociot/analysis-qgrGeG - [`236e877`](https://github.com/mpociot/laravel-apidoc-generator/commit/236e87793aa1068f872cc25ba407e3987419854a) Apply fixes from StyleCI - [`0085188`](https://github.com/mpociot/laravel-apidoc-generator/commit/0085188cb05398b795229827899ae4b9be3541e9) Merge pull request [#441](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/441) from lloricode/custom-serializer - [`bf78d31`](https://github.com/mpociot/laravel-apidoc-generator/commit/bf78d314a595c99f820dc8cbfd05a1e7d90bb3e9) Update apidoc.php - [`7dd614f`](https://github.com/mpociot/laravel-apidoc-generator/commit/7dd614ff6c96667288e1040b21961bf60b90976d) :+1: example - [`a655125`](https://github.com/mpociot/laravel-apidoc-generator/commit/a655125a8e5833543ddb6acf6a436075416b5291) :books: more detail - [`1e1c795`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e1c795f4cd4fb8e3103b300235b304d6527c646) Merge branch 'master' of https://github.com/mpociot/laravel-apidoc-generator ... - [`4c87b21`](https://github.com/mpociot/laravel-apidoc-generator/commit/4c87b21d29a7487a04f9b506728544a1fa9fe482) Update CONTRIBUTING.md - [`1e02195`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e021953d872f4f34a1e3d8560c41c39604d9c88) Merge pull request [#440](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/440) from lloricode/patch-1 - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.2.0...3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-03 10:05:01 +00:00
"url": "https://api.github.com/repos/mnapoli/silly/zipball/5f7f34f4db75685e6fe7d652c12d9a7b6e8034d6",
"reference": "5f7f34f4db75685e6fe7d652c12d9a7b6e8034d6",
"shasum": ""
},
"require": {
"php": ">=7.0",
"php-di/invoker": "~2.0",
"psr/container": "^1.0",
"symfony/console": "~3.0|~4.0"
},
"require-dev": {
Bump mpociot/laravel-apidoc-generator from 3.2.0 to 3.3.0 (#888) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.3.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#330---wednesday-2-january-2019) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.3.0] - Wednesday, 2 January 2019 > ### Added > - Ability to replace json key values in response file (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/434) > - Support for custom transfer serializers (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/441) </details> <details> <summary>Commits</summary> - [`20fdf98`](https://github.com/mpociot/laravel-apidoc-generator/commit/20fdf9858a6381c475a3eb54df520fa374725513) Update CHANGELOG.md - [`fb599ae`](https://github.com/mpociot/laravel-apidoc-generator/commit/fb599aed3ea44056f0201cae082b63d515231bee) Merge pull request [#442](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/442) from mpociot/analysis-qgrGeG - [`236e877`](https://github.com/mpociot/laravel-apidoc-generator/commit/236e87793aa1068f872cc25ba407e3987419854a) Apply fixes from StyleCI - [`0085188`](https://github.com/mpociot/laravel-apidoc-generator/commit/0085188cb05398b795229827899ae4b9be3541e9) Merge pull request [#441](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/441) from lloricode/custom-serializer - [`bf78d31`](https://github.com/mpociot/laravel-apidoc-generator/commit/bf78d314a595c99f820dc8cbfd05a1e7d90bb3e9) Update apidoc.php - [`7dd614f`](https://github.com/mpociot/laravel-apidoc-generator/commit/7dd614ff6c96667288e1040b21961bf60b90976d) :+1: example - [`a655125`](https://github.com/mpociot/laravel-apidoc-generator/commit/a655125a8e5833543ddb6acf6a436075416b5291) :books: more detail - [`1e1c795`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e1c795f4cd4fb8e3103b300235b304d6527c646) Merge branch 'master' of https://github.com/mpociot/laravel-apidoc-generator ... - [`4c87b21`](https://github.com/mpociot/laravel-apidoc-generator/commit/4c87b21d29a7487a04f9b506728544a1fa9fe482) Update CONTRIBUTING.md - [`1e02195`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e021953d872f4f34a1e3d8560c41c39604d9c88) Merge pull request [#440](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/440) from lloricode/patch-1 - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.2.0...3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-03 10:05:01 +00:00
"friendsofphp/php-cs-fixer": "^2.12",
"mnapoli/phpunit-easymock": "~1.0",
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Silly\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Silly CLI micro-framework based on Symfony Console",
"keywords": [
"PSR-11",
"cli",
"console",
"framework",
"micro-framework",
"silly"
],
Bump mpociot/laravel-apidoc-generator from 3.2.0 to 3.3.0 (#888) Bumps [mpociot/laravel-apidoc-generator](https://github.com/mpociot/laravel-apidoc-generator) from 3.2.0 to 3.3.0. <details> <summary>Release notes</summary> *Sourced from [mpociot/laravel-apidoc-generator's releases](https://github.com/mpociot/laravel-apidoc-generator/releases).* > ## 3.3.0 > [Changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md#330---wednesday-2-january-2019) </details> <details> <summary>Changelog</summary> *Sourced from [mpociot/laravel-apidoc-generator's changelog](https://github.com/mpociot/laravel-apidoc-generator/blob/master/CHANGELOG.md).* > ## [3.3.0] - Wednesday, 2 January 2019 > ### Added > - Ability to replace json key values in response file (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/434) > - Support for custom transfer serializers (https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/pull/441) </details> <details> <summary>Commits</summary> - [`20fdf98`](https://github.com/mpociot/laravel-apidoc-generator/commit/20fdf9858a6381c475a3eb54df520fa374725513) Update CHANGELOG.md - [`fb599ae`](https://github.com/mpociot/laravel-apidoc-generator/commit/fb599aed3ea44056f0201cae082b63d515231bee) Merge pull request [#442](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/442) from mpociot/analysis-qgrGeG - [`236e877`](https://github.com/mpociot/laravel-apidoc-generator/commit/236e87793aa1068f872cc25ba407e3987419854a) Apply fixes from StyleCI - [`0085188`](https://github.com/mpociot/laravel-apidoc-generator/commit/0085188cb05398b795229827899ae4b9be3541e9) Merge pull request [#441](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/441) from lloricode/custom-serializer - [`bf78d31`](https://github.com/mpociot/laravel-apidoc-generator/commit/bf78d314a595c99f820dc8cbfd05a1e7d90bb3e9) Update apidoc.php - [`7dd614f`](https://github.com/mpociot/laravel-apidoc-generator/commit/7dd614ff6c96667288e1040b21961bf60b90976d) :+1: example - [`a655125`](https://github.com/mpociot/laravel-apidoc-generator/commit/a655125a8e5833543ddb6acf6a436075416b5291) :books: more detail - [`1e1c795`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e1c795f4cd4fb8e3103b300235b304d6527c646) Merge branch 'master' of https://github.com/mpociot/laravel-apidoc-generator ... - [`4c87b21`](https://github.com/mpociot/laravel-apidoc-generator/commit/4c87b21d29a7487a04f9b506728544a1fa9fe482) Update CONTRIBUTING.md - [`1e02195`](https://github.com/mpociot/laravel-apidoc-generator/commit/1e021953d872f4f34a1e3d8560c41c39604d9c88) Merge pull request [#440](https://github-redirect.dependabot.com/mpociot/laravel-apidoc-generator/issues/440) from lloricode/patch-1 - Additional commits viewable in [compare view](https://github.com/mpociot/laravel-apidoc-generator/compare/3.2.0...3.3.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0)](https://dependabot.com/compatibility-score.html?dependency-name=mpociot/laravel-apidoc-generator&package-manager=composer&previous-version=3.2.0&new-version=3.3.0) 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>
2019-01-03 10:05:01 +00:00
"time": "2018-12-26T21:17:30+00:00"
},
2015-12-13 04:42:28 +00:00
{
"name": "mockery/mockery",
"version": "1.2.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-06-10 00:40:26 +00:00
"url": "https://github.com/mockery/mockery.git",
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
"reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2017-12-01 16:52:56 +00:00
"hamcrest/hamcrest-php": "~2.0",
2015-12-13 04:42:28 +00:00
"lib-pcre": ">=7.0",
2017-12-01 16:52:56 +00:00
"php": ">=5.6.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-01 16:52:56 +00:00
"dev-master": "1.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
}
],
2018-08-19 14:08:03 +00:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2015-12-13 04:42:28 +00:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
"time": "2019-02-13T09:37:52+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "mpociot/documentarian",
"version": "0.2.1",
"source": {
"type": "git",
"url": "https://github.com/mpociot/documentarian.git",
"reference": "477f67a975f4ee6a496455938b5558d9f2a3cceb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpociot/documentarian/zipball/477f67a975f4ee6a496455938b5558d9f2a3cceb",
"reference": "477f67a975f4ee6a496455938b5558d9f2a3cceb",
"shasum": ""
},
"require": {
"illuminate/view": "5.*",
"mnapoli/front-yaml": "^1.5",
"mnapoli/silly": "~1.0",
"php": ">=5.5.9",
"windwalker/renderer": "3.*"
},
"require-dev": {
"phpunit/phpunit": "^4.8"
},
"bin": [
"documentarian"
],
"type": "library",
"autoload": {
"files": [
"includes/helpers.php"
],
"psr-4": {
"Mpociot\\Documentarian\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache 2"
],
"authors": [
{
"name": "Marcel Pociot",
"email": "m.pociot@gmail.com"
}
],
"time": "2016-08-26T21:14:19+00:00"
},
{
"name": "mpociot/laravel-apidoc-generator",
"version": "3.3.2",
"source": {
"type": "git",
"url": "https://github.com/mpociot/laravel-apidoc-generator.git",
"reference": "eb54c1608a82b2633bf7dfef64f021f1a3b2482a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpociot/laravel-apidoc-generator/zipball/eb54c1608a82b2633bf7dfef64f021f1a3b2482a",
"reference": "eb54c1608a82b2633bf7dfef64f021f1a3b2482a",
"shasum": ""
},
"require": {
"fzaninotto/faker": "~1.8",
"illuminate/console": "5.5.* || 5.6.* || 5.7.*",
"illuminate/routing": "5.5.* || 5.6.* || 5.7.*",
"illuminate/support": "5.5.* || 5.6.* || 5.7.*",
"mpociot/documentarian": "^0.2.0",
"mpociot/reflection-docblock": "^1.0.1",
"php": ">=7.0.0",
"ramsey/uuid": "^3.8"
},
"require-dev": {
"dingo/api": "2.0.0-alpha1",
"league/fractal": "^0.17.0",
"mockery/mockery": "^1.2.0",
"orchestra/testbench": "3.5.* || 3.6.* || 3.7.*",
"phpunit/phpunit": "^6.0.0 || ^7.4.0"
},
"suggest": {
"league/fractal": "Required for transformers support"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Mpociot\\ApiDoc\\ApiDocGeneratorServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Mpociot\\ApiDoc\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marcel Pociot",
"email": "m.pociot@gmail.com"
}
],
"description": "Generate beautiful API documentation from your Laravel application",
"homepage": "http://github.com/mpociot/laravel-apidoc-generator",
"keywords": [
"api",
"documentation",
"laravel"
],
"time": "2019-02-12T19:54:08+00:00"
},
{
"name": "mpociot/reflection-docblock",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/mpociot/reflection-docblock.git",
"reference": "c8b2e2b1f5cebbb06e2b5ccbf2958f2198867587"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpociot/reflection-docblock/zipball/c8b2e2b1f5cebbb06e2b5ccbf2958f2198867587",
"reference": "c8b2e2b1f5cebbb06e2b5ccbf2958f2198867587",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Mpociot": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
"time": "2016-06-20T20:53:12+00:00"
},
2017-02-14 06:53:02 +00:00
{
"name": "myclabs/deep-copy",
2018-08-24 15:27:19 +00:00
"version": "1.8.1",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2018-08-24 15:27:19 +00:00
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2017-12-01 16:52:56 +00:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^7.1"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2017-12-01 16:52:56 +00:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2017-02-14 06:53:02 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2018-08-24 15:27:19 +00:00
"time": "2018-06-11T23:09:50+00:00"
2017-02-14 06:53:02 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "nette/bootstrap",
"version": "v2.4.6",
"source": {
"type": "git",
"url": "https://github.com/nette/bootstrap.git",
"reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/bootstrap/zipball/268816e3f1bb7426c3a4ceec2bd38a036b532543",
"reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543",
"shasum": ""
},
"require": {
"nette/di": "~2.4.7",
"nette/utils": "~2.4",
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"latte/latte": "~2.2",
"nette/application": "~2.3",
"nette/caching": "~2.3",
"nette/database": "~2.3",
"nette/forms": "~2.3",
"nette/http": "~2.4.0",
"nette/mail": "~2.3",
"nette/robot-loader": "^2.4.2 || ^3.0",
"nette/safe-stream": "~2.2",
"nette/security": "~2.3",
"nette/tester": "~2.0",
"tracy/tracy": "^2.4.1"
},
"suggest": {
"nette/robot-loader": "to use Configurator::createRobotLoader()",
"tracy/tracy": "to use Configurator::enableTracy()"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
"homepage": "https://nette.org",
"keywords": [
"bootstrapping",
"configurator",
"nette"
],
"time": "2018-05-17T12:52:20+00:00"
},
{
"name": "nette/di",
"version": "v2.4.15",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/nette/di.git",
"reference": "d0561b8f77e8ef2ed6d83328860e16c81a5a8649"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/di/zipball/d0561b8f77e8ef2ed6d83328860e16c81a5a8649",
"reference": "d0561b8f77e8ef2ed6d83328860e16c81a5a8649",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/neon": "^2.3.3 || ~3.0.0",
"nette/php-generator": "^2.6.1 || ^3.0.0",
"nette/utils": "^2.5.0 || ~3.0.0",
2018-08-30 03:30:34 +00:00
"php": ">=5.6.0"
},
"conflict": {
"nette/bootstrap": "<2.4",
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
"homepage": "https://nette.org",
"keywords": [
"compiled",
"di",
"dic",
"factory",
"ioc",
"nette",
"static"
],
"time": "2019-01-30T13:26:05+00:00"
2018-08-30 03:30:34 +00:00
},
{
"name": "nette/finder",
"version": "v2.4.2",
"source": {
"type": "git",
"url": "https://github.com/nette/finder.git",
"reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/finder/zipball/ee951a656cb8ac622e5dd33474a01fd2470505a0",
"reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0",
"shasum": ""
},
"require": {
"nette/utils": "~2.4",
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🔍 Nette Finder: find files and directories with an intuitive API.",
"homepage": "https://nette.org",
"keywords": [
"filesystem",
"glob",
"iterator",
"nette"
],
"time": "2018-06-28T11:49:23+00:00"
},
{
"name": "nette/neon",
"version": "v2.4.3",
"source": {
"type": "git",
"url": "https://github.com/nette/neon.git",
"reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/neon/zipball/5e72b1dd3e2d34f0863c5561139a19df6a1ef398",
"reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-json": "*",
"php": ">=5.6.0"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🍸 Nette NEON: encodes and decodes NEON file format.",
"homepage": "http://ne-on.org",
"keywords": [
"export",
"import",
"neon",
"nette",
"yaml"
],
"time": "2018-03-21T12:12:21+00:00"
},
{
"name": "nette/php-generator",
"version": "v3.2.1",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/nette/php-generator.git",
"reference": "9de4e093a130f7a1bd175198799ebc0efbac6924"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/php-generator/zipball/9de4e093a130f7a1bd175198799ebc0efbac6924",
"reference": "9de4e093a130f7a1bd175198799ebc0efbac6924",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"nette/utils": "^2.4.2 || ~3.0.0",
"php": ">=7.1"
2018-08-30 03:30:34 +00:00
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
2018-08-30 03:30:34 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.3 features.",
2018-08-30 03:30:34 +00:00
"homepage": "https://nette.org",
"keywords": [
"code",
"nette",
"php",
"scaffolding"
],
"time": "2018-11-27T19:00:14+00:00"
2018-08-30 03:30:34 +00:00
},
{
"name": "nette/robot-loader",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/nette/robot-loader.git",
"reference": "fc76c70e740b10f091e502b2e393d0be912f38d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/robot-loader/zipball/fc76c70e740b10f091e502b2e393d0be912f38d4",
"reference": "fc76c70e740b10f091e502b2e393d0be912f38d4",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/finder": "^2.3 || ^3.0",
"nette/utils": "^2.4 || ^3.0",
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
"homepage": "https://nette.org",
"keywords": [
"autoload",
"class",
"interface",
"nette",
"trait"
],
"time": "2018-08-13T14:19:06+00:00"
},
{
"name": "nette/utils",
"version": "v2.5.3",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/17b9f76f2abd0c943adfb556e56f2165460b15ce",
"reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize() and toAscii()",
"ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/loader.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"time": "2018-09-18T10:22:16+00:00"
2018-08-30 03:30:34 +00:00
},
2017-02-14 06:53:02 +00:00
{
"name": "nikic/php-parser",
"version": "v4.2.0",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
"reference": "594bcae1fc0bccd3993d2f0d61a018e26ac2865a",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-08-24 15:27:19 +00:00
"php": ">=7.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.5 || ^7.0"
2017-02-14 06:53:02 +00:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"time": "2019-01-12T16:31:37+00:00"
2016-09-26 06:30:00 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "ocramius/package-versions",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
"reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
"php": "^7.1.0"
},
"require-dev": {
"composer/composer": "^1.6.3",
"ext-zip": "*",
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.0.0"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2018-02-05T13:05:30+00:00"
},
2018-08-24 15:27:19 +00:00
{
"name": "phar-io/manifest",
2018-08-29 07:49:01 +00:00
"version": "1.0.3",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2018-08-29 07:49:01 +00:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2018-08-29 07:49:01 +00:00
"phar-io/version": "^2.0",
2018-08-24 15:27:19 +00:00
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2018-08-29 07:49:01 +00:00
"time": "2018-07-08T19:23:20+00:00"
2018-08-24 15:27:19 +00:00
},
{
"name": "phar-io/version",
2018-08-29 07:49:01 +00:00
"version": "2.0.1",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2018-08-29 07:49:01 +00:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2018-08-29 07:49:01 +00:00
"time": "2018-07-08T19:19:57+00:00"
2018-08-24 15:27:19 +00:00
},
{
"name": "php-di/invoker",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-DI/Invoker.git",
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-DI/Invoker/zipball/540c27c86f663e20fe39a24cd72fa76cdb21d41a",
"reference": "540c27c86f663e20fe39a24cd72fa76cdb21d41a",
"shasum": ""
},
"require": {
"psr/container": "~1.0"
},
"require-dev": {
"athletic/athletic": "~0.1.8",
"phpunit/phpunit": "~4.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Invoker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Generic and extensible callable invoker",
"homepage": "https://github.com/PHP-DI/Invoker",
"keywords": [
"callable",
"dependency",
"dependency-injection",
"injection",
"invoke",
"invoker"
],
"time": "2017-03-20T19:28:22+00:00"
},
2018-08-31 13:47:15 +00:00
{
"name": "php-mock/php-mock",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock.git",
"reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/22d297231118e6fd5b9db087fbe1ef866c2b95d2",
"reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2",
"shasum": ""
},
"require": {
"php": ">=5.6",
"phpunit/php-text-template": "^1"
},
"replace": {
"malkusch/php-mock": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
"php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
},
"type": "library",
"autoload": {
"psr-4": {
"phpmock\\": [
"classes/",
"tests/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
}
],
"description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.",
"homepage": "https://github.com/php-mock/php-mock",
"keywords": [
"BDD",
"TDD",
"function",
"mock",
"stub",
"test",
"test double"
],
"time": "2017-02-17T20:52:52+00:00"
},
{
"name": "php-mock/php-mock-integration",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock-integration.git",
"reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
"reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
"shasum": ""
},
"require": {
"php": ">=5.6",
"php-mock/php-mock": "^2",
"phpunit/php-text-template": "^1"
},
"require-dev": {
"phpunit/phpunit": "^4|^5"
},
"type": "library",
"autoload": {
"psr-4": {
"phpmock\\integration\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
}
],
"description": "Integration package for PHP-Mock",
"homepage": "https://github.com/php-mock/php-mock-integration",
"keywords": [
"BDD",
"TDD",
"function",
"mock",
"stub",
"test",
"test double"
],
"time": "2017-02-17T21:31:34+00:00"
},
{
"name": "php-mock/php-mock-mockery",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock-mockery.git",
"reference": "d6d3df9d9232f1623f1ca3cfdaacd53415593825"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock-mockery/zipball/d6d3df9d9232f1623f1ca3cfdaacd53415593825",
"reference": "d6d3df9d9232f1623f1ca3cfdaacd53415593825",
"shasum": ""
},
"require": {
"mockery/mockery": "^1",
"php": ">=5.6",
"php-mock/php-mock-integration": "^2"
},
"require-dev": {
"phpunit/phpunit": "^4|^5"
},
"type": "library",
"autoload": {
"psr-4": {
"phpmock\\mockery\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
}
],
"description": "Mock built-in PHP functions (e.g. time()) with Mockery. This package relies on PHP's namespace fallback policy. No further extension is needed.",
"homepage": "https://github.com/php-mock/php-mock-mockery",
"keywords": [
"BDD",
"TDD",
"function",
"mock",
"mockery",
"stub",
"test",
"test double"
],
"time": "2018-03-27T07:00:25+00:00"
},
2016-09-26 06:30:00 +00:00
{
"name": "phpdocumentor/reflection-common",
2017-10-02 18:42:18 +00:00
"version": "1.0.1",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2017-10-02 18:42:18 +00:00
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2017-10-02 18:42:18 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2017-10-02 18:42:18 +00:00
"time": "2017-09-11T18:02:19+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "phpdocumentor/reflection-docblock",
2018-08-24 15:27:19 +00:00
"version": "4.3.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2018-08-24 15:27:19 +00:00
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0",
2017-12-01 16:52:56 +00:00
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
2016-09-26 06:30:00 +00:00
"webmozart/assert": "^1.0"
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2016-09-26 06:30:00 +00:00
},
"type": "library",
2018-08-24 15:27:19 +00:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2016-09-26 06:30:00 +00:00
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2018-08-24 15:27:19 +00:00
"time": "2017-11-30T07:14:17+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "phpdocumentor/type-resolver",
2017-12-01 16:52:56 +00:00
"version": "0.4.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2017-12-01 16:52:56 +00:00
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2017-12-01 16:52:56 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2017-08-05 21:19:35 +00:00
"php": "^5.5 || ^7.0",
2016-09-26 06:30:00 +00:00
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"phpDocumentor\\Reflection\\": [
"src/"
]
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2015-12-13 04:42:28 +00:00
}
],
2017-12-01 16:52:56 +00:00
"time": "2017-07-14T14:27:02+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpspec/prophecy",
2018-08-19 14:08:03 +00:00
"version": "1.8.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2018-08-19 14:08:03 +00:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-03-06 04:11:00 +00:00
"php": "^5.3|^7.0",
2017-10-02 18:42:18 +00:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2018-08-19 14:08:03 +00:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.8.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2018-08-19 14:08:03 +00:00
"time": "2018-08-05T17:53:17+00:00"
2015-12-13 04:42:28 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "phpstan/phpdoc-parser",
"version": "0.3.1",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "2cc49f47c69b023eaf05b48e6529389893b13d74"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/2cc49f47c69b023eaf05b48e6529389893b13d74",
"reference": "2cc49f47c69b023eaf05b48e6529389893b13d74",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"php": "~7.1"
},
"require-dev": {
"consistence/coding-standard": "^2.0.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/phpstan": "^0.10",
2018-08-30 03:30:34 +00:00
"phpunit/phpunit": "^6.3",
"slevomat/coding-standard": "^3.3.0",
"symfony/process": "^3.4 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"time": "2019-01-14T12:26:23+00:00"
2018-08-30 03:30:34 +00:00
},
{
"name": "phpstan/phpstan",
"version": "0.11.2",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "8e185a74004920419ee97bf9dc62e6a175e8dca5"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/8e185a74004920419ee97bf9dc62e6a175e8dca5",
"reference": "8e185a74004920419ee97bf9dc62e6a175e8dca5",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.3.0",
2018-08-30 03:30:34 +00:00
"jean85/pretty-package-versions": "^1.0.3",
"nette/bootstrap": "^2.4 || ^3.0",
"nette/di": "^2.4.7 || ^3.0",
"nette/robot-loader": "^3.0.1",
"nette/utils": "^2.4.5 || ^3.0",
"nikic/php-parser": "^4.0.2",
"php": "~7.1",
"phpstan/phpdoc-parser": "^0.3",
"symfony/console": "~3.2 || ~4.0",
"symfony/finder": "~3.2 || ~4.0"
},
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"conflict": {
"symfony/console": "3.4.16 || 4.1.5"
},
2018-08-30 03:30:34 +00:00
"require-dev": {
"brianium/paratest": "^2.0",
"consistence/coding-standard": "^3.5",
2018-08-30 03:30:34 +00:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ext-intl": "*",
"ext-mysqli": "*",
"ext-soap": "*",
2018-08-30 03:30:34 +00:00
"ext-zip": "*",
"jakub-onderka/php-parallel-lint": "^1.0",
"localheinz/composer-normalize": "^1.1.0",
2018-08-30 03:30:34 +00:00
"phing/phing": "^2.16.0",
"phpstan/phpstan-deprecation-rules": "^0.11",
"phpstan/phpstan-php-parser": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
2018-08-30 03:30:34 +00:00
"phpunit/phpunit": "^7.0",
Bump phpstan/phpstan from 0.10.5 to 0.10.6 (#866) Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.5 to 0.10.6. <details> <summary>Release notes</summary> *Sourced from [phpstan/phpstan's releases](https://github.com/phpstan/phpstan/releases).* > ## 0.10.6 > * **Full support for PHP 7.3**: > * Support for `is_countable()` (7888e6edf63065220e656055ff1f7a3c54e853a1) - https://wiki.php.net/rfc/is-countable > * Support for `JSON_THROW_ON_ERROR` (d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) - https://wiki.php.net/rfc/json_throw_on_error > * Support for `array_key_first()`/`array_key_last()` (f0252a5ab6b4a293fb25f218d9c64386f272280f) - https://wiki.php.net/rfc/array_key_first_last > * Prevent using symfony/console with broken exit code handling ([#1548](https://github-redirect.dependabot.com/phpstan/phpstan/issues/1548)), thanks [**duncan3dc**](https://github.com/duncan3dc)! </details> <details> <summary>Commits</summary> - [`f0252a5`](https://github.com/phpstan/phpstan/commit/f0252a5ab6b4a293fb25f218d9c64386f272280f) Support for array_key_first/array_key_last - [`d98c7ca`](https://github.com/phpstan/phpstan/commit/d98c7ca1cb6255f4ea05982d18b8b4c03f989abf) Support for JSON_THROW_ON_ERROR - [`7888e6e`](https://github.com/phpstan/phpstan/commit/7888e6edf63065220e656055ff1f7a3c54e853a1) Support for is_countable() - [`81fc897`](https://github.com/phpstan/phpstan/commit/81fc897adb7a6efa5c68f9e730ecf4168dd0bf6f) PHAR failure is no longer allowed - [`daf7688`](https://github.com/phpstan/phpstan/commit/daf768836c9a8f33b40890ce34c015264796b6de) Separate job for PHAR pushing - [`72b301f`](https://github.com/phpstan/phpstan/commit/72b301fb4ccaa228f36367507f3db9c99bf0fad9) Fixed build - [`4635ee1`](https://github.com/phpstan/phpstan/commit/4635ee105d34c2c306317df95bc42e4650d4e1f3) Update README.md - [`e7574d6`](https://github.com/phpstan/phpstan/commit/e7574d6b7aff5bb60d365ff84fd2741a12ab5d84) Fixed commiting PHAR to shim repo - [`99bb3a9`](https://github.com/phpstan/phpstan/commit/99bb3a9d9f31f5aa8cdde3d37be052f15cead78a) Travis - build PHP 7.3 - [`d6c9a4e`](https://github.com/phpstan/phpstan/commit/d6c9a4e5db3d6996c5ff5f6b62c4175ee272fc9e) Travis CI - commit PHAR to phpstan-shim - Additional commits viewable in [compare view](https://github.com/phpstan/phpstan/compare/0.10.5...0.10.6) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6)](https://dependabot.com/compatibility-score.html?dependency-name=phpstan/phpstan&package-manager=composer&previous-version=0.10.5&new-version=0.10.6) 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`. --- <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>
2018-12-08 14:29:48 +00:00
"slevomat/coding-standard": "^4.7.2",
"squizlabs/php_codesniffer": "^3.3.2"
2018-08-30 03:30:34 +00:00
},
"bin": [
"bin/phpstan"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.11-dev"
2018-08-30 03:30:34 +00:00
}
},
"autoload": {
"psr-4": {
"PHPStan\\": [
"src/",
"build/PHPStan"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2019-02-12T14:54:38+00:00"
2018-08-30 03:30:34 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "phpunit/php-code-coverage",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"version": "6.1.4",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2018-08-29 07:49:01 +00:00
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
2018-08-24 15:27:19 +00:00
"phpunit/php-text-template": "^1.2.1",
2018-08-29 07:49:01 +00:00
"phpunit/php-token-stream": "^3.0",
2018-08-24 15:27:19 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) 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`. --- <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>
2018-10-19 09:18:13 +00:00
"sebastian/environment": "^3.1 || ^4.0",
2018-08-24 15:27:19 +00:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2018-08-29 07:49:01 +00:00
"ext-xdebug": "^2.6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) 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`. --- <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>
2018-10-19 09:18:13 +00:00
"dev-master": "6.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-24 15:27:19 +00:00
"email": "sebastian@phpunit.de",
2015-12-13 04:42:28 +00:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"time": "2018-10-31T16:06:48+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-file-iterator",
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:48:32 +00:00
"version": "2.0.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:48:32 +00:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:48:32 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:48:32 +00:00
"require-dev": {
"phpunit/phpunit": "^7.1"
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "2.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-29 07:49:01 +00:00
"email": "sebastian@phpunit.de",
2015-12-13 04:42:28 +00:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:48:32 +00:00
"time": "2018-09-13T20:33:42+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2017-02-14 06:53:02 +00:00
"time": "2015-06-21T13:50:34+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-timer",
2018-08-29 07:49:01 +00:00
"version": "2.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2018-08-29 07:49:01 +00:00
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
2016-09-26 06:30:00 +00:00
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0"
2016-09-26 06:30:00 +00:00
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "2.0-dev"
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-29 07:49:01 +00:00
"email": "sebastian@phpunit.de",
2015-12-13 04:42:28 +00:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2018-08-29 07:49:01 +00:00
"time": "2018-02-01T13:07:23+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-token-stream",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"version": "3.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c99e3be9d3e85f60646f152f9002d46ed7770d18",
"reference": "c99e3be9d3e85f60646f152f9002d46ed7770d18",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "3.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"time": "2018-10-30T05:52:18+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/phpunit",
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"version": "7.5.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7c89093bd00f7d5ddf0ab81dee04f801416b4944",
"reference": "7c89093bd00f7d5ddf0ab81dee04f801416b4944",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"doctrine/instantiator": "^1.1",
2015-12-13 04:42:28 +00:00
"ext-dom": "*",
"ext-json": "*",
2017-02-14 06:53:02 +00:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2018-08-29 07:49:01 +00:00
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
2018-08-24 15:27:19 +00:00
"phpspec/prophecy": "^1.7",
2018-08-29 07:49:01 +00:00
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
2018-08-24 15:27:19 +00:00
"phpunit/php-text-template": "^1.2.1",
2018-08-29 07:49:01 +00:00
"phpunit/php-timer": "^2.0",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"sebastian/environment": "^4.0",
2018-08-24 15:27:19 +00:00
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) 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`. --- <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>
2018-10-06 10:23:07 +00:00
"sebastian/resource-operations": "^2.0",
2018-08-24 15:27:19 +00:00
"sebastian/version": "^2.0.1"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"conflict": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit-mock-objects": "*"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"ext-pdo": "*"
},
2015-12-13 04:42:28 +00:00
"suggest": {
2018-08-29 07:49:01 +00:00
"ext-soap": "*",
2017-02-14 06:53:02 +00:00
"ext-xdebug": "*",
2018-08-29 07:49:01 +00:00
"phpunit/php-invoker": "^2.0"
2015-12-13 04:42:28 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
Bump phpunit/phpunit from 7.4.5 to 7.5.0 (#873) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.5 to 7.5.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.0] - 2018-12-07 > > ### Added > > * Implemented [#3340](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3340): Added `assertEqualsCanonicalizing()`, `assertEqualsIgnoringCase()`, `assertEqualsWithDelta()`, `assertNotEqualsCanonicalizing()`, `assertNotEqualsIgnoringCase()`, and `assertNotEqualsWithDelta()` as alternatives to using `assertEquals()` and `assertNotEquals()` with the `$delta`, `$canonicalize`, or `$ignoreCase` parameters > * Implemented [#3368](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3368): Added `assertIsArray()`, `assertIsBool()`, `assertIsFloat()`, `assertIsInt()`, `assertIsNumeric()`, `assertIsObject()`, `assertIsResource()`, `assertIsString()`, `assertIsScalar()`, `assertIsCallable()`, `assertIsIterable()`, `assertIsNotArray()`, `assertIsNotBool()`, `assertIsNotFloat()`, `assertIsNotInt()`, `assertIsNotNumeric()`, `assertIsNotObject()`, `assertIsNotResource()`, `assertIsNotString()`, `assertIsNotScalar()`, `assertIsNotCallable()`, `assertIsNotIterable()` as alternatives to `assertInternalType()` and `assertNotInternalType()` > * Implemented [#3391](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3391): Added a `TestHook` that fires after each test, regardless of result > * Implemented [#3417](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3417): Refinements related to test suite sorting and TestDox result printer > * Implemented [#3422](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3422): Added `assertStringContainsString()`, `assertStringContainsStringIgnoringCase()`, `assertStringNotContainsString()`, and `assertStringNotContainsStringIgnoringCase()` > > ### Deprecated > > * The methods `assertInternalType()` and `assertNotInternalType()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed. > * The methods `assertAttributeContains()`, `assertAttributeNotContains()`, `assertAttributeContainsOnly()`, `assertAttributeNotContainsOnly()`, `assertAttributeCount()`, `assertAttributeNotCount()`, `assertAttributeEquals()`, `assertAttributeNotEquals()`, `assertAttributeEmpty()`, `assertAttributeNotEmpty()`, `assertAttributeGreaterThan()`, `assertAttributeGreaterThanOrEqual()`, `assertAttributeLessThan()`, `assertAttributeLessThanOrEqual()`, `assertAttributeSame()`, `assertAttributeNotSame()`, `assertAttributeInstanceOf()`, `assertAttributeNotInstanceOf()`, `assertAttributeInternalType()`, `assertAttributeNotInternalType()`, `attributeEqualTo()`, `readAttribute()`, `getStaticAttribute()`, and `getObjectAttribute()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods will be removed. > * The optional parameters `$delta`, `$maxDepth`, `$canonicalize`, and `$ignoreCase` of `assertEquals()` and `assertNotEquals()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed. > * The annotations `[**expectedException**](https://github.com/expectedException)`, `[**expectedExceptionCode**](https://github.com/expectedExceptionCode)`, `[**expectedExceptionMessage**](https://github.com/expectedExceptionMessage)`, and `[**expectedExceptionMessageRegExp**](https://github.com/expectedExceptionMessageRegExp)` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these annotations will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these annotations will be removed. > * Using the methods `assertContains()` and `assertNotContains()` on `string` haystacks is now deprecated. There is no behavioral change in this version of PHPUnit. Using these methods on `string` haystacks will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these methods cannot be used on on `string` haystacks anymore. > * The optional parameters `$ignoreCase`, `$checkForObjectIdentity`, and `$checkForNonObjectIdentity` of `assertContains()` and `assertNotContains()` are now deprecated. There is no behavioral change in this version of PHPUnit. Using these parameters will trigger a deprecation warning in PHPUnit 8 and in PHPUnit 9 these parameters will be removed. > > ### Fixed > > * Implemented [#3428](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3428): `TestSuite` setup failures are not logged correctly > * Implemented [#3429](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3429): Inefficient loop in `getHookMethods()` > * Implemented [#3437](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3437): JUnit logger skips PHPT tests > > [7.5.0]: https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0 </details> <details> <summary>Commits</summary> - [`5207231`](https://github.com/sebastianbergmann/phpunit/commit/520723129e2b3fc1dc4c0953e43c9d40e1ecb352) Prepare release - [`49ff35c`](https://github.com/sebastianbergmann/phpunit/commit/49ff35ccefff23fb0019365c3427177d3398833c) CodeCov is a harsh mistress - [`092d742`](https://github.com/sebastianbergmann/phpunit/commit/092d742a13dda7cf9b221e56d5fd8111354537f0) Do not throw needless fatals when logging non-standard TestCase - [`ebcf10b`](https://github.com/sebastianbergmann/phpunit/commit/ebcf10b3a95f90315be8c89d1a22f5247a1c2cbd) There will not be another PHPUnit 7.4 release - [`c8d9d95`](https://github.com/sebastianbergmann/phpunit/commit/c8d9d9571392df75aa488b9af8460bd4ef209f8e) Update ChangeLog - [`51a7c5b`](https://github.com/sebastianbergmann/phpunit/commit/51a7c5b14645ca7cbf81d37240d34737adb96423) Fix Windows paths in tests - [`ecb4c1c`](https://github.com/sebastianbergmann/phpunit/commit/ecb4c1c28fb937011a67f648bee64dcede9e1e03) Add tests for including PHPT results in TeamCity and JUnit loggers - [`5805fd7`](https://github.com/sebastianbergmann/phpunit/commit/5805fd79808477d3c9b05897a4e75c6947c2eb0a) CS/WS fixes - [`94487b2`](https://github.com/sebastianbergmann/phpunit/commit/94487b2440895657ebb81a1c07ed0b819cb450bd) Add test coverage for newly added information methods - [`e4edc0b`](https://github.com/sebastianbergmann/phpunit/commit/e4edc0b092e3fa880ec5415aca4a8f9b221a3426) CS/WS fixes - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.5...7.5.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.5&new-version=7.5.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.5&new-version=7.5.0) 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>
2018-12-10 13:26:27 +00:00
"dev-master": "7.5-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"time": "2019-01-15T08:19:08+00:00"
2015-12-13 04:42:28 +00:00
},
{
2018-08-29 07:49:01 +00:00
"name": "psy/psysh",
"version": "v0.9.9",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/bobthecow/psysh.git",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
"reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"dnoegel/php-xdg-base-dir": "0.1",
2018-08-19 14:08:03 +00:00
"ext-json": "*",
"ext-tokenizer": "*",
"jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
2018-08-19 14:08:03 +00:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
2018-04-14 21:16:04 +00:00
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2018-08-19 14:08:03 +00:00
"bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "~2.15|~3.16",
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2017-02-14 06:53:02 +00:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-develop": "0.9.x-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"files": [
2018-08-19 14:08:03 +00:00
"src/functions.php"
2017-02-14 06:53:02 +00:00
],
"psr-4": {
2018-08-19 14:08:03 +00:00
"Psy\\": "src/"
2017-02-14 06:53:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
"time": "2018-10-13T15:16:03+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/comparator",
2018-08-29 07:49:01 +00:00
"version": "3.0.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2018-08-29 07:49:01 +00:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2018-08-24 15:27:19 +00:00
"sebastian/exporter": "^3.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.1"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "3.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2018-08-24 15:27:19 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2015-12-13 04:42:28 +00:00
"keywords": [
"comparator",
"compare",
"equality"
],
2018-08-29 07:49:01 +00:00
"time": "2018-07-12T15:12:46+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/diff",
2018-08-29 07:49:01 +00:00
"version": "3.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2018-08-29 07:49:01 +00:00
"reference": "366541b989927187c4ca70490a35615d3fef2dce"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
"reference": "366541b989927187c4ca70490a35615d3fef2dce",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "3.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2015-12-13 06:29:15 +00:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-12-13 04:42:28 +00:00
"keywords": [
2018-08-29 07:49:01 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2015-12-13 04:42:28 +00:00
],
2018-08-29 07:49:01 +00:00
"time": "2018-06-10T07:54:39+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/environment",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"version": "4.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/febd209a219cea7b56ad799b30ebbea34b71eb8f",
"reference": "febd209a219cea7b56ad799b30ebbea34b71eb8f",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"phpunit/phpunit": "^7.4"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"dev-master": "4.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
Bump phpunit/phpunit from 7.4.3 to 7.4.5 (#863) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.3 to 7.4.5. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/7.4.5/ChangeLog-7.4.md).* > ## [7.4.5] - 2018-12-03 > > * Fixed [#3410](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3410): Parent directory of `cacheResultFile` is not created when it does not exist > * Fixed [#3418](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3418): Conflicting placeholder replacement and argument exporting inconsistencies in `[**testdox**](https://github.com/testdox)` > > ## [7.4.4] - 2018-11-14 > > ### Fixed > > * Fixed [#3379](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3379): Dependent test of skipped test has status `-1` > * Fixed [#3394](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3394): Process Isolation does not work when PHPUnit is used as PHAR > * Fixed [#3398](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3398): Bug when replacing placeholders in `[**testdox**](https://github.com/testdox)` annotation using an associative array > * Fixed [#3401](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3401): Test re-ordering edge cases > * Fixed [#3402](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3402): Listening to the tests in reverse revealed evil hidden messages </details> <details> <summary>Commits</summary> - [`61d34e8`](https://github.com/sebastianbergmann/phpunit/commit/61d34e8dd6eb3555900f0f2a2fa9e7e570730102) Prepare release - [`3d90af0`](https://github.com/sebastianbergmann/phpunit/commit/3d90af037d944ae95beea2817f5d03d42366edc8) Update ChangeLog - [`a14dcf7`](https://github.com/sebastianbergmann/phpunit/commit/a14dcf7f873bf31d588f236430ed23fb970537cb) Remove useless variable - [`e58045a`](https://github.com/sebastianbergmann/phpunit/commit/e58045aefe450397300087a516981086feb0873d) Fix CS violations - [`73a4961`](https://github.com/sebastianbergmann/phpunit/commit/73a4961a78c40edd9e74784e4a8d5199e4352136) - Fix conflicting placeholder replacement - [`c471247`](https://github.com/sebastianbergmann/phpunit/commit/c471247d85e0552dd9734ee3f81d962da1692764) Revert "Revert "Cleanup"" - [`6a137ad`](https://github.com/sebastianbergmann/phpunit/commit/6a137ad134adbd5f6a916cb5763371255dc0b805) Add tests - [`bac4fa5`](https://github.com/sebastianbergmann/phpunit/commit/bac4fa595391a62963fa6c20562d98d9b1b5061d) Add tests - [`3c27bda`](https://github.com/sebastianbergmann/phpunit/commit/3c27bdad0388b10731ab415abff20611d02677a9) Update after deletion of PHPUnit 7.3 branch - [`c24fa1a`](https://github.com/sebastianbergmann/phpunit/commit/c24fa1a0dbc70797d765e53c929e735ba69e6849) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.3...7.4.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.3&new-version=7.4.5) 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`. --- <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>
2018-12-03 10:05:51 +00:00
"time": "2018-11-25T09:31:21+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/exporter",
2018-08-24 15:27:19 +00:00
"version": "3.1.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2018-08-24 15:27:19 +00:00
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2016-09-26 06:30:00 +00:00
"ext-mbstring": "*",
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.1.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2018-08-24 15:27:19 +00:00
"time": "2017-04-03T13:19:02+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/global-state",
2018-08-24 15:27:19 +00:00
"version": "2.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2018-08-24 15:27:19 +00:00
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "2.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2018-08-24 15:27:19 +00:00
"time": "2017-04-27T15:39:26+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "sebastian/object-enumerator",
2018-08-24 15:27:19 +00:00
"version": "3.0.3",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2018-08-24 15:27:19 +00:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.0.x-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2018-08-24 15:27:19 +00:00
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/recursion-context",
2018-08-24 15:27:19 +00:00
"version": "3.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2018-08-24 15:27:19 +00:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2018-08-24 15:27:19 +00:00
"time": "2017-03-03T06:23:57+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "sebastian/resource-operations",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) 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`. --- <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>
2018-10-06 10:23:07 +00:00
"version": "2.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) 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`. --- <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>
2018-10-06 10:23:07 +00:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) 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`. --- <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>
2018-10-06 10:23:07 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
2017-02-14 06:53:02 +00:00
"require": {
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) 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`. --- <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>
2018-10-06 10:23:07 +00:00
"php": "^7.1"
2017-02-14 06:53:02 +00:00
},
2015-12-13 04:42:28 +00:00
"type": "library",
2017-02-14 06:53:02 +00:00
"extra": {
"branch-alias": {
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) 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`. --- <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>
2018-10-06 10:23:07 +00:00
"dev-master": "2.0-dev"
2017-02-14 06:53:02 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-02-14 06:53:02 +00:00
"email": "sebastian@phpunit.de"
2015-12-13 04:42:28 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) 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`. --- <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>
2018-10-06 10:23:07 +00:00
"time": "2018-10-04T04:07:39+00:00"
2017-01-14 13:47:21 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "sebastian/version",
"version": "2.0.1",
2017-01-14 13:47:21 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2017-01-14 13:47:21 +00:00
},
"dist": {
"type": "zip",
2017-02-14 06:53:02 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
2017-02-14 06:53:02 +00:00
"php": ">=5.6"
2017-01-14 13:47:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-02-14 06:53:02 +00:00
"dev-master": "2.0.x-dev"
2017-01-14 13:47:21 +00:00
}
},
"autoload": {
2017-02-14 06:53:02 +00:00
"classmap": [
"src/"
2017-01-14 13:47:21 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-02-14 06:53:02 +00:00
"BSD-3-Clause"
2017-01-14 13:47:21 +00:00
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2017-01-14 13:47:21 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
2015-12-13 04:42:28 +00:00
},
2015-12-27 09:12:10 +00:00
{
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"name": "seld/jsonlint",
"version": "1.7.1",
2015-12-27 09:12:10 +00:00
"source": {
"type": "git",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
2015-12-27 09:12:10 +00:00
},
"dist": {
"type": "zip",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
2015-12-27 09:12:10 +00:00
"shasum": ""
},
"require": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"php": "^5.3 || ^7.0"
2015-12-27 09:12:10 +00:00
},
2017-02-14 06:53:02 +00:00
"require-dev": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-02-14 06:53:02 +00:00
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
"time": "2018-01-24T12:46:19+00:00"
},
{
"name": "seld/phar-utils",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
"shasum": ""
},
"require": {
"php": ">=5.3"
2017-02-14 06:53:02 +00:00
},
2015-12-27 09:12:10 +00:00
"type": "library",
"extra": {
"branch-alias": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"dev-master": "1.x-dev"
2015-12-27 09:12:10 +00:00
}
},
"autoload": {
"psr-4": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"Seld\\PharUtils\\": "src/"
}
2015-12-27 09:12:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
2015-12-27 09:12:10 +00:00
}
],
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
"phra"
],
"time": "2015-10-13T18:44:15+00:00"
2015-12-27 09:12:10 +00:00
},
{
"name": "symfony/dom-crawler",
"version": "v3.4.22",
2015-12-27 09:12:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422"
2015-12-27 09:12:10 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/32cb577c07bd900ee883a9d4b55d4098aa02e422",
"reference": "32cb577c07bd900ee883a9d4b55d4098aa02e422",
2015-12-27 09:12:10 +00:00
"shasum": ""
},
"require": {
2017-10-02 18:42:18 +00:00
"php": "^5.5.9|>=7.0.8",
2018-08-19 14:08:03 +00:00
"symfony/polyfill-ctype": "~1.8",
2015-12-27 09:12:10 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
2017-12-01 16:52:56 +00:00
"symfony/css-selector": "~2.8|~3.0|~4.0"
2015-12-27 09:12:10 +00:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-01 16:52:56 +00:00
"dev-master": "3.4-dev"
2015-12-27 09:12:10 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2019-01-16T13:27:11+00:00"
2015-12-27 09:12:10 +00:00
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
{
"name": "symfony/filesystem",
Bump barryvdh/laravel-ide-helper from 2.5.2 to 2.5.3 (#883) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.5.2 to 2.5.3. <details> <summary>Commits</summary> - [`3d7f124`](https://github.com/barryvdh/laravel-ide-helper/commit/3d7f1240896a075aa23b13f82dfcbe165dadeef2) prevent loading views if `view` class not in container ([#691](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/691)) - [`32df0a3`](https://github.com/barryvdh/laravel-ide-helper/commit/32df0a3bc641aa225f7ec988c1d5a95509f20e28) Fix: Parametrized relationships prevent generation of metadata ([#719](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/719)) - [`2f8283a`](https://github.com/barryvdh/laravel-ide-helper/commit/2f8283a7463c6f81f793fae4b6386eb7970e93aa) Optionally write missing Laravel Model DocBlock ([#700](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/700)) - [`2a63b31`](https://github.com/barryvdh/laravel-ide-helper/commit/2a63b314754f4ebb7a5e8fb22fa8c3df47a24456) Merge pull request [#730](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/730) from apollopy/master - [`494d159`](https://github.com/barryvdh/laravel-ide-helper/commit/494d1593c8655a3364cfed3707ca68fec8f52984) Merge pull request [#732](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/732) from HikaruYasuda/fix/duplicateMacroMethods - [`e513fb3`](https://github.com/barryvdh/laravel-ide-helper/commit/e513fb34dce95a0138ec79d0f172e169fe4f14e4) Merge pull request [#743](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/743) from JeppeKnockaert/fix-travis-timeout - [`5db8275`](https://github.com/barryvdh/laravel-ide-helper/commit/5db82752eff63e4a7e1c39394376bc97413b9eb0) Merge pull request [#742](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/742) from JeppeKnockaert/update-reflection-docblock-to-v2-0-6 - [`1f555bc`](https://github.com/barryvdh/laravel-ide-helper/commit/1f555bc1947a5e7a5279f14a9160c174f3e42932) bugfix - Increase composer update timeout in Travis - [`b0ce532`](https://github.com/barryvdh/laravel-ide-helper/commit/b0ce5325de3796de5445615926a477cd21d47484) Update ReflectionDocBlock to v2.0.6 - [`aeae59d`](https://github.com/barryvdh/laravel-ide-helper/commit/aeae59d0af95a3977e2bcf2338c3a95b0c9eb212) Merge pull request [#740](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/740) from JeppeKnockaert/fix-cannot-redeclare-method - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.5.2...v2.5.3) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.5.2&new-version=2.5.3) 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>
2018-12-20 16:29:21 +00:00
"version": "v4.2.1",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/2f4c8b999b3b7cadb2a69390b01af70886753710",
"reference": "2f4c8b999b3b7cadb2a69390b01af70886753710",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
"time": "2018-11-11T19:52:12+00:00"
},
{
"name": "symfony/yaml",
"version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "d461670ee145092b7e2a56c1da7118f19cadadb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/d461670ee145092b7e2a56c1da7118f19cadadb0",
"reference": "d461670ee145092b7e2a56c1da7118f19cadadb0",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
"symfony/console": "~3.4|~4.0"
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.2-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Yaml Component",
"homepage": "https://symfony.com",
"time": "2019-01-16T20:35:37+00:00"
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) 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`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <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 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>
2018-09-27 06:47:46 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "theseer/tokenizer",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "webmozart/assert",
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"version": "1.4.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
"reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"php": "^5.3.3 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-09-26 06:30:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-14 13:47:21 +00:00
"dev-master": "1.3-dev"
2016-09-26 06:30:00 +00:00
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
Bump phpunit/phpunit from 7.5.1 to 7.5.2 (#895) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.5.1 to 7.5.2. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.5.md).* > ## [7.5.2] - 2019-01-15 > > ### Fixed > > * Fixed [#3456](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3456): Generator for Xdebug filter script does not handle directories with leading `.` correctly > * Fixed [#3459](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3459): `[**requires**](https://github.com/requires)` function swallows digits at the end of function name </details> <details> <summary>Commits</summary> - [`7c89093`](https://github.com/sebastianbergmann/phpunit/commit/7c89093bd00f7d5ddf0ab81dee04f801416b4944) Prepare release - [`6bef716`](https://github.com/sebastianbergmann/phpunit/commit/6bef716234a519ee880b593179a52bb6ddd2cbd3) Merge branch '6.5' into 7.5 - [`6050504`](https://github.com/sebastianbergmann/phpunit/commit/6050504ca5fb73f3c737ff566526c4e03573de6e) Bump copyright year - [`99bd534`](https://github.com/sebastianbergmann/phpunit/commit/99bd534a8ab88573d4280a9082924aaec5719dad) Fix CS/WS issue - [`56e1bce`](https://github.com/sebastianbergmann/phpunit/commit/56e1bcea42b36afd66eac01d42dbf6af274981b4) Update ChangeLog - [`afa7f01`](https://github.com/sebastianbergmann/phpunit/commit/afa7f010950cf27b6a29cf8df4124f9831e10a36) feat(xdebug-filter-generator): improve directories paths - [`be5f758`](https://github.com/sebastianbergmann/phpunit/commit/be5f75805b5323ee75ede2edce8ab9a77a61a47b) Merge branch '6.5' into 7.5 - [`a33f8d2`](https://github.com/sebastianbergmann/phpunit/commit/a33f8d243c8001680c16bc64483a410017900c15) Update php-cs-fixer - [`eb22621`](https://github.com/sebastianbergmann/phpunit/commit/eb22621779d0bdd8dd0fb4202ead068f0881fbbc) Revert "Do not use Phive to manage php-cs-fixer (for now)" - [`d44f244`](https://github.com/sebastianbergmann/phpunit/commit/d44f2448e6ce249107c00aebcdfb239e61663d12) Merge branch '6.5' into 7.5 - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.5.1...7.5.2) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.5.1&new-version=7.5.2) 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>
2019-01-16 15:30:58 +00:00
"time": "2018-12-25T11:19:39+00:00"
},
{
"name": "windwalker/renderer",
"version": "3.5.1",
"source": {
"type": "git",
"url": "https://github.com/ventoviro/windwalker-renderer.git",
"reference": "9999d99c1adbc6b82e7a158701c8689efb817687"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ventoviro/windwalker-renderer/zipball/9999d99c1adbc6b82e7a158701c8689efb817687",
"reference": "9999d99c1adbc6b82e7a158701c8689efb817687",
"shasum": ""
},
"require": {
"php": ">=7.1.3",
"windwalker/structure": "~3.0"
},
"require-dev": {
"illuminate/view": "5.2.*",
"league/plates": "3.*",
"mustache/mustache": "2.*",
"twig/twig": "1.*",
"windwalker/dom": "~3.0",
"windwalker/filesystem": "~3.0",
"windwalker/test": "~3.0"
},
"suggest": {
"illuminate/view": "Install 5.* if you require Laravel Blade engine.",
"league/plates": "Install 3.* if you require Plates template engine.",
"mustache/mustache": "Install 2.* if you require Mustache engine.",
"twig/twig": "Install 1.* if you require Twig engine."
},
"type": "windwalker-package",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Windwalker\\Renderer\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.0-or-later"
],
"description": "Windwalker Renderer package",
"homepage": "https://github.com/ventoviro/windwalker-renderer",
"keywords": [
"framework",
"renderer",
"windwalker"
],
"time": "2019-01-13T08:39:07+00:00"
},
{
"name": "windwalker/structure",
"version": "3.5.1",
"source": {
"type": "git",
"url": "https://github.com/ventoviro/windwalker-structure.git",
"reference": "c54090c14f1a9d1bd2a791d64d9aaceaa9440e90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ventoviro/windwalker-structure/zipball/c54090c14f1a9d1bd2a791d64d9aaceaa9440e90",
"reference": "c54090c14f1a9d1bd2a791d64d9aaceaa9440e90",
"shasum": ""
},
"require": {
"php": ">=7.1.3"
},
"require-dev": {
"ext-json": "*",
"symfony/yaml": "3.*",
"windwalker/test": "~3.0"
},
"suggest": {
"symfony/yaml": "Install 3.* if you require YAML support."
},
"type": "windwalker-package",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Windwalker\\Structure\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-2.0-or-later"
],
"description": "Windwalker Structure package",
"homepage": "https://github.com/ventoviro/windwalker-structure",
"keywords": [
"framework",
"structure",
"windwalker"
],
"time": "2019-02-05T05:54:56+00:00"
2015-12-13 04:42:28 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
2016-02-01 03:00:39 +00:00
"stability-flags": [],
2015-12-13 04:42:28 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2018-08-29 07:49:01 +00:00
"php": ">=7.1.3",
2018-08-19 14:08:03 +00:00
"ext-exif": "*",
2018-08-24 15:27:19 +00:00
"ext-fileinfo": "*",
2018-08-19 14:08:03 +00:00
"ext-json": "*",
"ext-simplexml": "*"
2015-12-13 04:42:28 +00:00
},
2018-08-24 15:27:19 +00:00
"platform-dev": []
2015-12-13 04:42:28 +00:00
}