aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJérémy Benoist <j0k3r@users.noreply.github.com>2019-07-04 06:52:04 +0200
committerGitHub <noreply@github.com>2019-07-04 06:52:04 +0200
commit830cce45b3a3246c113423c52bcc580087ddebcd (patch)
tree6c074e7fb94fda1a7796404a8f61b5db2352fd21
parenteba75bf29598a0a4ea126bc107dc04a5359881f9 (diff)
parent6f80db6970c8282b6392c6c687c3a0211640dd00 (diff)
downloadwallabag-830cce45b3a3246c113423c52bcc580087ddebcd.tar.gz
wallabag-830cce45b3a3246c113423c52bcc580087ddebcd.tar.zst
wallabag-830cce45b3a3246c113423c52bcc580087ddebcd.zip
Merge pull request #4045 from wallabag/dependabot/composer/phpstan/phpstan-0.11.9
Bump phpstan/phpstan from 0.11.8 to 0.11.9
-rw-r--r--composer.lock13
1 files changed, 7 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index e21aee91..b0e40d36 100644
--- a/composer.lock
+++ b/composer.lock
@@ -10708,16 +10708,16 @@
10708 }, 10708 },
10709 { 10709 {
10710 "name": "phpstan/phpstan", 10710 "name": "phpstan/phpstan",
10711 "version": "0.11.8", 10711 "version": "0.11.9",
10712 "source": { 10712 "source": {
10713 "type": "git", 10713 "type": "git",
10714 "url": "https://github.com/phpstan/phpstan.git", 10714 "url": "https://github.com/phpstan/phpstan.git",
10715 "reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9" 10715 "reference": "6771e622ad93f0aff16a100547811e1e50781acb"
10716 }, 10716 },
10717 "dist": { 10717 "dist": {
10718 "type": "zip", 10718 "type": "zip",
10719 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/fcf0081bf3a254ddacffa03e78be87842d0c09c9", 10719 "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6771e622ad93f0aff16a100547811e1e50781acb",
10720 "reference": "fcf0081bf3a254ddacffa03e78be87842d0c09c9", 10720 "reference": "6771e622ad93f0aff16a100547811e1e50781acb",
10721 "shasum": "" 10721 "shasum": ""
10722 }, 10722 },
10723 "require": { 10723 "require": {
@@ -10730,7 +10730,7 @@
10730 "nette/utils": "^2.4.5 || ^3.0", 10730 "nette/utils": "^2.4.5 || ^3.0",
10731 "nikic/php-parser": "^4.0.2", 10731 "nikic/php-parser": "^4.0.2",
10732 "php": "~7.1", 10732 "php": "~7.1",
10733 "phpstan/phpdoc-parser": "^0.3.4", 10733 "phpstan/phpdoc-parser": "^0.3.5",
10734 "symfony/console": "~3.2 || ~4.0", 10734 "symfony/console": "~3.2 || ~4.0",
10735 "symfony/finder": "~3.2 || ~4.0" 10735 "symfony/finder": "~3.2 || ~4.0"
10736 }, 10736 },
@@ -10743,6 +10743,7 @@
10743 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4", 10743 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
10744 "ext-intl": "*", 10744 "ext-intl": "*",
10745 "ext-mysqli": "*", 10745 "ext-mysqli": "*",
10746 "ext-simplexml": "*",
10746 "ext-soap": "*", 10747 "ext-soap": "*",
10747 "ext-zip": "*", 10748 "ext-zip": "*",
10748 "jakub-onderka/php-parallel-lint": "^1.0", 10749 "jakub-onderka/php-parallel-lint": "^1.0",
@@ -10778,7 +10779,7 @@
10778 "MIT" 10779 "MIT"
10779 ], 10780 ],
10780 "description": "PHPStan - PHP Static Analysis Tool", 10781 "description": "PHPStan - PHP Static Analysis Tool",
10781 "time": "2019-05-28T19:58:33+00:00" 10782 "time": "2019-07-03T21:25:16+00:00"
10782 }, 10783 },
10783 { 10784 {
10784 "name": "phpstan/phpstan-doctrine", 10785 "name": "phpstan/phpstan-doctrine",