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

github.com/nextcloud/news.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-09-05 18:52:42 +0300
committerGitHub <noreply@github.com>2022-09-05 18:52:42 +0300
commit51581597bbdbe3ac2a7fa213c83acd6542d08580 (patch)
tree62a6f73194cf1959648008a872102e05c64d243f
parent91c737d28357c5fbc071962d37d5b3fb1980eb59 (diff)
Bump phpstan/phpstan from 1.8.3 to 1.8.4dependabot/composer/phpstan/phpstan-1.8.4
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.8.3 to 1.8.4. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.8.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.8.3...1.8.4) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index e7c6faa65..6d2a45705 100644
--- a/composer.json
+++ b/composer.json
@@ -56,7 +56,7 @@
"require-dev": {
"phpunit/phpunit": "9.5.*",
"squizlabs/php_codesniffer": "^3.7.1",
- "phpstan/phpstan": "^1.8.3",
+ "phpstan/phpstan": "^1.8.4",
"phpstan/phpstan-doctrine": "^1.3.12",
"phpstan/phpstan-strict-rules": "^1.4.3",
"phpstan/phpstan-phpunit": "^1.0.0",
diff --git a/composer.lock b/composer.lock
index 90a082628..dc2468e10 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "4ffefaaa1e24da0962f9d049aa038506",
+ "content-hash": "f1f765ba4013fe625e93be6b8f4e259f",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1049,16 +1049,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.8.3",
+ "version": "1.8.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "5583623b61caafebd62bc78a99533aa9d769d097"
+ "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/5583623b61caafebd62bc78a99533aa9d769d097",
- "reference": "5583623b61caafebd62bc78a99533aa9d769d097",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/eed4c9da531f6ebb4787235b6fb486e2c20f34e5",
+ "reference": "eed4c9da531f6ebb4787235b6fb486e2c20f34e5",
"shasum": ""
},
"require": {
@@ -1088,7 +1088,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
- "source": "https://github.com/phpstan/phpstan/tree/1.8.3"
+ "source": "https://github.com/phpstan/phpstan/tree/1.8.4"
},
"funding": [
{
@@ -1104,7 +1104,7 @@
"type": "tidelift"
}
],
- "time": "2022-09-01T15:27:34+00:00"
+ "time": "2022-09-03T13:08:04+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",