Bump phpstan/phpstan from 0.10.3 to 0.10.5 (#841)

Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.10.3 to 0.10.5.
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Commits](https://github.com/phpstan/phpstan/compare/0.10.3...0.10.5)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot] 2018-10-29 11:21:17 +01:00 committed by Phan An
parent 4aae111227
commit 12407d5bd5

20
composer.lock generated
View file

@ -1,7 +1,7 @@
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "0b58ca8d75ba0988b8e3e5e3de90be5d",
@ -5607,20 +5607,20 @@
},
{
"name": "phpstan/phpstan",
"version": "0.10.3",
"version": "0.10.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "dc62f78c9aa6e9f7c44e8d6518f1123cd1e1b1c0"
"reference": "c6a8cd1fe08a23b9d101a55ffa9ff6b91d71ef5d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dc62f78c9aa6e9f7c44e8d6518f1123cd1e1b1c0",
"reference": "dc62f78c9aa6e9f7c44e8d6518f1123cd1e1b1c0",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/c6a8cd1fe08a23b9d101a55ffa9ff6b91d71ef5d",
"reference": "c6a8cd1fe08a23b9d101a55ffa9ff6b91d71ef5d",
"shasum": ""
},
"require": {
"composer/xdebug-handler": "^1.0",
"composer/xdebug-handler": "^1.3.0",
"jean85/pretty-package-versions": "^1.0.3",
"nette/bootstrap": "^2.4 || ^3.0",
"nette/di": "^2.4.7 || ^3.0",
@ -5634,21 +5634,21 @@
},
"require-dev": {
"brianium/paratest": "^2.0",
"consistence/coding-standard": "^3.3",
"consistence/coding-standard": "^3.5",
"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",
"localheinz/composer-normalize": "~0.9.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"
"slevomat/coding-standard": "^4.7.2"
},
"bin": [
"bin/phpstan"
@ -5672,7 +5672,7 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2018-08-12T15:14:21+00:00"
"time": "2018-10-20T17:24:55+00:00"
},
{
"name": "phpunit/php-code-coverage",