From 0c2736fd8f05b1b9312b3fce01eb1db02061e93c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 15:18:52 +0000 Subject: [PATCH] Bump jangregor/phpstan-prophecy from 0.3.0 to 0.5.0 Bumps [jangregor/phpstan-prophecy](https://github.com/Jan0707/phpstan-prophecy) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/Jan0707/phpstan-prophecy/releases) - [Changelog](https://github.com/Jan0707/phpstan-prophecy/blob/master/CHANGELOG.md) - [Commits](https://github.com/Jan0707/phpstan-prophecy/compare/0.3.0...0.5.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 41 +++++++++++++++++++++++++++-------------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/composer.json b/composer.json index c4600bc..03160dd 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "composer/xdebug-handler": "^1.3", "eloquent/phpstan-phony": "0.3.0", "evenement/evenement": "^3", - "jangregor/phpstan-prophecy": "0.3.0", + "jangregor/phpstan-prophecy": "0.5.0", "jetbrains/phpstorm-stubs": "dev-master", "league/html-to-markdown": "^4", "nikic/php-parser": "^4", diff --git a/composer.lock b/composer.lock index 34b6db7..e61318d 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "fb1df205a2d1e5801b0d741e7669b026", + "content-hash": "ed81eedaa512af6b6cc0734afbd13c20", "packages": [ { "name": "cogpowered/finediff", @@ -260,32 +260,45 @@ }, { "name": "jangregor/phpstan-prophecy", - "version": "0.3.0", + "version": "0.5.0", "source": { "type": "git", "url": "https://github.com/Jan0707/phpstan-prophecy.git", - "reference": "a1bfe3c3920829d4004240fb68ed85ab6dd18b14" + "reference": "eec7f465cc3990ab64e7d44be1eb780235b51daa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/a1bfe3c3920829d4004240fb68ed85ab6dd18b14", - "reference": "a1bfe3c3920829d4004240fb68ed85ab6dd18b14", + "url": "https://api.github.com/repos/Jan0707/phpstan-prophecy/zipball/eec7f465cc3990ab64e7d44be1eb780235b51daa", + "reference": "eec7f465cc3990ab64e7d44be1eb780235b51daa", "shasum": "" }, "require": { "php": "^7.1", - "phpstan/phpstan": "^0.10.0 || ^0.11.0" + "phpstan/phpstan": "^0.10.0 || ^0.11.0 || ^0.12.2" }, "conflict": { - "phpspec/prophecy": "<1.7, >=2.0", - "phpunit/phpunit": "<6.0, >=8.0" + "phpspec/prophecy": "<1.7,>=2.0", + "phpunit/phpunit": "<6.0,>=9.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^2.13.1", + "friendsofphp/php-cs-fixer": "~2.15.0", + "localheinz/composer-normalize": "^1.1.3", "phpspec/prophecy": "^1.7", - "phpunit/phpunit": "^6.0||^7.0" + "phpunit/phpunit": "^6.0 || ^7.0" + }, + "type": "phpstan-extension", + "extra": { + "phpstan": { + "includes": [ + "src/extension.neon" + ] + }, + "violinist": { + "allow_updates_beyond_constraint": 0, + "one_pull_request_per_package": 1, + "update_with_dependencies": 1 + } }, - "type": "library", "autoload": { "psr-4": { "JanGregor\\Prophecy\\": "src/" @@ -302,7 +315,7 @@ } ], "description": "Provides a phpstan/phpstan extension for phpspec/prophecy", - "time": "2019-01-18T13:44:45+00:00" + "time": "2019-12-13T17:56:28+00:00" }, { "name": "jean85/pretty-package-versions", @@ -4089,8 +4102,8 @@ "authors": [ { "name": "Arne Blankerts", - "role": "Developer", - "email": "arne@blankerts.de" + "email": "arne@blankerts.de", + "role": "Developer" } ], "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",