mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Merge pull request #4045 from wallabag/dependabot/composer/phpstan/phpstan-0.11.9
Bump phpstan/phpstan from 0.11.8 to 0.11.9
This commit is contained in:
commit
830cce45b3
1 changed files with 7 additions and 6 deletions
13
composer.lock
generated
13
composer.lock
generated
|
@ -10708,16 +10708,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "0.11.8",
|
"version": "0.11.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9"
|
"reference": "6771e622ad93f0aff16a100547811e1e50781acb"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/fcf0081bf3a254ddacffa03e78be87842d0c09c9",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/6771e622ad93f0aff16a100547811e1e50781acb",
|
||||||
"reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9",
|
"reference": "6771e622ad93f0aff16a100547811e1e50781acb",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
@ -10730,7 +10730,7 @@
|
||||||
"nette/utils": "^2.4.5 || ^3.0",
|
"nette/utils": "^2.4.5 || ^3.0",
|
||||||
"nikic/php-parser": "^4.0.2",
|
"nikic/php-parser": "^4.0.2",
|
||||||
"php": "~7.1",
|
"php": "~7.1",
|
||||||
"phpstan/phpdoc-parser": "^0.3.4",
|
"phpstan/phpdoc-parser": "^0.3.5",
|
||||||
"symfony/console": "~3.2 || ~4.0",
|
"symfony/console": "~3.2 || ~4.0",
|
||||||
"symfony/finder": "~3.2 || ~4.0"
|
"symfony/finder": "~3.2 || ~4.0"
|
||||||
},
|
},
|
||||||
|
@ -10743,6 +10743,7 @@
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
||||||
"ext-intl": "*",
|
"ext-intl": "*",
|
||||||
"ext-mysqli": "*",
|
"ext-mysqli": "*",
|
||||||
|
"ext-simplexml": "*",
|
||||||
"ext-soap": "*",
|
"ext-soap": "*",
|
||||||
"ext-zip": "*",
|
"ext-zip": "*",
|
||||||
"jakub-onderka/php-parallel-lint": "^1.0",
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
||||||
|
@ -10778,7 +10779,7 @@
|
||||||
"MIT"
|
"MIT"
|
||||||
],
|
],
|
||||||
"description": "PHPStan - PHP Static Analysis Tool",
|
"description": "PHPStan - PHP Static Analysis Tool",
|
||||||
"time": "2019-05-28T19:58:33+00:00"
|
"time": "2019-07-03T21:25:16+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-doctrine",
|
"name": "phpstan/phpstan-doctrine",
|
||||||
|
|
Loading…
Reference in a new issue