koel/composer.lock

10175 lines
365 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",
2020-09-06 18:21:39 +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": "058ece2df4d81093f9268a416cb1d0ef",
2015-12-13 04:42:28 +00:00
"packages": [
{
"name": "algolia/algoliasearch-client-php",
"version": "2.7.3",
"source": {
"type": "git",
"url": "https://github.com/algolia/algoliasearch-client-php.git",
"reference": "142a382e4649db0cb64d9eb8893872f1a4ba8dd3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/algolia/algoliasearch-client-php/zipball/142a382e4649db0cb64d9eb8893872f1a4ba8dd3",
"reference": "142a382e4649db0cb64d9eb8893872f1a4ba8dd3",
"shasum": ""
},
"require": {
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"php": "^5.3 || ^7.0 || ^8.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
"fzaninotto/faker": "^1.8",
"julienbourdeau/phpunit": "4.8.37",
"symfony/yaml": "^2.0 || ^4.0"
},
"suggest": {
"guzzlehttp/guzzle": "If you prefer to use Guzzle HTTP client instead of the Http Client implementation provided by the package"
},
"bin": [
"bin/algolia-doctor"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-2.0": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Algolia\\AlgoliaSearch\\": "src/"
},
"files": [
"src/Http/Psr7/functions.php",
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Algolia Team",
"email": "contact@algolia.com"
}
],
"description": "Algolia Search API Client for PHP",
"keywords": [
"algolia",
"api",
"client",
"php",
"search"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/algolia/algoliasearch-client-php/issues",
"source": "https://github.com/algolia/algoliasearch-client-php/tree/2.7.3"
},
"time": "2020-12-22T11:27:03+00:00"
},
2016-06-13 09:04:42 +00:00
{
"name": "aws/aws-sdk-php",
2021-01-31 17:49:54 +00:00
"version": "3.172.4",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
2021-01-31 17:49:54 +00:00
"reference": "506e60798bb7d13bdafadce9727ab9cc9ac987b0"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/506e60798bb7d13bdafadce9727ab9cc9ac987b0",
"reference": "506e60798bb7d13bdafadce9727ab9cc9ac987b0",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
2017-10-02 18:42:18 +00:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"guzzlehttp/guzzle": "^5.3.3|^6.2.1|^7.0",
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4.1",
"mtdowling/jmespath.php": "^2.5",
2016-06-13 09:04:42 +00:00
"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",
2020-09-06 18:21:39 +00:00
"paragonie/random_compat": ">= 2",
2018-04-14 21:16:04 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3",
2019-06-30 14:22:53 +00:00
"psr/cache": "^1.0",
"psr/simple-cache": "^1.0",
"sebastian/comparator": "^1.2.3"
2016-06-13 09:04:42 +00:00
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.172.4"
},
"time": "2021-01-29T19:17:51+00:00"
2016-06-13 09:04:42 +00:00
},
{
"name": "aws/aws-sdk-php-laravel",
"version": "3.6.0",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php-laravel.git",
"reference": "49bc5d90b1ebfb107d0b650fd49b41b241425a36"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/49bc5d90b1ebfb107d0b650fd49b41b241425a36",
"reference": "49bc5d90b1ebfb107d0b650fd49b41b241425a36",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "~3.0",
"illuminate/support": "^5.1 || ^6.0 || ^7.0 || ^8.0",
2016-06-13 09:04:42 +00:00
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0",
"vlucas/phpdotenv": "^1.0 || ^2.0 || ^3.0 || ^4.0 || ^5.0"
2016-06-13 09:04:42 +00:00
},
"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/6/7/8 service provider for including the AWS SDK for PHP.",
2016-06-13 09:04:42 +00:00
"homepage": "http://aws.amazon.com/sdkforphp2",
"keywords": [
"amazon",
"aws",
"dynamodb",
"ec2",
"laravel",
"laravel 5",
"laravel 6",
"laravel 7",
"laravel 8",
2016-06-13 09:04:42 +00:00
"s3",
"sdk"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/aws/aws-sdk-php-laravel/issues",
"source": "https://github.com/aws/aws-sdk-php-laravel/tree/3.6.0"
},
"time": "2020-09-14T17:33:55+00:00"
2015-12-13 04:42:28 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "brick/math",
"version": "0.9.2",
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/brick/math.git",
"reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/brick/math/zipball/dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
"reference": "dff976c2f3487d42c1db75a3b180e2b9f0e72ce0",
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"ext-json": "*",
"php": "^7.1 || ^8.0"
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"php-coveralls/php-coveralls": "^2.2",
"phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
"vimeo/psalm": "4.3.2"
},
2020-09-06 18:21:39 +00:00
"type": "library",
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Brick\\Math\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-09-06 18:21:39 +00:00
"MIT"
],
2020-09-06 18:21:39 +00:00
"description": "Arbitrary-precision arithmetic library",
"keywords": [
"Arbitrary-precision",
"BigInteger",
"BigRational",
"arithmetic",
"bigdecimal",
"bignum",
"brick",
"math"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/brick/math/issues",
"source": "https://github.com/brick/math/tree/0.9.2"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
2020-09-06 18:21:39 +00:00
"url": "https://tidelift.com/funding/github/packagist/brick/math",
"type": "tidelift"
}
],
"time": "2021-01-20T22:51:39+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",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/DaveRandom/Resume/issues",
"source": "https://github.com/DaveRandom/Resume/tree/master"
},
2018-08-30 02:53:18 +00:00
"time": "2018-01-28T03:18:55+00:00"
},
2017-04-23 16:01:02 +00:00
{
"name": "doctrine/cache",
2020-09-06 18:21:39 +00:00
"version": "1.10.2",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2020-09-06 18:21:39 +00:00
"reference": "13e3381b25847283a91948d04640543941309727"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/13e3381b25847283a91948d04640543941309727",
"reference": "13e3381b25847283a91948d04640543941309727",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "~7.1 || ^8.0"
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": "^6.0",
2018-08-24 15:27:19 +00:00
"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": {
"dev-master": "1.9.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": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-04-23 16:01:02 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
"homepage": "https://www.doctrine-project.org/projects/cache.html",
2017-04-23 16:01:02 +00:00
"keywords": [
"abstraction",
"apcu",
2017-04-23 16:01:02 +00:00
"cache",
"caching",
"couchdb",
"memcached",
"php",
"redis",
"xcache"
2017-04-23 16:01:02 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.10.x"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
"type": "tidelift"
}
],
"time": "2020-07-07T18:54:01+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/dbal",
2020-12-22 20:11:07 +00:00
"version": "2.12.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",
2020-12-22 20:11:07 +00:00
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/adce7a954a1c2f14f85e94aed90c8489af204086",
"reference": "adce7a954a1c2f14f85e94aed90c8489af204086",
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.3 || ^8"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"doctrine/coding-standard": "^8.1",
"jetbrains/phpstorm-stubs": "^2019.1",
"phpstan/phpstan": "^0.12.40",
"phpunit/phpunit": "^9.4",
2020-09-06 18:21:39 +00:00
"psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.17.2"
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": {
"dev-master": "4.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": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-04-23 16:01:02 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"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",
2020-09-06 18:21:39 +00:00
"db2",
2018-08-24 15:27:19 +00:00
"dbal",
2020-09-06 18:21:39 +00:00
"mariadb",
"mssql",
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",
2020-09-06 18:21:39 +00:00
"oci8",
"oracle",
"pdo",
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",
2020-09-06 18:21:39 +00:00
"postgresql",
"queryobject",
"sasql",
"sql",
"sqlanywhere",
"sqlite",
"sqlserver",
"sqlsrv"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.12.1"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
"type": "tidelift"
}
2017-04-23 16:01:02 +00:00
],
2020-12-22 20:11:07 +00:00
"time": "2020-11-14T20:26:58+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/event-manager",
2020-09-06 18:21:39 +00:00
"version": "1.1.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/event-manager.git",
2020-09-06 18:21:39 +00:00
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
"reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^7.1 || ^8.0"
2018-08-24 15:27:19 +00:00
},
"conflict": {
"doctrine/common": "<2.9@dev"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
"doctrine/coding-standard": "^6.0",
2018-08-24 15:27:19 +00:00
"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": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-04-23 16:01:02 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2018-08-24 15:27:19 +00:00
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-04-23 16:01:02 +00:00
}
],
"description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
2018-08-24 15:27:19 +00:00
"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",
"event dispatcher",
"event manager",
"event system",
"events"
2017-04-23 16:01:02 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/doctrine/event-manager/issues",
"source": "https://github.com/doctrine/event-manager/tree/1.1.x"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
"type": "tidelift"
}
],
"time": "2020-05-29T18:28:51+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/inflector",
2020-09-06 18:21:39 +00:00
"version": "2.0.3",
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",
2020-09-06 18:21:39 +00:00
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
"reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^7.2 || ^8.0"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +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": {
2020-09-06 18:21:39 +00:00
"Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
2017-04-23 16:01:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2017-04-23 16:01:02 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"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
}
],
2020-09-06 18:21:39 +00:00
"description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
"homepage": "https://www.doctrine-project.org/projects/inflector.html",
2017-04-23 16:01:02 +00:00
"keywords": [
2018-08-24 15:27:19 +00:00
"inflection",
2020-09-06 18:21:39 +00:00
"inflector",
"lowercase",
"manipulation",
"php",
"plural",
"singular",
"strings",
"uppercase",
"words"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/2.0.x"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
"type": "tidelift"
}
2017-04-23 16:01:02 +00:00
],
2020-09-06 18:21:39 +00:00
"time": "2020-05-29T15:13:26+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",
2020-09-06 18:21:39 +00:00
"version": "1.2.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",
2020-09-06 18:21:39 +00:00
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
"reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^7.2 || ^8.0"
2015-12-13 04:42:28 +00:00
},
2019-06-30 14:22:53 +00:00
"require-dev": {
2020-09-06 18:21:39 +00:00
"doctrine/coding-standard": "^6.0",
"phpstan/phpstan": "^0.11.8",
"phpunit/phpunit": "^8.2"
2019-06-30 14:22:53 +00:00
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "1.2.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
2019-06-30 14:22:53 +00:00
"psr-4": {
"Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
2020-09-06 18:21:39 +00:00
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
2015-12-13 04:42:28 +00:00
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2019-06-30 14:22:53 +00:00
"description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
"homepage": "https://www.doctrine-project.org/projects/lexer.html",
2015-12-13 04:42:28 +00:00
"keywords": [
2019-06-30 14:22:53 +00:00
"annotations",
"docblock",
2018-08-24 15:27:19 +00:00
"lexer",
2019-06-30 14:22:53 +00:00
"parser",
"php"
2015-12-13 04:42:28 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/doctrine/lexer/issues",
"source": "https://github.com/doctrine/lexer/tree/1.2.1"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
"type": "tidelift"
}
],
"time": "2020-05-25T17:44:05+00:00"
2017-02-14 06:53:02 +00:00
},
2018-08-29 07:49:01 +00:00
{
"name": "dragonmantank/cron-expression",
2020-12-22 20:11:07 +00:00
"version": "v3.1.0",
2018-08-29 07:49:01 +00:00
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
2020-12-22 20:11:07 +00:00
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c"
2018-08-29 07:49:01 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
"reference": "7a8c6e56ab3ffcc538d05e8155bb42269abf1a0c",
2018-08-29 07:49:01 +00:00
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": "^7.2|^8.0",
"webmozart/assert": "^1.7.0"
},
"replace": {
"mtdowling/cron-expression": "^1.0"
2018-08-29 07:49:01 +00:00
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-webmozart-assert": "^0.12.7",
"phpunit/phpunit": "^7.0|^8.0|^9.0"
2018-08-29 07:49:01 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.1.0"
},
"funding": [
{
"url": "https://github.com/dragonmantank",
"type": "github"
}
],
2020-12-22 20:11:07 +00:00
"time": "2020-11-24T19:55:57+00:00"
2018-08-29 07:49:01 +00:00
},
2017-04-23 16:01:02 +00:00
{
2018-08-24 15:27:19 +00:00
"name": "egulias/email-validator",
2021-01-09 17:59:16 +00:00
"version": "2.1.25",
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",
2021-01-09 17:59:16 +00:00
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2021-01-09 17:59:16 +00:00
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
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",
"symfony/polyfill-intl-idn": "^1.10"
2018-08-24 15:27:19 +00:00
},
"require-dev": {
"dominicsayers/isemail": "^3.0.7",
"phpunit/phpunit": "^4.8.36|^7.5.15",
"satooshi/php-coveralls": "^1.0.1"
2018-08-24 15:27:19 +00:00
},
"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": {
"dev-master": "2.1.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
2018-08-24 15:27:19 +00:00
"psr-4": {
2020-09-06 18:21:39 +00:00
"Egulias\\EmailValidator\\": "src"
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
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/egulias/EmailValidator/issues",
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
},
2020-12-22 20:11:07 +00:00
"funding": [
{
"url": "https://github.com/egulias",
"type": "github"
}
],
2021-01-09 17:59:16 +00:00
"time": "2020-12-29T14:50:06+00:00"
},
{
"name": "graham-campbell/result-type",
"version": "v1.0.1",
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
"reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
"shasum": ""
},
"require": {
"php": "^7.0|^8.0",
"phpoption/phpoption": "^1.7.3"
},
"require-dev": {
"phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.0.1"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
"time": "2020-04-13T13:17:36+00:00"
2016-11-13 15:05:24 +00:00
},
{
"name": "guzzlehttp/guzzle",
"version": "7.2.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
"reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/promises": "^1.4",
"guzzlehttp/psr7": "^1.7",
"php": "^7.2.5 || ^8.0",
"psr/http-client": "^1.0"
},
"provide": {
"psr/http-client-implementation": "1.0"
},
"require-dev": {
"ext-curl": "*",
"php-http/client-integration-tests": "^3.0",
"phpunit/phpunit": "^8.5.5 || ^9.3.5",
"psr/log": "^1.1"
},
2017-08-05 21:19:35 +00:00
"suggest": {
"ext-curl": "Required for CURL handler support",
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
2017-08-05 21:19:35 +00:00
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.1-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\": "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": "Márk Sági-Kazár",
"email": "mark.sagikazar@gmail.com",
"homepage": "https://sagikazarmark.hu"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"psr-18",
"psr-7",
"rest",
"web service"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/guzzle/guzzle/issues",
"source": "https://github.com/guzzle/guzzle/tree/7.2.0"
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://github.com/Nyholm",
"type": "github"
},
{
"url": "https://github.com/alexeyshockov",
"type": "github"
},
{
"url": "https://github.com/gmponos",
"type": "github"
}
],
"time": "2020-10-10T11:47:56+00:00"
},
{
"name": "guzzlehttp/promises",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
"reference": "60d379c243457e073cff02bc323a2a86cb355631"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
"reference": "60d379c243457e073cff02bc323a2a86cb355631",
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"symfony/phpunit-bridge": "^4.4 || ^5.1"
},
"type": "library",
"extra": {
"branch-alias": {
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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/guzzle/promises/issues",
"source": "https://github.com/guzzle/promises/tree/1.4.0"
},
"time": "2020-09-30T07:37:28+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.7.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
"reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
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",
2019-06-30 14:22:53 +00:00
"ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
2019-06-30 14:22:53 +00:00
"ext-zlib": "*",
"phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
},
2019-06-30 14:22:53 +00:00
"suggest": {
"laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
2019-06-30 14:22:53 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Psr7\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Tobias Schultze",
"homepage": "https://github.com/Tobion"
}
],
"description": "PSR-7 message implementation that also provides common utility methods",
"keywords": [
"http",
"message",
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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
"source": "https://github.com/guzzle/psr7/tree/1.7.0"
},
"time": "2020-09-30T07:37:11+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "intervention/image",
"version": "2.5.1",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"reference": "abbf18d5ab8367f96b3205ca3c89fb2fa598c69e",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"guzzlehttp/psr7": "~1.1",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "^4.8 || ^5.7"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
},
"laravel": {
"providers": [
"Intervention\\Image\\ImageServiceProvider"
],
"aliases": {
"Image": "Intervention\\Image\\Facades\\Image"
}
}
},
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.com",
"homepage": "http://olivervogel.com/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/Intervention/image/issues",
"source": "https://github.com/Intervention/image/tree/master"
},
"time": "2019-11-02T09:15:47+00:00"
},
2017-12-03 16:54:11 +00:00
{
"name": "jackiedo/dotenv-editor",
"version": "1.2.0",
2017-12-03 16:54:11 +00:00
"source": {
"type": "git",
"url": "https://github.com/JackieDo/Laravel-Dotenv-Editor.git",
"reference": "f93690a80915d51552931d9406d79b312da226b9"
2017-12-03 16:54:11 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JackieDo/Laravel-Dotenv-Editor/zipball/f93690a80915d51552931d9406d79b312da226b9",
"reference": "f93690a80915d51552931d9406d79b312da226b9",
2017-12-03 16:54:11 +00:00
"shasum": ""
},
"require": {
"illuminate/console": "^5.8|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8|^6.0|^7.0|^8.0"
2017-12-03 16:54:11 +00:00
},
"type": "library",
"extra": {
2020-09-06 18:21:39 +00:00
"laravel": {
"providers": [
"Jackiedo\\DotenvEditor\\DotenvEditorServiceProvider"
],
"aliases": {
"DotenvEditor": "Jackiedo\\DotenvEditor\\Facades\\DotenvEditor"
}
2017-12-03 16:54:11 +00:00
}
},
"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.8+",
2017-12-03 16:54:11 +00:00
"keywords": [
"dotenv",
"dotenv-editor",
"laravel"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/JackieDo/Laravel-Dotenv-Editor/issues",
"source": "https://github.com/JackieDo/Laravel-Dotenv-Editor/tree/1.2.0"
},
"time": "2020-09-13T07:00:36+00:00"
2017-12-03 16:54:11 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "james-heinrich/getid3",
2020-09-06 18:21:39 +00:00
"version": "v1.9.20",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
2020-09-06 18:21:39 +00:00
"reference": "3c15e353b9bb1252201c73394bb8390b573a751d"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/3c15e353b9bb1252201c73394bb8390b573a751d",
"reference": "3c15e353b9bb1252201c73394bb8390b573a751d",
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"
2019-08-07 08:17:30 +00:00
}
2015-12-13 04:42:28 +00:00
},
"autoload": {
"classmap": [
"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"
2015-12-13 04:42:28 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/JamesHeinrich/getID3/issues",
"source": "https://github.com/JamesHeinrich/getID3/tree/master"
},
2020-09-06 18:21:39 +00:00
"time": "2020-06-30T18:43:34+00:00"
2019-06-30 14:22:53 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "laravel/framework",
"version": "v8.42.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "41ec4897a70eb8729cf0ff34a8354413c54e42a6"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/41ec4897a70eb8729cf0ff34a8354413c54e42a6",
"reference": "41ec4897a70eb8729cf0ff34a8354413c54e42a6",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"doctrine/inflector": "^1.4|^2.0",
"dragonmantank/cron-expression": "^3.0.2",
2020-09-06 18:21:39 +00:00
"egulias/email-validator": "^2.1.10",
2019-07-22 07:03:23 +00:00
"ext-json": "*",
2015-12-13 04:42:28 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
2020-09-06 18:21:39 +00:00
"league/commonmark": "^1.3",
"league/flysystem": "^1.1",
2020-09-06 18:21:39 +00:00
"monolog/monolog": "^2.0",
"nesbot/carbon": "^2.31",
"opis/closure": "^3.6",
"php": "^7.3|^8.0",
"psr/container": "^1.0",
2018-08-24 15:27:19 +00:00
"psr/simple-cache": "^1.0",
"ramsey/uuid": "^4.0",
"swiftmailer/swiftmailer": "^6.0",
2020-12-22 20:11:07 +00:00
"symfony/console": "^5.1.4",
"symfony/error-handler": "^5.1.4",
"symfony/finder": "^5.1.4",
"symfony/http-foundation": "^5.1.4",
"symfony/http-kernel": "^5.1.4",
"symfony/mime": "^5.1.4",
"symfony/process": "^5.1.4",
"symfony/routing": "^5.1.4",
"symfony/var-dumper": "^5.1.4",
2020-09-06 18:21:39 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.2",
"vlucas/phpdotenv": "^5.2",
2020-09-06 18:21:39 +00:00
"voku/portable-ascii": "^1.4.8"
2015-12-13 04:42:28 +00:00
},
2018-08-29 07:49:01 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
2020-09-06 18:21:39 +00:00
"provide": {
"psr/container-implementation": "1.0"
},
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/collections": "self.version",
2015-12-13 04:42:28 +00:00
"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/macroable": "self.version",
2015-12-13 04:42:28 +00:00
"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",
2020-09-06 18:21:39 +00:00
"illuminate/testing": "self.version",
2015-12-13 04:42:28 +00:00
"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": {
2020-12-22 20:11:07 +00:00
"aws/aws-sdk-php": "^3.155",
"doctrine/dbal": "^2.6|^3.0",
"filp/whoops": "^2.8",
"guzzlehttp/guzzle": "^6.5.5|^7.0.1",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.4.2",
2020-12-22 20:11:07 +00:00
"orchestra/testbench-core": "^6.8",
2019-07-22 07:03:23 +00:00
"pda/pheanstalk": "^4.0",
"phpunit/phpunit": "^8.5.8|^9.3.3",
2018-08-24 15:27:19 +00:00
"predis/predis": "^1.1.1",
2020-12-22 20:11:07 +00:00
"symfony/cache": "^5.1.4"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2020-12-22 20:11:07 +00:00
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.155).",
2021-01-31 17:49:54 +00:00
"brianium/paratest": "Required to run tests in parallel (^6.0).",
2020-12-22 20:11:07 +00:00
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
2020-09-06 18:21:39 +00:00
"ext-ftp": "Required to use the Flysystem FTP driver.",
"ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
2020-09-06 18:21:39 +00:00
"ext-memcached": "Required to use the memcache cache driver.",
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.",
2020-09-06 18:21:39 +00:00
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
"fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
"filp/whoops": "Required for friendly error pages in development (^2.8).",
"guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
2020-09-06 18:21:39 +00:00
"laravel/tinker": "Required to use the tinker console command (^2.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-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"mockery/mockery": "Required to use mocking (^1.4.2).",
2020-09-06 18:21:39 +00:00
"nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
2019-07-22 07:03:23 +00:00
"pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
"phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
2020-09-06 18:21:39 +00:00
"predis/predis": "Required to use the predis connector (^1.1.2).",
"psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0).",
2020-12-22 20:11:07 +00:00
"symfony/cache": "Required to PSR-6 cache bridge (^5.1.4).",
"symfony/filesystem": "Required to enable support for relative symbolic links (^5.1.4).",
2020-09-06 18:21:39 +00:00
"symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
2019-07-22 07:03:23 +00:00
"wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"files": [
"src/Illuminate/Collections/helpers.php",
"src/Illuminate/Events/functions.php",
2015-12-13 04:42:28 +00:00
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/",
"Illuminate\\Support\\": [
"src/Illuminate/Macroable/",
"src/Illuminate/Collections/"
]
2015-12-13 04:42:28 +00:00
}
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2021-05-19T13:03:18+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
},
{
2019-07-22 07:03:23 +00:00
"name": "laravel/helpers",
"version": "v1.4.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
"source": {
"type": "git",
2019-07-22 07:03:23 +00:00
"url": "https://github.com/laravel/helpers.git",
"reference": "cde8ea2427db4f37d67729846b70452499210a21"
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/laravel/helpers/zipball/cde8ea2427db4f37d67729846b70452499210a21",
"reference": "cde8ea2427db4f37d67729846b70452499210a21",
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": {
2020-09-06 18:21:39 +00:00
"illuminate/support": "~5.8.0|^6.0|^7.0|^8.0",
"php": "^7.1.3|^8.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
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"phpunit/phpunit": "^7.0|^8.0|^9.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
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "1.x-dev"
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
}
},
"autoload": {
2019-07-22 07:03:23 +00:00
"files": [
"src/helpers.php"
]
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
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
2019-07-22 07:03:23 +00:00
"name": "Dries Vints",
"email": "dries.vints@gmail.com"
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
}
],
2019-07-22 07:03:23 +00:00
"description": "Provides backwards compatibility for helpers in the latest Laravel release.",
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
"keywords": [
2019-07-22 07:03:23 +00:00
"helpers",
"laravel"
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
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/laravel/helpers/tree/v1.4.0"
},
"time": "2020-11-03T16:38:41+00:00"
2020-09-06 18:21:39 +00:00
},
{
"name": "laravel/sanctum",
2021-01-31 17:49:54 +00:00
"version": "v2.9.0",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/sanctum.git",
2021-01-31 17:49:54 +00:00
"reference": "eb191ddfc3ec04bbead33593bf982e871095f25c"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/laravel/sanctum/zipball/eb191ddfc3ec04bbead33593bf982e871095f25c",
"reference": "eb191ddfc3ec04bbead33593bf982e871095f25c",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"illuminate/contracts": "^6.9|^7.0|^8.0",
"illuminate/database": "^6.9|^7.0|^8.0",
"illuminate/support": "^6.9|^7.0|^8.0",
"php": "^7.2|^8.0"
2020-09-06 18:21:39 +00:00
},
"require-dev": {
"mockery/mockery": "^1.0",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.3"
2020-09-06 18:21:39 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Sanctum\\SanctumServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Sanctum\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
"keywords": [
"auth",
"laravel",
"sanctum"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/laravel/sanctum/issues",
"source": "https://github.com/laravel/sanctum"
},
"time": "2021-01-26T19:47:38+00:00"
2020-09-06 18:21:39 +00:00
},
2020-12-23 10:53:00 +00:00
{
"name": "laravel/scout",
2021-01-31 17:49:54 +00:00
"version": "v8.6.0",
2020-12-23 10:53:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/scout.git",
2021-01-31 17:49:54 +00:00
"reference": "54070f7b68fed15f25e61e68884c4110496b8aa1"
2020-12-23 10:53:00 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/laravel/scout/zipball/54070f7b68fed15f25e61e68884c4110496b8aa1",
"reference": "54070f7b68fed15f25e61e68884c4110496b8aa1",
2020-12-23 10:53:00 +00:00
"shasum": ""
},
"require": {
"illuminate/bus": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/database": "^6.0|^7.0|^8.0",
"illuminate/http": "^6.0|^7.0|^8.0",
"illuminate/pagination": "^6.0|^7.0|^8.0",
"illuminate/queue": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"php": "^7.2|^8.0"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0|^9.3"
},
"suggest": {
"algolia/algoliasearch-client-php": "Required to use the Algolia engine (^2.2)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "8.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Scout\\ScoutServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Scout\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel Scout provides a driver based solution to searching your Eloquent models.",
"keywords": [
"algolia",
"laravel",
"search"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/laravel/scout/issues",
"source": "https://github.com/laravel/scout"
},
"time": "2021-01-19T15:30:52+00:00"
2020-12-23 10:53:00 +00:00
},
2021-05-21 11:50:23 +00:00
{
"name": "laravel/ui",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/ui.git",
"reference": "e2478cd0342a92ec1c8c77422553bda8ee004fd0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/e2478cd0342a92ec1c8c77422553bda8ee004fd0",
"reference": "e2478cd0342a92ec1c8c77422553bda8ee004fd0",
"shasum": ""
},
"require": {
"illuminate/console": "^8.0",
"illuminate/filesystem": "^8.0",
"illuminate/support": "^8.0",
"php": "^7.3|^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Ui\\UiServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Laravel\\Ui\\": "src/",
"Illuminate\\Foundation\\Auth\\": "auth-backend/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Laravel UI utilities and presets.",
"keywords": [
"laravel",
"ui"
],
"support": {
"source": "https://github.com/laravel/ui/tree/v3.2.1"
},
"time": "2021-04-27T18:17:41+00:00"
},
2020-09-06 18:21:39 +00:00
{
"name": "league/commonmark",
"version": "1.5.8",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
"reference": "08fa59b8e4e34ea8a773d55139ae9ac0e0aecbaf"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/commonmark/zipball/08fa59b8e4e34ea8a773d55139ae9ac0e0aecbaf",
"reference": "08fa59b8e4e34ea8a773d55139ae9ac0e0aecbaf",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"php": "^7.1 || ^8.0"
},
"conflict": {
"scrutinizer/ocular": "1.7.*"
},
"require-dev": {
"cebe/markdown": "~1.0",
"commonmark/commonmark.js": "0.29.2",
2020-09-06 18:21:39 +00:00
"erusev/parsedown": "~1.0",
"ext-json": "*",
"github/gfm": "0.29.0",
"michelf/php-markdown": "~1.4",
"mikehaertl/php-shellcommand": "^1.4",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
"scrutinizer/ocular": "^1.5",
"symfony/finder": "^4.2"
},
"bin": [
"bin/commonmark"
],
"type": "library",
"autoload": {
"psr-4": {
"League\\CommonMark\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Colin O'Dell",
"email": "colinodell@gmail.com",
"homepage": "https://www.colinodell.com",
"role": "Lead Developer"
}
],
"description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
"homepage": "https://commonmark.thephpleague.com",
"keywords": [
"commonmark",
"flavored",
"gfm",
"github",
"github-flavored",
"markdown",
"md",
"parser"
],
2021-01-31 17:49:54 +00:00
"support": {
"docs": "https://commonmark.thephpleague.com/",
"issues": "https://github.com/thephpleague/commonmark/issues",
"rss": "https://github.com/thephpleague/commonmark/releases.atom",
"source": "https://github.com/thephpleague/commonmark"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
"type": "custom"
},
{
"url": "https://www.colinodell.com/sponsor",
"type": "custom"
},
{
"url": "https://www.paypal.me/colinpodell/10.00",
"type": "custom"
},
{
"url": "https://github.com/colinodell",
"type": "github"
},
{
"url": "https://www.patreon.com/colinodell",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/commonmark",
"type": "tidelift"
}
],
"time": "2021-03-28T18:51:39+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "league/flysystem",
2020-09-06 18:21:39 +00:00
"version": "1.1.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
2020-09-06 18:21:39 +00:00
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
"reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
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": "*",
2020-09-06 18:21:39 +00:00
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
2015-12-13 04:42:28 +00:00
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"phpspec/prophecy": "^1.11.1",
"phpunit/phpunit": "^8.5.8"
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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.x"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
"time": "2020-08-23T07:39:11+00:00"
},
{
"name": "league/mime-type-detection",
"version": "1.7.0",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
"reference": "3b9dff8aaf7323590c1d2e443db701eb1f9aa0d3",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.18",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3"
2020-09-06 18:21:39 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"League\\MimeTypeDetection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Mime-type detection for Flysystem",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.7.0"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
"time": "2021-01-18T20:58:21+00:00"
},
{
"name": "lstrojny/functional-php",
2020-12-22 20:11:07 +00:00
"version": "1.15.0",
"source": {
"type": "git",
"url": "https://github.com/lstrojny/functional-php.git",
2020-12-22 20:11:07 +00:00
"reference": "07940820f52820292c83419937d5c331a4ec2fb3"
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/lstrojny/functional-php/zipball/07940820f52820292c83419937d5c331a4ec2fb3",
"reference": "07940820f52820292c83419937d5c331a4ec2fb3",
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": "~7|~8"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "~7",
"squizlabs/php_codesniffer": "~3.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Functional\\": "src/Functional"
},
"files": [
"src/Functional/Ary.php",
"src/Functional/Average.php",
"src/Functional/ButLast.php",
"src/Functional/Capture.php",
"src/Functional/ConstFunction.php",
"src/Functional/CompareOn.php",
"src/Functional/CompareObjectHashOn.php",
"src/Functional/Compose.php",
"src/Functional/Concat.php",
"src/Functional/Contains.php",
"src/Functional/Converge.php",
"src/Functional/Curry.php",
"src/Functional/CurryN.php",
"src/Functional/Difference.php",
"src/Functional/DropFirst.php",
"src/Functional/DropLast.php",
"src/Functional/Each.php",
"src/Functional/Equal.php",
"src/Functional/ErrorToException.php",
"src/Functional/Every.php",
"src/Functional/False.php",
"src/Functional/Falsy.php",
"src/Functional/Filter.php",
"src/Functional/First.php",
"src/Functional/FirstIndexOf.php",
"src/Functional/FlatMap.php",
"src/Functional/Flatten.php",
"src/Functional/Flip.php",
"src/Functional/GreaterThan.php",
"src/Functional/GreaterThanOrEqual.php",
"src/Functional/Group.php",
"src/Functional/Head.php",
"src/Functional/Id.php",
"src/Functional/IfElse.php",
"src/Functional/Identical.php",
"src/Functional/IndexesOf.php",
"src/Functional/Intersperse.php",
"src/Functional/Invoke.php",
"src/Functional/InvokeFirst.php",
"src/Functional/InvokeIf.php",
"src/Functional/InvokeLast.php",
"src/Functional/Invoker.php",
"src/Functional/Last.php",
"src/Functional/LastIndexOf.php",
"src/Functional/LessThan.php",
"src/Functional/LessThanOrEqual.php",
"src/Functional/LexicographicCompare.php",
"src/Functional/Map.php",
"src/Functional/Matching.php",
"src/Functional/Maximum.php",
"src/Functional/Memoize.php",
"src/Functional/Minimum.php",
"src/Functional/None.php",
"src/Functional/Noop.php",
"src/Functional/Not.php",
"src/Functional/OmitKeys.php",
"src/Functional/PartialAny.php",
"src/Functional/PartialLeft.php",
"src/Functional/PartialMethod.php",
"src/Functional/PartialRight.php",
"src/Functional/Partition.php",
"src/Functional/Pick.php",
"src/Functional/Pluck.php",
"src/Functional/Poll.php",
"src/Functional/Product.php",
"src/Functional/Ratio.php",
"src/Functional/ReduceLeft.php",
"src/Functional/ReduceRight.php",
"src/Functional/Reindex.php",
"src/Functional/Reject.php",
"src/Functional/Repeat.php",
"src/Functional/Retry.php",
"src/Functional/Select.php",
"src/Functional/SelectKeys.php",
"src/Functional/SequenceConstant.php",
"src/Functional/SequenceExponential.php",
"src/Functional/SequenceLinear.php",
"src/Functional/Some.php",
"src/Functional/Sort.php",
"src/Functional/Sum.php",
"src/Functional/SuppressError.php",
"src/Functional/Tap.php",
"src/Functional/Tail.php",
"src/Functional/TailRecursion.php",
"src/Functional/TakeLeft.php",
"src/Functional/TakeRight.php",
"src/Functional/True.php",
"src/Functional/Truthy.php",
"src/Functional/Unique.php",
"src/Functional/ValueToKey.php",
"src/Functional/With.php",
"src/Functional/Zip.php",
"src/Functional/ZipAll.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Lars Strojny",
"email": "lstrojny@php.net",
2020-12-22 20:11:07 +00:00
"homepage": "https://usrportage.de"
},
{
"name": "Max Beutel",
"email": "nash12@gmail.com"
}
],
"description": "Functional primitives for PHP",
"keywords": [
"functional"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/lstrojny/functional-php/issues",
"source": "https://github.com/lstrojny/functional-php/tree/1.15.0"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-22T07:53:25+00:00"
2020-09-06 18:21:39 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "monolog/monolog",
2020-12-22 20:11:07 +00:00
"version": "2.2.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2020-12-22 20:11:07 +00:00
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
"reference": "1cb1cde8e8dd0f70cc0fe51354a59acad9302084",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2",
"psr/log": "^1.0.1"
2015-12-13 04:42:28 +00:00
},
"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",
2020-12-22 20:11:07 +00:00
"elasticsearch/elasticsearch": "^7",
2020-09-06 18:21:39 +00:00
"graylog2/gelf-php": "^1.4.2",
2020-12-22 20:11:07 +00:00
"mongodb/mongodb": "^1.8",
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",
2020-09-06 18:21:39 +00:00
"phpspec/prophecy": "^1.6.1",
2020-12-22 20:11:07 +00:00
"phpstan/phpstan": "^0.12.59",
2020-09-06 18:21:39 +00:00
"phpunit/phpunit": "^8.5",
"predis/predis": "^1.1",
"rollbar/rollbar": "^1.3",
2020-12-22 20:11:07 +00:00
"ruflin/elastica": ">=0.90 <7.0.1",
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",
2020-09-06 18:21:39 +00:00
"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
2015-12-13 04:42:28 +00:00
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
2020-09-06 18:21:39 +00:00
"ext-mbstring": "Allow to work properly with unicode symbols",
"ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
2015-12-13 04:42:28 +00:00
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2020-09-06 18:21:39 +00:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
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",
2020-09-06 18:21:39 +00:00
"ruflin/elastica": "Allow sending log messages to an Elastic Search server"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-22 20:11:07 +00:00
"dev-main": "2.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",
2020-12-22 20:11:07 +00:00
"homepage": "https://seld.be"
2015-12-13 04:42:28 +00:00
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
2020-12-22 20:11:07 +00:00
"homepage": "https://github.com/Seldaek/monolog",
2015-12-13 04:42:28 +00:00
"keywords": [
"log",
"logging",
"psr-3"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/2.2.0"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/Seldaek",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
"type": "tidelift"
}
],
2020-12-22 20:11:07 +00:00
"time": "2020-12-14T13:15:25+00:00"
2015-12-13 04:42:28 +00:00
},
2016-06-13 09:04:42 +00:00
{
"name": "mtdowling/jmespath.php",
2020-09-06 18:21:39 +00:00
"version": "2.6.0",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2020-09-06 18:21:39 +00:00
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/42dae2cbd13154083ca6d70099692fef8ca84bfb",
"reference": "42dae2cbd13154083ca6d70099692fef8ca84bfb",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^5.4 || ^7.0 || ^8.0",
"symfony/polyfill-mbstring": "^1.17"
2016-06-13 09:04:42 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"composer/xdebug-handler": "^1.4",
"phpunit/phpunit": "^4.8.36 || ^7.5.15"
2016-06-13 09:04:42 +00:00
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "2.6-dev"
2016-06-13 09:04:42 +00:00
}
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/jmespath/jmespath.php/issues",
"source": "https://github.com/jmespath/jmespath.php/tree/2.6.0"
},
2020-09-06 18:21:39 +00:00
"time": "2020-07-31T21:01:56+00:00"
2015-12-29 01:16:36 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "nesbot/carbon",
"version": "2.46.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "2fd2c4a77d58a4e95234c8a61c5df1f157a91bf4"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/2fd2c4a77d58a4e95234c8a61c5df1f157a91bf4",
"reference": "2fd2c4a77d58a4e95234c8a61c5df1f157a91bf4",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"ext-json": "*",
"php": "^7.1.8 || ^8.0",
"symfony/polyfill-mbstring": "^1.0",
"symfony/translation": "^3.4 || ^4.0 || ^5.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
"kylekatarnls/multi-tester": "^2.0",
"phpmd/phpmd": "^2.9",
"phpstan/extension-installer": "^1.0",
2020-12-22 20:11:07 +00:00
"phpstan/phpstan": "^0.12.54",
2021-01-31 17:49:54 +00:00
"phpunit/phpunit": "^7.5.20 || ^8.5.14",
2020-09-06 18:21:39 +00:00
"squizlabs/php_codesniffer": "^3.4"
2015-12-13 04:42:28 +00:00
},
2019-06-30 14:22:53 +00:00
"bin": [
2020-09-06 18:21:39 +00:00
"bin/carbon"
2019-06-30 14:22:53 +00:00
],
2015-12-13 04:42:28 +00:00
"type": "library",
2017-01-18 03:06:40 +00:00
"extra": {
2020-09-06 18:21:39 +00:00
"branch-alias": {
"dev-master": "2.x-dev",
"dev-3.x": "3.x-dev"
},
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2020-09-06 18:21:39 +00:00
},
"phpstan": {
"includes": [
"extension.neon"
]
2017-01-18 03:06:40 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Carbon\\": "src/Carbon/"
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"
2020-09-06 18:21:39 +00:00
},
{
"name": "kylekatarnls",
"homepage": "http://github.com/kylekatarnls"
2015-12-13 04:42:28 +00:00
}
],
2020-09-06 18:21:39 +00:00
"description": "An API extension for DateTime that supports 281 different languages.",
2015-12-13 04:42:28 +00:00
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/briannesbitt/Carbon/issues",
"source": "https://github.com/briannesbitt/Carbon"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://opencollective.com/Carbon",
"type": "open_collective"
},
{
"url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
"type": "tidelift"
}
],
"time": "2021-02-24T17:30:44+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": "opis/closure",
"version": "3.6.2",
"source": {
"type": "git",
"url": "https://github.com/opis/closure.git",
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/opis/closure/zipball/06e2ebd25f2869e54a306dda991f7db58066f7f6",
"reference": "06e2ebd25f2869e54a306dda991f7db58066f7f6",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0 || ^8.0"
},
"require-dev": {
"jeremeamia/superclosure": "^2.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.6.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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/opis/closure/issues",
"source": "https://github.com/opis/closure/tree/3.6.2"
2021-01-31 17:49:54 +00:00
},
"time": "2021-04-09T13:42:10+00:00"
},
2015-12-13 04:42:28 +00:00
{
2017-02-14 06:53:02 +00:00
"name": "paragonie/random_compat",
"version": "v9.99.100",
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",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
"reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"email": "info@paragonie.com",
"issues": "https://github.com/paragonie/random_compat/issues",
"source": "https://github.com/paragonie/random_compat"
},
"time": "2020-10-15T08:29:30+00:00"
},
2018-08-29 10:41:45 +00:00
{
"name": "paragonie/sodium_compat",
2020-12-22 20:11:07 +00:00
"version": "v1.14.0",
2018-08-29 10:41:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
2020-12-22 20:11:07 +00:00
"reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3"
2018-08-29 10:41:45 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3",
"reference": "a1cfe0b21faf9c0b61ac0c6188c4af7fd6fd0db3",
2018-08-29 10:41:45 +00:00
"shasum": ""
},
"require": {
"paragonie/random_compat": ">=1",
2019-03-13 07:32:25 +00:00
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7|^8"
2018-08-29 10:41:45 +00:00
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"phpunit/phpunit": "^3|^4|^5|^6|^7|^8|^9"
2018-08-29 10:41:45 +00:00
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/paragonie/sodium_compat/issues",
"source": "https://github.com/paragonie/sodium_compat/tree/v1.14.0"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-03T16:26:19+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
{
2019-07-22 07:03:23 +00:00
"name": "phpoption/phpoption",
2020-09-06 18:21:39 +00:00
"version": "1.7.5",
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",
2019-07-22 07:03:23 +00:00
"url": "https://github.com/schmittjoh/php-option.git",
2020-09-06 18:21:39 +00:00
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
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",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
"reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
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": {
2020-09-06 18:21:39 +00:00
"php": "^5.5.9 || ^7.0 || ^8.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
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"bamarni/composer-bin-plugin": "^1.4.1",
"phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.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
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
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
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
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
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-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
],
"authors": [
{
2019-07-22 07:03:23 +00:00
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com"
},
{
"name": "Graham Campbell",
"email": "graham@alt-three.com"
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
}
],
2019-07-22 07:03:23 +00:00
"description": "Option Type for PHP",
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
"keywords": [
2019-07-22 07:03:23 +00:00
"language",
"option",
"php",
"type"
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
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.7.5"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2020-07-20T17:29:33+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
},
2017-02-09 07:47:55 +00:00
{
"name": "predis/predis",
"version": "v1.1.6",
2017-02-09 07:47:55 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/predis/predis.git",
"reference": "9930e933c67446962997b05201c69c2319bf26de"
2017-02-09 07:47:55 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/9930e933c67446962997b05201c69c2319bf26de",
"reference": "9930e933c67446962997b05201c69c2319bf26de",
2017-02-09 07:47:55 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"cweagans/composer-patches": "^1.6",
2017-02-09 07:47:55 +00:00
"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",
2020-09-06 18:21:39 +00:00
"extra": {
"composer-exit-on-patch-failure": true,
"patches": {
"phpunit/phpunit-mock-objects": {
"Fix PHP 7 and 8 compatibility": "./tests/phpunit_mock_objects.patch"
},
"phpunit/phpunit": {
"Fix PHP 7 compatibility": "./tests/phpunit_php7.patch",
"Fix PHP 8 compatibility": "./tests/phpunit_php8.patch"
}
}
},
2017-02-09 07:47:55 +00:00
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
2020-09-06 18:21:39 +00:00
"homepage": "http://clorophilla.net",
"role": "Creator & Maintainer"
},
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
2017-02-09 07:47:55 +00:00
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
2020-09-06 18:21:39 +00:00
"homepage": "http://github.com/predis/predis",
2017-02-09 07:47:55 +00:00
"keywords": [
"nosql",
"predis",
"redis"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v1.1.6"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/sponsors/tillkruss",
"type": "github"
}
],
"time": "2020-09-11T19:18:05+00:00"
2017-01-14 13:09:38 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "psr/container",
"version": "1.1.1",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.0"
2018-08-24 15:27:19 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
2018-08-24 15:27:19 +00:00
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
2021-01-31 17:49:54 +00:00
},
"time": "2021-03-05T17:36:06+00:00"
2018-08-24 15:27:19 +00:00
},
2020-09-06 18:21:39 +00:00
{
"name": "psr/event-dispatcher",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/event-dispatcher.git",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
"reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
"shasum": ""
},
"require": {
"php": ">=7.2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\EventDispatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Standard interfaces for event handling.",
"keywords": [
"events",
"psr",
"psr-14"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/php-fig/event-dispatcher/issues",
"source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
},
2020-09-06 18:21:39 +00:00
"time": "2019-01-08T18:20:26+00:00"
},
{
"name": "psr/http-client",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-client.git",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
"shasum": ""
},
"require": {
"php": "^7.0 || ^8.0",
"psr/http-message": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Client\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP clients",
"homepage": "https://github.com/php-fig/http-client",
"keywords": [
"http",
"http-client",
"psr",
"psr-18"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/php-fig/http-client/tree/master"
},
"time": "2020-06-29T06:28:15+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"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/php-fig/http-message/tree/master"
},
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",
2020-09-06 18:21:39 +00:00
"version": "1.1.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2020-09-06 18:21:39 +00:00
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
"reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
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.1.x-dev"
2016-09-26 06:30:00 +00:00
}
},
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"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.3"
},
2020-09-06 18:21:39 +00:00
"time": "2020-03-23T09:12:05+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"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/php-fig/simple-cache/tree/master"
},
2018-08-24 15:27:19 +00:00
"time": "2017-10-23T01:57:42+00:00"
},
2017-01-18 03:06:40 +00:00
{
"name": "pusher/pusher-php-server",
2020-12-22 20:11:07 +00:00
"version": "v4.1.5",
2017-01-18 03:06:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/pusher/pusher-http-php.git",
2020-12-22 20:11:07 +00:00
"reference": "251f22602320c1b1aff84798fe74f3f7ee0504a9"
2017-01-18 03:06:40 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/251f22602320c1b1aff84798fe74f3f7ee0504a9",
"reference": "251f22602320c1b1aff84798fe74f3f7ee0504a9",
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",
2020-12-22 20:11:07 +00:00
"php": "^7.1|^8.0",
2018-08-29 10:41:45 +00:00
"psr/log": "^1.0"
2017-01-18 03:06:40 +00:00
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"phpunit/phpunit": "^7.2|^8.5|^9.3"
2017-01-18 03:06:40 +00:00
},
"type": "library",
2018-08-29 10:41:45 +00:00
"extra": {
"branch-alias": {
Bump pusher/pusher-php-server from 3.3.1 to 3.4.1 (#941) Bumps [pusher/pusher-php-server](https://github.com/pusher/pusher-http-php) from 3.3.1 to 3.4.1. <details> <summary>Release notes</summary> *Sourced from [pusher/pusher-php-server's releases](https://github.com/pusher/pusher-http-php/releases).* > ## v3.4.1 > [ADDED] Support for PHP 7.3. > > ## v3.4.0 > [ADDED] `get_users_info` method. </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.4.1 (2019-03-18) > > [ADDED] Support for PHP 7.3. > > ## 3.4.0 (2019-03-11) > > [ADDED] `get_users_info` method. </details> <details> <summary>Commits</summary> - [`a5fcdc6`](https://github.com/pusher/pusher-http-php/commit/a5fcdc65efd8d9a8291efbe01d326ec7ef5d5cee) Merge pull request [#214](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/214) from pusher/v341-release - [`4e6d35f`](https://github.com/pusher/pusher-http-php/commit/4e6d35f7eeb54e45d5eeddf5d5382be279caac2d) v3.4.1 release - [`f965ee5`](https://github.com/pusher/pusher-http-php/commit/f965ee5d0820bb78073e5b3df33fa80173b81b21) Merge pull request [#212](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/212) from GrahamCampbell/patch-1 - [`a30d364`](https://github.com/pusher/pusher-http-php/commit/a30d364f6cd3bd1097931761a2483b040e0d9936) Fix composer.json - [`9093be6`](https://github.com/pusher/pusher-http-php/commit/9093be6934e2e5129bd66322fc28d8b65794e58c) Merge pull request [#210](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/210) from pusher/v340-release - [`78642a8`](https://github.com/pusher/pusher-http-php/commit/78642a8802a86ce70d13fd39bb7a4b03bd3322e8) v3.4.0 release - [`55e33e6`](https://github.com/pusher/pusher-http-php/commit/55e33e6b6267605f6f4c9eb7c57c37f78f07735e) Merge pull request [#209](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/209) from pusher/add-get-users-info-method - [`9646aa4`](https://github.com/pusher/pusher-http-php/commit/9646aa414eca70b5c1f66131d9a0f164cf86465c) Merge pull request [#208](https://github-redirect.dependabot.com/pusher/pusher-http-php/issues/208) from pusher/test-against-php73 - [`26bc343`](https://github.com/pusher/pusher-http-php/commit/26bc3439c7d290e987a3988d0926ef81befb3884) Add get_users_info method - [`c124ff3`](https://github.com/pusher/pusher-http-php/commit/c124ff359fa9f58070eb4dd76866f93a2419028d) Test against PHP 7.3 - Additional commits viewable in [compare view](https://github.com/pusher/pusher-http-php/compare/v3.3.1...v3.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.3.1&new-version=3.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=pusher/pusher-php-server&package-manager=composer&previous-version=3.3.1&new-version=3.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`. [//]: # (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 squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@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-03-26 08:50:32 +00:00
"dev-master": "3.4-dev"
2018-08-29 10:41:45 +00:00
}
},
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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/pusher/pusher-http-php/issues",
"source": "https://github.com/pusher/pusher-http-php/tree/v4.1.5"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-09T09:38:19+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",
2019-06-30 14:22:53 +00:00
"version": "3.0.3",
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
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
2019-06-30 14:22:53 +00:00
"reference": "120b605dfeb996808c31b6477290a714d356e822"
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
},
"dist": {
"type": "zip",
2019-06-30 14:22:53 +00:00
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
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
"shasum": ""
},
"require": {
2019-06-30 14:22:53 +00:00
"php": ">=5.6"
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
},
"require-dev": {
2019-06-30 14:22:53 +00:00
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
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
},
"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.",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
2019-06-30 14:22:53 +00:00
"time": "2019-03-08T08:55:37+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
},
2020-09-06 18:21:39 +00:00
{
"name": "ramsey/collection",
"version": "1.1.3",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/collection.git",
"reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ramsey/collection/zipball/28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
"reference": "28a5c4ab2f5111db6a60b2b4ec84057e0f43b9c1",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8"
},
"require-dev": {
"captainhook/captainhook": "^5.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"ergebnis/composer-normalize": "^2.6",
"fakerphp/faker": "^1.5",
2020-09-06 18:21:39 +00:00
"hamcrest/hamcrest-php": "^2",
"jangregor/phpstan-prophecy": "^0.8",
2020-09-06 18:21:39 +00:00
"mockery/mockery": "^1.3",
"phpstan/extension-installer": "^1",
"phpstan/phpstan": "^0.12.32",
"phpstan/phpstan-mockery": "^0.12.5",
"phpstan/phpstan-phpunit": "^0.12.11",
"phpunit/phpunit": "^8.5 || ^9",
2020-09-06 18:21:39 +00:00
"psy/psysh": "^0.10.4",
"slevomat/coding-standard": "^6.3",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.4"
2020-09-06 18:21:39 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Ramsey\\Collection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "A PHP 7.2+ library for representing and manipulating collections.",
"keywords": [
"array",
"collection",
"hash",
"map",
"queue",
"set"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/ramsey/collection/issues",
"source": "https://github.com/ramsey/collection/tree/1.1.3"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
"type": "tidelift"
2020-09-06 18:21:39 +00:00
}
],
"time": "2021-01-21T17:40:04+00:00"
2020-09-06 18:21:39 +00:00
},
2016-09-26 06:30:00 +00:00
{
"name": "ramsey/uuid",
2020-09-06 18:21:39 +00:00
"version": "4.1.1",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2020-09-06 18:21:39 +00:00
"reference": "cd4032040a750077205918c86049aa0f43d22947"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
"reference": "cd4032040a750077205918c86049aa0f43d22947",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"brick/math": "^0.8 || ^0.9",
"ext-json": "*",
2020-09-06 18:21:39 +00:00
"php": "^7.2 || ^8",
"ramsey/collection": "^1.0",
2018-08-19 14:08:03 +00:00
"symfony/polyfill-ctype": "^1.8"
2016-09-26 06:30:00 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"codeception/aspect-mock": "^3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
"doctrine/annotations": "^1.8",
"goaop/framework": "^2",
"mockery/mockery": "^1.3",
2016-09-26 06:30:00 +00:00
"moontoast/math": "^1.1",
"paragonie/random-lib": "^2",
2020-09-06 18:21:39 +00:00
"php-mock/php-mock-mockery": "^1.3",
"php-mock/php-mock-phpunit": "^2.5",
"php-parallel-lint/php-parallel-lint": "^1.1",
"phpbench/phpbench": "^0.17.1",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-mockery": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^8.5",
"psy/psysh": "^0.10.0",
"slevomat/coding-standard": "^6.0",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "3.9.4"
2016-09-26 06:30:00 +00:00
},
"suggest": {
2020-09-06 18:21:39 +00:00
"ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
"ext-ctype": "Enables faster processing of character classification using ctype functions.",
"ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
"ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
"paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
2016-09-26 06:30:00 +00:00
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "4.x-dev"
2016-09-26 06:30:00 +00:00
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
},
"files": [
"src/functions.php"
]
2016-09-26 06:30:00 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-09-06 18:21:39 +00:00
"description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
2016-09-26 06:30:00 +00:00
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/ramsey/uuid/issues",
"rss": "https://github.com/ramsey/uuid/releases.atom",
"source": "https://github.com/ramsey/uuid"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/ramsey",
"type": "github"
}
],
"time": "2020-08-18T17:17:46+00:00"
2016-09-26 06:30:00 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "swiftmailer/swiftmailer",
"version": "v6.2.7",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "15f7faf8508e04471f666633addacf54c0ab5933"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/15f7faf8508e04471f666633addacf54c0ab5933",
"reference": "15f7faf8508e04471f666633addacf54c0ab5933",
"shasum": ""
},
"require": {
"egulias/email-validator": "^2.0|^3.1",
2019-03-13 07:32:25 +00:00
"php": ">=7.0.0",
"symfony/polyfill-iconv": "^1.0",
"symfony/polyfill-intl-idn": "^1.10",
"symfony/polyfill-mbstring": "^1.0"
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"mockery/mockery": "^1.0",
"symfony/phpunit-bridge": "^4.4|^5.0"
2018-08-24 15:27:19 +00:00
},
"suggest": {
2020-12-22 20:11:07 +00:00
"ext-intl": "Needed to support internationalized email addresses"
},
"type": "library",
"extra": {
"branch-alias": {
2019-03-13 07:32:25 +00:00
"dev-master": "6.2-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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/swiftmailer/swiftmailer/issues",
"source": "https://github.com/swiftmailer/swiftmailer/tree/v6.2.7"
2021-01-31 17:49:54 +00:00
},
2020-12-22 20:11:07 +00:00
"funding": [
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/swiftmailer/swiftmailer",
"type": "tidelift"
}
],
"time": "2021-03-09T12:30:35+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "symfony/console",
"version": "v5.2.6",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/35f039df40a3b335ebf310f244cb242b3a83ac8d",
"reference": "35f039df40a3b335ebf310f244cb242b3a83ac8d",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
2019-06-30 14:22:53 +00:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2020-09-06 18:21:39 +00:00
"symfony/polyfill-php80": "^1.15",
"symfony/service-contracts": "^1.1|^2",
"symfony/string": "^5.1"
2015-12-13 04:42:28 +00:00
},
2017-08-05 21:19:35 +00:00
"conflict": {
2020-09-06 18:21:39 +00:00
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
"symfony/lock": "<4.4",
2020-09-06 18:21:39 +00:00
"symfony/process": "<4.4"
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",
2020-09-06 18:21:39 +00:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/event-dispatcher": "^4.4|^5.0",
"symfony/lock": "^4.4|^5.0",
2020-09-06 18:21:39 +00:00
"symfony/process": "^4.4|^5.0",
"symfony/var-dumper": "^4.4|^5.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",
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2020-12-22 20:11:07 +00:00
"keywords": [
"cli",
"command line",
"console",
"terminal"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/console/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-28T09:42:18+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "symfony/css-selector",
"version": "v5.2.4",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2021-01-31 17:49:54 +00:00
"reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/f65f217b3314504a1ec99c2d6ef69016bb13490f",
"reference": "f65f217b3314504a1ec99c2d6ef69016bb13490f",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
2017-02-14 06:53:02 +00:00
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 17:49:54 +00:00
"description": "Converts CSS selectors to XPath expressions",
2017-02-14 06:53:02 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/css-selector/tree/v5.2.4"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-01-31 17:49:54 +00:00
"time": "2021-01-27T10:01:46+00:00"
2015-12-13 04:42:28 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "symfony/deprecation-contracts",
"version": "v2.4.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5f38c8804a9e97d23e0c8d63341088cd8a22d627",
"reference": "5f38c8804a9e97d23e0c8d63341088cd8a22d627",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.1"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
2020-09-06 18:21:39 +00:00
"files": [
"function.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": [
{
2020-09-06 18:21:39 +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"
}
],
2020-09-06 18:21:39 +00:00
"description": "A generic function and convention to trigger deprecation notices",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.4.0"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-23T23:28:01+00:00"
},
{
"name": "symfony/error-handler",
"version": "v5.2.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/error-handler.git",
"reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/bdb7fb4188da7f4211e4b88350ba0dfdad002b03",
"reference": "bdb7fb4188da7f4211e4b88350ba0dfdad002b03",
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
"psr/log": "^1.0",
"symfony/polyfill-php80": "^1.15",
"symfony/var-dumper": "^4.4|^5.0"
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"symfony/deprecation-contracts": "^2.1",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/serializer": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\ErrorHandler\\": ""
},
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/error-handler/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-16T09:07:47+00:00"
2020-09-06 18:21:39 +00:00
},
{
"name": "symfony/event-dispatcher",
"version": "v5.2.4",
2020-09-06 18:21:39 +00:00
"source": {
2015-12-13 04:42:28 +00:00
"type": "git",
2015-12-27 09:12:10 +00:00
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "d08d6ec121a425897951900ab692b612a61d6240"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d08d6ec121a425897951900ab692b612a61d6240",
"reference": "d08d6ec121a425897951900ab692b612a61d6240",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/event-dispatcher-contracts": "^2",
"symfony/polyfill-php80": "^1.15"
2018-08-29 07:49:01 +00:00
},
"conflict": {
2020-09-06 18:21:39 +00:00
"symfony/dependency-injection": "<4.4"
2017-08-05 21:19:35 +00:00
},
2019-06-30 14:22:53 +00:00
"provide": {
"psr/event-dispatcher-implementation": "1.0",
2020-09-06 18:21:39 +00:00
"symfony/event-dispatcher-implementation": "2.0"
2019-06-30 14:22:53 +00:00
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2015-12-27 09:12:10 +00:00
"psr/log": "~1.0",
2020-09-06 18:21:39 +00:00
"symfony/config": "^4.4|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/error-handler": "^4.4|^5.0",
2020-09-06 18:21:39 +00:00
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/service-contracts": "^1.1|^2",
2020-09-06 18:21:39 +00:00
"symfony/stopwatch": "^4.4|^5.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",
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.2.4"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-18T17:12:37+00:00"
2019-06-30 14:22:53 +00:00
},
{
"name": "symfony/event-dispatcher-contracts",
"version": "v2.4.0",
2019-06-30 14:22:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11"
2019-06-30 14:22:53 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/69fee1ad2332a7cbab3aca13591953da9cdb7a11",
"reference": "69fee1ad2332a7cbab3aca13591953da9cdb7a11",
2019-06-30 14:22:53 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
"psr/event-dispatcher": "^1"
2019-06-30 14:22:53 +00:00
},
"suggest": {
"symfony/event-dispatcher-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-06-30 14:22:53 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\EventDispatcher\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to dispatching event",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.4.0"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-23T23:28:01+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/finder",
"version": "v5.2.4",
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": "0d639a0943822626290d169965804f79400e6a04"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/0d639a0943822626290d169965804f79400e6a04",
"reference": "0d639a0943822626290d169965804f79400e6a04",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Finds files and directories via an intuitive fluent interface",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/finder/tree/v5.2.4"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-15T18:55:04+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "symfony/http-client-contracts",
"version": "v2.4.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client-contracts.git",
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
"reference": "7e82f6084d7cae521a75ef2cb5c9457bbda785f4",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5"
2020-09-06 18:21:39 +00:00
},
"suggest": {
"symfony/http-client-implementation": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\HttpClient\\": ""
}
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-12-13 04:42:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to HTTP clients",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/http-client-contracts/tree/v2.4.0"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-04-11T23:07:08+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "symfony/http-foundation",
"version": "v5.2.4",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/54499baea7f7418bce7b5ec92770fd0799e8e9bf",
"reference": "54499baea7f7418bce7b5ec92770fd0799e8e9bf",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-mbstring": "~1.1",
2020-09-06 18:21:39 +00:00
"symfony/polyfill-php80": "^1.15"
2015-12-27 09:12:10 +00:00
},
"require-dev": {
"predis/predis": "~1.0",
"symfony/cache": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/mime": "^4.4|^5.0"
},
"suggest": {
"symfony/mime": "To use the file extension guesser"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\HttpFoundation\\": ""
},
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.2.4"
2021-01-31 17:49:54 +00:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-02-25T17:16:57+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v5.2.6",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/f34de4c61ca46df73857f7f36b9a3805bdd7e3b2",
"reference": "f34de4c61ca46df73857f7f36b9a3805bdd7e3b2",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/log": "~1.0",
"symfony/deprecation-contracts": "^2.1",
"symfony/error-handler": "^4.4|^5.0",
"symfony/event-dispatcher": "^5.0",
"symfony/http-client-contracts": "^1.1|^2",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/browser-kit": "<4.4",
"symfony/cache": "<5.0",
"symfony/config": "<5.0",
"symfony/console": "<4.4",
2020-12-22 20:11:07 +00:00
"symfony/dependency-injection": "<5.1.8",
"symfony/doctrine-bridge": "<5.0",
"symfony/form": "<5.0",
"symfony/http-client": "<5.0",
"symfony/mailer": "<5.0",
"symfony/messenger": "<5.0",
"symfony/translation": "<5.0",
"symfony/twig-bridge": "<5.0",
"symfony/validator": "<5.0",
2021-01-31 17:49:54 +00:00
"twig/twig": "<2.13"
},
"provide": {
2017-12-01 16:52:56 +00:00
"psr/log-implementation": "1.0"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
"psr/cache": "^1.0|^2.0|^3.0",
2020-09-06 18:21:39 +00:00
"symfony/browser-kit": "^4.4|^5.0",
"symfony/config": "^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/css-selector": "^4.4|^5.0",
2020-12-22 20:11:07 +00:00
"symfony/dependency-injection": "^5.1.8",
2020-09-06 18:21:39 +00:00
"symfony/dom-crawler": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
"symfony/routing": "^4.4|^5.0",
"symfony/stopwatch": "^4.4|^5.0",
"symfony/translation": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
2021-01-31 17:49:54 +00:00
"twig/twig": "^2.13|^3.0.4"
2015-12-27 09:12:10 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Provides a structured process for converting a Request into a Response",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-29T05:16:58+00:00"
2019-06-30 14:22:53 +00:00
},
{
"name": "symfony/mime",
"version": "v5.2.6",
2019-06-30 14:22:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
"reference": "1b2092244374cbe48ae733673f2ca0818b37197b"
2019-06-30 14:22:53 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/mime/zipball/1b2092244374cbe48ae733673f2ca0818b37197b",
"reference": "1b2092244374cbe48ae733673f2ca0818b37197b",
2019-06-30 14:22:53 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
2020-12-22 20:11:07 +00:00
"symfony/deprecation-contracts": "^2.1",
2019-06-30 14:22:53 +00:00
"symfony/polyfill-intl-idn": "^1.10",
2020-09-06 18:21:39 +00:00
"symfony/polyfill-mbstring": "^1.0",
"symfony/polyfill-php80": "^1.15"
2019-06-30 14:22:53 +00:00
},
"conflict": {
"egulias/email-validator": "~3.0.0",
2021-01-31 17:49:54 +00:00
"phpdocumentor/reflection-docblock": "<3.2.2",
"phpdocumentor/type-resolver": "<1.4.0",
"symfony/mailer": "<4.4"
},
2019-06-30 14:22:53 +00:00
"require-dev": {
"egulias/email-validator": "^2.1.10|^3.1",
2020-12-22 20:11:07 +00:00
"phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/property-access": "^4.4|^5.1",
"symfony/property-info": "^4.4|^5.1",
"symfony/serializer": "^5.2"
2019-06-30 14:22:53 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Mime\\": ""
},
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Allows manipulating MIME messages",
2019-06-30 14:22:53 +00:00
"homepage": "https://symfony.com",
"keywords": [
"mime",
"mime-type"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/mime/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-12T13:18:39+00:00"
2018-08-19 14:08:03 +00:00
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.22.1",
2018-08-19 14:08:03 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2021-01-09 17:59:16 +00:00
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e"
2018-08-19 14:08:03 +00:00
},
"dist": {
"type": "zip",
2021-01-09 17:59:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/c6c942b1ac76c82448322025e084cadc56048b4e",
"reference": "c6c942b1ac76c82448322025e084cadc56048b4e",
2018-08-19 14:08:03 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2018-08-19 14:08:03 +00:00
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2018-08-19 14:08:03 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2018-08-19 14:08:03 +00:00
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-01-09 17:59:16 +00:00
"time": "2021-01-07T16:49:33+00:00"
2015-12-13 04:42:28 +00:00
},
2019-03-13 07:32:25 +00:00
{
"name": "symfony/polyfill-iconv",
"version": "v1.22.1",
2019-03-13 07:32:25 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342"
2019-03-13 07:32:25 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/06fb361659649bcfd6a208a0f1fcaf4e827ad342",
"reference": "06fb361659649bcfd6a208a0f1fcaf4e827ad342",
2019-03-13 07:32:25 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-03-13 07:32:25 +00:00
},
"suggest": {
"ext-iconv": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-03-13 07:32:25 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Iconv\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Iconv extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"iconv",
"polyfill",
"portable",
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-22T09:19:47+00:00"
2019-03-13 07:32:25 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "symfony/polyfill-intl-grapheme",
"version": "v1.22.1",
2019-03-13 07:32:25 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170"
2019-03-13 07:32:25 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/5601e09b69f26c1828b13b6bb87cb07cddba3170",
"reference": "5601e09b69f26c1828b13b6bb87cb07cddba3170",
2019-03-13 07:32:25 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2019-03-13 07:32:25 +00:00
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-03-13 07:32:25 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2019-03-13 07:32:25 +00:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-09-06 18:21:39 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
2019-03-13 07:32:25 +00:00
}
],
2020-09-06 18:21:39 +00:00
"description": "Symfony polyfill for intl's grapheme_* functions",
2019-03-13 07:32:25 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2020-09-06 18:21:39 +00:00
"grapheme",
2019-03-13 07:32:25 +00:00
"intl",
"polyfill",
"portable",
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-22T09:19:47+00:00"
2019-03-13 07:32:25 +00:00
},
2015-12-13 04:42:28 +00:00
{
2020-09-06 18:21:39 +00:00
"name": "symfony/polyfill-intl-idn",
"version": "v1.22.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/polyfill-intl-idn.git",
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/2d63434d922daf7da8dd863e7907e67ee3031483",
"reference": "2d63434d922daf7da8dd863e7907e67ee3031483",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1",
2020-09-06 18:21:39 +00:00
"symfony/polyfill-intl-normalizer": "^1.10",
"symfony/polyfill-php72": "^1.10"
2015-12-13 04:42:28 +00:00
},
2015-12-27 13:29:03 +00:00
"suggest": {
2020-09-06 18:21:39 +00:00
"ext-intl": "For best performance"
2015-12-27 13:29:03 +00:00
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Symfony\\Polyfill\\Intl\\Idn\\": ""
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": [
{
2020-09-06 18:21:39 +00:00
"name": "Laurent Bassin",
"email": "laurent@bassin.info"
},
{
"name": "Trevor Rowbotham",
"email": "trevor.rowbotham@pm.me"
2015-12-13 04:42:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-09-06 18:21:39 +00:00
"description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2015-12-27 09:12:10 +00:00
"keywords": [
"compatibility",
2020-09-06 18:21:39 +00:00
"idn",
"intl",
2015-12-27 09:12:10 +00:00
"polyfill",
"portable",
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-22T09:19:47+00:00"
2017-08-05 21:19:35 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "symfony/polyfill-intl-normalizer",
"version": "v1.22.1",
2017-08-05 21:19:35 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248"
2017-08-05 21:19:35 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/43a0283138253ed1d48d352ab6d0bdb3f809f248",
"reference": "43a0283138253ed1d48d352ab6d0bdb3f809f248",
2017-08-05 21:19:35 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2020-09-06 18:21:39 +00:00
},
"suggest": {
"ext-intl": "For best performance"
2017-08-05 21:19:35 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-08-05 21:19:35 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2017-08-05 21:19:35 +00:00
},
"files": [
"bootstrap.php"
2020-09-06 18:21:39 +00:00
],
"classmap": [
"Resources/stubs"
2017-08-05 21:19:35 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-09-06 18:21:39 +00:00
"description": "Symfony polyfill for intl's Normalizer class and related functions",
2017-08-05 21:19:35 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2020-09-06 18:21:39 +00:00
"intl",
"normalizer",
2017-08-05 21:19:35 +00:00
"polyfill",
"portable",
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-22T09:19:47+00:00"
2017-12-01 16:52:56 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "symfony/polyfill-mbstring",
"version": "v1.22.1",
2017-12-01 16:52:56 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1"
2017-12-01 16:52:56 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/5232de97ee3b75b0360528dae24e73db49566ab1",
"reference": "5232de97ee3b75b0360528dae24e73db49566ab1",
2017-12-01 16:52:56 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2017-12-01 16:52:56 +00:00
},
2020-09-06 18:21:39 +00:00
"suggest": {
"ext-mbstring": "For best performance"
},
2017-12-01 16:52:56 +00:00
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-12-01 16:52:56 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Symfony\\Polyfill\\Mbstring\\": ""
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"
}
],
2020-09-06 18:21:39 +00:00
"description": "Symfony polyfill for the Mbstring extension",
2017-12-01 16:52:56 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
2020-09-06 18:21:39 +00:00
"mbstring",
2017-12-01 16:52:56 +00:00
"polyfill",
"portable",
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-01-22T09:19:47+00:00"
2019-06-30 14:22:53 +00:00
},
2017-08-05 21:19:35 +00:00
{
2020-09-06 18:21:39 +00:00
"name": "symfony/polyfill-php72",
"version": "v1.22.1",
2017-08-05 21:19:35 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
2021-01-09 17:59:16 +00:00
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9"
2017-08-05 21:19:35 +00:00
},
"dist": {
"type": "zip",
2021-01-09 17:59:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
"reference": "cc6e6f9b39fe8075b3dabfbaf5b5f645ae1340c9",
2017-08-05 21:19:35 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2017-08-05 21:19:35 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2017-08-05 21:19:35 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Symfony\\Polyfill\\Php72\\": ""
},
"files": [
"bootstrap.php"
]
2017-08-05 21:19:35 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-09-06 18:21:39 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2017-08-05 21:19:35 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
2020-09-06 18:21:39 +00:00
"portable",
2017-08-05 21:19:35 +00:00
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-php72/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-01-09 17:59:16 +00:00
"time": "2021-01-07T16:49:33+00:00"
2015-12-13 06:29:15 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "symfony/polyfill-php73",
"version": "v1.22.1",
2015-12-13 06:29:15 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/polyfill-php73.git",
2021-01-09 17:59:16 +00:00
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2"
2015-12-13 06:29:15 +00:00
},
"dist": {
"type": "zip",
2021-01-09 17:59:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
"reference": "a678b42e92f86eca04b7fa4c0f6f19d097fb69e2",
2015-12-13 06:29:15 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2015-12-13 06:29:15 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2015-12-13 06:29:15 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Symfony\\Polyfill\\Php73\\": ""
2015-12-13 06:29:15 +00:00
},
2020-09-06 18:21:39 +00:00
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
2015-12-13 06:29:15 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-09-06 18:21:39 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-12-13 06:29:15 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2020-09-06 18:21:39 +00:00
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
2015-12-13 06:29:15 +00:00
"homepage": "https://symfony.com",
2020-09-06 18:21:39 +00:00
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-01-09 17:59:16 +00:00
"time": "2021-01-07T16:49:33+00:00"
2015-12-13 06:29:15 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "symfony/polyfill-php80",
"version": "v1.22.1",
2015-12-13 06:29:15 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/symfony/polyfill-php80.git",
2021-01-09 17:59:16 +00:00
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
2015-12-13 06:29:15 +00:00
},
"dist": {
"type": "zip",
2021-01-09 17:59:16 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
"reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
2015-12-13 06:29:15 +00:00
"shasum": ""
},
"require": {
"php": ">=7.1"
2015-12-13 06:29:15 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-09 17:59:16 +00:00
"dev-main": "1.22-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-06-30 14:22:53 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Symfony\\Polyfill\\Php80\\": ""
2019-06-30 14:22:53 +00:00
},
2020-09-06 18:21:39 +00:00
"files": [
"bootstrap.php"
],
"classmap": [
"Resources/stubs"
2019-06-30 14:22:53 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-09-06 18:21:39 +00:00
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
2019-06-30 14:22:53 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.22.1"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-01-09 17:59:16 +00:00
"time": "2021-01-07T16:49:33+00:00"
2020-09-06 18:21:39 +00:00
},
{
"name": "symfony/process",
"version": "v5.2.4",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2021-01-31 17:49:54 +00:00
"reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
"reference": "313a38f09c77fbcdc1d223e57d368cea76a2fd2f",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-php80": "^1.15"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Executes commands in sub-processes",
2020-09-06 18:21:39 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/process/tree/v5.2.4"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2021-01-31 17:49:54 +00:00
"time": "2021-01-27T10:15:41+00:00"
2020-09-06 18:21:39 +00:00
},
{
"name": "symfony/routing",
"version": "v5.2.6",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/31fba555f178afd04d54fd26953501b2c3f0c6e6",
"reference": "31fba555f178afd04d54fd26953501b2c3f0c6e6",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1",
"symfony/polyfill-php80": "^1.15"
},
"conflict": {
"symfony/config": "<5.0",
"symfony/dependency-injection": "<4.4",
"symfony/yaml": "<4.4"
},
"require-dev": {
2021-01-31 17:49:54 +00:00
"doctrine/annotations": "^1.10.4",
2020-09-06 18:21:39 +00:00
"psr/log": "~1.0",
"symfony/config": "^5.0",
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/expression-language": "^4.4|^5.0",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/yaml": "^4.4|^5.0"
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Routing\\": ""
},
"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"
2019-06-30 14:22:53 +00:00
}
],
2021-01-31 17:49:54 +00:00
"description": "Maps an HTTP request to a set of configuration variables",
2019-06-30 14:22:53 +00:00
"homepage": "https://symfony.com",
"keywords": [
"router",
"routing",
"uri",
"url"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/routing/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-14T13:53:33+00:00"
2019-06-30 14:22:53 +00:00
},
{
"name": "symfony/service-contracts",
"version": "v2.4.0",
2019-06-30 14:22:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb"
2019-06-30 14:22:53 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
"reference": "f040a30e04b57fbcc9c6cbcf4dbaa96bd318b9bb",
2019-06-30 14:22:53 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
"psr/container": "^1.1"
2019-06-30 14:22:53 +00:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2015-12-13 06:29:15 +00:00
}
},
"autoload": {
"psr-4": {
2019-06-30 14:22:53 +00:00
"Symfony\\Contracts\\Service\\": ""
}
2015-12-13 06:29:15 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2019-06-30 14:22:53 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-12-13 06:29:15 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2019-06-30 14:22:53 +00:00
"description": "Generic abstractions related to writing services",
2015-12-13 06:29:15 +00:00
"homepage": "https://symfony.com",
"keywords": [
2019-06-30 14:22:53 +00:00
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
2015-12-13 06:29:15 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.4.0"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-04-01T10:43:52+00:00"
2020-09-06 18:21:39 +00:00
},
{
"name": "symfony/string",
"version": "v5.2.6",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
"reference": "ad0bd91bce2054103f5eaa18ebeba8d3bc2a0572",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0",
"symfony/http-client": "^4.4|^5.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"files": [
"Resources/functions.php"
],
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2021-01-31 17:49:54 +00:00
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
2020-09-06 18:21:39 +00:00
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/string/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-17T17:12:15+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/translation",
"version": "v5.2.6",
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": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/2cc7f45d96db9adfcf89adf4401d9dfed509f4e1",
"reference": "2cc7f45d96db9adfcf89adf4401d9dfed509f4e1",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
2019-06-30 14:22:53 +00:00
"symfony/polyfill-mbstring": "~1.0",
2020-09-06 18:21:39 +00:00
"symfony/polyfill-php80": "^1.15",
2020-12-22 20:11:07 +00:00
"symfony/translation-contracts": "^2.3"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"conflict": {
2020-09-06 18:21:39 +00:00
"symfony/config": "<4.4",
"symfony/dependency-injection": "<5.0",
"symfony/http-kernel": "<5.0",
"symfony/twig-bundle": "<5.0",
"symfony/yaml": "<4.4"
2015-12-13 04:42:28 +00:00
},
"provide": {
"symfony/translation-implementation": "2.3"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
"psr/log": "~1.0",
2020-09-06 18:21:39 +00:00
"symfony/config": "^4.4|^5.0",
"symfony/console": "^4.4|^5.0",
"symfony/dependency-injection": "^5.0",
"symfony/finder": "^4.4|^5.0",
"symfony/http-kernel": "^5.0",
"symfony/intl": "^4.4|^5.0",
"symfony/service-contracts": "^1.1.2|^2",
2020-09-06 18:21:39 +00:00
"symfony/yaml": "^4.4|^5.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",
"autoload": {
2020-12-22 20:11:07 +00:00
"files": [
"Resources/functions.php"
],
2015-12-13 04:42:28 +00:00
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Provides tools to internationalize your application",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/translation/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-23T19:33:48+00:00"
2019-06-30 14:22:53 +00:00
},
{
"name": "symfony/translation-contracts",
"version": "v2.4.0",
2019-06-30 14:22:53 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95"
2019-06-30 14:22:53 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/95c812666f3e91db75385749fe219c5e494c7f95",
"reference": "95c812666f3e91db75385749fe219c5e494c7f95",
2019-06-30 14:22:53 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5"
2019-06-30 14:22:53 +00:00
},
"suggest": {
"symfony/translation-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.4-dev"
2020-09-06 18:21:39 +00:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-06-30 14:22:53 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Translation\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to translation",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.4.0"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-23T23:28:01+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/var-dumper",
"version": "v5.2.6",
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": "89412a68ea2e675b4e44f260a5666729f77f668e"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/89412a68ea2e675b4e44f260a5666729f77f668e",
"reference": "89412a68ea2e675b4e44f260a5666729f77f668e",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.2.5",
2018-08-29 07:49:01 +00:00
"symfony/polyfill-mbstring": "~1.0",
2020-09-06 18:21:39 +00:00
"symfony/polyfill-php80": "^1.15"
2015-12-13 04:42:28 +00:00
},
"conflict": {
2020-09-06 18:21:39 +00:00
"phpunit/phpunit": "<5.4.3",
"symfony/console": "<4.4"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2017-08-05 21:19:35 +00:00
"ext-iconv": "*",
2020-09-06 18:21:39 +00:00
"symfony/console": "^4.4|^5.0",
"symfony/process": "^4.4|^5.0",
2021-01-31 17:49:54 +00:00
"twig/twig": "^2.13|^3.0.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",
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Provides mechanisms for walking through any arbitrary PHP variable",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2017-02-14 06:53:02 +00:00
"keywords": [
"debug",
"dump"
],
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-28T09:42:18+00:00"
2015-12-13 04:42:28 +00:00
},
2020-12-23 10:53:00 +00:00
{
"name": "teamtnt/laravel-scout-tntsearch-driver",
"version": "v11.1.0",
"source": {
"type": "git",
"url": "https://github.com/teamtnt/laravel-scout-tntsearch-driver.git",
"reference": "a9c27a68dc2bd74fb354165633520de95708215d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/teamtnt/laravel-scout-tntsearch-driver/zipball/a9c27a68dc2bd74fb354165633520de95708215d",
"reference": "a9c27a68dc2bd74fb354165633520de95708215d",
"shasum": ""
},
"require": {
"illuminate/bus": "~5.4|^6.0|^7.0|^8.0",
"illuminate/contracts": "~5.4|^6.0|^7.0|^8.0",
"illuminate/database": "~5.4|^6.0|^7.0|^8.0",
"illuminate/pagination": "~5.4|^6.0|^7.0|^8.0",
"illuminate/queue": "~5.4|^6.0|^7.0|^8.0",
"illuminate/support": "~5.4|^6.0|^7.0|^8.0",
"laravel/scout": "7.*|^8.0|^8.3",
"php": ">=7.1",
"teamtnt/tntsearch": "2.*"
},
"require-dev": {
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0|^9.3"
},
"suggest": {
"teamtnt/tntsearch": "Required to use the TNTSearch engine."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
},
"laravel": {
"providers": [
"TeamTNT\\Scout\\TNTSearchScoutServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"TeamTNT\\Scout\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "TNT Studio",
"email": "info@tntstudio.hr"
}
],
"description": "Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch",
"keywords": [
"laravel",
"scout",
"search",
"tntsearch"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/teamtnt/laravel-scout-tntsearch-driver/issues",
"source": "https://github.com/teamtnt/laravel-scout-tntsearch-driver/tree/v11.1.0"
},
2020-12-23 10:53:00 +00:00
"time": "2020-11-11T11:17:48+00:00"
},
{
"name": "teamtnt/tntsearch",
"version": "v2.6.0",
"source": {
"type": "git",
"url": "https://github.com/teamtnt/tntsearch.git",
"reference": "d9b2d764491c87f03ec214ed8dbc27336cf0c0e4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/teamtnt/tntsearch/zipball/d9b2d764491c87f03ec214ed8dbc27336cf0c0e4",
"reference": "d9b2d764491c87f03ec214ed8dbc27336cf0c0e4",
"shasum": ""
},
"require": {
"ext-mbstring": "*",
"ext-pdo_sqlite": "*",
"ext-sqlite3": "*",
"php": "~7.1|^8"
},
"require-dev": {
"phpunit/phpunit": "7.*"
},
"type": "library",
"autoload": {
"psr-4": {
"TeamTNT\\TNTSearch\\": "src"
},
"files": [
"helper/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nenad Tičarić",
"email": "nticaric@gmail.com",
"homepage": "http://www.tntstudio.us",
"role": "Developer"
}
],
"description": "A fully featured full text search engine written in PHP",
"homepage": "https://github.com/teamtnt/tntsearch",
"keywords": [
"Fuzzy search",
"bm25",
"fulltext",
"geosearch",
"search",
"stemming",
"teamtnt",
"text classification",
"tntsearch"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/teamtnt/tntsearch/issues",
"source": "https://github.com/teamtnt/tntsearch/tree/v2.6.0"
},
2020-12-23 10:53:00 +00:00
"funding": [
{
"url": "https://ko-fi.com/nticaric",
"type": "ko_fi"
},
{
"url": "https://opencollective.com/tntsearch",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/nticaric",
"type": "patreon"
}
],
"time": "2020-12-21T09:11:54+00:00"
},
2015-12-13 04:42:28 +00:00
{
2017-02-14 06:53:02 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
2020-09-06 18:21:39 +00:00
"version": "2.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/tijsverkoyen/CssToInlineStyles.git",
2020-09-06 18:21:39 +00:00
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
"reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2020-09-06 18:21:39 +00:00
"php": "^5.5 || ^7.0 || ^8.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
2015-12-27 09:12:10 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
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",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
"source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.3"
},
2020-09-06 18:21:39 +00:00
"time": "2020-07-13T06:12:54+00:00"
2015-12-13 04:42:28 +00:00
},
2015-12-29 01:16:36 +00:00
{
2020-09-06 18:21:39 +00:00
"name": "vlucas/phpdotenv",
"version": "v5.3.0",
2015-12-29 01:16:36 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/vlucas/phpdotenv.git",
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56"
2015-12-29 01:16:36 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
"reference": "b3eac5c7ac896e52deab4a99068e3f4ab12d9e56",
2015-12-29 01:16:36 +00:00
"shasum": ""
},
"require": {
"ext-pcre": "*",
"graham-campbell/result-type": "^1.0.1",
"php": "^7.1.3 || ^8.0",
"phpoption/phpoption": "^1.7.4",
"symfony/polyfill-ctype": "^1.17",
"symfony/polyfill-mbstring": "^1.17",
"symfony/polyfill-php80": "^1.17"
2015-12-29 01:16:36 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-filter": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.14 || ^9.5.1"
2020-09-06 18:21:39 +00:00
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
2015-12-29 01:16:36 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.3-dev"
2015-12-29 01:16:36 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Dotenv\\": "src/"
2015-12-29 01:16:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-09-06 18:21:39 +00:00
"BSD-3-Clause"
2015-12-29 01:16:36 +00:00
],
"authors": [
{
2020-09-06 18:21:39 +00:00
"name": "Graham Campbell",
"email": "graham@alt-three.com",
"homepage": "https://gjcampbell.co.uk/"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://vancelucas.com/"
2015-12-29 01:16:36 +00:00
}
],
2020-09-06 18:21:39 +00:00
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
2015-12-29 01:16:36 +00:00
"keywords": [
2020-09-06 18:21:39 +00:00
"dotenv",
"env",
"environment"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
"source": "https://github.com/vlucas/phpdotenv/tree/v5.3.0"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
2015-12-29 01:16:36 +00:00
],
"time": "2021-01-20T15:23:13+00:00"
2015-12-29 01:16:36 +00:00
},
2015-12-13 04:42:28 +00:00
{
2020-09-06 18:21:39 +00:00
"name": "voku/portable-ascii",
"version": "1.5.6",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/voku/portable-ascii.git",
"reference": "80953678b19901e5165c56752d087fc11526017c"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
"reference": "80953678b19901e5165c56752d087fc11526017c",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": ">=7.0.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
2015-12-13 04:42:28 +00:00
},
2020-09-06 18:21:39 +00:00
"suggest": {
"ext-intl": "Use Intl for transliterator_transliterate() support"
2015-12-27 09:12:10 +00:00
},
2020-09-06 18:21:39 +00:00
"type": "library",
2015-12-13 04:42:28 +00:00
"autoload": {
2015-12-27 09:12:10 +00:00
"psr-4": {
2020-09-06 18:21:39 +00:00
"voku\\": "src/voku/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-09-06 18:21:39 +00:00
"MIT"
2015-12-13 04:42:28 +00:00
],
"authors": [
{
2020-09-06 18:21:39 +00:00
"name": "Lars Moelleken",
"homepage": "http://www.moelleken.org/"
2015-12-13 04:42:28 +00:00
}
],
2020-09-06 18:21:39 +00:00
"description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
"homepage": "https://github.com/voku/portable-ascii",
2015-12-13 04:42:28 +00:00
"keywords": [
2020-09-06 18:21:39 +00:00
"ascii",
"clean",
"php"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/voku/portable-ascii/issues",
"source": "https://github.com/voku/portable-ascii/tree/1.5.6"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://www.paypal.me/moelleken",
"type": "custom"
},
{
"url": "https://github.com/voku",
"type": "github"
},
{
"url": "https://opencollective.com/portable-ascii",
"type": "open_collective"
},
{
"url": "https://www.patreon.com/voku",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
"type": "tidelift"
}
2015-12-13 04:42:28 +00:00
],
"time": "2020-11-12T00:07:28+00:00"
2020-12-22 20:11:07 +00:00
},
{
"name": "webmozart/assert",
"version": "1.10.0",
2020-12-22 20:11:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
2020-12-22 20:11:07 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
2020-12-22 20:11:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
2020-12-22 20:11:07 +00:00
"symfony/polyfill-ctype": "^1.8"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
2020-12-22 20:11:07 +00:00
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
2020-12-22 20:11:07 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2020-12-22 20:11:07 +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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
2021-01-31 17:49:54 +00:00
},
"time": "2021-03-09T10:59:23+00:00"
2015-12-13 04:42:28 +00:00
}
],
"packages-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
{
2020-12-22 20:11:07 +00:00
"name": "composer/ca-bundle",
2021-01-31 17:49:54 +00:00
"version": "1.2.9",
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",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/composer/ca-bundle.git",
2021-01-31 17:49:54 +00:00
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5"
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",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
"reference": "78a0e288fdcebf92aa2318a8d3656168da6ac1a5",
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": {
2020-12-22 20:11:07 +00:00
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0 || ^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
},
"require-dev": {
2021-01-31 17:49:54 +00:00
"phpstan/phpstan": "^0.12.55",
2020-12-22 20:11:07 +00:00
"psr/log": "^1.0",
2021-01-31 17:49:54 +00:00
"symfony/phpunit-bridge": "^4.2 || ^5",
2020-12-22 20:11:07 +00:00
"symfony/process": "^2.5 || ^3.0 || ^4.0 || ^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
},
"type": "library",
"extra": {
"branch-alias": {
2021-01-31 17:49:54 +00:00
"dev-main": "1.x-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": {
2020-12-22 20:11:07 +00:00
"Composer\\CaBundle\\": "src"
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
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
2020-12-22 20:11:07 +00:00
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
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
"keywords": [
2020-12-22 20:11:07 +00:00
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
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
],
2021-01-31 17:49:54 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.2.9"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2021-01-31 17:49:54 +00:00
"time": "2021-01-12T12:10:35+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
{
2020-12-22 20:11:07 +00:00
"name": "composer/composer",
"version": "2.0.13",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/composer/composer.git",
"reference": "986e8b86b7b570632ad0a905c3726c33dd4c0efb"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/986e8b86b7b570632ad0a905c3726c33dd4c0efb",
"reference": "986e8b86b7b570632ad0a905c3726c33dd4c0efb",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"composer/ca-bundle": "^1.0",
"composer/metadata-minifier": "^1.0",
2020-12-22 20:11:07 +00:00
"composer/semver": "^3.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
"justinrainbow/json-schema": "^5.2.10",
"php": "^5.3.2 || ^7.0 || ^8.0",
2020-12-22 20:11:07 +00:00
"psr/log": "^1.0",
"react/promise": "^1.2 || ^2.7",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
"symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0"
2018-08-30 03:30:34 +00:00
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"phpspec/prophecy": "^1.10",
"symfony/phpunit-bridge": "^4.2 || ^5.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"
2018-08-30 03:30:34 +00:00
},
2020-12-22 20:11:07 +00:00
"bin": [
"bin/composer"
],
2018-08-30 03:30:34 +00:00
"type": "library",
2020-12-22 20:11:07 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2018-08-30 03:30:34 +00:00
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Composer\\": "src/Composer"
2018-08-30 03:30:34 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-12-22 20:11:07 +00:00
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "https://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "https://seld.be"
2018-08-30 03:30:34 +00:00
}
],
2020-12-22 20:11:07 +00:00
"description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
2018-08-30 03:30:34 +00:00
"keywords": [
2020-12-22 20:11:07 +00:00
"autoload",
"dependency",
"package"
2018-08-30 03:30:34 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/composer/issues",
"source": "https://github.com/composer/composer/tree/2.0.13"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-04-27T11:11:08+00:00"
},
{
"name": "composer/metadata-minifier",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/composer/metadata-minifier.git",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
"reference": "c549d23829536f0d0e984aaabbf02af91f443207",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
"composer/composer": "^2",
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\MetadataMinifier\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Small utility library that handles metadata minification and expansion.",
"keywords": [
"composer",
"compression"
],
"support": {
"issues": "https://github.com/composer/metadata-minifier/issues",
"source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
2021-01-31 17:49:54 +00:00
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-04-07T13:37:33+00:00"
},
{
2020-12-22 20:11:07 +00:00
"name": "composer/semver",
"version": "3.2.4",
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/composer/semver.git",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464"
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/composer/semver/zipball/a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"reference": "a02fdf930a3c1c3ed3a49b5f63859c0c20e10464",
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"phpstan/phpstan": "^0.12.54",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
2020-12-22 20:11:07 +00:00
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-12-22 20:11:07 +00:00
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
"source": "https://github.com/composer/semver/tree/3.2.4"
},
2020-12-22 20:11:07 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-11-13T08:59:24+00:00"
},
{
"name": "composer/spdx-licenses",
"version": "1.5.5",
2017-06-03 16:50:53 +00:00
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/composer/spdx-licenses.git",
"reference": "de30328a7af8680efdc03e396aad24befd513200"
2017-06-03 16:50:53 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/de30328a7af8680efdc03e396aad24befd513200",
"reference": "de30328a7af8680efdc03e396aad24befd513200",
2017-06-03 16:50:53 +00:00
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0"
2017-06-03 16:50:53 +00:00
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
2017-06-03 16:50:53 +00:00
},
"type": "library",
2020-12-22 20:11:07 +00:00
"extra": {
"branch-alias": {
"dev-main": "1.x-dev"
}
},
2017-06-03 16:50:53 +00:00
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Composer\\Spdx\\": "src"
2017-06-03 16:50:53 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2020-12-22 20:11:07 +00:00
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/spdx-licenses/issues",
"source": "https://github.com/composer/spdx-licenses/tree/1.5.5"
},
2020-12-22 20:11:07 +00:00
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2020-12-03T16:04:16+00:00"
2017-06-03 16:50:53 +00:00
},
2020-09-06 21:20:42 +00:00
{
2020-12-22 20:11:07 +00:00
"name": "composer/xdebug-handler",
"version": "1.4.6",
2020-09-06 21:20:42 +00:00
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "f27e06cd9675801df441b3656569b328e04aa37c"
2020-09-06 21:20:42 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/f27e06cd9675801df441b3656569b328e04aa37c",
"reference": "f27e06cd9675801df441b3656569b328e04aa37c",
2020-09-06 21:20:42 +00:00
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": "^5.3.2 || ^7.0 || ^8.0",
"psr/log": "^1.0"
2020-09-06 21:20:42 +00:00
},
"require-dev": {
"phpstan/phpstan": "^0.12.55",
"symfony/phpunit-bridge": "^4.2 || ^5"
2020-09-06 21:20:42 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Composer\\XdebugHandler\\": "src"
2020-09-06 21:20:42 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-12-22 20:11:07 +00:00
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2021-01-31 17:49:54 +00:00
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/1.4.6"
2021-01-31 17:49:54 +00:00
},
2020-12-22 20:11:07 +00:00
"funding": [
2020-09-06 21:20:42 +00:00
{
2020-12-22 20:11:07 +00:00
"url": "https://packagist.com",
"type": "custom"
2020-09-06 21:20:42 +00:00
},
{
2020-12-22 20:11:07 +00:00
"url": "https://github.com/composer",
"type": "github"
2020-09-06 21:20:42 +00:00
},
{
2020-12-22 20:11:07 +00:00
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2021-03-25T17:01:18+00:00"
2020-12-22 20:11:07 +00:00
},
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v0.7.1",
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
"reference": "fe390591e0241955f22eb9ba327d137e501c771c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
"reference": "fe390591e0241955f22eb9ba327d137e501c771c",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
"phpcompatibility/php-compatibility": "^9.0",
"sensiolabs/security-checker": "^4.1.0"
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
2020-09-06 21:20:42 +00:00
{
2020-12-22 20:11:07 +00:00
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
2020-09-06 21:20:42 +00:00
}
],
2020-12-22 20:11:07 +00:00
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
2020-09-06 21:20:42 +00:00
"keywords": [
2020-12-22 20:11:07 +00:00
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-07T18:04:37+00:00"
},
{
"name": "dms/phpunit-arraysubset-asserts",
"version": "v0.2.1",
"source": {
"type": "git",
"url": "https://github.com/rdohms/phpunit-arraysubset-asserts.git",
"reference": "8e3673a70019a60df484e36fc3271d63cbdc40ea"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/rdohms/phpunit-arraysubset-asserts/zipball/8e3673a70019a60df484e36fc3271d63cbdc40ea",
"reference": "8e3673a70019a60df484e36fc3271d63cbdc40ea",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0",
"phpunit/phpunit": "^9.0"
},
"require-dev": {
"dms/coding-standard": "^1.0",
"squizlabs/php_codesniffer": "^3.4"
},
"type": "library",
"autoload": {
"psr-4": {
"DMS\\PHPUnitExtensions\\ArraySubset\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2020-09-06 21:20:42 +00:00
],
2020-12-22 20:11:07 +00:00
"authors": [
{
"name": "Rafael Dohms",
"email": "rdohms@gmail.com"
}
],
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/rdohms/phpunit-arraysubset-asserts/issues",
"source": "https://github.com/rdohms/phpunit-arraysubset-asserts/tree/v0.2.1"
},
2020-12-22 20:11:07 +00:00
"time": "2020-10-03T21:43:40+00:00"
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
2020-12-22 20:11:07 +00:00
"time": "2019-12-04T15:06:13+00:00"
2020-09-06 21:20:42 +00:00
},
2018-04-14 21:16:04 +00:00
{
2018-08-29 07:49:01 +00:00
"name": "doctrine/instantiator",
"version": "1.4.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": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
2018-04-14 21:16:04 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
"reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
2018-04-14 21:16:04 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^7.1 || ^8.0"
2018-04-14 21:16:04 +00:00
},
"require-dev": {
"doctrine/coding-standard": "^8.0",
2018-08-29 07:49:01 +00:00
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2018-04-14 21:16:04 +00:00
},
"type": "library",
"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": "https://ocramius.github.io/"
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",
2019-04-21 21:54:38 +00:00
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
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
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.0"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2020-11-10T18:47:58+00:00"
2020-09-06 18:21:39 +00:00
},
2020-12-24 12:41:18 +00:00
{
"name": "facade/flare-client-php",
"version": "1.3.7",
"source": {
"type": "git",
"url": "https://github.com/facade/flare-client-php.git",
"reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facade/flare-client-php/zipball/fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
"reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
"shasum": ""
},
"require": {
"facade/ignition-contracts": "~1.0",
"illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
"php": "^7.1|^8.0",
"symfony/http-foundation": "^3.3|^4.1|^5.0",
"symfony/mime": "^3.4|^4.0|^5.1",
"symfony/var-dumper": "^3.4|^4.0|^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"phpunit/phpunit": "^7.5.16",
"spatie/phpunit-snapshot-assertions": "^2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Facade\\FlareClient\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Send PHP errors to Flare",
"homepage": "https://github.com/facade/flare-client-php",
"keywords": [
"exception",
"facade",
"flare",
"reporting"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/facade/flare-client-php/issues",
"source": "https://github.com/facade/flare-client-php/tree/1.3.7"
},
2020-12-24 12:41:18 +00:00
"funding": [
{
"url": "https://github.com/spatie",
"type": "github"
}
],
"time": "2020-10-21T16:02:39+00:00"
},
{
"name": "facade/ignition",
2021-01-31 17:49:54 +00:00
"version": "2.5.9",
2020-12-24 12:41:18 +00:00
"source": {
"type": "git",
"url": "https://github.com/facade/ignition.git",
2021-01-31 17:49:54 +00:00
"reference": "66b3138ecce38024723fb3bfc66ef8852a779ea9"
2020-12-24 12:41:18 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/facade/ignition/zipball/66b3138ecce38024723fb3bfc66ef8852a779ea9",
"reference": "66b3138ecce38024723fb3bfc66ef8852a779ea9",
2020-12-24 12:41:18 +00:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-mbstring": "*",
"facade/flare-client-php": "^1.3.7",
"facade/ignition-contracts": "^1.0.2",
"filp/whoops": "^2.4",
"illuminate/support": "^7.0|^8.0",
"monolog/monolog": "^2.0",
"php": "^7.2.5|^8.0",
"symfony/console": "^5.0",
"symfony/var-dumper": "^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.14",
"mockery/mockery": "^1.3",
"orchestra/testbench": "^5.0|^6.0",
"psalm/plugin-laravel": "^1.2"
},
"suggest": {
"laravel/telescope": "^3.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"Facade\\Ignition\\IgnitionServiceProvider"
],
"aliases": {
"Flare": "Facade\\Ignition\\Facades\\Flare"
}
}
},
"autoload": {
"psr-4": {
"Facade\\Ignition\\": "src"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A beautiful error page for Laravel applications.",
"homepage": "https://github.com/facade/ignition",
"keywords": [
"error",
"flare",
"laravel",
"page"
],
2021-01-31 17:49:54 +00:00
"support": {
"docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
"forum": "https://twitter.com/flareappio",
"issues": "https://github.com/facade/ignition/issues",
"source": "https://github.com/facade/ignition"
},
"time": "2021-01-26T14:45:19+00:00"
2020-12-24 12:41:18 +00:00
},
{
"name": "facade/ignition-contracts",
"version": "1.0.2",
"source": {
"type": "git",
"url": "https://github.com/facade/ignition-contracts.git",
"reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
"reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^v2.15.8",
"phpunit/phpunit": "^9.3.11",
"vimeo/psalm": "^3.17.1"
},
"type": "library",
"autoload": {
"psr-4": {
"Facade\\IgnitionContracts\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://flareapp.io",
"role": "Developer"
}
],
"description": "Solution contracts for Ignition",
"homepage": "https://github.com/facade/ignition-contracts",
"keywords": [
"contracts",
"flare",
"ignition"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/facade/ignition-contracts/issues",
"source": "https://github.com/facade/ignition-contracts/tree/1.0.2"
},
2020-12-24 12:41:18 +00:00
"time": "2020-10-16T08:27:54+00:00"
},
2018-08-24 15:27:19 +00:00
{
2020-12-22 20:11:07 +00:00
"name": "fakerphp/faker",
"version": "v1.13.0",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/FakerPHP/Faker.git",
"reference": "ab3f5364d01f2c2c16113442fb987d26e4004913"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/FakerPHP/Faker/zipball/ab3f5364d01f2c2c16113442fb987d26e4004913",
"reference": "ab3f5364d01f2c2c16113442fb987d26e4004913",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": "^7.1 || ^8.0"
2018-08-24 15:27:19 +00:00
},
2020-12-22 20:11:07 +00:00
"conflict": {
"fzaninotto/faker": "*"
2018-08-24 15:27:19 +00:00
},
2020-12-22 20:11:07 +00:00
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4.1",
"ext-intl": "*",
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
2018-08-24 15:27:19 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Faker\\": "src/Faker/"
2018-08-24 15:27:19 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-12-22 20:11:07 +00:00
"name": "François Zaninotto"
2018-08-24 15:27:19 +00:00
}
],
2020-12-22 20:11:07 +00:00
"description": "Faker is a PHP library that generates fake data for you.",
2018-08-24 15:27:19 +00:00
"keywords": [
2020-12-22 20:11:07 +00:00
"data",
"faker",
"fixtures"
2020-09-06 21:20:42 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/FakerPHP/Faker/issues",
"source": "https://github.com/FakerPHP/Faker/tree/v1.13.0"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-18T16:50:48+00:00"
2020-09-06 21:20:42 +00:00
},
2020-12-24 12:41:18 +00:00
{
"name": "filp/whoops",
2021-01-31 17:49:54 +00:00
"version": "2.9.2",
2020-12-24 12:41:18 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
2021-01-31 17:49:54 +00:00
"reference": "df7933820090489623ce0be5e85c7e693638e536"
2020-12-24 12:41:18 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/filp/whoops/zipball/df7933820090489623ce0be5e85c7e693638e536",
"reference": "df7933820090489623ce0be5e85c7e693638e536",
2020-12-24 12:41:18 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0 || ^8.0",
"psr/log": "^1.0.1"
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.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": {
"dev-master": "2.7-dev"
}
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/filp/whoops/issues",
"source": "https://github.com/filp/whoops/tree/2.9.2"
},
"funding": [
{
"url": "https://github.com/denis-sokolov",
"type": "github"
}
],
"time": "2021-01-24T12:00:00+00:00"
2020-12-24 12:41:18 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "hamcrest/hamcrest-php",
2020-09-06 18:21:39 +00:00
"version": "v2.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2020-09-06 18:21:39 +00:00
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
"reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^5.3|^7.0|^8.0"
2015-12-13 04:42:28 +00:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"phpunit/php-file-iterator": "^1.4 || ^2.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
2017-12-01 16:52:56 +00:00
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "2.1-dev"
2017-12-01 16:52:56 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-09-06 18:21:39 +00:00
"BSD-3-Clause"
2015-12-13 04:42:28 +00:00
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
},
2020-09-06 18:21:39 +00:00
"time": "2020-07-09T08:09:16+00:00"
2017-02-14 06:53:02 +00:00
},
2020-12-22 20:11:07 +00:00
{
"name": "justinrainbow/json-schema",
"version": "5.2.10",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"reference": "2ba9c8c862ecd5510ed16c6340aa9f6eadb4f31b",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "~2.2.20||~2.15.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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/justinrainbow/json-schema/issues",
"source": "https://github.com/justinrainbow/json-schema/tree/5.2.10"
},
2020-12-22 20:11:07 +00:00
"time": "2020-05-27T16:41:55+00:00"
},
2018-08-30 03:30:34 +00:00
{
2020-09-06 18:21:39 +00:00
"name": "laravel/tinker",
2021-01-31 17:49:54 +00:00
"version": "v2.6.0",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/laravel/tinker.git",
2021-01-31 17:49:54 +00:00
"reference": "daae1c43f1300fe88c05d83db6f3d8f76677ad88"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/daae1c43f1300fe88c05d83db6f3d8f76677ad88",
"reference": "daae1c43f1300fe88c05d83db6f3d8f76677ad88",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"illuminate/console": "^6.0|^7.0|^8.0",
"illuminate/contracts": "^6.0|^7.0|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0",
"php": "^7.2.5|^8.0",
"psy/psysh": "^0.10.4",
"symfony/var-dumper": "^4.3.4|^5.0"
2018-08-30 03:30:34 +00:00
},
"require-dev": {
"mockery/mockery": "~1.3.3|^1.4.2",
"phpunit/phpunit": "^8.5.8|^9.3.3"
2020-09-06 18:21:39 +00:00
},
"suggest": {
"illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
2018-08-30 03:30:34 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "2.x-dev"
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2018-08-30 03:30:34 +00:00
}
},
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"Laravel\\Tinker\\": "src/"
2018-08-30 03:30:34 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-09-06 18:21:39 +00:00
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
2018-08-30 03:30:34 +00:00
}
],
2020-09-06 18:21:39 +00:00
"description": "Powerful REPL for the Laravel framework.",
2018-08-30 03:30:34 +00:00
"keywords": [
2020-09-06 18:21:39 +00:00
"REPL",
"Tinker",
"laravel",
"psysh"
2018-08-30 03:30:34 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/laravel/tinker/issues",
"source": "https://github.com/laravel/tinker/tree/v2.6.0"
},
"time": "2021-01-26T20:35:18+00:00"
2018-08-30 03:30:34 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "mockery/mockery",
2020-09-06 18:21:39 +00:00
"version": "1.4.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",
2020-09-06 18:21:39 +00:00
"reference": "20cab678faed06fac225193be281ea0fddb43b93"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/20cab678faed06fac225193be281ea0fddb43b93",
"reference": "20cab678faed06fac225193be281ea0fddb43b93",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"hamcrest/hamcrest-php": "^2.0.1",
2015-12-13 04:42:28 +00:00
"lib-pcre": ">=7.0",
2020-09-06 18:21:39 +00:00
"php": "^7.3 || ^8.0"
},
"conflict": {
"phpunit/phpunit": "<8.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"phpunit/phpunit": "^8.5 || ^9.3"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "1.4.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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/mockery/mockery/issues",
"source": "https://github.com/mockery/mockery/tree/master"
},
2020-09-06 18:21:39 +00:00
"time": "2020-08-11T18:10:13+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "myclabs/deep-copy",
"version": "1.10.2",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
"reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^7.1 || ^8.0"
2018-08-24 15:27:19 +00:00
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.10.2"
},
2020-09-06 18:21:39 +00:00
"funding": [
2018-08-30 03:30:34 +00:00
{
2020-09-06 18:21:39 +00:00
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
2018-08-30 03:30:34 +00:00
}
],
"time": "2020-11-13T09:40:50+00:00"
2018-08-30 03:30:34 +00:00
},
{
2020-09-06 18:21:39 +00:00
"name": "nikic/php-parser",
2020-12-22 20:11:07 +00:00
"version": "v4.10.4",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
2020-09-06 18:21:39 +00:00
"url": "https://github.com/nikic/PHP-Parser.git",
2020-12-22 20:11:07 +00:00
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/c6d052fc58cb876152f89f532b95a8d7907e7f0e",
"reference": "c6d052fc58cb876152f89f532b95a8d7907e7f0e",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2020-09-06 18:21:39 +00:00
"php": ">=7.0"
2018-08-30 03:30:34 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"ircmaxell/php-yacc": "^0.0.7",
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
2018-08-30 03:30:34 +00:00
},
2020-09-06 18:21:39 +00:00
"bin": [
"bin/php-parse"
],
2018-08-30 03:30:34 +00:00
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "4.9-dev"
2018-08-30 03:30:34 +00:00
}
},
"autoload": {
2020-09-06 18:21:39 +00:00
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
2018-08-30 03:30:34 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-09-06 18:21:39 +00:00
"BSD-3-Clause"
2018-08-30 03:30:34 +00:00
],
"authors": [
{
2020-09-06 18:21:39 +00:00
"name": "Nikita Popov"
2018-08-30 03:30:34 +00:00
}
],
2020-09-06 18:21:39 +00:00
"description": "A PHP parser written in PHP",
2018-08-30 03:30:34 +00:00
"keywords": [
2020-09-06 18:21:39 +00:00
"parser",
"php"
2018-08-30 03:30:34 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.10.4"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-20T10:01:03+00:00"
},
2021-01-31 17:49:54 +00:00
{
"name": "nunomaduro/collision",
"version": "v5.3.0",
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/collision.git",
"reference": "aca63581f380f63a492b1e3114604e411e39133a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nunomaduro/collision/zipball/aca63581f380f63a492b1e3114604e411e39133a",
"reference": "aca63581f380f63a492b1e3114604e411e39133a",
"shasum": ""
},
"require": {
"facade/ignition-contracts": "^1.0",
"filp/whoops": "^2.7.2",
"php": "^7.3 || ^8.0",
"symfony/console": "^5.0"
},
"require-dev": {
"brianium/paratest": "^6.1",
"fideloper/proxy": "^4.4.1",
"friendsofphp/php-cs-fixer": "^2.17.3",
"fruitcake/laravel-cors": "^2.0.3",
"laravel/framework": "^9.0",
"nunomaduro/larastan": "^0.6.2",
"nunomaduro/mock-final-classes": "^1.0",
"orchestra/testbench": "^7.0",
"phpstan/phpstan": "^0.12.64",
"phpunit/phpunit": "^9.5.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Collision\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Cli error handling for console/command-line PHP applications.",
"keywords": [
"artisan",
"cli",
"command-line",
"console",
"error",
"handling",
"laravel",
"laravel-zero",
"php",
"symfony"
],
"support": {
"issues": "https://github.com/nunomaduro/collision/issues",
"source": "https://github.com/nunomaduro/collision"
},
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
"type": "custom"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
"time": "2021-01-25T15:34:13+00:00"
},
2020-12-22 20:11:07 +00:00
{
"name": "nunomaduro/larastan",
2021-01-31 17:49:54 +00:00
"version": "v0.6.13",
2020-12-22 20:11:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/nunomaduro/larastan.git",
2021-01-31 17:49:54 +00:00
"reference": "7a047f7974e6e16d04ee038d86e2c5e6c59e9dfe"
2020-12-22 20:11:07 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/nunomaduro/larastan/zipball/7a047f7974e6e16d04ee038d86e2c5e6c59e9dfe",
"reference": "7a047f7974e6e16d04ee038d86e2c5e6c59e9dfe",
2020-12-22 20:11:07 +00:00
"shasum": ""
},
"require": {
"composer/composer": "^1.0 || ^2.0",
"ext-json": "*",
2021-01-09 17:59:16 +00:00
"illuminate/console": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/container": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/pipeline": "^6.0 || ^7.0 || ^8.0 || ^9.0",
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
2020-12-22 20:11:07 +00:00
"mockery/mockery": "^0.9 || ^1.0",
"php": "^7.2 || ^8.0",
2021-01-31 17:49:54 +00:00
"phpstan/phpstan": "^0.12.65",
2020-12-22 20:11:07 +00:00
"symfony/process": "^4.3 || ^5.0"
},
"require-dev": {
2021-01-09 17:59:16 +00:00
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
2020-12-22 20:11:07 +00:00
"phpunit/phpunit": "^7.3 || ^8.2 || ^9.3"
},
"suggest": {
"orchestra/testbench": "^4.0 || ^5.0"
},
"type": "phpstan-extension",
"extra": {
"branch-alias": {
"dev-master": "0.6-dev"
},
"phpstan": {
"includes": [
"extension.neon"
]
}
},
"autoload": {
"psr-4": {
"NunoMaduro\\Larastan\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nuno Maduro",
"email": "enunomaduro@gmail.com"
}
],
"description": "Larastan - Discover bugs in your code without running it. A phpstan/phpstan wrapper for Laravel",
"keywords": [
"PHPStan",
"code analyse",
"code analysis",
"larastan",
"laravel",
"package",
"php",
"static analysis"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/nunomaduro/larastan/issues",
"source": "https://github.com/nunomaduro/larastan/tree/v0.6.13"
},
2020-12-22 20:11:07 +00:00
"funding": [
{
"url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
"type": "custom"
},
{
"url": "https://github.com/canvural",
"type": "github"
},
{
"url": "https://github.com/nunomaduro",
"type": "github"
},
{
"url": "https://www.patreon.com/nunomaduro",
"type": "patreon"
}
],
2021-01-31 17:49:54 +00:00
"time": "2021-01-22T12:51:26+00:00"
2018-08-30 03:30:34 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "phar-io/manifest",
"version": "2.0.1",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
"reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
2018-08-24 15:27:19 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
2018-08-24 15:27:19 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
2018-08-24 15:27:19 +00:00
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2018-08-24 15:27:19 +00:00
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2018-08-24 15:27:19 +00:00
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
},
"time": "2020-06-27T14:33:11+00:00"
2018-08-24 15:27:19 +00:00
},
{
"name": "phar-io/version",
2020-12-22 20:11:07 +00:00
"version": "3.0.4",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2020-12-22 20:11:07 +00:00
"reference": "e4782611070e50613683d2b9a57730e9a3ba5451"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/e4782611070e50613683d2b9a57730e9a3ba5451",
"reference": "e4782611070e50613683d2b9a57730e9a3ba5451",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
2018-08-24 15:27:19 +00:00
},
"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"
2018-08-24 15:27:19 +00:00
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
2018-08-24 15:27:19 +00:00
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
2018-08-24 15:27:19 +00:00
}
],
"description": "Library for handling version information and constraints",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.0.4"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-13T23:18:30+00:00"
2020-09-06 21:20:42 +00:00
},
2018-08-31 13:47:15 +00:00
{
"name": "php-mock/php-mock",
2020-12-22 20:11:07 +00:00
"version": "2.3.0",
2018-08-31 13:47:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock.git",
2020-12-22 20:11:07 +00:00
"reference": "a3142f257153b71c09bf9146ecf73430b3818b7c"
2018-08-31 13:47:15 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/a3142f257153b71c09bf9146ecf73430b3818b7c",
"reference": "a3142f257153b71c09bf9146ecf73430b3818b7c",
2018-08-31 13:47:15 +00:00
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": "^5.6 || ^7.0 || ^8.0",
"phpunit/php-text-template": "^1 || ^2"
2018-08-31 13:47:15 +00:00
},
"replace": {
"malkusch/php-mock": "*"
},
"require-dev": {
2020-12-22 20:11:07 +00:00
"phpunit/phpunit": "^5.7 || ^6.5 || ^7.5 || ^8.0 || ^9.0",
"squizlabs/php_codesniffer": "^3.5"
2018-08-31 13:47:15 +00:00
},
"suggest": {
"php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
},
"type": "library",
"autoload": {
"files": [
"autoload.php"
],
2018-08-31 13:47:15 +00:00
"psr-4": {
"phpmock\\": [
"classes/",
"tests/"
]
2019-06-30 14:22:53 +00:00
}
2018-08-31 13:47:15 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
2018-08-31 13:47:15 +00:00
}
],
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/php-mock/php-mock/issues",
"source": "https://github.com/php-mock/php-mock/tree/2.3.0"
},
2020-12-22 20:11:07 +00:00
"funding": [
{
"url": "https://github.com/michalbundyra",
"type": "github"
}
],
"time": "2020-12-11T19:20:04+00:00"
2018-08-31 13:47:15 +00:00
},
{
"name": "php-mock/php-mock-integration",
"version": "2.1.0",
2018-08-31 13:47:15 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock-integration.git",
"reference": "003d585841e435958a02e9b986953907b8b7609b"
2018-08-31 13:47:15 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/003d585841e435958a02e9b986953907b8b7609b",
"reference": "003d585841e435958a02e9b986953907b8b7609b",
2018-08-31 13:47:15 +00:00
"shasum": ""
},
"require": {
"php": ">=5.6",
"php-mock/php-mock": "^2.2",
"phpunit/php-text-template": "^1 || ^2"
2018-08-31 13:47:15 +00:00
},
"require-dev": {
"phpunit/phpunit": "^5.7.27 || ^6 || ^7 || ^8 || ^9"
2018-08-31 13:47:15 +00:00
},
"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"
2018-08-31 13:47:15 +00:00
}
],
"description": "Integration package for PHP-Mock",
"homepage": "https://github.com/php-mock/php-mock-integration",
"keywords": [
"BDD",
"TDD",
"function",
"mock",
"stub",
"test",
"test double"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/php-mock/php-mock-integration/issues",
"source": "https://github.com/php-mock/php-mock-integration/tree/2.1.0"
},
"time": "2020-02-08T14:40:25+00:00"
2018-08-31 13:47:15 +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"
2018-08-31 13:47:15 +00:00
}
],
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/php-mock/php-mock-mockery/issues",
"source": "https://github.com/php-mock/php-mock-mockery/tree/1.3.0"
},
2018-08-31 13:47:15 +00:00
"time": "2018-03-27T07:00:25+00:00"
},
2016-09-26 06:30:00 +00:00
{
"name": "phpdocumentor/reflection-common",
2020-09-06 18:21:39 +00:00
"version": "2.2.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-09-06 18:21:39 +00:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^7.2 || ^8.0"
2016-09-26 06:30:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-2.x": "2.x-dev"
2016-09-26 06:30:00 +00:00
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
2016-09-26 06:30:00 +00:00
}
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
2020-09-06 18:21:39 +00:00
"time": "2020-06-27T09:03:43+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "phpdocumentor/reflection-docblock",
"version": "5.2.2",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
"reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2016-09-26 06:30:00 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"mockery/mockery": "~1.3.2"
2016-09-26 06:30:00 +00:00
},
"type": "library",
2018-08-24 15:27:19 +00:00
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "5.x-dev"
2018-08-24 15:27:19 +00:00
}
},
2016-09-26 06:30:00 +00:00
"autoload": {
"psr-4": {
2020-09-06 18:21:39 +00:00
"phpDocumentor\\Reflection\\": "src"
2016-09-26 06:30:00 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-09-06 18:21:39 +00:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2016-09-26 06:30:00 +00:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/master"
},
"time": "2020-09-03T19:13:55+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "phpdocumentor/type-resolver",
"version": "1.4.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
"reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.0"
2016-09-26 06:30:00 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"ext-tokenizer": "*"
2016-09-26 06:30:00 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-1.x": "1.x-dev"
2016-09-26 06:30:00 +00:00
}
},
"autoload": {
"psr-4": {
"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
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.4.0"
},
"time": "2020-09-17T18:55:26+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpspec/prophecy",
2020-12-22 20:11:07 +00:00
"version": "1.12.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2020-12-22 20:11:07 +00:00
"reference": "245710e971a030f42e08f4912863805570f23d39"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/245710e971a030f42e08f4912863805570f23d39",
"reference": "245710e971a030f42e08f4912863805570f23d39",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2020-09-06 18:21:39 +00:00
"doctrine/instantiator": "^1.2",
"php": "^7.2 || ~8.0, <8.1",
"phpdocumentor/reflection-docblock": "^5.2",
2020-09-06 18:21:39 +00:00
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"phpspec/phpspec": "^6.0",
2020-12-22 20:11:07 +00:00
"phpunit/phpunit": "^8.0 || ^9.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-09-06 18:21:39 +00:00
"dev-master": "1.11.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
2019-06-30 14:22:53 +00:00
"psr-4": {
"Prophecy\\": "src/Prophecy"
2015-12-13 04:42:28 +00:00
}
},
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/1.12.2"
},
2020-12-22 20:11:07 +00:00
"time": "2020-12-19T10:15:11+00:00"
},
{
"name": "phpstan/phpdoc-parser",
"version": "0.4.9",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98a088b17966bdf6ee25c8a4b634df313d8aa531",
"reference": "98a088b17966bdf6ee25c8a4b634df313d8aa531",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"consistence/coding-standard": "^3.5",
"ergebnis/composer-normalize": "^2.0.2",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan": "^0.12.26",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^6.3",
"slevomat/coding-standard": "^4.7.2",
"symfony/process": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.4-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",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/master"
},
2020-12-22 20:11:07 +00:00
"time": "2020-08-03T20:32:43+00:00"
},
{
"name": "phpstan/phpstan",
2021-01-31 17:49:54 +00:00
"version": "0.12.70",
2020-12-22 20:11:07 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
2021-01-31 17:49:54 +00:00
"reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee"
2020-12-22 20:11:07 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
"reference": "07f0ef37f5f876e8cee44cc8ea0ec3fe80d499ee",
2020-12-22 20:11:07 +00:00
"shasum": ""
},
"require": {
"php": "^7.1|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
},
"bin": [
"phpstan",
"phpstan.phar"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
}
},
"autoload": {
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/0.12.70"
},
2020-12-22 20:11:07 +00:00
"funding": [
{
"url": "https://github.com/ondrejmirtes",
"type": "github"
},
{
"url": "https://www.patreon.com/phpstan",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
"type": "tidelift"
}
],
2021-01-31 17:49:54 +00:00
"time": "2021-01-27T17:06:47+00:00"
2018-08-30 03:30:34 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "phpunit/php-code-coverage",
2020-12-22 20:11:07 +00:00
"version": "9.2.5",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
2020-12-22 20:11:07 +00:00
"reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f3e026641cc91909d421802dd3ac7827ebfd97e1",
"reference": "f3e026641cc91909d421802dd3ac7827ebfd97e1",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"ext-xmlwriter": "*",
"nikic/php-parser": "^4.10.2",
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.3",
"phpunit/php-text-template": "^2.0.2",
"sebastian/code-unit-reverse-lookup": "^2.0.2",
"sebastian/complexity": "^2.0",
"sebastian/environment": "^5.1.2",
2020-12-22 20:11:07 +00:00
"sebastian/lines-of-code": "^1.0.3",
"sebastian/version": "^3.0.1",
"theseer/tokenizer": "^1.2.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"ext-pcov": "*",
"ext-xdebug": "*"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.2-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"
2015-12-13 04:42:28 +00:00
}
],
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-12-22 20:11:07 +00:00
"time": "2020-11-28T06:44:49+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-file-iterator",
"version": "3.0.5",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
"reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
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": "^9.3"
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
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
"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",
"role": "lead"
2015-12-13 04:42:28 +00:00
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:57:25+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-invoker",
"version": "3.1.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.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",
"email": "sebastian@phpunit.de",
"role": "lead"
2015-12-13 04:42:28 +00:00
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2015-12-13 04:42:28 +00:00
"keywords": [
"process"
2015-12-13 04:42:28 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:58:55+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-text-template",
"version": "2.0.4",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2015-12-13 04:42:28 +00:00
},
2016-09-26 06:30:00 +00:00
"require-dev": {
"phpunit/phpunit": "^9.3"
2016-09-26 06:30:00 +00:00
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
"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",
"role": "lead"
2015-12-13 04:42:28 +00:00
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2015-12-13 04:42:28 +00:00
"keywords": [
"template"
2015-12-13 04:42:28 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T05:33:50+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-timer",
"version": "5.0.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.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",
"role": "lead"
2015-12-13 04:42:28 +00:00
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2015-12-13 04:42:28 +00:00
"keywords": [
"timer"
2015-12-13 04:42:28 +00:00
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:16:10+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/phpunit",
2021-01-31 17:49:54 +00:00
"version": "9.5.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2021-01-31 17:49:54 +00:00
"reference": "e7bdf4085de85a825f4424eae52c99a1cec2f360"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7bdf4085de85a825f4424eae52c99a1cec2f360",
"reference": "e7bdf4085de85a825f4424eae52c99a1cec2f360",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.3.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": "*",
2020-09-06 18:21:39 +00:00
"ext-xmlwriter": "*",
"myclabs/deep-copy": "^1.10.1",
"phar-io/manifest": "^2.0.1",
"phar-io/version": "^3.0.2",
"php": ">=7.3",
"phpspec/prophecy": "^1.12.1",
2020-12-22 20:11:07 +00:00
"phpunit/php-code-coverage": "^9.2.3",
"phpunit/php-file-iterator": "^3.0.5",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.3",
"phpunit/php-timer": "^5.0.2",
"sebastian/cli-parser": "^1.0.1",
"sebastian/code-unit": "^1.0.6",
"sebastian/comparator": "^4.0.5",
"sebastian/diff": "^4.0.3",
"sebastian/environment": "^5.1.3",
"sebastian/exporter": "^4.0.3",
"sebastian/global-state": "^5.0.1",
"sebastian/object-enumerator": "^4.0.3",
"sebastian/resource-operations": "^3.0.3",
"sebastian/type": "^2.3",
"sebastian/version": "^3.0.2"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"require-dev": {
"ext-pdo": "*",
"phpspec/prophecy-phpunit": "^2.0.1"
2017-02-14 06:53:02 +00:00
},
2015-12-13 04:42:28 +00:00
"suggest": {
2018-08-29 07:49:01 +00:00
"ext-soap": "*",
"ext-xdebug": "*"
2015-12-13 04:42:28 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
2020-12-22 20:11:07 +00:00
"dev-master": "9.5-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/Framework/Assert/Functions.php"
2015-12-13 04:42:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2015-12-13 04:42:28 +00:00
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.1"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://phpunit.de/donate.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2021-01-31 17:49:54 +00:00
"time": "2021-01-17T07:42:25+00:00"
2015-12-13 04:42:28 +00:00
},
{
2018-08-29 07:49:01 +00:00
"name": "psy/psysh",
2021-01-31 17:49:54 +00:00
"version": "v0.10.6",
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",
2021-01-31 17:49:54 +00:00
"reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2021-01-31 17:49:54 +00:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/6f990c19f91729de8b31e639d6e204ea59f19cf3",
"reference": "6f990c19f91729de8b31e639d6e204ea59f19cf3",
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": "*",
2020-09-06 18:21:39 +00:00
"nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
"php": "^8.0 || ^7.0 || ^5.5.9",
"symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
"symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2018-08-19 14:08:03 +00:00
"bamarni/composer-bin-plugin": "^1.2",
2020-09-06 18:21:39 +00:00
"hoa/console": "3.17.*"
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": {
2021-01-31 17:49:54 +00:00
"dev-main": "0.10.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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.10.6"
},
"time": "2021-01-18T15:53:43+00:00"
2020-12-22 20:11:07 +00:00
},
{
"name": "react/promise",
"version": "v2.8.0",
"source": {
"type": "git",
"url": "https://github.com/reactphp/promise.git",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/reactphp/promise/zipball/f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"reference": "f3cff96a19736714524ca0dd1d4130de73dbbbc4",
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^6.5 || ^5.7 || ^4.8.36"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com"
}
],
"description": "A lightweight implementation of CommonJS Promises/A for PHP",
"keywords": [
"promise",
"promises"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/reactphp/promise/issues",
"source": "https://github.com/reactphp/promise/tree/v2.8.0"
},
2020-12-22 20:11:07 +00:00
"time": "2020-05-12T15:16:56+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "sebastian/cli-parser",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:08:49+00:00"
},
{
"name": "sebastian/code-unit",
"version": "1.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:08:54+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.3",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-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": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:30:19+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/comparator",
"version": "4.0.6",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
"reference": "55f4261989e546dc112258c7a75935a81a7ce382",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"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"
},
2015-12-13 04:42:28 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
}
],
"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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:49:45+00:00"
},
{
"name": "sebastian/complexity",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
"reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.7",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:52:27+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/diff",
"version": "4.0.4",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
"reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"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"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2015-12-13 04:42:28 +00:00
}
],
"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
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:10:38+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/environment",
"version": "5.1.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
"reference": "388b6ced16caa751030f6a69e588299fa09200ac",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2019-03-13 07:32:25 +00:00
},
"suggest": {
"ext-posix": "*"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.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",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:52:38+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/exporter",
"version": "4.0.3",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
"reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2016-09-26 06:30:00 +00:00
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"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"
},
2015-12-13 04:42:28 +00:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
2015-12-13 04:42:28 +00:00
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:24:23+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/global-state",
"version": "5.0.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
"reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2020-09-06 18:21:39 +00:00
"ext-dom": "*",
"phpunit/phpunit": "^9.3"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.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"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T15:55:19+00:00"
},
{
"name": "sebastian/lines-of-code",
2020-12-22 20:11:07 +00:00
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
2020-12-22 20:11:07 +00:00
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.6",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2020-12-22 20:11:07 +00:00
"time": "2020-11-28T06:42:11+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "sebastian/object-enumerator",
"version": "4.0.4",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-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/",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:12:34+00:00"
2018-08-24 15:27:19 +00:00
},
{
"name": "sebastian/object-reflector",
"version": "2.0.4",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2018-08-24 15:27:19 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2018-08-24 15:27:19 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2018-08-24 15:27:19 +00:00
}
},
"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/",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:14:26+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/recursion-context",
"version": "4.0.4",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
"reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"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"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2015-12-13 04:42:28 +00:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:17:30+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "sebastian/resource-operations",
"version": "3.0.3",
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",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
2017-02-14 06:53:02 +00:00
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
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": {
"dev-master": "3.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",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:45:17+00:00"
2017-01-14 13:47:21 +00:00
},
2020-09-06 18:21:39 +00:00
{
"name": "sebastian/type",
"version": "2.3.1",
2020-09-06 18:21:39 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
2020-09-06 18:21:39 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
"reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
2020-09-06 18:21:39 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2020-09-06 18:21:39 +00:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2020-09-06 18:21:39 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
2020-09-06 18:21:39 +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": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/2.3.1"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:18:59+00:00"
2020-09-06 18:21:39 +00:00
},
2017-01-14 13:47:21 +00:00
{
2017-02-14 06:53:02 +00:00
"name": "sebastian/version",
"version": "3.0.2",
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": "c6c1022351a901512170118436c764e473f6de8c"
2017-01-14 13:47:21 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2017-01-14 13:47:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-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",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:39:44+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
{
2020-12-22 20:11:07 +00:00
"name": "seld/jsonlint",
"version": "1.8.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",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57"
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",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
"reference": "9ad6ce79c342fbd44df10ea95511a1b24dee5b57",
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": {
2020-12-22 20:11:07 +00:00
"php": "^5.3 || ^7.0 || ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.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
},
2020-12-22 20:11:07 +00:00
"bin": [
"bin/jsonlint"
],
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
"type": "library",
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
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
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-12-22 20:11:07 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
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
}
],
2020-12-22 20:11:07 +00:00
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/Seldaek/jsonlint/issues",
"source": "https://github.com/Seldaek/jsonlint/tree/1.8.3"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
2020-12-22 20:11:07 +00:00
"url": "https://github.com/Seldaek",
2020-09-06 18:21:39 +00:00
"type": "github"
},
{
2020-12-22 20:11:07 +00:00
"url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
2020-09-06 18:21:39 +00:00
"type": "tidelift"
}
],
2020-12-22 20:11:07 +00:00
"time": "2020-11-11T09:19:24+00:00"
2020-09-06 18:21:39 +00:00
},
2020-09-06 21:20:42 +00:00
{
2020-12-22 20:11:07 +00:00
"name": "seld/phar-utils",
"version": "1.1.1",
2020-09-06 21:20:42 +00:00
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796"
2020-09-06 21:20:42 +00:00
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
"reference": "8674b1d84ffb47cc59a101f5d5a3b61e87d23796",
2020-09-06 21:20:42 +00:00
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"php": ">=5.3"
2020-09-06 21:20:42 +00:00
},
"type": "library",
2020-12-22 20:11:07 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
2020-09-06 21:20:42 +00:00
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Seld\\PharUtils\\": "src/"
}
2020-09-06 21:20:42 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2020-12-22 20:11:07 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
2020-09-06 21:20:42 +00:00
}
],
2020-12-22 20:11:07 +00:00
"description": "PHAR file format utilities, for when PHP phars you up",
2020-09-06 21:20:42 +00:00
"keywords": [
2020-12-22 20:11:07 +00:00
"phar"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/Seldaek/phar-utils/issues",
"source": "https://github.com/Seldaek/phar-utils/tree/master"
},
2020-12-22 20:11:07 +00:00
"time": "2020-07-07T18:42:57+00:00"
},
{
"name": "slevomat/coding-standard",
"version": "6.4.1",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "696dcca217d0c9da2c40d02731526c1e25b65346"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/696dcca217d0c9da2c40d02731526c1e25b65346",
"reference": "696dcca217d0c9da2c40d02731526c1e25b65346",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7",
"php": "^7.1 || ^8.0",
"phpstan/phpdoc-parser": "0.4.5 - 0.4.9",
"squizlabs/php_codesniffer": "^3.5.6"
},
"require-dev": {
"phing/phing": "2.16.3",
"php-parallel-lint/php-parallel-lint": "1.2.0",
"phpstan/phpstan": "0.12.48",
"phpstan/phpstan-deprecation-rules": "0.12.5",
"phpstan/phpstan-phpunit": "0.12.16",
"phpstan/phpstan-strict-rules": "0.12.5",
"phpunit/phpunit": "7.5.20|8.5.5|9.4.0"
},
"type": "phpcodesniffer-standard",
"extra": {
"branch-alias": {
"dev-master": "6.x-dev"
}
},
"autoload": {
"psr-4": {
"SlevomatCodingStandard\\": "SlevomatCodingStandard"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
2020-09-06 21:20:42 +00:00
],
2020-12-22 20:11:07 +00:00
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/6.4.1"
},
2020-09-06 21:20:42 +00:00
"funding": [
{
2020-12-22 20:11:07 +00:00
"url": "https://github.com/kukulich",
2020-09-06 21:20:42 +00:00
"type": "github"
},
{
2020-12-22 20:11:07 +00:00
"url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard",
2020-09-06 21:20:42 +00:00
"type": "tidelift"
}
],
2020-12-22 20:11:07 +00:00
"time": "2020-10-05T12:39:37+00:00"
},
{
2020-12-22 20:11:07 +00:00
"name": "squizlabs/php_codesniffer",
"version": "3.5.8",
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4"
},
"dist": {
"type": "zip",
2020-12-22 20:11:07 +00:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/9d583721a7157ee997f235f327de038e7ea6dac4",
"reference": "9d583721a7157ee997f235f327de038e7ea6dac4",
"shasum": ""
},
"require": {
2020-12-22 20:11:07 +00:00
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
2020-12-22 20:11:07 +00:00
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
2020-12-22 20:11:07 +00:00
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2020-12-22 20:11:07 +00:00
"BSD-3-Clause"
],
"authors": [
{
2020-12-22 20:11:07 +00:00
"name": "Greg Sherwood",
"role": "lead"
}
],
2020-12-22 20:11:07 +00:00
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
2020-12-22 20:11:07 +00:00
"phpcs",
"standards"
],
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
2020-12-22 20:11:07 +00:00
"time": "2020-10-23T02:01:07+00:00"
2020-09-06 21:20:42 +00:00
},
{
2020-12-22 20:11:07 +00:00
"name": "symfony/filesystem",
"version": "v5.2.6",
2020-09-06 21:20:42 +00:00
"source": {
"type": "git",
2020-12-22 20:11:07 +00:00
"url": "https://github.com/symfony/filesystem.git",
"reference": "8c86a82f51658188119e62cff0a050a12d09836f"
2020-09-06 21:20:42 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/8c86a82f51658188119e62cff0a050a12d09836f",
"reference": "8c86a82f51658188119e62cff0a050a12d09836f",
2020-09-06 21:20:42 +00:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
2020-12-22 20:11:07 +00:00
"symfony/polyfill-ctype": "~1.8"
2020-09-06 21:20:42 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
2020-12-22 20:11:07 +00:00
"Symfony\\Component\\Filesystem\\": ""
2020-09-06 21:20:42 +00:00
},
"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"
}
],
2021-01-31 17:49:54 +00:00
"description": "Provides basic utilities for the filesystem",
2020-09-06 21:20:42 +00:00
"homepage": "https://symfony.com",
2021-01-31 17:49:54 +00:00
"support": {
"source": "https://github.com/symfony/filesystem/tree/v5.2.6"
2021-01-31 17:49:54 +00:00
},
2020-09-06 21:20:42 +00:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2021-03-28T14:30:26+00:00"
2020-09-06 21:20:42 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "theseer/tokenizer",
2020-09-06 18:21:39 +00:00
"version": "1.2.0",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2020-09-06 18:21:39 +00:00
"reference": "75a63c33a8577608444246075ea0af0d052e452a"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
2020-09-06 18:21:39 +00:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
"reference": "75a63c33a8577608444246075ea0af0d052e452a",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-09-06 18:21:39 +00:00
"php": "^7.2 || ^8.0"
2018-08-24 15:27:19 +00:00
},
"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"
2018-08-24 15:27:19 +00:00
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2021-01-31 17:49:54 +00:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/master"
},
2020-09-06 18:21:39 +00:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2020-07-12T23:59:07+00:00"
2015-12-13 04:42:28 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
2015-12-13 04:42:28 +00:00
"prefer-lowest": false,
"platform": {
"php": ">=7.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
},
2020-09-06 18:21:39 +00:00
"platform-dev": [],
2021-01-31 17:49:54 +00:00
"plugin-api-version": "2.0.0"
2015-12-13 04:42:28 +00:00
}