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

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-05 05:03:20 +0300
committerGitHub <noreply@github.com>2022-02-05 05:03:20 +0300
commit563dabb3ee496174c987170d571740e507f2c60e (patch)
tree69a9596878706f46790f2999022cc762d904e019
parent7a132cbbac084a86de85f65f140cecf0615df269 (diff)
Bump vimeo/psalm from 4.19.0 to 4.20.0
Bumps [vimeo/psalm](https://github.com/vimeo/psalm) from 4.19.0 to 4.20.0. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.19.0...4.20.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.lock42
1 files changed, 21 insertions, 21 deletions
diff --git a/composer.lock b/composer.lock
index bb25d61e..a9188e82 100644
--- a/composer.lock
+++ b/composer.lock
@@ -738,12 +738,12 @@
}
},
"autoload": {
- "psr-4": {
- "Amp\\ByteStream\\": "lib"
- },
"files": [
"lib/functions.php"
- ]
+ ],
+ "psr-4": {
+ "Amp\\ByteStream\\": "lib"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -971,23 +971,23 @@
},
{
"name": "composer/semver",
- "version": "3.2.7",
+ "version": "3.2.9",
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
- "reference": "deac27056b57e46faf136fae7b449eeaa71661ee"
+ "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/semver/zipball/deac27056b57e46faf136fae7b449eeaa71661ee",
- "reference": "deac27056b57e46faf136fae7b449eeaa71661ee",
+ "url": "https://api.github.com/repos/composer/semver/zipball/a951f614bd64dcd26137bc9b7b2637ddcfc57649",
+ "reference": "a951f614bd64dcd26137bc9b7b2637ddcfc57649",
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
- "phpstan/phpstan": "^0.12.54",
+ "phpstan/phpstan": "^1.4",
"symfony/phpunit-bridge": "^4.2 || ^5"
},
"type": "library",
@@ -1032,7 +1032,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/semver/issues",
- "source": "https://github.com/composer/semver/tree/3.2.7"
+ "source": "https://github.com/composer/semver/tree/3.2.9"
},
"funding": [
{
@@ -1048,7 +1048,7 @@
"type": "tidelift"
}
],
- "time": "2022-01-04T09:57:54+00:00"
+ "time": "2022-02-04T13:58:43+00:00"
},
{
"name": "composer/xdebug-handler",
@@ -5585,16 +5585,16 @@
},
{
"name": "vimeo/psalm",
- "version": "4.19.0",
+ "version": "4.20.0",
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
- "reference": "a2ad69ae4f5ab1f7d225a8dc4e2ec2d9415ed599"
+ "reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/vimeo/psalm/zipball/a2ad69ae4f5ab1f7d225a8dc4e2ec2d9415ed599",
- "reference": "a2ad69ae4f5ab1f7d225a8dc4e2ec2d9415ed599",
+ "url": "https://api.github.com/repos/vimeo/psalm/zipball/f82a70e7edfc6cf2705e9374c8a0b6a974a779ed",
+ "reference": "f82a70e7edfc6cf2705e9374c8a0b6a974a779ed",
"shasum": ""
},
"require": {
@@ -5660,13 +5660,13 @@
}
},
"autoload": {
- "psr-4": {
- "Psalm\\": "src/Psalm/"
- },
"files": [
"src/functions.php",
"src/spl_object_id.php"
- ]
+ ],
+ "psr-4": {
+ "Psalm\\": "src/Psalm/"
+ }
},
"notification-url": "https://packagist.org/downloads/",
"license": [
@@ -5685,9 +5685,9 @@
],
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
- "source": "https://github.com/vimeo/psalm/tree/4.19.0"
+ "source": "https://github.com/vimeo/psalm/tree/4.20.0"
},
- "time": "2022-01-27T19:00:37+00:00"
+ "time": "2022-02-03T17:03:47+00:00"
},
{
"name": "webmozart/assert",