Bump phpstan/phpstan from 0.11.12 to 0.11.15

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-19 02:23:17 +00:00 committed by GitHub
parent 5d08dd2799
commit e9ccc686ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

48
composer.lock generated
View file

@ -1720,8 +1720,8 @@
"authors": [
{
"name": "Santosh Patnaik",
"homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b",
"role": "Developer"
"role": "Developer",
"homepage": "http://www.bioinformatics.org/people/index.php?user_hash=558b661f92d0ff7b"
}
],
"description": "htmLawed - Process text with HTML markup to make it more compliant with HTML standards and administrative policies",
@ -4824,9 +4824,9 @@
"authors": [
{
"name": "Michel Fortin",
"role": "Developer",
"email": "michel.fortin@michelf.ca",
"homepage": "https://michelf.ca/",
"role": "Developer"
"homepage": "https://michelf.ca/"
},
{
"name": "John Gruber",
@ -6368,19 +6368,19 @@
"authors": [
{
"name": "Adam Schmalhofer",
"email": "Adam.Schmalhofer@gmx.de",
"role": "Developer"
"role": "Developer",
"email": "Adam.Schmalhofer@gmx.de"
},
{
"name": "A. Grandt",
"role": "Developer",
"email": "php@grandt.com",
"homepage": "http://grandt.com",
"role": "Developer"
"homepage": "http://grandt.com"
},
{
"name": "Greg Kappatos",
"homepage": "http://websiteconnect.com.au",
"role": "Developer"
"role": "Developer",
"homepage": "http://websiteconnect.com.au"
}
],
"description": "Package to create and stream archives of compressed files in ZIP format with PHP 5.3+",
@ -10623,16 +10623,16 @@
},
{
"name": "nikic/php-parser",
"version": "v4.2.2",
"version": "v4.2.3",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420"
"reference": "e612609022e935f3d0337c1295176505b41188c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
"reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/e612609022e935f3d0337c1295176505b41188c8",
"reference": "e612609022e935f3d0337c1295176505b41188c8",
"shasum": ""
},
"require": {
@ -10640,7 +10640,7 @@
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.5 || ^7.0"
"phpunit/phpunit": "^6.5 || ^7.0 || ^8.0"
},
"bin": [
"bin/php-parse"
@ -10670,7 +10670,7 @@
"parser",
"php"
],
"time": "2019-05-25T20:07:01+00:00"
"time": "2019-08-12T20:17:41+00:00"
},
{
"name": "php-cs-fixer/diff",
@ -10832,16 +10832,16 @@
},
{
"name": "phpstan/phpstan",
"version": "0.11.12",
"version": "0.11.15",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30"
"reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
"reference": "56b3eb2a371b60537fd20794e24af9e7e8ed4e30",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1be5b3a706db16ac472a4c40ec03cf4c810b118d",
"reference": "1be5b3a706db16ac472a4c40ec03cf4c810b118d",
"shasum": ""
},
"require": {
@ -10852,7 +10852,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",
@ -10862,7 +10862,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": "*",
@ -10877,7 +10877,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"
},
@ -10903,7 +10903,7 @@
"MIT"
],
"description": "PHPStan - PHP Static Analysis Tool",
"time": "2019-07-08T06:55:18+00:00"
"time": "2019-08-18T20:51:53+00:00"
},
{
"name": "phpstan/phpstan-doctrine",