summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-22 08:45:00 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2024-01-22 10:32:27 +0100
commite13fc9432d6583961468ed1b36a64da649542b1a (patch)
tree3dbe8b8174b26798172cabb4dc7672e946797cd6
parent49e213e7c4bb82068f89d582e3d3c3f1cfee78e2 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.54 to 1.3.59
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.54 to 1.3.59. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.54...1.3.59) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine 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 1ec6863a3..78a11c7b1 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.8.1",
"phpstan/phpstan": "^1.10.56",
- "phpstan/phpstan-doctrine": "^1.3.54",
+ "phpstan/phpstan-doctrine": "^1.3.59",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/extension-installer": "^1.3.1",
diff --git a/composer.lock b/composer.lock
index f497ee8de..16a33c40b 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": "b6c204727a3fd5cb24a6e69904a02348",
+ "content-hash": "9cd505fe98621c879c76eaa38208cf47",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1469,16 +1469,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.54",
+ "version": "1.3.59",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "f9555a2d54d685efd7003ae33c15e3d19d7d0c36"
+ "reference": "9534fcd0b6906c62594146b506acadeabd3a99b3"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f9555a2d54d685efd7003ae33c15e3d19d7d0c36",
- "reference": "f9555a2d54d685efd7003ae33c15e3d19d7d0c36",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/9534fcd0b6906c62594146b506acadeabd3a99b3",
+ "reference": "9534fcd0b6906c62594146b506acadeabd3a99b3",
"shasum": ""
},
"require": {
@@ -1533,9 +1533,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
- "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.54"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.59"
},
- "time": "2024-01-05T15:44:44+00:00"
+ "time": "2024-01-18T09:41:35+00:00"
},
{
"name": "phpstan/phpstan-phpunit",