Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-07-30 12:51:16 +0300
committerGitHub <noreply@github.com>2021-07-30 12:51:16 +0300
commitd103c5d0eb560ab6cbfdd8184b71decadd6725b2 (patch)
tree1d27526690a4877ac9438835cfbe362b8b07286c
parent6ecd16dd63bde1148f1e3d07fd0af7aa5eda4e13 (diff)
Bump phpstan/phpstan from 0.12.81 to 0.12.94dependabot/composer/phpstan/phpstan-0.12.94
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.12.81 to 0.12.94. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.12.81...0.12.94) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--composer.lock16
1 files changed, 10 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index d1cffbf4..b3f2a6f2 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3669,16 +3669,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "0.12.81",
+ "version": "0.12.94",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "0dd5b0ebeff568f7000022ea5f04aa86ad3124b8"
+ "reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0dd5b0ebeff568f7000022ea5f04aa86ad3124b8",
- "reference": "0dd5b0ebeff568f7000022ea5f04aa86ad3124b8",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6",
+ "reference": "3d0ba4c198a24e3c3fc489f3ec6ac9612c4be5d6",
"shasum": ""
},
"require": {
@@ -3709,7 +3709,7 @@
"description": "PHPStan - PHP Static Analysis Tool",
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/0.12.81"
+ "source": "https://github.com/phpstan/phpstan/tree/0.12.94"
},
"funding": [
{
@@ -3717,6 +3717,10 @@
"type": "github"
},
{
+ "url": "https://github.com/phpstan",
+ "type": "github"
+ },
+ {
"url": "https://www.patreon.com/phpstan",
"type": "patreon"
},
@@ -3725,7 +3729,7 @@
"type": "tidelift"
}
],
- "time": "2021-03-08T22:03:02+00:00"
+ "time": "2021-07-30T09:05:27+00:00"
},
{
"name": "phpunit/php-code-coverage",