koel/composer.lock

6862 lines
239 KiB
Text
Raw Normal View History

2015-12-13 04:42:28 +00:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
Bump 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
"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": "0b58ca8d75ba0988b8e3e5e3de90be5d",
2015-12-13 04:42:28 +00:00
"packages": [
2016-06-13 09:04:42 +00:00
{
"name": "aws/aws-sdk-php",
"version": "3.67.22",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php.git",
"reference": "0d05816beeaf187a3897c28aaa68d683974818d9"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0d05816beeaf187a3897c28aaa68d683974818d9",
"reference": "0d05816beeaf187a3897c28aaa68d683974818d9",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
2017-10-02 18:42:18 +00:00
"ext-json": "*",
"ext-pcre": "*",
"ext-simplexml": "*",
"ext-spl": "*",
2016-09-26 06:30:00 +00:00
"guzzlehttp/guzzle": "^5.3.1|^6.2.1",
2016-06-13 09:04:42 +00:00
"guzzlehttp/promises": "~1.0",
"guzzlehttp/psr7": "^1.4.1",
2016-06-13 09:04:42 +00:00
"mtdowling/jmespath.php": "~2.2",
"php": ">=5.5"
},
"require-dev": {
"andrewsville/php-token-reflection": "^1.4",
"aws/aws-php-sns-message-validator": "~1.0",
"behat/behat": "~3.0",
"doctrine/cache": "~1.4",
"ext-dom": "*",
"ext-openssl": "*",
"nette/neon": "^2.3",
2018-04-14 21:16:04 +00:00
"phpunit/phpunit": "^4.8.35|^5.4.3",
2016-06-13 09:04:42 +00:00
"psr/cache": "^1.0"
},
"suggest": {
"aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
"doctrine/cache": "To use the DoctrineCacheAdapter",
"ext-curl": "To send requests using cURL",
"ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Aws\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
"homepage": "http://aws.amazon.com/sdkforphp",
"keywords": [
"amazon",
"aws",
"cloud",
"dynamodb",
"ec2",
"glacier",
"s3",
"sdk"
],
"time": "2018-09-28T18:46:40+00:00"
2016-06-13 09:04:42 +00:00
},
{
"name": "aws/aws-sdk-php-laravel",
"version": "3.2.0",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/aws/aws-sdk-php-laravel.git",
"reference": "56f9a291061d37439c41ad57e7ff2d493bbdde1c"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/56f9a291061d37439c41ad57e7ff2d493bbdde1c",
"reference": "56f9a291061d37439c41ad57e7ff2d493bbdde1c",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
"aws/aws-sdk-php": "~3.0",
"illuminate/support": "~5.1",
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"laravel/framework": "To test the Laravel bindings",
"laravel/lumen-framework": "To test the Lumen bindings"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Aws\\Laravel\\AwsServiceProvider"
],
"aliases": {
"AWS": "Aws\\Laravel\\AwsFacade"
}
}
},
2016-06-13 09:04:42 +00:00
"autoload": {
"psr-4": {
"Aws\\Laravel\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Amazon Web Services",
"homepage": "http://aws.amazon.com"
}
],
"description": "A simple Laravel 5 service provider for including the AWS SDK for PHP.",
"homepage": "http://aws.amazon.com/sdkforphp2",
"keywords": [
"amazon",
"aws",
"dynamodb",
"ec2",
"laravel",
"laravel 5",
"s3",
"sdk"
],
"time": "2017-11-16T17:35:06+00:00"
2015-12-13 04:42:28 +00:00
},
2018-08-30 02:53:18 +00:00
{
"name": "daverandom/resume",
"version": "v0.0.3",
"source": {
"type": "git",
"url": "https://github.com/DaveRandom/Resume.git",
"reference": "3d1c11b6c4315dd8d25d6f567c5ea392c7c60edb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/DaveRandom/Resume/zipball/3d1c11b6c4315dd8d25d6f567c5ea392c7c60edb",
"reference": "3d1c11b6c4315dd8d25d6f567c5ea392c7c60edb",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.2"
},
"type": "library",
"autoload": {
"psr-4": {
"DaveRandom\\Resume\\": "src/"
},
"files": [
"src/functions.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"mit"
],
"authors": [
{
"name": "Chris Wright",
"email": "me@daverandom.com"
}
],
"description": "Tiny library to facilitate resumable downloads",
"time": "2018-01-28T03:18:55+00:00"
},
2017-04-23 16:01:02 +00:00
{
"name": "doctrine/cache",
2018-08-24 15:27:19 +00:00
"version": "v1.8.0",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/doctrine/cache.git",
2018-08-24 15:27:19 +00:00
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/cache/zipball/d768d58baee9a4862ca783840eca1b9add7a7f57",
"reference": "d768d58baee9a4862ca783840eca1b9add7a7f57",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "~7.1"
2017-04-23 16:01:02 +00:00
},
"conflict": {
"doctrine/common": ">2.2,<2.4"
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"alcaeus/mongo-php-adapter": "^1.1",
"doctrine/coding-standard": "^4.0",
"mongodb/mongodb": "^1.1",
"phpunit/phpunit": "^7.0",
"predis/predis": "~1.0"
},
"suggest": {
"alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.8.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
"description": "Caching library offering an object-oriented API for many cache backends",
2018-08-24 15:27:19 +00:00
"homepage": "https://www.doctrine-project.org",
2017-04-23 16:01:02 +00:00
"keywords": [
"cache",
"caching"
],
2018-08-24 15:27:19 +00:00
"time": "2018-08-21T18:01:43+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/dbal",
"version": "v2.8.0",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/dbal.git",
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/dbal/zipball/5140a64c08b4b607b9bedaae0cedd26f04a0e621",
"reference": "5140a64c08b4b607b9bedaae0cedd26f04a0e621",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"doctrine/cache": "^1.0",
"doctrine/event-manager": "^1.0",
"ext-pdo": "*",
"php": "^7.1"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"doctrine/coding-standard": "^4.0",
"jetbrains/phpstorm-stubs": "^2018.1.2",
"phpstan/phpstan": "^0.10.1",
"phpunit/phpunit": "^7.1.2",
"phpunit/phpunit-mock-objects": "!=3.2.4,!=3.2.5",
"symfony/console": "^2.0.5|^3.0|^4.0",
"symfony/phpunit-bridge": "^3.4.5|^4.0.5"
2017-04-23 16:01:02 +00:00
},
2018-08-24 15:27:19 +00:00
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
},
"bin": [
"bin/doctrine-dbal"
],
2017-04-23 16:01:02 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "2.8.x-dev",
"dev-develop": "3.0.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
"psr-0": {
2018-08-24 15:27:19 +00:00
"Doctrine\\DBAL\\": "lib/"
2017-04-23 16:01:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
}
],
2018-08-24 15:27:19 +00:00
"description": "Database Abstraction Layer",
2017-04-23 16:01:02 +00:00
"homepage": "http://www.doctrine-project.org",
"keywords": [
2018-08-24 15:27:19 +00:00
"database",
"dbal",
"persistence",
"queryobject"
2017-04-23 16:01:02 +00:00
],
2018-08-24 15:27:19 +00:00
"time": "2018-07-13T03:16:35+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/event-manager",
"version": "v1.0.0",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/event-manager.git",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/event-manager/zipball/a520bc093a0170feeb6b14e9d83f3a14452e64b3",
"reference": "a520bc093a0170feeb6b14e9d83f3a14452e64b3",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1"
},
"conflict": {
"doctrine/common": "<2.9@dev"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"doctrine/coding-standard": "^4.0",
"phpunit/phpunit": "^7.0"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.0.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
"psr-4": {
"Doctrine\\Common\\": "lib/Doctrine/Common"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2018-08-24 15:27:19 +00:00
},
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
2017-04-23 16:01:02 +00:00
}
],
2018-08-24 15:27:19 +00:00
"description": "Doctrine Event Manager component",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
2017-04-23 16:01:02 +00:00
"keywords": [
2018-08-24 15:27:19 +00:00
"event",
"eventdispatcher",
"eventmanager"
2017-04-23 16:01:02 +00:00
],
2018-08-24 15:27:19 +00:00
"time": "2018-06-11T11:59:03+00:00"
2017-04-23 16:01:02 +00:00
},
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/inflector",
"version": "v1.3.0",
2017-04-23 16:01:02 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/inflector.git",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
"reference": "5527a48b7313d15261292c149e55e26eae771b0a",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1"
2017-04-23 16:01:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.2"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.3.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
2018-08-24 15:27:19 +00:00
"psr-4": {
"Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
2017-04-23 16:01:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Benjamin Eberlei",
"email": "kontakt@beberlei.de"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Jonathan Wage",
"email": "jonwage@gmail.com"
2018-08-24 15:27:19 +00:00
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
2017-04-23 16:01:02 +00:00
}
],
2018-08-24 15:27:19 +00:00
"description": "Common String Manipulations with regard to casing and singular/plural rules.",
2017-04-23 16:01:02 +00:00
"homepage": "http://www.doctrine-project.org",
"keywords": [
2018-08-24 15:27:19 +00:00
"inflection",
"pluralize",
"singularize",
"string"
2017-04-23 16:01:02 +00:00
],
2018-08-24 15:27:19 +00:00
"time": "2018-01-09T20:05:19+00:00"
2017-04-23 16:01:02 +00:00
},
2015-12-13 04:42:28 +00:00
{
2018-08-24 15:27:19 +00:00
"name": "doctrine/lexer",
"version": "v1.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2018-08-24 15:27:19 +00:00
"url": "https://github.com/doctrine/lexer.git",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
"reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "1.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-0": {
2018-08-24 15:27:19 +00:00
"Doctrine\\Common\\Lexer\\": "lib/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Roman Borschel",
"email": "roman@code-factory.org"
},
{
"name": "Guilherme Blanco",
"email": "guilhermeblanco@gmail.com"
},
{
"name": "Johannes Schmitt",
"email": "schmittjoh@gmail.com"
}
],
2018-08-24 15:27:19 +00:00
"description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
2015-12-13 04:42:28 +00:00
"homepage": "http://www.doctrine-project.org",
"keywords": [
2018-08-24 15:27:19 +00:00
"lexer",
"parser"
2015-12-13 04:42:28 +00:00
],
2018-08-24 15:27:19 +00:00
"time": "2014-09-09T13:34:57+00:00"
2017-02-14 06:53:02 +00:00
},
2018-08-29 07:49:01 +00:00
{
"name": "dragonmantank/cron-expression",
"version": "v2.2.0",
"source": {
"type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/92a2c3768d50e21a1f26a53cb795ce72806266c5",
"reference": "92a2c3768d50e21a1f26a53cb795ce72806266c5",
"shasum": ""
},
"require": {
"php": ">=7.0.0"
},
"require-dev": {
"phpunit/phpunit": "~6.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Cron\\": "src/Cron/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
},
{
"name": "Chris Tankersley",
"email": "chris@ctankersley.com",
"homepage": "https://github.com/dragonmantank"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2018-06-06T03:12:17+00:00"
},
2017-04-23 16:01:02 +00:00
{
2018-08-24 15:27:19 +00:00
"name": "egulias/email-validator",
"version": "2.1.6",
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",
"reference": "0578b32b30b22de3e8664f797cf846fc9246f786"
2017-04-23 16:01:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0578b32b30b22de3e8664f797cf846fc9246f786",
"reference": "0578b32b30b22de3e8664f797cf846fc9246f786",
2017-04-23 16:01:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"doctrine/lexer": "^1.0.1",
"php": ">= 5.5"
},
"require-dev": {
"dominicsayers/isemail": "dev-master",
"phpunit/phpunit": "^4.8.35||^5.7||^6.0",
"satooshi/php-coveralls": "^1.0.1"
},
"suggest": {
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
2017-04-23 16:01:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "2.0.x-dev"
2017-04-23 16:01:02 +00:00
}
},
"autoload": {
2018-08-24 15:27:19 +00:00
"psr-4": {
"Egulias\\EmailValidator\\": "EmailValidator"
2017-04-23 16:01:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-24 15:27:19 +00:00
"name": "Eduardo Gulias Davis"
2017-04-23 16:01:02 +00:00
}
],
2018-08-24 15:27:19 +00:00
"description": "A library for validating emails against several RFCs",
"homepage": "https://github.com/egulias/EmailValidator",
2017-04-23 16:01:02 +00:00
"keywords": [
2018-08-24 15:27:19 +00:00
"email",
"emailvalidation",
"emailvalidator",
"validation",
"validator"
2017-04-23 16:01:02 +00:00
],
"time": "2018-09-25T20:47:26+00:00"
2017-04-23 16:01:02 +00:00
},
2017-02-14 06:53:02 +00:00
{
"name": "erusev/parsedown",
2018-04-14 21:16:04 +00:00
"version": "1.7.1",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/erusev/parsedown.git",
2018-04-14 21:16:04 +00:00
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-04-14 21:16:04 +00:00
"url": "https://api.github.com/repos/erusev/parsedown/zipball/92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
"reference": "92e9c27ba0e74b8b028b111d1b6f956a15c01fc1",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-04-14 21:16:04 +00:00
"ext-mbstring": "*",
2017-02-14 06:53:02 +00:00
"php": ">=5.3.0"
},
2017-12-01 16:52:56 +00:00
"require-dev": {
"phpunit/phpunit": "^4.8.35"
},
2017-02-14 06:53:02 +00:00
"type": "library",
"autoload": {
"psr-0": {
"Parsedown": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Emanuil Rusev",
"email": "hello@erusev.com",
"homepage": "http://erusev.com"
}
],
"description": "Parser for Markdown.",
"homepage": "http://parsedown.org",
"keywords": [
"markdown",
"parser"
],
2018-04-14 21:16:04 +00:00
"time": "2018-03-08T01:11:30+00:00"
2016-11-13 15:05:24 +00:00
},
2018-08-29 07:49:01 +00:00
{
"name": "fideloper/proxy",
"version": "4.0.0",
"source": {
"type": "git",
"url": "https://github.com/fideloper/TrustedProxy.git",
"reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/cf8a0ca4b85659b9557e206c90110a6a4dba980a",
"reference": "cf8a0ca4b85659b9557e206c90110a6a4dba980a",
"shasum": ""
},
"require": {
"illuminate/contracts": "~5.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/http": "~5.6",
"mockery/mockery": "~1.0",
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"laravel": {
"providers": [
"Fideloper\\Proxy\\TrustedProxyServiceProvider"
]
}
},
"autoload": {
"psr-4": {
"Fideloper\\Proxy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Fidao",
"email": "fideloper@gmail.com"
}
],
"description": "Set trusted proxies for Laravel",
"keywords": [
"load balancing",
"proxy",
"trusted proxy"
],
"time": "2018-02-07T20:20:57+00:00"
},
{
"name": "guzzlehttp/guzzle",
2018-08-19 14:08:03 +00:00
"version": "6.3.3",
"source": {
"type": "git",
"url": "https://github.com/guzzle/guzzle.git",
2018-08-19 14:08:03 +00:00
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba"
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"reference": "407b0cb880ace85c9b63c5f9551db498cb2d50ba",
"shasum": ""
},
"require": {
2016-09-26 06:30:00 +00:00
"guzzlehttp/promises": "^1.0",
"guzzlehttp/psr7": "^1.4",
2016-09-26 06:30:00 +00:00
"php": ">=5.5"
},
"require-dev": {
"ext-curl": "*",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.4 || ^7.0",
2016-09-26 06:30:00 +00:00
"psr/log": "^1.0"
},
2017-08-05 21:19:35 +00:00
"suggest": {
"psr/log": "Required for using the Log middleware"
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-14 21:16:04 +00:00
"dev-master": "6.3-dev"
}
},
"autoload": {
"files": [
"src/functions_include.php"
],
"psr-4": {
"GuzzleHttp\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle is a PHP HTTP client library",
"homepage": "http://guzzlephp.org/",
"keywords": [
"client",
"curl",
"framework",
"http",
"http client",
"rest",
"web service"
],
2018-08-19 14:08:03 +00:00
"time": "2018-04-22T15:46:56+00:00"
},
{
"name": "guzzlehttp/promises",
2017-01-14 13:47:21 +00:00
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/guzzle/promises.git",
2017-01-14 13:47:21 +00:00
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646"
},
"dist": {
"type": "zip",
2017-01-14 13:47:21 +00:00
"url": "https://api.github.com/repos/guzzle/promises/zipball/a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"reference": "a59da6cf61d80060647ff4d3eb2c03a2bc694646",
"shasum": ""
},
"require": {
"php": ">=5.5.0"
},
"require-dev": {
2017-01-14 13:47:21 +00:00
"phpunit/phpunit": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-14 13:47:21 +00:00
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"GuzzleHttp\\Promise\\": "src/"
},
"files": [
"src/functions_include.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Guzzle promises library",
"keywords": [
"promise"
],
2017-02-14 06:53:02 +00:00
"time": "2016-12-20T10:07:11+00:00"
},
{
"name": "guzzlehttp/psr7",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/guzzle/psr7/zipball/f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"reference": "f5b8a8512e2b58b0071a7280e39f14f72e05d87c",
"shasum": ""
},
"require": {
"php": ">=5.4.0",
"psr/http-message": "~1.0"
},
"provide": {
"psr/http-message-implementation": "1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"type": "library",
"extra": {
"branch-alias": {
2016-09-26 06:30:00 +00:00
"dev-master": "1.4-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",
"request",
"response",
"stream",
"uri",
"url"
],
"time": "2017-03-20T17:10:46+00:00"
2015-12-13 04:42:28 +00:00
},
2017-12-03 16:54:11 +00:00
{
"name": "jackiedo/dotenv-editor",
"version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/JackieDo/Laravel-Dotenv-Editor.git",
"reference": "d27e12b8b120d49234d6759810ad06f076ee52cc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JackieDo/Laravel-Dotenv-Editor/zipball/d27e12b8b120d49234d6759810ad06f076ee52cc",
"reference": "d27e12b8b120d49234d6759810ad06f076ee52cc",
"shasum": ""
},
"require": {
"illuminate/config": ">=5.0",
"illuminate/container": ">=5.0",
"illuminate/support": ">=5.0",
"php": ">=5.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-4": {
"Jackiedo\\DotenvEditor\\": "src/Jackiedo/DotenvEditor"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jackie Do",
"email": "anhvudo@gmail.com"
}
],
"description": "The .env file editor tool for Laravel 5+",
"keywords": [
"dotenv",
"dotenv-editor",
"laravel"
],
"time": "2017-06-26T06:36:42+00:00"
},
2015-12-13 04:42:28 +00:00
{
"name": "james-heinrich/getid3",
2017-12-01 16:52:56 +00:00
"version": "v1.9.15",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/JamesHeinrich/getID3.git",
2017-12-01 16:52:56 +00:00
"reference": "df9b441e547da1018b1be0e239bee095c9962c96"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2017-12-01 16:52:56 +00:00
"url": "https://api.github.com/repos/JamesHeinrich/getID3/zipball/df9b441e547da1018b1be0e239bee095c9962c96",
"reference": "df9b441e547da1018b1be0e239bee095c9962c96",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"classmap": [
2017-01-14 13:47:21 +00:00
"getid3/"
2015-12-13 04:42:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL"
],
"description": "PHP script that extracts useful information from popular multimedia file formats",
"homepage": "http://www.getid3.org/",
"keywords": [
"codecs",
"php",
"tags"
],
2017-12-01 16:52:56 +00:00
"time": "2017-10-26T18:34:37+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "laravel/framework",
"version": "v5.7.6",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "93e761bb5367166ce98ba908d5eb0edd6be76792"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/93e761bb5367166ce98ba908d5eb0edd6be76792",
"reference": "93e761bb5367166ce98ba908d5eb0edd6be76792",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"doctrine/inflector": "^1.1",
"dragonmantank/cron-expression": "^2.0",
"erusev/parsedown": "^1.7",
2015-12-13 04:42:28 +00:00
"ext-mbstring": "*",
"ext-openssl": "*",
2018-08-24 15:27:19 +00:00
"league/flysystem": "^1.0.8",
"monolog/monolog": "^1.12",
"nesbot/carbon": "^1.26.3",
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
"psr/container": "^1.0",
2018-08-24 15:27:19 +00:00
"psr/simple-cache": "^1.0",
2018-08-29 07:49:01 +00:00
"ramsey/uuid": "^3.7",
"swiftmailer/swiftmailer": "^6.0",
"symfony/console": "^4.1",
"symfony/debug": "^4.1",
"symfony/finder": "^4.1",
"symfony/http-foundation": "^4.1",
"symfony/http-kernel": "^4.1",
"symfony/process": "^4.1",
"symfony/routing": "^4.1",
"symfony/var-dumper": "^4.1",
2018-08-29 07:49:01 +00:00
"tijsverkoyen/css-to-inline-styles": "^2.2.1",
"vlucas/phpdotenv": "^2.2"
2015-12-13 04:42:28 +00:00
},
2018-08-29 07:49:01 +00:00
"conflict": {
"tightenco/collect": "<5.5.33"
},
2015-12-13 04:42:28 +00:00
"replace": {
"illuminate/auth": "self.version",
"illuminate/broadcasting": "self.version",
"illuminate/bus": "self.version",
"illuminate/cache": "self.version",
"illuminate/config": "self.version",
"illuminate/console": "self.version",
"illuminate/container": "self.version",
"illuminate/contracts": "self.version",
"illuminate/cookie": "self.version",
"illuminate/database": "self.version",
"illuminate/encryption": "self.version",
"illuminate/events": "self.version",
"illuminate/filesystem": "self.version",
"illuminate/hashing": "self.version",
"illuminate/http": "self.version",
"illuminate/log": "self.version",
"illuminate/mail": "self.version",
2016-09-26 06:30:00 +00:00
"illuminate/notifications": "self.version",
2015-12-13 04:42:28 +00:00
"illuminate/pagination": "self.version",
"illuminate/pipeline": "self.version",
"illuminate/queue": "self.version",
"illuminate/redis": "self.version",
"illuminate/routing": "self.version",
"illuminate/session": "self.version",
"illuminate/support": "self.version",
"illuminate/translation": "self.version",
"illuminate/validation": "self.version",
2018-08-29 07:49:01 +00:00
"illuminate/view": "self.version"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"aws/aws-sdk-php": "^3.0",
"doctrine/dbal": "^2.6",
2018-08-24 15:27:19 +00:00
"filp/whoops": "^2.1.4",
"league/flysystem-cached-adapter": "^1.0",
"mockery/mockery": "^1.0",
2018-08-29 07:49:01 +00:00
"moontoast/math": "^1.1",
"orchestra/testbench-core": "3.7.*",
"pda/pheanstalk": "^3.0",
"phpunit/phpunit": "^7.0",
2018-08-24 15:27:19 +00:00
"predis/predis": "^1.1.1",
"symfony/css-selector": "^4.1",
"symfony/dom-crawler": "^4.1",
"true/punycode": "^2.1"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
2018-08-24 15:27:19 +00:00
"ext-pcntl": "Required to use all features of the queue worker.",
"ext-posix": "Required to use all features of the queue worker.",
"fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
"guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
"laravel/tinker": "Required to use the tinker console command (^1.0).",
"league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
"league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
"league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
"league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
"moontoast/math": "Required to use ordered UUIDs (^1.1).",
"nexmo/client": "Required to use the Nexmo transport (^1.0).",
"pda/pheanstalk": "Required to use the beanstalk queue driver (^3.0).",
"predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
"symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.1).",
"symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.1).",
"symfony/psr-http-message-bridge": "Required to psr7 bridging features (^1.0)."
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.7-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"files": [
"src/Illuminate/Foundation/helpers.php",
"src/Illuminate/Support/helpers.php"
],
"psr-4": {
"Illuminate\\": "src/Illuminate/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
2016-09-26 06:30:00 +00:00
"email": "taylor@laravel.com"
2015-12-13 04:42:28 +00:00
}
],
"description": "The Laravel Framework.",
2016-09-26 06:30:00 +00:00
"homepage": "https://laravel.com",
2015-12-13 04:42:28 +00:00
"keywords": [
"framework",
"laravel"
],
"time": "2018-09-25T14:29:00+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "league/flysystem",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"version": "1.0.47",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"reference": "a11e4a75f256bdacf99d20780ce42d3b8272975c"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a11e4a75f256bdacf99d20780ce42d3b8272975c",
"reference": "a11e4a75f256bdacf99d20780ce42d3b8272975c",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"ext-fileinfo": "*",
2017-01-14 13:47:21 +00:00
"php": ">=5.5.9"
2015-12-13 04:42:28 +00:00
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
2018-04-14 21:16:04 +00:00
"phpspec/phpspec": "^3.4",
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^5.7.10"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"ext-fileinfo": "Required for MimeType",
2018-04-14 21:16:04 +00:00
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
2015-12-13 04:42:28 +00:00
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
2017-08-05 21:19:35 +00:00
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
2017-10-02 18:42:18 +00:00
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"time": "2018-09-14T15:30:29+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "monolog/monolog",
2017-08-05 21:19:35 +00:00
"version": "1.23.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/Seldaek/monolog.git",
2017-08-05 21:19:35 +00:00
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2017-08-05 21:19:35 +00:00
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
"reference": "fd8c787753b3a2ad11bc60c063cff1358a32a3b4",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"psr/log": "~1.0"
},
"provide": {
"psr/log-implementation": "1.0.0"
},
"require-dev": {
2017-01-14 13:47:21 +00:00
"aws/aws-sdk-php": "^2.4.9 || ^3.0",
2015-12-13 04:42:28 +00:00
"doctrine/couchdb": "~1.0@dev",
"graylog2/gelf-php": "~1.0",
"jakub-onderka/php-parallel-lint": "0.9",
2016-09-26 06:30:00 +00:00
"php-amqplib/php-amqplib": "~2.4",
2015-12-13 04:42:28 +00:00
"php-console/php-console": "^3.1.3",
"phpunit/phpunit": "~4.5",
"phpunit/phpunit-mock-objects": "2.3.0",
"ruflin/elastica": ">=0.90 <3.0",
2016-09-26 06:30:00 +00:00
"sentry/sentry": "^0.13",
2017-08-05 21:19:35 +00:00
"swiftmailer/swiftmailer": "^5.3|^6.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
"doctrine/couchdb": "Allow sending log messages to a CouchDB server",
"ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
"ext-mongo": "Allow sending log messages to a MongoDB server",
"graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
2016-03-06 04:11:00 +00:00
"mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
2016-09-26 06:30:00 +00:00
"php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
2015-12-13 04:42:28 +00:00
"php-console/php-console": "Allow sending log messages to Google Chrome",
"rollbar/rollbar": "Allow sending log messages to Rollbar",
"ruflin/elastica": "Allow sending log messages to an Elastic Search server",
2016-09-26 06:30:00 +00:00
"sentry/sentry": "Allow sending log messages to a Sentry server"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2016-03-06 04:11:00 +00:00
"dev-master": "2.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
"Monolog\\": "src/Monolog"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Sends your logs to files, sockets, inboxes, databases and various web services",
"homepage": "http://github.com/Seldaek/monolog",
"keywords": [
"log",
"logging",
"psr-3"
],
2017-08-05 21:19:35 +00:00
"time": "2017-06-19T01:22:40+00:00"
2015-12-13 04:42:28 +00:00
},
2016-06-13 09:04:42 +00:00
{
"name": "mtdowling/jmespath.php",
2017-01-14 13:47:21 +00:00
"version": "2.4.0",
2016-06-13 09:04:42 +00:00
"source": {
"type": "git",
"url": "https://github.com/jmespath/jmespath.php.git",
2017-01-14 13:47:21 +00:00
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac"
2016-06-13 09:04:42 +00:00
},
"dist": {
"type": "zip",
2017-01-14 13:47:21 +00:00
"url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
"reference": "adcc9531682cf87dfda21e1fd5d0e7a41d292fac",
2016-06-13 09:04:42 +00:00
"shasum": ""
},
"require": {
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"bin": [
"bin/jp.php"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
"autoload": {
"psr-4": {
"JmesPath\\": "src/"
},
"files": [
"src/JmesPath.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "Declaratively specify how to extract elements from a JSON document",
"keywords": [
"json",
"jsonpath"
],
2017-02-14 06:53:02 +00:00
"time": "2016-12-03T22:08:25+00:00"
2016-06-13 09:04:42 +00:00
},
2015-12-29 01:16:36 +00:00
{
"name": "namshi/jose",
2017-08-05 21:19:35 +00:00
"version": "7.2.3",
2015-12-29 01:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/namshi/jose.git",
2017-08-05 21:19:35 +00:00
"reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
2015-12-29 01:16:36 +00:00
},
"dist": {
"type": "zip",
2017-08-05 21:19:35 +00:00
"url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
"reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
2015-12-29 01:16:36 +00:00
"shasum": ""
},
"require": {
2017-08-05 21:19:35 +00:00
"ext-date": "*",
"ext-hash": "*",
"ext-json": "*",
"ext-pcre": "*",
"ext-spl": "*",
"php": ">=5.5",
"symfony/polyfill-php56": "^1.0"
2015-12-29 01:16:36 +00:00
},
"require-dev": {
2017-08-05 21:19:35 +00:00
"phpseclib/phpseclib": "^2.0",
"phpunit/phpunit": "^4.5|^5.0",
"satooshi/php-coveralls": "^1.0"
},
"suggest": {
"ext-openssl": "Allows to use OpenSSL as crypto engine.",
"phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
2015-12-29 01:16:36 +00:00
},
"type": "library",
"autoload": {
2017-08-05 21:19:35 +00:00
"psr-4": {
"Namshi\\JOSE\\": "src/Namshi/JOSE/"
2015-12-29 01:16:36 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Nadalin",
"email": "alessandro.nadalin@gmail.com"
2017-08-05 21:19:35 +00:00
},
{
"name": "Alessandro Cinelli (cirpo)",
"email": "alessandro.cinelli@gmail.com"
2015-12-29 01:16:36 +00:00
}
],
"description": "JSON Object Signing and Encryption library for PHP.",
"keywords": [
"JSON Web Signature",
"JSON Web Token",
"JWS",
"json",
"jwt",
"token"
],
2017-08-05 21:19:35 +00:00
"time": "2016-12-05T07:27:31+00:00"
2015-12-29 01:16:36 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "nesbot/carbon",
"version": "1.34.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/briannesbitt/Carbon.git",
"reference": "1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33",
"reference": "1dbd3cb01c5645f3e7deda7aa46ef780d95fcc33",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-04-14 21:16:04 +00:00
"php": ">=5.3.9",
"symfony/translation": "~2.6 || ~3.0 || ~4.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2017-01-18 03:06:40 +00:00
"friendsofphp/php-cs-fixer": "~2",
2018-04-14 21:16:04 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7"
2015-12-13 04:42:28 +00:00
},
"type": "library",
2017-01-18 03:06:40 +00:00
"extra": {
"laravel": {
"providers": [
"Carbon\\Laravel\\ServiceProvider"
]
2017-01-18 03:06:40 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"psr-4": {
"": "src/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Brian Nesbitt",
"email": "brian@nesbot.com",
"homepage": "http://nesbot.com"
}
],
"description": "A simple API extension for DateTime.",
"homepage": "http://carbon.nesbot.com",
"keywords": [
"date",
"datetime",
"time"
],
"time": "2018-09-20T19:36:25+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "paragonie/random_compat",
2018-08-24 15:27:19 +00:00
"version": "v9.99.99",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/paragonie/random_compat.git",
2018-08-24 15:27:19 +00:00
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
"reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7"
2015-12-13 06:29:15 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "4.*|5.*",
"vimeo/psalm": "^1"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"suggest": {
"ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"type": "library",
2015-12-13 04:42:28 +00:00
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-02-14 06:53:02 +00:00
"MIT"
2015-12-13 04:42:28 +00:00
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com",
"homepage": "https://paragonie.com"
2015-12-13 04:42:28 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
2015-12-13 04:42:28 +00:00
"keywords": [
"csprng",
2018-08-19 14:08:03 +00:00
"polyfill",
2015-12-13 04:42:28 +00:00
"pseudorandom",
"random"
],
2018-08-24 15:27:19 +00:00
"time": "2018-07-02T15:55:56+00:00"
},
2018-08-29 10:41:45 +00:00
{
"name": "paragonie/sodium_compat",
2018-09-04 08:14:17 +00:00
"version": "v1.6.4",
2018-08-29 10:41:45 +00:00
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
2018-09-04 08:14:17 +00:00
"reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c"
2018-08-29 10:41:45 +00:00
},
"dist": {
"type": "zip",
2018-09-04 08:14:17 +00:00
"url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/3f2fd07977541b4d630ea0365ad0eceddee5179c",
"reference": "3f2fd07977541b4d630ea0365ad0eceddee5179c",
2018-08-29 10:41:45 +00:00
"shasum": ""
},
"require": {
"paragonie/random_compat": ">=1",
"php": "^5.2.4|^5.3|^5.4|^5.5|^5.6|^7"
},
"require-dev": {
"phpunit/phpunit": "^3|^4|^5"
},
"suggest": {
"ext-libsodium": "PHP < 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security.",
"ext-sodium": "PHP >= 7.0: Better performance, password hashing (Argon2i), secure memory management (memzero), and better security."
},
"type": "library",
"autoload": {
"files": [
"autoload.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Paragon Initiative Enterprises",
"email": "security@paragonie.com"
},
{
"name": "Frank Denis",
"email": "jedisct1@pureftpd.org"
}
],
"description": "Pure PHP implementation of libsodium; uses the PHP extension if it exists",
"keywords": [
"Authentication",
"BLAKE2b",
"ChaCha20",
"ChaCha20-Poly1305",
"Chapoly",
"Curve25519",
"Ed25519",
"EdDSA",
"Edwards-curve Digital Signature Algorithm",
"Elliptic Curve Diffie-Hellman",
"Poly1305",
"Pure-PHP cryptography",
"RFC 7748",
"RFC 8032",
"Salpoly",
"Salsa20",
"X25519",
"XChaCha20-Poly1305",
"XSalsa20-Poly1305",
"Xchacha20",
"Xsalsa20",
"aead",
"cryptography",
"ecdh",
"elliptic curve",
"elliptic curve cryptography",
"encryption",
"libsodium",
"php",
"public-key cryptography",
"secret-key cryptography",
"side-channel resistant"
],
2018-09-04 08:14:17 +00:00
"time": "2018-08-29T22:02:48+00:00"
2018-08-29 10:41:45 +00:00
},
2017-02-09 07:47:55 +00:00
{
"name": "predis/predis",
"version": "v1.1.1",
"source": {
"type": "git",
"url": "https://github.com/nrk/predis.git",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
"reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
"shasum": ""
},
"require": {
"php": ">=5.3.9"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"suggest": {
"ext-curl": "Allows access to Webdis when paired with phpiredis",
"ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniele Alessandri",
"email": "suppakilla@gmail.com",
"homepage": "http://clorophilla.net"
}
],
"description": "Flexible and feature-complete Redis client for PHP and HHVM",
"homepage": "http://github.com/nrk/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
2017-02-14 06:53:02 +00:00
"time": "2016-06-16T16:22:20+00:00"
2017-01-14 13:09:38 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "psr/container",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"time": "2017-02-14T16:28:37+00:00"
},
{
"name": "psr/http-message",
2016-09-26 06:30:00 +00:00
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/http-message.git",
2016-09-26 06:30:00 +00:00
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
},
"dist": {
"type": "zip",
2016-09-26 06:30:00 +00:00
"url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
"reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Http\\Message\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for HTTP messages",
2016-09-26 06:30:00 +00:00
"homepage": "https://github.com/php-fig/http-message",
"keywords": [
"http",
"http-message",
"psr",
"psr-7",
"request",
"response"
],
2017-02-14 06:53:02 +00:00
"time": "2016-08-06T14:39:51+00:00"
},
2015-12-13 04:42:28 +00:00
{
"name": "psr/log",
2017-01-14 13:47:21 +00:00
"version": "1.0.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
2017-01-14 13:47:21 +00:00
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2017-01-14 13:47:21 +00:00
"url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
"reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
2016-09-26 06:30:00 +00:00
"require": {
"php": ">=5.3.0"
},
2015-12-13 04:42:28 +00:00
"type": "library",
2016-09-26 06:30:00 +00:00
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
2016-09-26 06:30:00 +00:00
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
2016-09-26 06:30:00 +00:00
"homepage": "https://github.com/php-fig/log",
2015-12-13 04:42:28 +00:00
"keywords": [
"log",
"psr",
"psr-3"
],
2017-02-14 06:53:02 +00:00
"time": "2016-10-10T12:19:37+00:00"
2017-01-18 03:06:40 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "psr/simple-cache",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-fig/simple-cache.git",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\SimpleCache\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "http://www.php-fig.org/"
}
],
"description": "Common interfaces for simple caching",
"keywords": [
"cache",
"caching",
"psr",
"psr-16",
"simple-cache"
],
"time": "2017-10-23T01:57:42+00:00"
},
2017-01-18 03:06:40 +00:00
{
"name": "pusher/pusher-php-server",
2018-08-29 10:41:45 +00:00
"version": "v3.2.0",
2017-01-18 03:06:40 +00:00
"source": {
"type": "git",
"url": "https://github.com/pusher/pusher-http-php.git",
2018-08-29 10:41:45 +00:00
"reference": "4da4d208fe13fd2ff71ede5063a3456f23f38cf7"
2017-01-18 03:06:40 +00:00
},
"dist": {
"type": "zip",
2018-08-29 10:41:45 +00:00
"url": "https://api.github.com/repos/pusher/pusher-http-php/zipball/4da4d208fe13fd2ff71ede5063a3456f23f38cf7",
"reference": "4da4d208fe13fd2ff71ede5063a3456f23f38cf7",
2017-01-18 03:06:40 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
2018-08-29 10:41:45 +00:00
"paragonie/sodium_compat": "^1.6",
"php": "^5.4 || ^7.0",
"psr/log": "^1.0"
2017-01-18 03:06:40 +00:00
},
"require-dev": {
2018-08-29 10:41:45 +00:00
"phpunit/phpunit": "^4.8 || ^5.7"
2017-01-18 03:06:40 +00:00
},
"type": "library",
2018-08-29 10:41:45 +00:00
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
2017-01-18 03:06:40 +00:00
"autoload": {
2018-08-29 10:41:45 +00:00
"psr-4": {
"Pusher\\": "src/"
}
2017-01-18 03:06:40 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Library for interacting with the Pusher REST API",
"keywords": [
"events",
2018-08-29 10:41:45 +00:00
"messaging",
2017-01-18 03:06:40 +00:00
"php-pusher-server",
"publish",
2018-08-29 10:41:45 +00:00
"push",
2017-01-18 03:06:40 +00:00
"pusher",
2018-08-29 10:41:45 +00:00
"real time",
"real-time",
2017-01-18 03:06:40 +00:00
"realtime",
"rest",
"trigger"
],
2018-08-29 10:41:45 +00:00
"time": "2018-08-13T14:57:32+00:00"
2015-12-13 04:42:28 +00:00
},
2016-09-26 06:30:00 +00:00
{
"name": "ramsey/uuid",
2018-08-19 14:08:03 +00:00
"version": "3.8.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/ramsey/uuid.git",
2018-08-19 14:08:03 +00:00
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
"reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2018-08-19 14:08:03 +00:00
"paragonie/random_compat": "^1.0|^2.0|9.99.99",
"php": "^5.4 || ^7.0",
"symfony/polyfill-ctype": "^1.8"
2016-09-26 06:30:00 +00:00
},
"replace": {
"rhumsaa/uuid": "self.version"
},
"require-dev": {
2018-04-14 21:16:04 +00:00
"codeception/aspect-mock": "^1.0 | ~2.0.0",
2017-01-14 13:47:21 +00:00
"doctrine/annotations": "~1.2.0",
2018-08-19 14:08:03 +00:00
"goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
2016-09-26 06:30:00 +00:00
"ircmaxell/random-lib": "^1.1",
"jakub-onderka/php-parallel-lint": "^0.9.0",
2018-04-14 21:16:04 +00:00
"mockery/mockery": "^0.9.9",
2016-09-26 06:30:00 +00:00
"moontoast/math": "^1.1",
2017-01-14 13:47:21 +00:00
"php-mock/php-mock-phpunit": "^0.3|^1.1",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.7|^5.0|^6.5",
2016-09-26 06:30:00 +00:00
"squizlabs/php_codesniffer": "^2.3"
},
"suggest": {
2018-08-19 14:08:03 +00:00
"ext-ctype": "Provides support for PHP Ctype functions",
2016-09-26 06:30:00 +00:00
"ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
"ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
"ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
"moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
"ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
"ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Ramsey\\Uuid\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marijn Huizendveld",
"email": "marijn.huizendveld@gmail.com"
},
{
"name": "Thibaud Fabre",
"email": "thibaud@aztech.io"
},
{
"name": "Ben Ramsey",
"email": "ben@benramsey.com",
"homepage": "https://benramsey.com"
}
],
"description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
"homepage": "https://github.com/ramsey/uuid",
"keywords": [
"guid",
"identifier",
"uuid"
],
2018-08-19 14:08:03 +00:00
"time": "2018-07-19T23:38:55+00:00"
2016-09-26 06:30:00 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "swiftmailer/swiftmailer",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"version": "v6.1.3",
"source": {
"type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4"
},
"dist": {
"type": "zip",
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"reference": "8ddcb66ac10c392d3beb54829eef8ac1438595f4",
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"egulias/email-validator": "~2.0",
"php": ">=7.0.0"
},
"require-dev": {
2017-01-14 13:47:21 +00:00
"mockery/mockery": "~0.9.1",
2018-08-24 15:27:19 +00:00
"symfony/phpunit-bridge": "~3.3@dev"
},
"suggest": {
"ext-intl": "Needed to support internationalized email addresses",
"true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "6.1-dev"
}
},
"autoload": {
"files": [
"lib/swift_required.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Chris Corbyn"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Swiftmailer, free feature-rich PHP mailer",
2018-04-14 21:16:04 +00:00
"homepage": "https://swiftmailer.symfony.com",
"keywords": [
"email",
"mail",
"mailer"
],
Bump laravel/framework from 5.6.35 to 5.6.38 (#808) Bumps [laravel/framework](https://github.com/laravel/framework) from 5.6.35 to 5.6.38. <details> <summary>Changelog</summary> *Sourced from [laravel/framework's changelog](https://github.com/laravel/framework/blob/5.7/CHANGELOG-5.6.md).* > # Release Notes for 5.6.x > > ## v5.6.36 (2018-09-02) > > ### Changed > - Use higher order messages in Collection ([#25356](https://github-redirect.dependabot.com/laravel/framework/pull/25356)) > - Use the getAttributes method on insert ([#25355](https://github-redirect.dependabot.com/laravel/framework/pull/25355)) > > ### Fixed > - `logoutOtherDevices` method in `Illuminate/Auth/SessionGuard.php` class breaks "remember me" cookie ([#25386](https://github-redirect.dependabot.com/laravel/framework/pull/25386)) > - Fix self relation existence queries with custom keys ([#25397](https://github-redirect.dependabot.com/laravel/framework/pull/25397)) > - Fix relationships with global scope columns ([#25368](https://github-redirect.dependabot.com/laravel/framework/pull/25368)) > - Fix: revert model syncing after soft-delete ([#25392](https://github-redirect.dependabot.com/laravel/framework/pull/25392)) > - Fix mailables always being queued for later if using Queueable trait ([#25378](https://github-redirect.dependabot.com/laravel/framework/pull/25378)) > > ### Security > - escape lang directive echos ([d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b](https://github.com/laravel/framework/commit/d3c0a369057d0b6ebf29b5f51c903b1a85e3e09b)) </details> <details> <summary>Commits</summary> - [`38d838b`](https://github.com/laravel/framework/commit/38d838bab9434af79e8ab274ae63f52f7ed45d6e) version - [`dc83d33`](https://github.com/laravel/framework/commit/dc83d33c3fbee3930b151b94e9c150d01950b031) [5.6] Allow load relations with similar keys using strict comparisson ([#25429](https://github-redirect.dependabot.com/laravel/framework/issues/25429)) - [`805181c`](https://github.com/laravel/framework/commit/805181ce817361493b8f12f09564d218de0e1e68) formatting - [`a8c5056`](https://github.com/laravel/framework/commit/a8c505652b24ee7ca695033737ca7a992e750ac6) Fix nullable MorphTo and $touches - [`83bd575`](https://github.com/laravel/framework/commit/83bd575a3f14a9b48114b9f06b723dcdbe0aa061) Fix the return types for Command methods ([#25425](https://github-redirect.dependabot.com/laravel/framework/issues/25425)) - [`62332b6`](https://github.com/laravel/framework/commit/62332b6f79a18160cfe8743233fdf556dbacda4f) Merge pull request [#25414](https://github-redirect.dependabot.com/laravel/framework/issues/25414) from carusogabriel/null-type-hint - [`b56c3d8`](https://github.com/laravel/framework/commit/b56c3d8a898b8c31aeec834eb921ee6088e6c597) Merge pull request [#25412](https://github-redirect.dependabot.com/laravel/framework/issues/25412) from carusogabriel/useless-parentheses - [`7fef030`](https://github.com/laravel/framework/commit/7fef0307c6e728261e6ab5cbaf9ce859b009e9fa) [5.6] Move null type hint to the last position in phpDocs - [`c3b57a1`](https://github.com/laravel/framework/commit/c3b57a1cffc044f8eab03064e270568f819b93d0) [5.6] Remove useless parentheses - [`975e182`](https://github.com/laravel/framework/commit/975e182d42403b0efdf847c05f6bfb99144f95f5) version - Additional commits viewable in [compare view](https://github.com/laravel/framework/compare/v5.6.35...v5.6.38) </details> <br/> (This is an example of the kind of PRs Dependabot creates, so you can see it in action alongside #807. It won't automatically rebase or any of the clever stuff Dependabot normally does because I've manually copied it across, though.)
2018-09-26 14:16:19 +00:00
"time": "2018-09-11T07:12:52+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "symfony/console",
2018-08-29 07:49:01 +00:00
"version": "v4.1.4",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2018-08-29 07:49:01 +00:00
"reference": "ca80b8ced97cf07390078b29773dc384c39eee1f"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/console/zipball/ca80b8ced97cf07390078b29773dc384c39eee1f",
"reference": "ca80b8ced97cf07390078b29773dc384c39eee1f",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
2015-12-27 09:12:10 +00:00
"symfony/polyfill-mbstring": "~1.0"
2015-12-13 04:42:28 +00:00
},
2017-08-05 21:19:35 +00:00
"conflict": {
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/process": "<3.3"
2017-08-05 21:19:35 +00:00
},
2015-12-13 04:42:28 +00:00
"require-dev": {
"psr/log": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/config": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
2018-08-29 07:49:01 +00:00
"symfony/event-dispatcher": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/lock": "~3.4|~4.0",
2018-08-29 07:49:01 +00:00
"symfony/process": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2018-08-19 14:08:03 +00:00
"psr/log-implementation": "For using the console logger",
2015-12-13 04:42:28 +00:00
"symfony/event-dispatcher": "",
2017-12-01 16:52:56 +00:00
"symfony/lock": "",
2015-12-13 04:42:28 +00:00
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Console Component",
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-07-26T11:24:31+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "symfony/css-selector",
2018-08-29 07:49:01 +00:00
"version": "v3.4.15",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/css-selector.git",
2018-08-24 15:27:19 +00:00
"reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/symfony/css-selector/zipball/edda5a6155000ff8c3a3f85ee5c421af93cca416",
"reference": "edda5a6155000ff8c3a3f85ee5c421af93cca416",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^5.5.9|>=7.0.8"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.4-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\CssSelector\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony CssSelector Component",
"homepage": "https://symfony.com",
2018-08-24 15:27:19 +00:00
"time": "2018-07-26T09:06:28+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "symfony/debug",
2018-08-29 07:49:01 +00:00
"version": "v4.1.4",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/debug.git",
2018-08-29 07:49:01 +00:00
"reference": "47ead688f1f2877f3f14219670f52e4722ee7052"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/debug/zipball/47ead688f1f2877f3f14219670f52e4722ee7052",
"reference": "47ead688f1f2877f3f14219670f52e4722ee7052",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
2015-12-13 04:42:28 +00:00
"psr/log": "~1.0"
},
"conflict": {
2018-08-29 07:49:01 +00:00
"symfony/http-kernel": "<3.4"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"symfony/http-kernel": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Debug\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Debug Component",
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-08-03T11:13:38+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/event-dispatcher",
2018-08-29 07:49:01 +00:00
"version": "v4.1.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/event-dispatcher.git",
2018-08-29 07:49:01 +00:00
"reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
"reference": "bfb30c2ad377615a463ebbc875eba64a99f6aa3e",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3"
},
"conflict": {
"symfony/dependency-injection": "<3.4"
2017-08-05 21:19:35 +00:00
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2015-12-27 09:12:10 +00:00
"psr/log": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/stopwatch": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2015-12-27 09:12:10 +00:00
"symfony/dependency-injection": "",
"symfony/http-kernel": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\EventDispatcher\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony EventDispatcher Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-07-26T09:10:45+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/finder",
2018-08-29 07:49:01 +00:00
"version": "v4.1.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",
2018-08-29 07:49:01 +00:00
"reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/finder/zipball/e162f1df3102d0b7472805a5a9d5db9fcf0a8068",
"reference": "e162f1df3102d0b7472805a5a9d5db9fcf0a8068",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\Finder\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony Finder Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-07-26T11:24:31+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/http-foundation",
2018-08-29 07:49:01 +00:00
"version": "v4.1.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/http-foundation.git",
2018-08-29 07:49:01 +00:00
"reference": "3a5c91e133b220bb882b3cd773ba91bf39989345"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/3a5c91e133b220bb882b3cd773ba91bf39989345",
"reference": "3a5c91e133b220bb882b3cd773ba91bf39989345",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.1"
2015-12-27 09:12:10 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"predis/predis": "~1.0",
"symfony/expression-language": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\HttpFoundation\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony HttpFoundation Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-08-27T17:47:02+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/http-kernel",
2018-08-29 07:49:01 +00:00
"version": "v4.1.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/http-kernel.git",
2018-08-29 07:49:01 +00:00
"reference": "33de0a1ff2e1720096189e3ced682d7a4e8f5e35"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/33de0a1ff2e1720096189e3ced682d7a4e8f5e35",
"reference": "33de0a1ff2e1720096189e3ced682d7a4e8f5e35",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
2015-12-27 09:12:10 +00:00
"psr/log": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/debug": "~3.4|~4.0",
"symfony/event-dispatcher": "~4.1",
"symfony/http-foundation": "^4.1.1",
2018-08-19 14:08:03 +00:00
"symfony/polyfill-ctype": "~1.8"
2015-12-27 09:12:10 +00:00
},
"conflict": {
2018-08-29 07:49:01 +00:00
"symfony/config": "<3.4",
"symfony/dependency-injection": "<4.1",
"symfony/var-dumper": "<4.1.1",
2017-08-05 21:19:35 +00:00
"twig/twig": "<1.34|<2.4,>=2"
2015-12-13 04:42:28 +00:00
},
2017-12-01 16:52:56 +00:00
"provide": {
"psr/log-implementation": "1.0"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2017-08-05 21:19:35 +00:00
"psr/cache": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/browser-kit": "~3.4|~4.0",
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
"symfony/css-selector": "~3.4|~4.0",
"symfony/dependency-injection": "^4.1",
"symfony/dom-crawler": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/finder": "~3.4|~4.0",
"symfony/process": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/routing": "~3.4|~4.0",
2018-08-29 07:49:01 +00:00
"symfony/stopwatch": "~3.4|~4.0",
"symfony/templating": "~3.4|~4.0",
"symfony/translation": "~3.4|~4.0",
"symfony/var-dumper": "^4.1.1"
2015-12-27 09:12:10 +00:00
},
"suggest": {
"symfony/browser-kit": "",
"symfony/config": "",
"symfony/console": "",
"symfony/dependency-injection": "",
"symfony/var-dumper": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Component\\HttpKernel\\": ""
2015-12-13 04:42:28 +00:00
},
2015-12-13 06:29:15 +00:00
"exclude-from-classmap": [
"/Tests/"
2015-12-13 04:42:28 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony HttpKernel Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-08-28T06:17:42+00:00"
2018-08-19 14:08:03 +00:00
},
{
"name": "symfony/polyfill-ctype",
"version": "v1.9.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/e3d826245268269cd66f8326bd8bc066687b4a19",
"reference": "e3d826245268269cd66f8326bd8bc066687b4a19",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
},
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"time": "2018-08-06T14:22:27+00:00"
2015-12-13 04:42:28 +00:00
},
{
2015-12-27 09:12:10 +00:00
"name": "symfony/polyfill-mbstring",
2018-08-19 14:08:03 +00:00
"version": "v1.9.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2015-12-27 09:12:10 +00:00
"url": "https://github.com/symfony/polyfill-mbstring.git",
2018-08-19 14:08:03 +00:00
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8",
"reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2015-12-27 09:12:10 +00:00
"php": ">=5.3.3"
2015-12-13 04:42:28 +00:00
},
2015-12-27 13:29:03 +00:00
"suggest": {
"ext-mbstring": "For best performance"
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2015-12-27 09:12:10 +00:00
"Symfony\\Polyfill\\Mbstring\\": ""
2015-12-13 06:29:15 +00:00
},
2015-12-27 09:12:10 +00:00
"files": [
"bootstrap.php"
2015-12-13 06:29:15 +00:00
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2015-12-27 09:12:10 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-12-13 04:42:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2015-12-27 09:12:10 +00:00
"description": "Symfony polyfill for the Mbstring extension",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2015-12-27 09:12:10 +00:00
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2018-08-19 14:08:03 +00:00
"time": "2018-08-06T14:22:27+00:00"
2017-08-05 21:19:35 +00:00
},
{
"name": "symfony/polyfill-php56",
2018-08-19 14:08:03 +00:00
"version": "v1.9.0",
2017-08-05 21:19:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php56.git",
2018-08-19 14:08:03 +00:00
"reference": "7b4fc009172cc0196535b0328bd1226284a28000"
2017-08-05 21:19:35 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/7b4fc009172cc0196535b0328bd1226284a28000",
"reference": "7b4fc009172cc0196535b0328bd1226284a28000",
2017-08-05 21:19:35 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/polyfill-util": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2017-08-05 21:19:35 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Php56\\": ""
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2018-08-19 14:08:03 +00:00
"time": "2018-08-06T14:22:27+00:00"
2017-12-01 16:52:56 +00:00
},
{
2018-08-29 07:49:01 +00:00
"name": "symfony/polyfill-php72",
2018-08-19 14:08:03 +00:00
"version": "v1.9.0",
2017-12-01 16:52:56 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/symfony/polyfill-php72.git",
"reference": "95c50420b0baed23852452a7f0c7b527303ed5ae"
2017-12-01 16:52:56 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/95c50420b0baed23852452a7f0c7b527303ed5ae",
"reference": "95c50420b0baed23852452a7f0c7b527303ed5ae",
2017-12-01 16:52:56 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2017-12-01 16:52:56 +00:00
}
},
"autoload": {
"psr-4": {
2018-08-29 07:49:01 +00:00
"Symfony\\Polyfill\\Php72\\": ""
2017-12-01 16:52:56 +00:00
},
"files": [
"bootstrap.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2018-08-29 07:49:01 +00:00
"description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
2017-12-01 16:52:56 +00:00
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2018-08-19 14:08:03 +00:00
"time": "2018-08-06T14:22:27+00:00"
2017-08-05 21:19:35 +00:00
},
{
"name": "symfony/polyfill-util",
2018-08-19 14:08:03 +00:00
"version": "v1.9.0",
2017-08-05 21:19:35 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-util.git",
2018-08-19 14:08:03 +00:00
"reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581"
2017-08-05 21:19:35 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/symfony/polyfill-util/zipball/8e15d04ba3440984d23e7964b2ee1d25c8de1581",
"reference": "8e15d04ba3440984d23e7964b2ee1d25c8de1581",
2017-08-05 21:19:35 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.9-dev"
2017-08-05 21:19:35 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Polyfill\\Util\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony utilities for portability of PHP codes",
"homepage": "https://symfony.com",
"keywords": [
"compat",
"compatibility",
"polyfill",
"shim"
],
2018-08-19 14:08:03 +00:00
"time": "2018-08-06T14:22:27+00:00"
2015-12-13 06:29:15 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/process",
2018-08-29 07:49:01 +00:00
"version": "v4.1.4",
2015-12-13 06:29:15 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/symfony/process.git",
2018-08-29 07:49:01 +00:00
"reference": "86cdb930a6a855b0ab35fb60c1504cb36184f843"
2015-12-13 06:29:15 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/process/zipball/86cdb930a6a855b0ab35fb60c1504cb36184f843",
"reference": "86cdb930a6a855b0ab35fb60c1504cb36184f843",
2015-12-13 06:29:15 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3"
2015-12-13 06:29:15 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 06:29:15 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\Process\\": ""
2015-12-13 06:29:15 +00:00
},
2017-02-14 06:53:02 +00:00
"exclude-from-classmap": [
"/Tests/"
2015-12-13 06:29:15 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-12-13 06:29:15 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony Process Component",
2015-12-13 06:29:15 +00:00
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-08-03T11:13:38+00:00"
2015-12-13 06:29:15 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/routing",
2018-08-29 07:49:01 +00:00
"version": "v4.1.4",
2015-12-13 06:29:15 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/symfony/routing.git",
2018-08-29 07:49:01 +00:00
"reference": "a5784c2ec4168018c87b38f0e4f39d2278499f51"
2015-12-13 06:29:15 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/routing/zipball/a5784c2ec4168018c87b38f0e4f39d2278499f51",
"reference": "a5784c2ec4168018c87b38f0e4f39d2278499f51",
2015-12-13 06:29:15 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3"
2017-02-14 06:53:02 +00:00
},
"conflict": {
2018-08-29 07:49:01 +00:00
"symfony/config": "<3.4",
"symfony/dependency-injection": "<3.4",
2017-12-01 16:52:56 +00:00
"symfony/yaml": "<3.4"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"doctrine/annotations": "~1.0",
"psr/log": "~1.0",
2018-08-29 07:49:01 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/expression-language": "~3.4|~4.0",
"symfony/http-foundation": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/yaml": "~3.4|~4.0"
2017-02-14 06:53:02 +00:00
},
"suggest": {
"doctrine/annotations": "For using the annotation loader",
"symfony/config": "For using the all-in-one router or any loader",
"symfony/dependency-injection": "For loading routes from a service",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
2015-12-13 06:29:15 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 06:29:15 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\Routing\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 06:29:15 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
2015-12-13 06:29:15 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony Routing Component",
2015-12-13 06:29:15 +00:00
"homepage": "https://symfony.com",
"keywords": [
2017-02-14 06:53:02 +00:00
"router",
"routing",
"uri",
"url"
2015-12-13 06:29:15 +00:00
],
2018-08-29 07:49:01 +00:00
"time": "2018-08-03T07:58:40+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/translation",
2018-08-29 07:49:01 +00:00
"version": "v4.1.4",
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",
2018-08-29 07:49:01 +00:00
"reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/translation/zipball/fa2182669f7983b7aa5f1a770d053f79f0ef144f",
"reference": "fa2182669f7983b7aa5f1a770d053f79f0ef144f",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1.3",
2017-02-14 06:53:02 +00:00
"symfony/polyfill-mbstring": "~1.0"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"conflict": {
2018-08-24 15:27:19 +00:00
"symfony/config": "<3.4",
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "<3.4",
"symfony/yaml": "<3.4"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"psr/log": "~1.0",
2018-08-24 15:27:19 +00:00
"symfony/config": "~3.4|~4.0",
"symfony/console": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/dependency-injection": "~3.4|~4.0",
"symfony/finder": "~2.8|~3.0|~4.0",
2018-08-24 15:27:19 +00:00
"symfony/intl": "~3.4|~4.0",
2017-12-01 16:52:56 +00:00
"symfony/yaml": "~3.4|~4.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2018-08-19 14:08:03 +00:00
"psr/log-implementation": "To use logging capability in translator",
2017-02-14 06:53:02 +00:00
"symfony/config": "",
"symfony/yaml": ""
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\Translation\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony Translation Component",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2018-08-29 07:49:01 +00:00
"time": "2018-08-07T12:45:11+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "symfony/var-dumper",
2018-08-29 07:49:01 +00:00
"version": "v4.1.4",
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",
2018-08-29 07:49:01 +00:00
"reference": "a05426e27294bba7b0226ffc17dd01a3c6ef9777"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/a05426e27294bba7b0226ffc17dd01a3c6ef9777",
"reference": "a05426e27294bba7b0226ffc17dd01a3c6ef9777",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1.3",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php72": "~1.5"
2015-12-13 04:42:28 +00:00
},
"conflict": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
"symfony/console": "<3.4"
},
2015-12-13 04:42:28 +00:00
"require-dev": {
2017-08-05 21:19:35 +00:00
"ext-iconv": "*",
2018-08-29 07:49:01 +00:00
"symfony/process": "~3.4|~4.0",
2017-08-05 21:19:35 +00:00
"twig/twig": "~1.34|~2.4"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2017-08-05 21:19:35 +00:00
"ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
2017-12-01 16:52:56 +00:00
"ext-intl": "To show region name in time zone dump",
2018-08-29 07:49:01 +00:00
"symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
2015-12-13 04:42:28 +00:00
},
2018-08-29 07:49:01 +00:00
"bin": [
"Resources/bin/var-dump-server"
],
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "4.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
2017-02-14 06:53:02 +00:00
"files": [
"Resources/functions/dump.php"
],
2015-12-13 04:42:28 +00:00
"psr-4": {
2017-02-14 06:53:02 +00:00
"Symfony\\Component\\VarDumper\\": ""
2015-12-13 06:29:15 +00:00
},
"exclude-from-classmap": [
"/Tests/"
]
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
2015-12-13 04:42:28 +00:00
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2017-02-14 06:53:02 +00:00
"description": "Symfony mechanism for exploring and dumping PHP variables",
2015-12-13 04:42:28 +00:00
"homepage": "https://symfony.com",
2017-02-14 06:53:02 +00:00
"keywords": [
"debug",
"dump"
],
2018-08-29 07:49:01 +00:00
"time": "2018-08-02T09:24:26+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "tijsverkoyen/css-to-inline-styles",
2018-04-14 21:16:04 +00:00
"version": "2.2.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
2018-04-14 21:16:04 +00:00
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-04-14 21:16:04 +00:00
"url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
"reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-04-14 21:16:04 +00:00
"php": "^5.5 || ^7.0",
"symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
2015-12-27 09:12:10 +00:00
},
"require-dev": {
2018-04-14 21:16:04 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-04-14 21:16:04 +00:00
"dev-master": "2.2.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"TijsVerkoyen\\CssToInlineStyles\\": "src"
}
2015-12-13 04:42:28 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-02-14 06:53:02 +00:00
"BSD-3-Clause"
2015-12-13 04:42:28 +00:00
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Tijs Verkoyen",
"email": "css_to_inline_styles@verkoyen.eu",
"role": "Developer"
2015-12-13 04:42:28 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
2018-04-14 21:16:04 +00:00
"time": "2017-11-27T11:13:29+00:00"
2015-12-13 04:42:28 +00:00
},
2015-12-29 01:16:36 +00:00
{
"name": "tymon/jwt-auth",
2017-08-05 21:19:35 +00:00
"version": "0.5.12",
2015-12-29 01:16:36 +00:00
"source": {
"type": "git",
"url": "https://github.com/tymondesigns/jwt-auth.git",
2017-08-05 21:19:35 +00:00
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8"
2015-12-29 01:16:36 +00:00
},
"dist": {
"type": "zip",
2017-08-05 21:19:35 +00:00
"url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/614ee3410a1cc18ef13c8d5ffd491b5608afabd8",
"reference": "614ee3410a1cc18ef13c8d5ffd491b5608afabd8",
2015-12-29 01:16:36 +00:00
"shasum": ""
},
"require": {
"illuminate/http": "~5.0",
"illuminate/support": "~5.0",
2017-08-05 21:19:35 +00:00
"namshi/jose": "^5.0 || ^7.0",
2015-12-29 01:16:36 +00:00
"nesbot/carbon": "~1.0",
"php": ">=5.4.0"
},
"require-dev": {
"illuminate/auth": "~5.0",
"illuminate/console": "~5.0",
"illuminate/database": "~5.0",
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "4.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.5-dev"
}
},
"autoload": {
"psr-4": {
"Tymon\\JWTAuth\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Sean Tymon",
"email": "tymon148@gmail.com",
"homepage": "http://tymondesigns.com",
"role": "Developer"
}
],
"description": "JSON Web Token Authentication for Laravel 4 and 5",
"homepage": "https://github.com/tymondesigns/jwt-auth",
"keywords": [
"Authentication",
"JSON Web Token",
"auth",
"jwt",
"laravel",
"tymon"
],
2017-08-05 21:19:35 +00:00
"time": "2017-06-07T21:32:02+00:00"
2015-12-29 01:16:36 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "vlucas/phpdotenv",
2018-08-19 14:08:03 +00:00
"version": "v2.5.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2018-08-19 14:08:03 +00:00
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
"reference": "8abb4f9aa89ddea9d52112c65bbe8d0125e2fa8e",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2015-12-27 09:12:10 +00:00
"php": ">=5.3.9"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
2015-12-27 09:12:10 +00:00
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "2.5-dev"
2015-12-27 09:12:10 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
2015-12-27 09:12:10 +00:00
"psr-4": {
"Dotenv\\": "src/"
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2018-08-19 14:08:03 +00:00
"BSD-3-Clause"
2015-12-13 04:42:28 +00:00
],
"authors": [
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "http://www.vancelucas.com"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
2018-08-19 14:08:03 +00:00
"time": "2018-07-29T20:33:41+00:00"
2015-12-13 04:42:28 +00:00
}
],
"packages-dev": [
2017-01-14 13:47:21 +00:00
{
"name": "barryvdh/laravel-ide-helper",
Bump barryvdh/laravel-ide-helper from 2.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
"version": "v2.5.1",
2017-01-14 13:47:21 +00:00
"source": {
"type": "git",
"url": "https://github.com/barryvdh/laravel-ide-helper.git",
Bump barryvdh/laravel-ide-helper from 2.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
"reference": "7db1843473e1562d8e0490b51db847d3a1415140"
2017-01-14 13:47:21 +00:00
},
"dist": {
"type": "zip",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/7db1843473e1562d8e0490b51db847d3a1415140",
"reference": "7db1843473e1562d8e0490b51db847d3a1415140",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
"barryvdh/reflection-docblock": "^2.0.4",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"composer/composer": "^1.6",
"illuminate/console": "^5.5,<5.8",
"illuminate/filesystem": "^5.5,<5.8",
"illuminate/support": "^5.5,<5.8",
"php": ">=7"
2017-01-14 13:47:21 +00:00
},
"require-dev": {
"doctrine/dbal": "~2.3",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"illuminate/config": "^5.1,<5.8",
"illuminate/view": "^5.1,<5.8",
"phpro/grumphp": "^0.14",
2017-01-14 13:47:21 +00:00
"phpunit/phpunit": "4.*",
"scrutinizer/ocular": "~1.1",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"squizlabs/php_codesniffer": "^3"
2017-01-14 13:47:21 +00:00
},
"suggest": {
"doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
},
"type": "library",
"extra": {
"branch-alias": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"dev-master": "2.5-dev"
2017-08-05 21:19:35 +00:00
},
"laravel": {
"providers": [
"Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
]
2017-01-14 13:47:21 +00:00
}
},
"autoload": {
"psr-4": {
"Barryvdh\\LaravelIdeHelper\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Barry vd. Heuvel",
"email": "barryvdh@gmail.com"
}
],
"description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
"keywords": [
"autocomplete",
"codeintel",
"helper",
"ide",
"laravel",
"netbeans",
"phpdoc",
"phpstorm",
"sublime"
],
Bump barryvdh/laravel-ide-helper from 2.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
"time": "2018-09-06T18:41:09+00:00"
2017-01-14 13:47:21 +00:00
},
{
"name": "barryvdh/reflection-docblock",
"version": "v2.0.4",
"source": {
"type": "git",
"url": "https://github.com/barryvdh/ReflectionDocBlock.git",
"reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/3dcbd98b5d9384a5357266efba8fd29884458e5c",
"reference": "3dcbd98b5d9384a5357266efba8fd29884458e5c",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"phpunit/phpunit": "~4.0,<4.5"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-0": {
"Barryvdh": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "mike.vanriel@naenius.com"
}
],
2017-02-14 06:53:02 +00:00
"time": "2016-06-13T19:28:20+00:00"
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
{
"name": "composer/ca-bundle",
"version": "1.1.2",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "46afded9720f40b9dc63542af4e3e43a1177acb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/46afded9720f40b9dc63542af4e3e43a1177acb0",
"reference": "46afded9720f40b9dc63542af4e3e43a1177acb0",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-pcre": "*",
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
"psr/log": "^1.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\CaBundle\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
"keywords": [
"cabundle",
"cacert",
"certificate",
"ssl",
"tls"
],
"time": "2018-08-08T08:57:40+00:00"
},
{
"name": "composer/composer",
"version": "1.7.2",
"source": {
"type": "git",
"url": "https://github.com/composer/composer.git",
"reference": "576aab9b5abb2ed11a1c52353a759363216a4ad2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/composer/zipball/576aab9b5abb2ed11a1c52353a759363216a4ad2",
"reference": "576aab9b5abb2ed11a1c52353a759363216a4ad2",
"shasum": ""
},
"require": {
"composer/ca-bundle": "^1.0",
"composer/semver": "^1.0",
"composer/spdx-licenses": "^1.2",
"composer/xdebug-handler": "^1.1",
"justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0",
"seld/jsonlint": "^1.4",
"seld/phar-utils": "^1.0",
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/process": "^2.7 || ^3.0 || ^4.0"
},
"conflict": {
"symfony/console": "2.8.38"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7",
"phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
},
"suggest": {
"ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
"ext-zip": "Enabling the zip extension allows you to unzip archives",
"ext-zlib": "Allow gzip compression of HTTP requests"
},
"bin": [
"bin/composer"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.7-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\": "src/Composer"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
"homepage": "https://getcomposer.org/",
"keywords": [
"autoload",
"dependency",
"package"
],
"time": "2018-08-16T14:57:12+00:00"
},
{
"name": "composer/semver",
"version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/semver/zipball/c7cb9a2095a074d131b65a8a0cd294479d785573",
"reference": "c7cb9a2095a074d131b65a8a0cd294479d785573",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.5 || ^5.0.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"time": "2016-08-30T16:08:34+00:00"
},
{
"name": "composer/spdx-licenses",
"version": "1.4.0",
"source": {
"type": "git",
"url": "https://github.com/composer/spdx-licenses.git",
"reference": "cb17687e9f936acd7e7245ad3890f953770dec1b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/spdx-licenses/zipball/cb17687e9f936acd7e7245ad3890f953770dec1b",
"reference": "cb17687e9f936acd7e7245ad3890f953770dec1b",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
"phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Spdx\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "SPDX licenses list and validation library.",
"keywords": [
"license",
"spdx",
"validator"
],
"time": "2018-04-30T10:33:04+00:00"
},
2018-08-30 03:30:34 +00:00
{
"name": "composer/xdebug-handler",
2018-09-04 08:14:17 +00:00
"version": "1.3.0",
2018-08-30 03:30:34 +00:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
2018-09-04 08:14:17 +00:00
"reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c"
2018-08-30 03:30:34 +00:00
},
"dist": {
"type": "zip",
2018-09-04 08:14:17 +00:00
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/b8e9745fb9b06ea6664d8872c4505fb16df4611c",
"reference": "b8e9745fb9b06ea6664d8872c4505fb16df4611c",
2018-08-30 03:30:34 +00:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0",
"psr/log": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without xdebug.",
"keywords": [
"Xdebug",
"performance"
],
2018-09-04 08:14:17 +00:00
"time": "2018-08-31T19:07:57+00:00"
2018-08-30 03:30:34 +00:00
},
2017-06-03 16:50:53 +00:00
{
2018-08-29 07:49:01 +00:00
"name": "dnoegel/php-xdg-base-dir",
"version": "0.1",
2017-06-03 16:50:53 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
2017-06-03 16:50:53 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
"reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
2017-06-03 16:50:53 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": ">=5.3.2"
2017-06-03 16:50:53 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "@stable"
2017-06-03 16:50:53 +00:00
},
2018-08-29 07:49:01 +00:00
"type": "project",
2017-06-03 16:50:53 +00:00
"autoload": {
"psr-4": {
2018-08-29 07:49:01 +00:00
"XdgBaseDir\\": "src/"
2017-06-03 16:50:53 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2018-08-29 07:49:01 +00:00
"description": "implementation of xdg base directory specification for php",
"time": "2014-10-24T07:27:01+00:00"
2017-06-03 16:50:53 +00:00
},
2018-04-14 21:16:04 +00:00
{
2018-08-29 07:49:01 +00:00
"name": "doctrine/instantiator",
"version": "1.1.0",
2018-04-14 21:16:04 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/doctrine/instantiator.git",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda"
2018-04-14 21:16:04 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
"reference": "185b8868aa9bf7159f5f953ed5afb2d7fcdc3bda",
2018-04-14 21:16:04 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2018-04-14 21:16:04 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"athletic/athletic": "~0.1.8",
"ext-pdo": "*",
"ext-phar": "*",
"phpunit/phpunit": "^6.2.3",
"squizlabs/php_codesniffer": "^3.0.2"
2018-04-14 21:16:04 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "1.2.x-dev"
2018-04-14 21:16:04 +00:00
}
},
"autoload": {
"psr-4": {
2018-08-29 07:49:01 +00:00
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
2018-04-14 21:16:04 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2018-08-29 07:49:01 +00:00
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "http://ocramius.github.com/"
2018-04-14 21:16:04 +00:00
}
],
2018-08-29 07:49:01 +00:00
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://github.com/doctrine/instantiator",
2018-04-14 21:16:04 +00:00
"keywords": [
2018-08-29 07:49:01 +00:00
"constructor",
"instantiate"
2018-04-14 21:16:04 +00:00
],
2018-08-29 07:49:01 +00:00
"time": "2017-07-22T11:58:36+00:00"
2018-04-14 21:16:04 +00:00
},
2017-02-14 06:53:02 +00:00
{
2018-08-29 07:49:01 +00:00
"name": "facebook/webdriver",
"version": "1.6.0",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/facebook/php-webdriver.git",
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/facebook/php-webdriver/zipball/bd8c740097eb9f2fc3735250fc1912bc811a954e",
"reference": "bd8c740097eb9f2fc3735250fc1912bc811a954e",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
"ext-curl": "*",
2018-08-19 14:08:03 +00:00
"ext-json": "*",
"ext-mbstring": "*",
"ext-zip": "*",
2017-12-01 16:52:56 +00:00
"php": "^5.6 || ~7.0",
"symfony/process": "^2.8 || ^3.1 || ^4.0"
2017-01-14 13:47:21 +00:00
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.0",
2018-08-19 14:08:03 +00:00
"jakub-onderka/php-parallel-lint": "^0.9.2",
"php-coveralls/php-coveralls": "^2.0",
2017-01-14 13:47:21 +00:00
"php-mock/php-mock-phpunit": "^1.1",
2017-12-01 16:52:56 +00:00
"phpunit/phpunit": "^5.7",
"sebastian/environment": "^1.3.4 || ^2.0 || ^3.0",
"squizlabs/php_codesniffer": "^2.6",
"symfony/var-dumper": "^3.3 || ^4.0"
2017-01-14 13:47:21 +00:00
},
2018-08-19 14:08:03 +00:00
"suggest": {
"ext-SimpleXML": "For Firefox profile creation"
},
2017-01-14 13:47:21 +00:00
"type": "library",
"extra": {
"branch-alias": {
"dev-community": "1.5-dev"
}
},
2017-01-14 13:47:21 +00:00
"autoload": {
"psr-4": {
"Facebook\\WebDriver\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"description": "A PHP client for Selenium WebDriver",
2017-01-14 13:47:21 +00:00
"homepage": "https://github.com/facebook/php-webdriver",
"keywords": [
"facebook",
"php",
"selenium",
"webdriver"
],
2018-08-19 14:08:03 +00:00
"time": "2018-05-16T17:37:13+00:00"
2015-12-13 04:42:28 +00:00
},
2018-08-24 15:27:19 +00:00
{
"name": "filp/whoops",
Bump filp/whoops from 2.2.0 to 2.2.1 (#811) Bumps [filp/whoops](https://github.com/filp/whoops) from 2.2.0 to 2.2.1. <details> <summary>Commits</summary> - [`e79cd40`](https://github.com/filp/whoops/commit/e79cd403fb77fc8963a99ecc30e80ddd885b3311) Merge pull request [#582](https://github-redirect.dependabot.com/filp/whoops/issues/582) from gharlan/editor-callable-allow-empty - [`e730eb2`](https://github.com/filp/whoops/commit/e730eb22af7fc1845734954dba364b151aa83e27) editor callback: allow to return empty value - [`45dad4e`](https://github.com/filp/whoops/commit/45dad4e41eff66217626029f4172b04dc4025442) Merge pull request [#578](https://github-redirect.dependabot.com/filp/whoops/issues/578) from GrahamCampbell/patch-1 - [`abcc980`](https://github.com/filp/whoops/commit/abcc9806c8864a025778fb5a6d5644fd5fc738c3) Fixed branch alias - [`d476ee0`](https://github.com/filp/whoops/commit/d476ee0c854d3b241e448e16bb171ab456f84083) Changelog for 2.2.0 - See full diff in [compare view](https://github.com/filp/whoops/compare/2.2.0...2.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:01 +00:00
"version": "2.2.1",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
Bump filp/whoops from 2.2.0 to 2.2.1 (#811) Bumps [filp/whoops](https://github.com/filp/whoops) from 2.2.0 to 2.2.1. <details> <summary>Commits</summary> - [`e79cd40`](https://github.com/filp/whoops/commit/e79cd403fb77fc8963a99ecc30e80ddd885b3311) Merge pull request [#582](https://github-redirect.dependabot.com/filp/whoops/issues/582) from gharlan/editor-callable-allow-empty - [`e730eb2`](https://github.com/filp/whoops/commit/e730eb22af7fc1845734954dba364b151aa83e27) editor callback: allow to return empty value - [`45dad4e`](https://github.com/filp/whoops/commit/45dad4e41eff66217626029f4172b04dc4025442) Merge pull request [#578](https://github-redirect.dependabot.com/filp/whoops/issues/578) from GrahamCampbell/patch-1 - [`abcc980`](https://github.com/filp/whoops/commit/abcc9806c8864a025778fb5a6d5644fd5fc738c3) Fixed branch alias - [`d476ee0`](https://github.com/filp/whoops/commit/d476ee0c854d3b241e448e16bb171ab456f84083) Changelog for 2.2.0 - See full diff in [compare view](https://github.com/filp/whoops/compare/2.2.0...2.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:01 +00:00
"reference": "e79cd403fb77fc8963a99ecc30e80ddd885b3311"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
Bump filp/whoops from 2.2.0 to 2.2.1 (#811) Bumps [filp/whoops](https://github.com/filp/whoops) from 2.2.0 to 2.2.1. <details> <summary>Commits</summary> - [`e79cd40`](https://github.com/filp/whoops/commit/e79cd403fb77fc8963a99ecc30e80ddd885b3311) Merge pull request [#582](https://github-redirect.dependabot.com/filp/whoops/issues/582) from gharlan/editor-callable-allow-empty - [`e730eb2`](https://github.com/filp/whoops/commit/e730eb22af7fc1845734954dba364b151aa83e27) editor callback: allow to return empty value - [`45dad4e`](https://github.com/filp/whoops/commit/45dad4e41eff66217626029f4172b04dc4025442) Merge pull request [#578](https://github-redirect.dependabot.com/filp/whoops/issues/578) from GrahamCampbell/patch-1 - [`abcc980`](https://github.com/filp/whoops/commit/abcc9806c8864a025778fb5a6d5644fd5fc738c3) Fixed branch alias - [`d476ee0`](https://github.com/filp/whoops/commit/d476ee0c854d3b241e448e16bb171ab456f84083) Changelog for 2.2.0 - See full diff in [compare view](https://github.com/filp/whoops/compare/2.2.0...2.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:01 +00:00
"url": "https://api.github.com/repos/filp/whoops/zipball/e79cd403fb77fc8963a99ecc30e80ddd885b3311",
"reference": "e79cd403fb77fc8963a99ecc30e80ddd885b3311",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"php": "^5.5.9 || ^7.0",
"psr/log": "^1.0.1"
},
"require-dev": {
"mockery/mockery": "^0.9 || ^1.0",
"phpunit/phpunit": "^4.8.35 || ^5.7",
"symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
},
"suggest": {
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",
"whoops/soap": "Formats errors as SOAP responses"
},
"type": "library",
"extra": {
"branch-alias": {
Bump filp/whoops from 2.2.0 to 2.2.1 (#811) Bumps [filp/whoops](https://github.com/filp/whoops) from 2.2.0 to 2.2.1. <details> <summary>Commits</summary> - [`e79cd40`](https://github.com/filp/whoops/commit/e79cd403fb77fc8963a99ecc30e80ddd885b3311) Merge pull request [#582](https://github-redirect.dependabot.com/filp/whoops/issues/582) from gharlan/editor-callable-allow-empty - [`e730eb2`](https://github.com/filp/whoops/commit/e730eb22af7fc1845734954dba364b151aa83e27) editor callback: allow to return empty value - [`45dad4e`](https://github.com/filp/whoops/commit/45dad4e41eff66217626029f4172b04dc4025442) Merge pull request [#578](https://github-redirect.dependabot.com/filp/whoops/issues/578) from GrahamCampbell/patch-1 - [`abcc980`](https://github.com/filp/whoops/commit/abcc9806c8864a025778fb5a6d5644fd5fc738c3) Fixed branch alias - [`d476ee0`](https://github.com/filp/whoops/commit/d476ee0c854d3b241e448e16bb171ab456f84083) Changelog for 2.2.0 - See full diff in [compare view](https://github.com/filp/whoops/compare/2.2.0...2.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:01 +00:00
"dev-master": "2.2-dev"
2018-08-24 15:27:19 +00:00
}
},
"autoload": {
"psr-4": {
"Whoops\\": "src/Whoops/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://filp.github.io/whoops/",
"keywords": [
"error",
"exception",
"handling",
"library",
"throwable",
"whoops"
],
Bump filp/whoops from 2.2.0 to 2.2.1 (#811) Bumps [filp/whoops](https://github.com/filp/whoops) from 2.2.0 to 2.2.1. <details> <summary>Commits</summary> - [`e79cd40`](https://github.com/filp/whoops/commit/e79cd403fb77fc8963a99ecc30e80ddd885b3311) Merge pull request [#582](https://github-redirect.dependabot.com/filp/whoops/issues/582) from gharlan/editor-callable-allow-empty - [`e730eb2`](https://github.com/filp/whoops/commit/e730eb22af7fc1845734954dba364b151aa83e27) editor callback: allow to return empty value - [`45dad4e`](https://github.com/filp/whoops/commit/45dad4e41eff66217626029f4172b04dc4025442) Merge pull request [#578](https://github-redirect.dependabot.com/filp/whoops/issues/578) from GrahamCampbell/patch-1 - [`abcc980`](https://github.com/filp/whoops/commit/abcc9806c8864a025778fb5a6d5644fd5fc738c3) Fixed branch alias - [`d476ee0`](https://github.com/filp/whoops/commit/d476ee0c854d3b241e448e16bb171ab456f84083) Changelog for 2.2.0 - See full diff in [compare view](https://github.com/filp/whoops/compare/2.2.0...2.2.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1)](https://dependabot.com/compatibility-score.html?dependency-name=filp/whoops&package-manager=composer&previous-version=2.2.0&new-version=2.2.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:01 +00:00
"time": "2018-06-30T13:14:06+00:00"
2018-08-24 15:27:19 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "fzaninotto/faker",
2018-08-19 14:08:03 +00:00
"version": "v1.8.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/fzaninotto/Faker.git",
2018-08-19 14:08:03 +00:00
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
"reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2017-10-02 18:42:18 +00:00
"php": "^5.3.3 || ^7.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2016-09-26 06:30:00 +00:00
"ext-intl": "*",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7",
2017-10-02 18:42:18 +00:00
"squizlabs/php_codesniffer": "^1.5"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
2017-10-02 18:42:18 +00:00
"branch-alias": {
"dev-master": "1.8-dev"
}
2015-12-13 04:42:28 +00:00
},
"autoload": {
"psr-4": {
"Faker\\": "src/Faker/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "François Zaninotto"
}
],
"description": "Faker is a PHP library that generates fake data for you.",
"keywords": [
"data",
"faker",
"fixtures"
],
2018-08-19 14:08:03 +00:00
"time": "2018-07-12T10:23:15+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "hamcrest/hamcrest-php",
2017-12-01 16:52:56 +00:00
"version": "v2.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2017-12-01 16:52:56 +00:00
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2017-12-01 16:52:56 +00:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
"reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2017-12-01 16:52:56 +00:00
"php": "^5.3|^7.0"
2015-12-13 04:42:28 +00:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
"phpunit/php-file-iterator": "1.3.3",
2017-12-01 16:52:56 +00:00
"phpunit/phpunit": "~4.0",
"satooshi/php-coveralls": "^1.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
2017-12-01 16:52:56 +00:00
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD"
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
2017-12-01 16:52:56 +00:00
"time": "2016-01-20T08:20:44+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "jakub-onderka/php-console-color",
"version": "0.1",
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
"reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
"reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"jakub-onderka/php-code-style": "1.0",
"jakub-onderka/php-parallel-lint": "0.*",
"jakub-onderka/php-var-dump-check": "0.*",
"phpunit/phpunit": "3.7.*",
"squizlabs/php_codesniffer": "1.*"
},
"type": "library",
"autoload": {
"psr-0": {
"JakubOnderka\\PhpConsoleColor": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-2-Clause"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "jakub.onderka@gmail.com",
"homepage": "http://www.acci.cz"
}
],
"time": "2014-04-08T15:00:19+00:00"
},
{
"name": "jakub-onderka/php-console-highlighter",
"version": "v0.3.2",
"source": {
"type": "git",
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
"shasum": ""
},
"require": {
"jakub-onderka/php-console-color": "~0.1",
"php": ">=5.3.0"
},
"require-dev": {
"jakub-onderka/php-code-style": "~1.0",
"jakub-onderka/php-parallel-lint": "~0.5",
"jakub-onderka/php-var-dump-check": "~0.1",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"autoload": {
"psr-0": {
"JakubOnderka\\PhpConsoleHighlighter": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jakub Onderka",
"email": "acci@acci.cz",
"homepage": "http://www.acci.cz/"
}
],
"time": "2015-04-20T18:58:01+00:00"
},
2018-08-30 03:30:34 +00:00
{
"name": "jean85/pretty-package-versions",
"version": "1.2",
"source": {
"type": "git",
"url": "https://github.com/Jean85/pretty-package-versions.git",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"reference": "75c7effcf3f77501d0e0caa75111aff4daa0dd48",
"shasum": ""
},
"require": {
"ocramius/package-versions": "^1.2.0",
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"Jean85\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Alessandro Lai",
"email": "alessandro.lai85@gmail.com"
}
],
"description": "A wrapper for ocramius/package-versions to get pretty versions strings",
"keywords": [
"composer",
"package",
"release",
"versions"
],
"time": "2018-06-13T13:22:40+00:00"
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
{
"name": "justinrainbow/json-schema",
"version": "5.2.7",
"source": {
"type": "git",
"url": "https://github.com/justinrainbow/json-schema.git",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/8560d4314577199ba51bf2032f02cd1315587c23",
"reference": "8560d4314577199ba51bf2032f02cd1315587c23",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.1",
"json-schema/json-schema-test-suite": "1.2.0",
"phpunit/phpunit": "^4.8.35"
},
"bin": [
"bin/validate-json"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
}
},
"autoload": {
"psr-4": {
"JsonSchema\\": "src/JsonSchema/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bruno Prieto Reis",
"email": "bruno.p.reis@gmail.com"
},
{
"name": "Justin Rainbow",
"email": "justin.rainbow@gmail.com"
},
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
},
{
"name": "Robert Schönthal",
"email": "seroscho@googlemail.com"
}
],
"description": "A library to validate a json schema.",
"homepage": "https://github.com/justinrainbow/json-schema",
"keywords": [
"json",
"schema"
],
"time": "2018-02-14T22:26:30+00:00"
},
2017-02-14 06:53:02 +00:00
{
"name": "laravel/browser-kit-testing",
2018-08-29 07:49:01 +00:00
"version": "v2.0.0",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/browser-kit-testing.git",
2018-08-29 07:49:01 +00:00
"reference": "23f1a7eefcbca0797305b236600aa5426c9528f2"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/laravel/browser-kit-testing/zipball/23f1a7eefcbca0797305b236600aa5426c9528f2",
"reference": "23f1a7eefcbca0797305b236600aa5426c9528f2",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": ">=5.5.9",
"symfony/css-selector": "~3.1",
"symfony/dom-crawler": "~3.1"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "2.0-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\BrowserKitTesting\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Provides backwards compatibility for BrowserKit testing in Laravel 5.4.",
"keywords": [
"laravel",
"testing"
],
2018-08-29 07:49:01 +00:00
"time": "2017-05-26T12:46:48+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "laravel/tinker",
2018-08-19 14:08:03 +00:00
"version": "v1.0.7",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/laravel/tinker.git",
2018-08-19 14:08:03 +00:00
"reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/laravel/tinker/zipball/e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
"reference": "e3086ee8cb1f54a39ae8dcb72d1c37d10128997d",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"illuminate/console": "~5.1",
"illuminate/contracts": "~5.1",
"illuminate/support": "~5.1",
"php": ">=5.5.9",
2018-08-19 14:08:03 +00:00
"psy/psysh": "0.7.*|0.8.*|0.9.*",
2018-04-14 21:16:04 +00:00
"symfony/var-dumper": "~3.0|~4.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"phpunit/phpunit": "~4.0|~5.0"
},
"suggest": {
"illuminate/database": "The Illuminate Database package (~5.1)."
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2017-08-05 21:19:35 +00:00
},
"laravel": {
"providers": [
"Laravel\\Tinker\\TinkerServiceProvider"
]
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"Laravel\\Tinker\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"description": "Powerful REPL for the Laravel framework.",
"keywords": [
"REPL",
"Tinker",
"laravel",
"psysh"
],
2018-08-19 14:08:03 +00:00
"time": "2018-05-17T13:42:07+00:00"
2015-12-13 04:42:28 +00:00
},
2017-06-10 00:40:26 +00:00
{
"name": "mikey179/vfsStream",
2017-08-05 21:19:35 +00:00
"version": "v1.6.5",
2017-06-10 00:40:26 +00:00
"source": {
"type": "git",
"url": "https://github.com/mikey179/vfsStream.git",
2017-08-05 21:19:35 +00:00
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145"
2017-06-10 00:40:26 +00:00
},
"dist": {
"type": "zip",
2017-08-05 21:19:35 +00:00
"url": "https://api.github.com/repos/mikey179/vfsStream/zipball/d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
"reference": "d5fec95f541d4d71c4823bb5e30cf9b9e5b96145",
2017-06-10 00:40:26 +00:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"phpunit/phpunit": "~4.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.6.x-dev"
}
},
"autoload": {
"psr-0": {
"org\\bovigo\\vfs\\": "src/main/php"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Frank Kleine",
"homepage": "http://frankkleine.de/",
"role": "Developer"
}
],
"description": "Virtual file system to mock the real file system in unit tests.",
"homepage": "http://vfs.bovigo.org/",
2017-08-05 21:19:35 +00:00
"time": "2017-08-01T08:02:14+00:00"
2017-06-10 00:40:26 +00:00
},
2015-12-13 04:42:28 +00:00
{
"name": "mockery/mockery",
Bump mockery/mockery from 1.1.0 to 1.2.0 (#817) Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.0 > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.0 (2018-10-02) > > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) > * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712)) </details> <details> <summary>Commits</summary> - [`1006336`](https://github.com/mockery/mockery/commit/100633629bf76d57430b86b7098cd6beb996a35a) Merge pull request [#913](https://github-redirect.dependabot.com/mockery/mockery/issues/913) from davedevelopment/release-1.2.0 - [`c485f91`](https://github.com/mockery/mockery/commit/c485f91967c548a8f4874fb8931eab2481b14150) Fixes pending release number - [`dbcb50a`](https://github.com/mockery/mockery/commit/dbcb50acc14fced5d364b422ccb6665dd0872113) Updates changelog - [`248bbd3`](https://github.com/mockery/mockery/commit/248bbd33ae9176ff21f5419779efdf07b0f41915) Merge pull request [#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909) from xxtanisxx/fix-return-type-errors-from-hhvm - [`280ba33`](https://github.com/mockery/mockery/commit/280ba3398ae1d27f320b24eb9ad3e28856fb2d15) fix edge case with this - [`3b606ac`](https://github.com/mockery/mockery/commit/3b606ac3f31f6fa7244872020d9477499a586e48) minor refactor - [`1a4af9c`](https://github.com/mockery/mockery/commit/1a4af9ce4f411f0b1521d1477e017da0bea51997) refactor method.php - [`12b06e6`](https://github.com/mockery/mockery/commit/12b06e64a06c553f5cb8f785a4fd692275686a30) fix test - [`48d9c97`](https://github.com/mockery/mockery/commit/48d9c97935982bf4dcae5f3cc26f3f49d8eb10e7) modify stylci - [`27edb86`](https://github.com/mockery/mockery/commit/27edb862dad97fd05f8b6b686d92ed420161f646) add test - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.1.0...1.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:46:18 +00:00
"version": "1.2.0",
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",
Bump mockery/mockery from 1.1.0 to 1.2.0 (#817) Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.0 > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.0 (2018-10-02) > > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) > * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712)) </details> <details> <summary>Commits</summary> - [`1006336`](https://github.com/mockery/mockery/commit/100633629bf76d57430b86b7098cd6beb996a35a) Merge pull request [#913](https://github-redirect.dependabot.com/mockery/mockery/issues/913) from davedevelopment/release-1.2.0 - [`c485f91`](https://github.com/mockery/mockery/commit/c485f91967c548a8f4874fb8931eab2481b14150) Fixes pending release number - [`dbcb50a`](https://github.com/mockery/mockery/commit/dbcb50acc14fced5d364b422ccb6665dd0872113) Updates changelog - [`248bbd3`](https://github.com/mockery/mockery/commit/248bbd33ae9176ff21f5419779efdf07b0f41915) Merge pull request [#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909) from xxtanisxx/fix-return-type-errors-from-hhvm - [`280ba33`](https://github.com/mockery/mockery/commit/280ba3398ae1d27f320b24eb9ad3e28856fb2d15) fix edge case with this - [`3b606ac`](https://github.com/mockery/mockery/commit/3b606ac3f31f6fa7244872020d9477499a586e48) minor refactor - [`1a4af9c`](https://github.com/mockery/mockery/commit/1a4af9ce4f411f0b1521d1477e017da0bea51997) refactor method.php - [`12b06e6`](https://github.com/mockery/mockery/commit/12b06e64a06c553f5cb8f785a4fd692275686a30) fix test - [`48d9c97`](https://github.com/mockery/mockery/commit/48d9c97935982bf4dcae5f3cc26f3f49d8eb10e7) modify stylci - [`27edb86`](https://github.com/mockery/mockery/commit/27edb862dad97fd05f8b6b686d92ed420161f646) add test - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.1.0...1.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:46:18 +00:00
"reference": "100633629bf76d57430b86b7098cd6beb996a35a"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump mockery/mockery from 1.1.0 to 1.2.0 (#817) Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.0 > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.0 (2018-10-02) > > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) > * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712)) </details> <details> <summary>Commits</summary> - [`1006336`](https://github.com/mockery/mockery/commit/100633629bf76d57430b86b7098cd6beb996a35a) Merge pull request [#913](https://github-redirect.dependabot.com/mockery/mockery/issues/913) from davedevelopment/release-1.2.0 - [`c485f91`](https://github.com/mockery/mockery/commit/c485f91967c548a8f4874fb8931eab2481b14150) Fixes pending release number - [`dbcb50a`](https://github.com/mockery/mockery/commit/dbcb50acc14fced5d364b422ccb6665dd0872113) Updates changelog - [`248bbd3`](https://github.com/mockery/mockery/commit/248bbd33ae9176ff21f5419779efdf07b0f41915) Merge pull request [#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909) from xxtanisxx/fix-return-type-errors-from-hhvm - [`280ba33`](https://github.com/mockery/mockery/commit/280ba3398ae1d27f320b24eb9ad3e28856fb2d15) fix edge case with this - [`3b606ac`](https://github.com/mockery/mockery/commit/3b606ac3f31f6fa7244872020d9477499a586e48) minor refactor - [`1a4af9c`](https://github.com/mockery/mockery/commit/1a4af9ce4f411f0b1521d1477e017da0bea51997) refactor method.php - [`12b06e6`](https://github.com/mockery/mockery/commit/12b06e64a06c553f5cb8f785a4fd692275686a30) fix test - [`48d9c97`](https://github.com/mockery/mockery/commit/48d9c97935982bf4dcae5f3cc26f3f49d8eb10e7) modify stylci - [`27edb86`](https://github.com/mockery/mockery/commit/27edb862dad97fd05f8b6b686d92ed420161f646) add test - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.1.0...1.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:46:18 +00:00
"url": "https://api.github.com/repos/mockery/mockery/zipball/100633629bf76d57430b86b7098cd6beb996a35a",
"reference": "100633629bf76d57430b86b7098cd6beb996a35a",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2017-12-01 16:52:56 +00:00
"hamcrest/hamcrest-php": "~2.0",
2015-12-13 04:42:28 +00:00
"lib-pcre": ">=7.0",
2017-12-01 16:52:56 +00:00
"php": ">=5.6.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
Bump mockery/mockery from 1.1.0 to 1.2.0 (#817) Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.0 > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.0 (2018-10-02) > > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) > * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712)) </details> <details> <summary>Commits</summary> - [`1006336`](https://github.com/mockery/mockery/commit/100633629bf76d57430b86b7098cd6beb996a35a) Merge pull request [#913](https://github-redirect.dependabot.com/mockery/mockery/issues/913) from davedevelopment/release-1.2.0 - [`c485f91`](https://github.com/mockery/mockery/commit/c485f91967c548a8f4874fb8931eab2481b14150) Fixes pending release number - [`dbcb50a`](https://github.com/mockery/mockery/commit/dbcb50acc14fced5d364b422ccb6665dd0872113) Updates changelog - [`248bbd3`](https://github.com/mockery/mockery/commit/248bbd33ae9176ff21f5419779efdf07b0f41915) Merge pull request [#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909) from xxtanisxx/fix-return-type-errors-from-hhvm - [`280ba33`](https://github.com/mockery/mockery/commit/280ba3398ae1d27f320b24eb9ad3e28856fb2d15) fix edge case with this - [`3b606ac`](https://github.com/mockery/mockery/commit/3b606ac3f31f6fa7244872020d9477499a586e48) minor refactor - [`1a4af9c`](https://github.com/mockery/mockery/commit/1a4af9ce4f411f0b1521d1477e017da0bea51997) refactor method.php - [`12b06e6`](https://github.com/mockery/mockery/commit/12b06e64a06c553f5cb8f785a4fd692275686a30) fix test - [`48d9c97`](https://github.com/mockery/mockery/commit/48d9c97935982bf4dcae5f3cc26f3f49d8eb10e7) modify stylci - [`27edb86`](https://github.com/mockery/mockery/commit/27edb862dad97fd05f8b6b686d92ed420161f646) add test - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.1.0...1.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:46:18 +00:00
"phpunit/phpunit": "~5.7.10|~6.5|~7.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-01 16:52:56 +00:00
"dev-master": "1.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "http://blog.astrumfutura.com"
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "http://davedevelopment.co.uk"
}
],
2018-08-19 14:08:03 +00:00
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
2015-12-13 04:42:28 +00:00
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
Bump mockery/mockery from 1.1.0 to 1.2.0 (#817) Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.1.0 to 1.2.0. <details> <summary>Release notes</summary> *Sourced from [mockery/mockery's releases](https://github.com/mockery/mockery/releases).* > ## 1.2.0 > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) </details> <details> <summary>Changelog</summary> *Sourced from [mockery/mockery's changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md).* > ## 1.2.0 (2018-10-02) > > * Starts counting default expectations towards count ([#910](https://github-redirect.dependabot.com/mockery/mockery/issues/910)) > * Adds workaround for some HHVM return types ([#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909)) > * Adds PhpStorm metadata support for autocomplete etc ([#904](https://github-redirect.dependabot.com/mockery/mockery/issues/904)) > * Further attempts to support multiple PHPUnit versions ([#903](https://github-redirect.dependabot.com/mockery/mockery/issues/903)) > * Allows setting constructor expectations on instance mocks ([#900](https://github-redirect.dependabot.com/mockery/mockery/issues/900)) > * Adds workaround for HHVM memoization decorator ([#893](https://github-redirect.dependabot.com/mockery/mockery/issues/893)) > * Adds experimental support for callable spys ([#712](https://github-redirect.dependabot.com/mockery/mockery/issues/712)) </details> <details> <summary>Commits</summary> - [`1006336`](https://github.com/mockery/mockery/commit/100633629bf76d57430b86b7098cd6beb996a35a) Merge pull request [#913](https://github-redirect.dependabot.com/mockery/mockery/issues/913) from davedevelopment/release-1.2.0 - [`c485f91`](https://github.com/mockery/mockery/commit/c485f91967c548a8f4874fb8931eab2481b14150) Fixes pending release number - [`dbcb50a`](https://github.com/mockery/mockery/commit/dbcb50acc14fced5d364b422ccb6665dd0872113) Updates changelog - [`248bbd3`](https://github.com/mockery/mockery/commit/248bbd33ae9176ff21f5419779efdf07b0f41915) Merge pull request [#909](https://github-redirect.dependabot.com/mockery/mockery/issues/909) from xxtanisxx/fix-return-type-errors-from-hhvm - [`280ba33`](https://github.com/mockery/mockery/commit/280ba3398ae1d27f320b24eb9ad3e28856fb2d15) fix edge case with this - [`3b606ac`](https://github.com/mockery/mockery/commit/3b606ac3f31f6fa7244872020d9477499a586e48) minor refactor - [`1a4af9c`](https://github.com/mockery/mockery/commit/1a4af9ce4f411f0b1521d1477e017da0bea51997) refactor method.php - [`12b06e6`](https://github.com/mockery/mockery/commit/12b06e64a06c553f5cb8f785a4fd692275686a30) fix test - [`48d9c97`](https://github.com/mockery/mockery/commit/48d9c97935982bf4dcae5f3cc26f3f49d8eb10e7) modify stylci - [`27edb86`](https://github.com/mockery/mockery/commit/27edb862dad97fd05f8b6b686d92ed420161f646) add test - Additional commits viewable in [compare view](https://github.com/mockery/mockery/compare/1.1.0...1.2.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0)](https://dependabot.com/compatibility-score.html?dependency-name=mockery/mockery&package-manager=composer&previous-version=1.1.0&new-version=1.2.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:46:18 +00:00
"time": "2018-10-02T21:52:37+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "myclabs/deep-copy",
2018-08-24 15:27:19 +00:00
"version": "1.8.1",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2018-08-24 15:27:19 +00:00
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
"reference": "3e01bdad3e18354c3dce54466b7fbe33a9f9f7f8",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.1"
},
"replace": {
"myclabs/deep-copy": "self.version"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2017-12-01 16:52:56 +00:00
"doctrine/collections": "^1.0",
"doctrine/common": "^2.6",
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^7.1"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"autoload": {
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
2017-12-01 16:52:56 +00:00
},
"files": [
"src/DeepCopy/deep_copy.php"
]
2017-02-14 06:53:02 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2018-08-24 15:27:19 +00:00
"time": "2018-06-11T23:09:50+00:00"
2017-02-14 06:53:02 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "nette/bootstrap",
"version": "v2.4.6",
"source": {
"type": "git",
"url": "https://github.com/nette/bootstrap.git",
"reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/bootstrap/zipball/268816e3f1bb7426c3a4ceec2bd38a036b532543",
"reference": "268816e3f1bb7426c3a4ceec2bd38a036b532543",
"shasum": ""
},
"require": {
"nette/di": "~2.4.7",
"nette/utils": "~2.4",
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"latte/latte": "~2.2",
"nette/application": "~2.3",
"nette/caching": "~2.3",
"nette/database": "~2.3",
"nette/forms": "~2.3",
"nette/http": "~2.4.0",
"nette/mail": "~2.3",
"nette/robot-loader": "^2.4.2 || ^3.0",
"nette/safe-stream": "~2.2",
"nette/security": "~2.3",
"nette/tester": "~2.0",
"tracy/tracy": "^2.4.1"
},
"suggest": {
"nette/robot-loader": "to use Configurator::createRobotLoader()",
"tracy/tracy": "to use Configurator::enableTracy()"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.",
"homepage": "https://nette.org",
"keywords": [
"bootstrapping",
"configurator",
"nette"
],
"time": "2018-05-17T12:52:20+00:00"
},
{
"name": "nette/di",
"version": "v2.4.13",
"source": {
"type": "git",
"url": "https://github.com/nette/di.git",
"reference": "3f8f212b02d5c17feb97a7e0a39ab306f40c06ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/di/zipball/3f8f212b02d5c17feb97a7e0a39ab306f40c06ca",
"reference": "3f8f212b02d5c17feb97a7e0a39ab306f40c06ca",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/neon": "^2.3.3 || ~3.0.0",
"nette/php-generator": "^2.6.1 || ~3.0.0",
"nette/utils": "^2.4.3 || ~3.0.0",
"php": ">=5.6.0"
},
"conflict": {
"nette/bootstrap": "<2.4",
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "💎 Nette Dependency Injection Container: Flexible, compiled and full-featured DIC with perfectly usable autowiring and support for all new PHP 7.1 features.",
"homepage": "https://nette.org",
"keywords": [
"compiled",
"di",
"dic",
"factory",
"ioc",
"nette",
"static"
],
"time": "2018-06-11T08:46:01+00:00"
},
{
"name": "nette/finder",
"version": "v2.4.2",
"source": {
"type": "git",
"url": "https://github.com/nette/finder.git",
"reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/finder/zipball/ee951a656cb8ac622e5dd33474a01fd2470505a0",
"reference": "ee951a656cb8ac622e5dd33474a01fd2470505a0",
"shasum": ""
},
"require": {
"nette/utils": "~2.4",
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🔍 Nette Finder: find files and directories with an intuitive API.",
"homepage": "https://nette.org",
"keywords": [
"filesystem",
"glob",
"iterator",
"nette"
],
"time": "2018-06-28T11:49:23+00:00"
},
{
"name": "nette/neon",
"version": "v2.4.3",
"source": {
"type": "git",
"url": "https://github.com/nette/neon.git",
"reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/neon/zipball/5e72b1dd3e2d34f0863c5561139a19df6a1ef398",
"reference": "5e72b1dd3e2d34f0863c5561139a19df6a1ef398",
"shasum": ""
},
"require": {
"ext-iconv": "*",
"ext-json": "*",
"php": ">=5.6.0"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.4-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🍸 Nette NEON: encodes and decodes NEON file format.",
"homepage": "http://ne-on.org",
"keywords": [
"export",
"import",
"neon",
"nette",
"yaml"
],
"time": "2018-03-21T12:12:21+00:00"
},
{
"name": "nette/php-generator",
"version": "v3.0.5",
"source": {
"type": "git",
"url": "https://github.com/nette/php-generator.git",
"reference": "ea90209c2e8a7cd087b2742ca553c047a8df5eff"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/php-generator/zipball/ea90209c2e8a7cd087b2742ca553c047a8df5eff",
"reference": "ea90209c2e8a7cd087b2742ca553c047a8df5eff",
"shasum": ""
},
"require": {
"nette/utils": "^2.4.2 || ~3.0.0",
"php": ">=7.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🐘 Nette PHP Generator: generates neat PHP code for you. Supports new PHP 7.2 features.",
"homepage": "https://nette.org",
"keywords": [
"code",
"nette",
"php",
"scaffolding"
],
"time": "2018-08-09T14:32:27+00:00"
},
{
"name": "nette/robot-loader",
"version": "v3.1.0",
"source": {
"type": "git",
"url": "https://github.com/nette/robot-loader.git",
"reference": "fc76c70e740b10f091e502b2e393d0be912f38d4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/robot-loader/zipball/fc76c70e740b10f091e502b2e393d0be912f38d4",
"reference": "fc76c70e740b10f091e502b2e393d0be912f38d4",
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
"nette/finder": "^2.3 || ^3.0",
"nette/utils": "^2.4 || ^3.0",
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "^2.0",
"tracy/tracy": "^2.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🍀 Nette RobotLoader: high performance and comfortable autoloader that will search and autoload classes within your application.",
"homepage": "https://nette.org",
"keywords": [
"autoload",
"class",
"interface",
"nette",
"trait"
],
"time": "2018-08-13T14:19:06+00:00"
},
{
"name": "nette/utils",
"version": "v2.5.2",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "183069866dc477fcfbac393ed486aaa6d93d19a5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/183069866dc477fcfbac393ed486aaa6d93d19a5",
"reference": "183069866dc477fcfbac393ed486aaa6d93d19a5",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
"ext-iconv": "to use Strings::webalize() and toAscii()",
"ext-intl": "for script transliteration in Strings::webalize() and toAscii()",
"ext-json": "to use Nette\\Utils\\Json",
"ext-mbstring": "to use Strings::lower() etc...",
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/loader.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause",
"GPL-2.0",
"GPL-3.0"
],
"authors": [
{
"name": "David Grudl",
"homepage": "https://davidgrudl.com"
},
{
"name": "Nette Community",
"homepage": "https://nette.org/contributors"
}
],
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"time": "2018-05-02T17:16:08+00:00"
},
2017-02-14 06:53:02 +00:00
{
"name": "nikic/php-parser",
2018-08-24 15:27:19 +00:00
"version": "v4.0.3",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2018-08-24 15:27:19 +00:00
"reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/bd088dc940a418f09cda079a9b5c7c478890fb8d",
"reference": "bd088dc940a418f09cda079a9b5c7c478890fb8d",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-08-24 15:27:19 +00:00
"php": ">=7.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.5 || ^7.0"
2017-02-14 06:53:02 +00:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "4.0-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
2018-08-24 15:27:19 +00:00
"time": "2018-07-15T17:25:16+00:00"
2016-09-26 06:30:00 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "ocramius/package-versions",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/Ocramius/PackageVersions.git",
"reference": "4489d5002c49d55576fa0ba786f42dbb009be46f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Ocramius/PackageVersions/zipball/4489d5002c49d55576fa0ba786f42dbb009be46f",
"reference": "4489d5002c49d55576fa0ba786f42dbb009be46f",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0.0",
"php": "^7.1.0"
},
"require-dev": {
"composer/composer": "^1.6.3",
"ext-zip": "*",
"infection/infection": "^0.7.1",
"phpunit/phpunit": "^7.0.0"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"time": "2018-02-05T13:05:30+00:00"
},
2018-08-24 15:27:19 +00:00
{
"name": "phar-io/manifest",
2018-08-29 07:49:01 +00:00
"version": "1.0.3",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2018-08-29 07:49:01 +00:00
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
2018-08-29 07:49:01 +00:00
"phar-io/version": "^2.0",
2018-08-24 15:27:19 +00:00
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2018-08-29 07:49:01 +00:00
"time": "2018-07-08T19:23:20+00:00"
2018-08-24 15:27:19 +00:00
},
{
"name": "phar-io/version",
2018-08-29 07:49:01 +00:00
"version": "2.0.1",
2018-08-24 15:27:19 +00:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
2018-08-29 07:49:01 +00:00
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
2018-08-24 15:27:19 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
2018-08-24 15:27:19 +00:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
2018-08-29 07:49:01 +00:00
"time": "2018-07-08T19:19:57+00:00"
2018-08-24 15:27:19 +00:00
},
2018-08-31 13:47:15 +00:00
{
"name": "php-mock/php-mock",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock.git",
"reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock/zipball/22d297231118e6fd5b9db087fbe1ef866c2b95d2",
"reference": "22d297231118e6fd5b9db087fbe1ef866c2b95d2",
"shasum": ""
},
"require": {
"php": ">=5.6",
"phpunit/php-text-template": "^1"
},
"replace": {
"malkusch/php-mock": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"suggest": {
"php-mock/php-mock-phpunit": "Allows integration into PHPUnit testcase with the trait PHPMock."
},
"type": "library",
"autoload": {
"psr-4": {
"phpmock\\": [
"classes/",
"tests/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
}
],
"description": "PHP-Mock can mock built-in PHP functions (e.g. time()). PHP-Mock relies on PHP's namespace fallback policy. No further extension is needed.",
"homepage": "https://github.com/php-mock/php-mock",
"keywords": [
"BDD",
"TDD",
"function",
"mock",
"stub",
"test",
"test double"
],
"time": "2017-02-17T20:52:52+00:00"
},
{
"name": "php-mock/php-mock-integration",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock-integration.git",
"reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock-integration/zipball/5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
"reference": "5a0d7d7755f823bc2a230cfa45058b40f9013bc4",
"shasum": ""
},
"require": {
"php": ">=5.6",
"php-mock/php-mock": "^2",
"phpunit/php-text-template": "^1"
},
"require-dev": {
"phpunit/phpunit": "^4|^5"
},
"type": "library",
"autoload": {
"psr-4": {
"phpmock\\integration\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
}
],
"description": "Integration package for PHP-Mock",
"homepage": "https://github.com/php-mock/php-mock-integration",
"keywords": [
"BDD",
"TDD",
"function",
"mock",
"stub",
"test",
"test double"
],
"time": "2017-02-17T21:31:34+00:00"
},
{
"name": "php-mock/php-mock-mockery",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/php-mock/php-mock-mockery.git",
"reference": "d6d3df9d9232f1623f1ca3cfdaacd53415593825"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-mock/php-mock-mockery/zipball/d6d3df9d9232f1623f1ca3cfdaacd53415593825",
"reference": "d6d3df9d9232f1623f1ca3cfdaacd53415593825",
"shasum": ""
},
"require": {
"mockery/mockery": "^1",
"php": ">=5.6",
"php-mock/php-mock-integration": "^2"
},
"require-dev": {
"phpunit/phpunit": "^4|^5"
},
"type": "library",
"autoload": {
"psr-4": {
"phpmock\\mockery\\": "classes/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"WTFPL"
],
"authors": [
{
"name": "Markus Malkusch",
"email": "markus@malkusch.de",
"homepage": "http://markus.malkusch.de",
"role": "Developer"
}
],
"description": "Mock built-in PHP functions (e.g. time()) with Mockery. This package relies on PHP's namespace fallback policy. No further extension is needed.",
"homepage": "https://github.com/php-mock/php-mock-mockery",
"keywords": [
"BDD",
"TDD",
"function",
"mock",
"mockery",
"stub",
"test",
"test double"
],
"time": "2018-03-27T07:00:25+00:00"
},
2016-09-26 06:30:00 +00:00
{
"name": "phpdocumentor/reflection-common",
2017-10-02 18:42:18 +00:00
"version": "1.0.1",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2017-10-02 18:42:18 +00:00
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2017-10-02 18:42:18 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
"reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "^4.6"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2017-10-02 18:42:18 +00:00
"time": "2017-09-11T18:02:19+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "phpdocumentor/reflection-docblock",
2018-08-24 15:27:19 +00:00
"version": "4.3.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2018-08-24 15:27:19 +00:00
"reference": "94fd0001232e47129dd3504189fa1c7225010d08"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/94fd0001232e47129dd3504189fa1c7225010d08",
"reference": "94fd0001232e47129dd3504189fa1c7225010d08",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0",
2017-12-01 16:52:56 +00:00
"phpdocumentor/reflection-common": "^1.0.0",
"phpdocumentor/type-resolver": "^0.4.0",
2016-09-26 06:30:00 +00:00
"webmozart/assert": "^1.0"
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"doctrine/instantiator": "~1.0.5",
"mockery/mockery": "^1.0",
"phpunit/phpunit": "^6.4"
2016-09-26 06:30:00 +00:00
},
"type": "library",
2018-08-24 15:27:19 +00:00
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
},
2016-09-26 06:30:00 +00:00
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2018-08-24 15:27:19 +00:00
"time": "2017-11-30T07:14:17+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "phpdocumentor/type-resolver",
2017-12-01 16:52:56 +00:00
"version": "0.4.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2017-12-01 16:52:56 +00:00
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2017-12-01 16:52:56 +00:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
"reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2017-08-05 21:19:35 +00:00
"php": "^5.5 || ^7.0",
2016-09-26 06:30:00 +00:00
"phpdocumentor/reflection-common": "^1.0"
},
"require-dev": {
"mockery/mockery": "^0.9.4",
"phpunit/phpunit": "^5.2||^4.8.24"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"psr-4": {
2017-02-14 06:53:02 +00:00
"phpDocumentor\\Reflection\\": [
"src/"
]
2015-12-13 04:42:28 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2015-12-13 04:42:28 +00:00
}
],
2017-12-01 16:52:56 +00:00
"time": "2017-07-14T14:27:02+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpspec/prophecy",
2018-08-19 14:08:03 +00:00
"version": "1.8.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2018-08-19 14:08:03 +00:00
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-19 14:08:03 +00:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
"reference": "4ba436b55987b4bf311cb7c6ba82aa528aac0a06",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.0.2",
2016-03-06 04:11:00 +00:00
"php": "^5.3|^7.0",
2017-10-02 18:42:18 +00:00
"phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
2018-08-19 14:08:03 +00:00
"sebastian/comparator": "^1.1|^2.0|^3.0",
"sebastian/recursion-context": "^1.0|^2.0|^3.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
"phpspec/phpspec": "^2.5|^3.2",
2018-08-19 14:08:03 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-master": "1.8.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2018-08-19 14:08:03 +00:00
"time": "2018-08-05T17:53:17+00:00"
2015-12-13 04:42:28 +00:00
},
2018-08-30 03:30:34 +00:00
{
"name": "phpstan/phpdoc-parser",
"version": "0.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "ed3223362174b8067729930439e139794e9e514a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ed3223362174b8067729930439e139794e9e514a",
"reference": "ed3223362174b8067729930439e139794e9e514a",
"shasum": ""
},
"require": {
"php": "~7.1"
},
"require-dev": {
"consistence/coding-standard": "^2.0.0",
"jakub-onderka/php-parallel-lint": "^0.9.2",
"phing/phing": "^2.16.0",
"phpstan/phpstan": "^0.10@dev",
"phpunit/phpunit": "^6.3",
"slevomat/coding-standard": "^3.3.0",
"symfony/process": "^3.4 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"time": "2018-06-20T17:48:01+00:00"
},
{
"name": "phpstan/phpstan",
"version": "0.10.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "dc62f78c9aa6e9f7c44e8d6518f1123cd1e1b1c0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc62f78c9aa6e9f7c44e8d6518f1123cd1e1b1c0",
"reference": "dc62f78c9aa6e9f7c44e8d6518f1123cd1e1b1c0",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.0",
"jean85/pretty-package-versions": "^1.0.3",
"nette/bootstrap": "^2.4 || ^3.0",
"nette/di": "^2.4.7 || ^3.0",
"nette/robot-loader": "^3.0.1",
"nette/utils": "^2.4.5 || ^3.0",
"nikic/php-parser": "^4.0.2",
"php": "~7.1",
"phpstan/phpdoc-parser": "^0.3",
"symfony/console": "~3.2 || ~4.0",
"symfony/finder": "~3.2 || ~4.0"
},
"require-dev": {
"brianium/paratest": "^2.0",
"consistence/coding-standard": "^3.3",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ext-gd": "*",
"ext-intl": "*",
"ext-mysqli": "*",
"ext-zip": "*",
"jakub-onderka/php-parallel-lint": "^1.0",
"localheinz/composer-normalize": "~0.8.0",
"phing/phing": "^2.16.0",
"phpstan/phpstan-deprecation-rules": "^0.10.2",
"phpstan/phpstan-php-parser": "^0.10",
"phpstan/phpstan-phpunit": "^0.10",
"phpstan/phpstan-strict-rules": "^0.10",
"phpunit/phpunit": "^7.0",
"slevomat/coding-standard": "^4.6.2"
},
"bin": [
"bin/phpstan"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.10-dev"
}
},
"autoload": {
"psr-4": {
"PHPStan\\": [
"src/",
"build/PHPStan"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2018-08-12T15:14:21+00:00"
},
2015-12-13 04:42:28 +00:00
{
"name": "phpunit/php-code-coverage",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"version": "6.1.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"reference": "b097681a19a48e52706f57e47a09594bac4f7cab"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b097681a19a48e52706f57e47a09594bac4f7cab",
"reference": "b097681a19a48e52706f57e47a09594bac4f7cab",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
2018-08-29 07:49:01 +00:00
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
2018-08-24 15:27:19 +00:00
"phpunit/php-text-template": "^1.2.1",
2018-08-29 07:49:01 +00:00
"phpunit/php-token-stream": "^3.0",
2018-08-24 15:27:19 +00:00
"sebastian/code-unit-reverse-lookup": "^1.0.1",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"sebastian/environment": "^3.1 || ^4.0",
2018-08-24 15:27:19 +00:00
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
2018-08-29 07:49:01 +00:00
"ext-xdebug": "^2.6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"dev-master": "6.1-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-24 15:27:19 +00:00
"email": "sebastian@phpunit.de",
2015-12-13 04:42:28 +00:00
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"time": "2018-10-18T09:01:38+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-file-iterator",
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:32 +00:00
"version": "2.0.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:32 +00:00
"reference": "050bedf145a257b1ff02746c31894800e5122946"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:32 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
"reference": "050bedf145a257b1ff02746c31894800e5122946",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:32 +00:00
"require-dev": {
"phpunit/phpunit": "^7.1"
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "2.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-29 07:49:01 +00:00
"email": "sebastian@phpunit.de",
2015-12-13 04:42:28 +00:00
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
Bump phpunit/phpunit from 7.3.2 to 7.3.5 (#810) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.2 to 7.3.5. <details> <summary>Commits</summary> - [`7b331ef`](https://github.com/sebastianbergmann/phpunit/commit/7b331efabbb628c518c408fdfcaf571156775de2) Prepare release - [`44c9692`](https://github.com/sebastianbergmann/phpunit/commit/44c9692650551e0aa597f53a7dcae8e647f151bf) Merge branch '6.5' into 7.3 - [`0973426`](https://github.com/sebastianbergmann/phpunit/commit/0973426fb012359b2f18d3bd1e90ef1172839693) Prepare release - [`c8319a8`](https://github.com/sebastianbergmann/phpunit/commit/c8319a88c24875b32d4863514aa0da91eaf8aa79) Fix: Actually resolve dependencies - [`6188dbe`](https://github.com/sebastianbergmann/phpunit/commit/6188dbe6f037cf54bfebc0f280624bbed5f3c1cb) Update ChangeLog - [`88e64e6`](https://github.com/sebastianbergmann/phpunit/commit/88e64e6fb66c31f869b085b00d3870b42411defd) Merge branch '6.5' into 7.3 - [`d47ccd9`](https://github.com/sebastianbergmann/phpunit/commit/d47ccd921ea495d6d6f92b126de974e486181a4b) Update ChangeLog - [`206d2fc`](https://github.com/sebastianbergmann/phpunit/commit/206d2fc80eed964f5b45958e27caaef280acbed8) [#3234] Change r_print to var_export for diff generation of array subsets - [`479ebc4`](https://github.com/sebastianbergmann/phpunit/commit/479ebc4a53ae29ffba14aaff5db402e6d7f98e98) Merge branch '6.5' into 7.3 - [`ce43508`](https://github.com/sebastianbergmann/phpunit/commit/ce43508be8420bf0241bab360c9d86ed80738e4a) Fix: Reduce scope of assertion - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.2...7.3.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.2&new-version=7.3.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:48:32 +00:00
"time": "2018-09-13T20:33:42+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-text-template",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
"template"
],
2017-02-14 06:53:02 +00:00
"time": "2015-06-21T13:50:34+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-timer",
2018-08-29 07:49:01 +00:00
"version": "2.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2018-08-29 07:49:01 +00:00
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8b8454ea6958c3dee38453d3bd571e023108c91f",
"reference": "8b8454ea6958c3dee38453d3bd571e023108c91f",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
2016-09-26 06:30:00 +00:00
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0"
2016-09-26 06:30:00 +00:00
},
2015-12-13 04:42:28 +00:00
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "2.0-dev"
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2018-08-29 07:49:01 +00:00
"email": "sebastian@phpunit.de",
2015-12-13 04:42:28 +00:00
"role": "lead"
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
"timer"
],
2018-08-29 07:49:01 +00:00
"time": "2018-02-01T13:07:23+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/php-token-stream",
2018-08-29 07:49:01 +00:00
"version": "3.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2018-08-29 07:49:01 +00:00
"reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/21ad88bbba7c3d93530d93994e0a33cd45f02ace",
"reference": "21ad88bbba7c3d93530d93994e0a33cd45f02ace",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "3.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Wrapper around PHP's tokenizer extension.",
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
"keywords": [
"tokenizer"
],
2018-08-29 07:49:01 +00:00
"time": "2018-02-01T13:16:43+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "phpunit/phpunit",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"version": "7.4.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"reference": "c5a120ade60992bd671a912188ee9ee9f8083bbd"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c5a120ade60992bd671a912188ee9ee9f8083bbd",
"reference": "c5a120ade60992bd671a912188ee9ee9f8083bbd",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"doctrine/instantiator": "^1.1",
2015-12-13 04:42:28 +00:00
"ext-dom": "*",
"ext-json": "*",
2017-02-14 06:53:02 +00:00
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
2018-08-29 07:49:01 +00:00
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
2018-08-24 15:27:19 +00:00
"phpspec/prophecy": "^1.7",
2018-08-29 07:49:01 +00:00
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
2018-08-24 15:27:19 +00:00
"phpunit/php-text-template": "^1.2.1",
2018-08-29 07:49:01 +00:00
"phpunit/php-timer": "^2.0",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"sebastian/environment": "^3.1 || ^4.0",
2018-08-24 15:27:19 +00:00
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"sebastian/resource-operations": "^2.0",
2018-08-24 15:27:19 +00:00
"sebastian/version": "^2.0.1"
2015-12-13 04:42:28 +00:00
},
2017-02-14 06:53:02 +00:00
"conflict": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit-mock-objects": "*"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"ext-pdo": "*"
},
2015-12-13 04:42:28 +00:00
"suggest": {
2018-08-29 07:49:01 +00:00
"ext-soap": "*",
2017-02-14 06:53:02 +00:00
"ext-xdebug": "*",
2018-08-29 07:49:01 +00:00
"phpunit/php-invoker": "^2.0"
2015-12-13 04:42:28 +00:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"dev-master": "7.4-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
Bump phpunit/phpunit from 7.4.0 to 7.4.1 (#834) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.4.0 to 7.4.1. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.1] - 2018-10-18 > > ### Fixed > > * Fixed [#3321](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pull/3321): Incorrect TestDox output for data provider with indexed array > * Fixed [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353): Requesting less than 16 columns of output results in an error </details> <details> <summary>Commits</summary> - [`c5a120a`](https://github.com/sebastianbergmann/phpunit/commit/c5a120ade60992bd671a912188ee9ee9f8083bbd) Prepare release - [`2f38210`](https://github.com/sebastianbergmann/phpunit/commit/2f38210c158c18eda567bf9da04fe04005b371f5) Closes [#3353](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3353) - [`6034bae`](https://github.com/sebastianbergmann/phpunit/commit/6034bae73c56d0dff96264bf84e884d0e65e3015) Allow sebastian/environment ^4.0 - [`bab8bbd`](https://github.com/sebastianbergmann/phpunit/commit/bab8bbd9e6865e5dc80833ba76c056817bd89875) Update ChangeLog - [`04cb2da`](https://github.com/sebastianbergmann/phpunit/commit/04cb2daf2367f5a7bb2bde63a3765d68c29da567) Fix for "testdox" option with dataProvider providing indexed array - [`c34b889`](https://github.com/sebastianbergmann/phpunit/commit/c34b889131c271aeee16fe5d08be2345a5e6341d) Test case for "testdox" option with dataProvider providing indexed array - [`5015bff`](https://github.com/sebastianbergmann/phpunit/commit/5015bff74ec20c5b5664cfc208c73b57b05d9bd3) Fix link to PR - See full diff in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.4.0...7.4.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.4.0&new-version=7.4.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-19 09:18:13 +00:00
"time": "2018-10-18T09:02:52+00:00"
2015-12-13 04:42:28 +00:00
},
{
2018-08-29 07:49:01 +00:00
"name": "psy/psysh",
"version": "v0.9.7",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2018-08-29 07:49:01 +00:00
"url": "https://github.com/bobthecow/psysh.git",
"reference": "4f5b6c090948773a8bfeea6a0f07ab7d0b24e932"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/4f5b6c090948773a8bfeea6a0f07ab7d0b24e932",
"reference": "4f5b6c090948773a8bfeea6a0f07ab7d0b24e932",
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": "*",
2017-02-14 06:53:02 +00:00
"jakub-onderka/php-console-highlighter": "0.3.*",
2018-08-19 14:08:03 +00:00
"nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
"php": ">=5.4.0",
2018-04-14 21:16:04 +00:00
"symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
"symfony/var-dumper": "~2.7|~3.0|~4.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2018-08-19 14:08:03 +00:00
"bamarni/composer-bin-plugin": "^1.2",
"hoa/console": "~2.15|~3.16",
"phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
2017-02-14 06:53:02 +00:00
},
"suggest": {
"ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
"ext-pdo-sqlite": "The doc command requires SQLite to work.",
"ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
"ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
"hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
},
"bin": [
"bin/psysh"
],
"type": "library",
"extra": {
"branch-alias": {
2018-08-19 14:08:03 +00:00
"dev-develop": "0.9.x-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"files": [
2018-08-19 14:08:03 +00:00
"src/functions.php"
2017-02-14 06:53:02 +00:00
],
"psr-4": {
2018-08-19 14:08:03 +00:00
"Psy\\": "src/"
2017-02-14 06:53:02 +00:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Justin Hileman",
"email": "justin@justinhileman.info",
"homepage": "http://justinhileman.com"
}
],
"description": "An interactive shell for modern PHP.",
"homepage": "http://psysh.org",
"keywords": [
"REPL",
"console",
"interactive",
"shell"
],
2018-08-19 14:08:03 +00:00
"time": "2018-08-11T15:54:43+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "1.0.1",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
"reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
"phpunit/phpunit": "^5.7 || ^6.0"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"time": "2017-03-04T06:30:41+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/comparator",
2018-08-29 07:49:01 +00:00
"version": "3.0.2",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2018-08-29 07:49:01 +00:00
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
"reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1",
"sebastian/diff": "^3.0",
2018-08-24 15:27:19 +00:00
"sebastian/exporter": "^3.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.1"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "3.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
2018-08-24 15:27:19 +00:00
"homepage": "https://github.com/sebastianbergmann/comparator",
2015-12-13 04:42:28 +00:00
"keywords": [
"comparator",
"compare",
"equality"
],
2018-08-29 07:49:01 +00:00
"time": "2018-07-12T15:12:46+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/diff",
2018-08-29 07:49:01 +00:00
"version": "3.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2018-08-29 07:49:01 +00:00
"reference": "366541b989927187c4ca70490a35615d3fef2dce"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-29 07:49:01 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/366541b989927187c4ca70490a35615d3fef2dce",
"reference": "366541b989927187c4ca70490a35615d3fef2dce",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-29 07:49:01 +00:00
"php": "^7.1"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-29 07:49:01 +00:00
"phpunit/phpunit": "^7.0",
"symfony/process": "^2 || ^3.3 || ^4"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-29 07:49:01 +00:00
"dev-master": "3.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Diff implementation",
2015-12-13 06:29:15 +00:00
"homepage": "https://github.com/sebastianbergmann/diff",
2015-12-13 04:42:28 +00:00
"keywords": [
2018-08-29 07:49:01 +00:00
"diff",
"udiff",
"unidiff",
"unified diff"
2015-12-13 04:42:28 +00:00
],
2018-08-29 07:49:01 +00:00
"time": "2018-06-10T07:54:39+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/environment",
2018-08-24 15:27:19 +00:00
"version": "3.1.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2018-08-24 15:27:19 +00:00
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
"reference": "cd0871b3975fb7fc44d11314fd1ee20925fce4f5",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.1"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.1.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "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"
],
2018-08-24 15:27:19 +00:00
"time": "2017-07-01T08:51:00+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/exporter",
2018-08-24 15:27:19 +00:00
"version": "3.1.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2018-08-24 15:27:19 +00:00
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
"reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0",
"sebastian/recursion-context": "^3.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2016-09-26 06:30:00 +00:00
"ext-mbstring": "*",
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.1.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "http://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
2018-08-24 15:27:19 +00:00
"time": "2017-04-03T13:19:02+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/global-state",
2018-08-24 15:27:19 +00:00
"version": "2.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
2018-08-24 15:27:19 +00:00
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2015-12-13 04:42:28 +00:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "2.0-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2018-08-24 15:27:19 +00:00
"time": "2017-04-27T15:39:26+00:00"
2017-02-14 06:53:02 +00:00
},
{
"name": "sebastian/object-enumerator",
2018-08-24 15:27:19 +00:00
"version": "3.0.3",
2017-02-14 06:53:02 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2018-08-24 15:27:19 +00:00
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
2017-02-14 06:53:02 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
"reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
2017-02-14 06:53:02 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0",
"sebastian/object-reflector": "^1.1.1",
"sebastian/recursion-context": "^3.0"
2017-02-14 06:53:02 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2017-02-14 06:53:02 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.0.x-dev"
2017-02-14 06:53:02 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
2018-08-24 15:27:19 +00:00
"time": "2017-08-03T12:35:26+00:00"
},
{
"name": "sebastian/object-reflector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "773f97c67f28de00d397be301821b06708fca0be"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
"reference": "773f97c67f28de00d397be301821b06708fca0be",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"time": "2017-03-29T09:07:27+00:00"
2015-12-13 04:42:28 +00:00
},
{
"name": "sebastian/recursion-context",
2018-08-24 15:27:19 +00:00
"version": "3.0.0",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2018-08-24 15:27:19 +00:00
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
2018-08-24 15:27:19 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
"reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
"require": {
2018-08-24 15:27:19 +00:00
"php": "^7.0"
2015-12-13 04:42:28 +00:00
},
"require-dev": {
2018-08-24 15:27:19 +00:00
"phpunit/phpunit": "^6.0"
2015-12-13 04:42:28 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2018-08-24 15:27:19 +00:00
"dev-master": "3.0.x-dev"
2015-12-13 04:42:28 +00:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2018-08-24 15:27:19 +00:00
"time": "2017-03-03T06:23:57+00:00"
2015-12-13 04:42:28 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "sebastian/resource-operations",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"version": "2.0.1",
2015-12-13 04:42:28 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/sebastianbergmann/resource-operations.git",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
2015-12-13 04:42:28 +00:00
},
"dist": {
"type": "zip",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
"reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
2015-12-13 04:42:28 +00:00
"shasum": ""
},
2017-02-14 06:53:02 +00:00
"require": {
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"php": "^7.1"
2017-02-14 06:53:02 +00:00
},
2015-12-13 04:42:28 +00:00
"type": "library",
2017-02-14 06:53:02 +00:00
"extra": {
"branch-alias": {
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"dev-master": "2.0-dev"
2017-02-14 06:53:02 +00:00
}
},
2015-12-13 04:42:28 +00:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
2017-02-14 06:53:02 +00:00
"email": "sebastian@phpunit.de"
2015-12-13 04:42:28 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
Bump phpunit/phpunit from 7.3.5 to 7.4.0 (#820) Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 7.3.5 to 7.4.0. <details> <summary>Changelog</summary> *Sourced from [phpunit/phpunit's changelog](https://github.com/sebastianbergmann/phpunit/blob/master/ChangeLog-7.4.md).* > ## [7.4.0] - 2018-10-05 > > ### Added > > * Implemented [#3127](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3127): Emit error when mocked method is not really mocked > * Implemented [#3224](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/pulls/3224): Ability to enforce a time limit for tests not annotated with `[**small**](https://github.com/small)`, `[**medium**](https://github.com/medium)`, or `[**large**](https://github.com/large)` > * Implemented [#3272](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3272): Ability to generate code coverage whitelist filter script for Xdebug > * Implemented [#3284](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3284): Ability to reorder tests based on execution time > * Implemented [#3290](https://github-redirect.dependabot.com/sebastianbergmann/phpunit/issues/3290): Ability to load a PHP script before any code of PHPUnit itself is loaded > > [7.4.0]: https://github.com/sebastianbergmann/phpunit/compare/7.3...7.4.0 </details> <details> <summary>Commits</summary> - [`f3837fa`](https://github.com/sebastianbergmann/phpunit/commit/f3837fa1e07758057ae06e8ddec6d06ba183f126) Prepare release - [`be6564e`](https://github.com/sebastianbergmann/phpunit/commit/be6564ea49b96b9776c53f627a49683ec2687ce5) Fix issues identified by Phan - [`1ff9e1b`](https://github.com/sebastianbergmann/phpunit/commit/1ff9e1b700b56240efbb85ac18d8512b1cefd2a5) Merge branch '7.3' - [`d854f61`](https://github.com/sebastianbergmann/phpunit/commit/d854f611dee76e44e5af631c764f7b0272db795a) Remove PHPStan (I will be using Phan (and maybe Psalm) in the future) - [`a9a7da4`](https://github.com/sebastianbergmann/phpunit/commit/a9a7da440d023574963432b9b7951204de875794) Cleanup - [`60b8afa`](https://github.com/sebastianbergmann/phpunit/commit/60b8afa374ea1f62f66537a7530c755a16f8da0f) Bump - [`d278688`](https://github.com/sebastianbergmann/phpunit/commit/d278688cead456c68f86603be7d856e9f82c92a3) Fix CS/WS issues - [`4b45340`](https://github.com/sebastianbergmann/phpunit/commit/4b453405a633e05262f927a8dad5ebc2f2c714ca) Ignore src/Framework/Assert/Functions.php - [`5bb97ad`](https://github.com/sebastianbergmann/phpunit/commit/5bb97adaa5df4d840587bbc50942da65e71491ff) Fix - [`105a88c`](https://github.com/sebastianbergmann/phpunit/commit/105a88cc2d2a06f03ea0b263b32c3a93fe6b6c3f) Fix - Additional commits viewable in [compare view](https://github.com/sebastianbergmann/phpunit/compare/7.3.5...7.4.0) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0)](https://dependabot.com/compatibility-score.html?dependency-name=phpunit/phpunit&package-manager=composer&previous-version=7.3.5&new-version=7.4.0) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-10-06 10:23:07 +00:00
"time": "2018-10-04T04:07:39+00:00"
2017-01-14 13:47:21 +00:00
},
{
2017-02-14 06:53:02 +00:00
"name": "sebastian/version",
"version": "2.0.1",
2017-01-14 13:47:21 +00:00
"source": {
"type": "git",
2017-02-14 06:53:02 +00:00
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
2017-01-14 13:47:21 +00:00
},
"dist": {
"type": "zip",
2017-02-14 06:53:02 +00:00
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
2017-01-14 13:47:21 +00:00
"shasum": ""
},
"require": {
2017-02-14 06:53:02 +00:00
"php": ">=5.6"
2017-01-14 13:47:21 +00:00
},
"type": "library",
"extra": {
"branch-alias": {
2017-02-14 06:53:02 +00:00
"dev-master": "2.0.x-dev"
2017-01-14 13:47:21 +00:00
}
},
"autoload": {
2017-02-14 06:53:02 +00:00
"classmap": [
"src/"
2017-01-14 13:47:21 +00:00
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2017-02-14 06:53:02 +00:00
"BSD-3-Clause"
2017-01-14 13:47:21 +00:00
],
"authors": [
{
2017-02-14 06:53:02 +00:00
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2017-01-14 13:47:21 +00:00
}
],
2017-02-14 06:53:02 +00:00
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"time": "2016-10-03T07:35:21+00:00"
2015-12-13 04:42:28 +00:00
},
2015-12-27 09:12:10 +00:00
{
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"name": "seld/jsonlint",
"version": "1.7.1",
2015-12-27 09:12:10 +00:00
"source": {
"type": "git",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"url": "https://github.com/Seldaek/jsonlint.git",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
2015-12-27 09:12:10 +00:00
},
"dist": {
"type": "zip",
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
"reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
2015-12-27 09:12:10 +00:00
"shasum": ""
},
"require": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"php": "^5.3 || ^7.0"
2015-12-27 09:12:10 +00:00
},
2017-02-14 06:53:02 +00:00
"require-dev": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
2017-02-14 06:53:02 +00:00
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"bin": [
"bin/jsonlint"
],
"type": "library",
"autoload": {
"psr-4": {
"Seld\\JsonLint\\": "src/Seld/JsonLint/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "JSON Linter",
"keywords": [
"json",
"linter",
"parser",
"validator"
],
"time": "2018-01-24T12:46:19+00:00"
},
{
"name": "seld/phar-utils",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Seldaek/phar-utils.git",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
"reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
"shasum": ""
},
"require": {
"php": ">=5.3"
2017-02-14 06:53:02 +00:00
},
2015-12-27 09:12:10 +00:00
"type": "library",
"extra": {
"branch-alias": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"dev-master": "1.x-dev"
2015-12-27 09:12:10 +00:00
}
},
"autoload": {
"psr-4": {
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"Seld\\PharUtils\\": "src/"
}
2015-12-27 09:12:10 +00:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
2015-12-27 09:12:10 +00:00
}
],
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
"description": "PHAR file format utilities, for when PHP phars you up",
"keywords": [
"phra"
],
"time": "2015-10-13T18:44:15+00:00"
2015-12-27 09:12:10 +00:00
},
{
"name": "symfony/dom-crawler",
"version": "v3.4.17",
2015-12-27 09:12:10 +00:00
"source": {
"type": "git",
"url": "https://github.com/symfony/dom-crawler.git",
"reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722"
2015-12-27 09:12:10 +00:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dom-crawler/zipball/c705bee03ade5b47c087807dd9ffaaec8dda2722",
"reference": "c705bee03ade5b47c087807dd9ffaaec8dda2722",
2015-12-27 09:12:10 +00:00
"shasum": ""
},
"require": {
2017-10-02 18:42:18 +00:00
"php": "^5.5.9|>=7.0.8",
2018-08-19 14:08:03 +00:00
"symfony/polyfill-ctype": "~1.8",
2015-12-27 09:12:10 +00:00
"symfony/polyfill-mbstring": "~1.0"
},
"require-dev": {
2017-12-01 16:52:56 +00:00
"symfony/css-selector": "~2.8|~3.0|~4.0"
2015-12-27 09:12:10 +00:00
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
2017-12-01 16:52:56 +00:00
"dev-master": "3.4-dev"
2015-12-27 09:12:10 +00:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\DomCrawler\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "https://symfony.com",
"time": "2018-10-02T12:28:39+00:00"
2015-12-27 09:12:10 +00:00
},
Bump barryvdh/laravel-ide-helper from 2.4.3 to 2.5.1 (#812) Bumps [barryvdh/laravel-ide-helper](https://github.com/barryvdh/laravel-ide-helper) from 2.4.3 to 2.5.1. <details> <summary>Commits</summary> - [`7db1843`](https://github.com/barryvdh/laravel-ide-helper/commit/7db1843473e1562d8e0490b51db847d3a1415140) Remove Eloquent mixin thing - [`1989d0e`](https://github.com/barryvdh/laravel-ide-helper/commit/1989d0e794f227d6472c825fbae96d64e54f5137) Update .travis.yml - [`09db8c9`](https://github.com/barryvdh/laravel-ide-helper/commit/09db8c9a76711e98c61af0795934fb15955223fb) Update composer.json - [`4aa43fa`](https://github.com/barryvdh/laravel-ide-helper/commit/4aa43fa613b37298d441f3fa88d436a22c82d9cf) Merge pull request [#690](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/690) from kevinpijning/laravel-5.7-support - [`d55b484`](https://github.com/barryvdh/laravel-ide-helper/commit/d55b48476e818dbd4bd5cf4337e5fe4b6fe416ee) Laravel 5.7 support - [`45e84b9`](https://github.com/barryvdh/laravel-ide-helper/commit/45e84b9070a347d73d34f787e2314936bba7c9d4) Merge pull request [#678](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/678) from BinotaLIU/add-fluent-change - [`f472c26`](https://github.com/barryvdh/laravel-ide-helper/commit/f472c26601d977435557496e5cad990fa82fa726) add change modifier - [`1deadce`](https://github.com/barryvdh/laravel-ide-helper/commit/1deadced466af084b36276b82c14dd464cdd2e4b) Merge pull request [#675](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/675) from glamorous/bugfix/phpstan-error-formatter - [`e1d1352`](https://github.com/barryvdh/laravel-ide-helper/commit/e1d1352ac534f63536527f126e279bb277a8bbf2) bugfix - Space/Enter between starting php tag and comment for PHPStan - [`65e3278`](https://github.com/barryvdh/laravel-ide-helper/commit/65e3278c86339348dd3f6aa117aac1436d604ecb) Merge pull request [#668](https://github-redirect.dependabot.com/barryvdh/laravel-ide-helper/issues/668) from falnyr/final-abstract-class - Additional commits viewable in [compare view](https://github.com/barryvdh/laravel-ide-helper/compare/v2.4.3...v2.5.1) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1)](https://dependabot.com/compatibility-score.html?dependency-name=barryvdh/laravel-ide-helper&package-manager=composer&previous-version=2.4.3&new-version=2.5.1) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- **Note:** This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit. You can always request more updates by clicking `Bump now` in your [Dependabot dashboard](https://app.dependabot.com). <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
2018-09-27 06:47:46 +00:00
{
"name": "symfony/filesystem",
"version": "v4.1.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e",
"reference": "c0f5f62db218fa72195b8b8700e4b9b9cf52eb5e",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"symfony/polyfill-ctype": "~1.8"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.1-dev"
}
},
"autoload": {
"psr-4": {
"Symfony\\Component\\Filesystem\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony Filesystem Component",
"homepage": "https://symfony.com",
"time": "2018-08-18T16:52:46+00:00"
},
2018-08-24 15:27:19 +00:00
{
"name": "theseer/tokenizer",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"time": "2017-04-07T12:08:54+00:00"
2016-09-26 06:30:00 +00:00
},
{
"name": "webmozart/assert",
2018-04-14 21:16:04 +00:00
"version": "1.3.0",
2016-09-26 06:30:00 +00:00
"source": {
"type": "git",
"url": "https://github.com/webmozart/assert.git",
2018-04-14 21:16:04 +00:00
"reference": "0df1908962e7a3071564e857d86874dad1ef204a"
2016-09-26 06:30:00 +00:00
},
"dist": {
"type": "zip",
2018-04-14 21:16:04 +00:00
"url": "https://api.github.com/repos/webmozart/assert/zipball/0df1908962e7a3071564e857d86874dad1ef204a",
"reference": "0df1908962e7a3071564e857d86874dad1ef204a",
2016-09-26 06:30:00 +00:00
"shasum": ""
},
"require": {
2017-01-14 13:47:21 +00:00
"php": "^5.3.3 || ^7.0"
2016-09-26 06:30:00 +00:00
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
2017-01-14 13:47:21 +00:00
"dev-master": "1.3-dev"
2016-09-26 06:30:00 +00:00
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2018-04-14 21:16:04 +00:00
"time": "2018-01-29T19:49:41+00:00"
2015-12-13 04:42:28 +00:00
}
],
"aliases": [],
"minimum-stability": "stable",
2016-02-01 03:00:39 +00:00
"stability-flags": [],
2015-12-13 04:42:28 +00:00
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
2018-08-29 07:49:01 +00:00
"php": ">=7.1.3",
2018-08-19 14:08:03 +00:00
"ext-exif": "*",
2018-08-24 15:27:19 +00:00
"ext-fileinfo": "*",
2018-08-19 14:08:03 +00:00
"ext-json": "*",
"ext-simplexml": "*"
2015-12-13 04:42:28 +00:00
},
2018-08-24 15:27:19 +00:00
"platform-dev": []
2015-12-13 04:42:28 +00:00
}