Merge pull request #4156 from wallabag/dependabot/composer/phpstan/phpstan-0.11.17

Bump phpstan/phpstan from 0.11.16 to 0.11.17
This commit is contained in:
Jérémy Benoist 2019-10-21 11:32:23 +02:00 committed by GitHub
commit d69cdfbd74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

11
composer.lock generated
View file

@ -10897,16 +10897,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "0.11.16", "version": "0.11.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b" "reference": "4e8ea97406bcf8eb58f670489e80b1f86e43d3b1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/4e8ea97406bcf8eb58f670489e80b1f86e43d3b1",
"reference": "635cf20f3b92ce34ee94a8d2f282d62eb9dc6e1b", "reference": "4e8ea97406bcf8eb58f670489e80b1f86e43d3b1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10914,6 +10914,7 @@
"jean85/pretty-package-versions": "^1.0.3", "jean85/pretty-package-versions": "^1.0.3",
"nette/bootstrap": "^2.4 || ^3.0", "nette/bootstrap": "^2.4 || ^3.0",
"nette/di": "^2.4.7 || ^3.0", "nette/di": "^2.4.7 || ^3.0",
"nette/neon": "^2.4.3 || ^3.0",
"nette/robot-loader": "^3.0.1", "nette/robot-loader": "^3.0.1",
"nette/schema": "^1.0", "nette/schema": "^1.0",
"nette/utils": "^2.4.5 || ^3.0", "nette/utils": "^2.4.5 || ^3.0",
@ -10967,7 +10968,7 @@
"MIT" "MIT"
], ],
"description": "PHPStan - PHP Static Analysis Tool", "description": "PHPStan - PHP Static Analysis Tool",
"time": "2019-09-17T11:19:51+00:00" "time": "2019-10-19T20:02:55+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",