From daadc88c178021b77978a047a99f0c930fe21ae6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 09:04:57 +0000 Subject: [PATCH] Bump phpstan/phpstan from 0.11.9 to 0.11.12 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.9 to 0.11.12. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.11.9...0.11.12) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- composer.lock | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.json b/composer.json index 2cd43075..74b41742 100644 --- a/composer.json +++ b/composer.json @@ -23,7 +23,7 @@ "localheinz/php-cs-fixer-config": "~1.22.1", "localheinz/phpstan-rules": "~0.10.0", "localheinz/test-util": "~0.7.0", - "phpstan/phpstan": "~0.11.9", + "phpstan/phpstan": "~0.11.12", "phpstan/phpstan-deprecation-rules": "~0.11.2", "phpstan/phpstan-strict-rules": "~0.11.1", "phpunit/phpunit": "^8.2.5" diff --git a/composer.lock b/composer.lock index 80725063..aa780f38 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": "6e0e0cad2ce67f188386ffea7842e5b4", + "content-hash": "a0a599ce9a68bc76c6bf5d05893d4207", "packages": [], "packages-dev": [ { @@ -1286,16 +1286,16 @@ }, { "name": "nette/php-generator", - "version": "v3.2.2", + "version": "v3.2.3", "source": { "type": "git", "url": "https://github.com/nette/php-generator.git", - "reference": "acff8b136fad84b860a626d133e791f95781f9f5" + "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/php-generator/zipball/acff8b136fad84b860a626d133e791f95781f9f5", - "reference": "acff8b136fad84b860a626d133e791f95781f9f5", + "url": "https://api.github.com/repos/nette/php-generator/zipball/aea6e81437bb238e5f0e5b5ce06337433908e63b", + "reference": "aea6e81437bb238e5f0e5b5ce06337433908e63b", "shasum": "" }, "require": { @@ -1341,7 +1341,7 @@ "php", "scaffolding" ], - "time": "2019-03-15T03:41:13+00:00" + "time": "2019-07-05T13:01:56+00:00" }, { "name": "nette/robot-loader", @@ -2101,16 +2101,16 @@ }, { "name": "phpstan/phpstan", - "version": "0.11.9", + "version": "0.11.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "6771e622ad93f0aff16a100547811e1e50781acb" + "reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6771e622ad93f0aff16a100547811e1e50781acb", - "reference": "6771e622ad93f0aff16a100547811e1e50781acb", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/56b3eb2a371b60537fd20794e24af9e7e8ed4e30", + "reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30", "shasum": "" }, "require": { @@ -2172,7 +2172,7 @@ "MIT" ], "description": "PHPStan - PHP Static Analysis Tool", - "time": "2019-07-03T21:25:16+00:00" + "time": "2019-07-08T06:55:18+00:00" }, { "name": "phpstan/phpstan-deprecation-rules",