Update phpstan/phpstan (0.11.12 => 0.11.13)

This commit is contained in:
DariusIII
2019-08-15 09:13:56 +02:00
parent 818eb204cb
commit 2ad39aa844
Generated
+8 -8
View File
@@ -11308,16 +11308,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.11.12",
"version": "0.11.13",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30"
"reference": "493d12d4a98ba0d2a0b8e576d80e65c8e8068d08"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
"reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/493d12d4a98ba0d2a0b8e576d80e65c8e8068d08",
"reference": "493d12d4a98ba0d2a0b8e576d80e65c8e8068d08",
"shasum": ""
},
"require": {
@@ -11328,7 +11328,7 @@
"nette/robot-loader": "^3.0.1",
"nette/schema": "^1.0",
"nette/utils": "^2.4.5 || ^3.0",
"nikic/php-parser": "^4.0.2",
"nikic/php-parser": "^4.2.3",
"php": "~7.1",
"phpstan/phpdoc-parser": "^0.3.5",
"symfony/console": "~3.2 || ~4.0",
@@ -11338,7 +11338,7 @@
"symfony/console": "3.4.16 || 4.1.5"
},
"require-dev": {
"brianium/paratest": "^2.0",
"brianium/paratest": "^2.0 || ^3.0",
"consistence/coding-standard": "^3.5",
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
"ext-intl": "*",
@@ -11353,7 +11353,7 @@
"phpstan/phpstan-php-parser": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"phpunit/phpunit": "^7.0",
"phpunit/phpunit": "^7.5.14 || ^8.0",
"slevomat/coding-standard": "^4.7.2",
"squizlabs/php_codesniffer": "^3.3.2"
},
@@ -11379,7 +11379,7 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2019-07-08T06:55:18+00:00"
"time": "2019-08-13T13:05:56+00:00"
},
{
"name": "phpunit/php-code-coverage",