summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-13 13:34:26 +0000
committerGitHub <noreply@github.com>2024-02-13 13:34:26 +0000
commit6bb6515a6421a1554828c09b3ee65004a5c4479a (patch)
treefcc869096aeaded4ed8c59c5809b03490e523c88
parent9908a0e2bfc29261097db30029c9af1ea5dd7fa7 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.59 to 1.3.62dependabot/composer/phpstan/phpstan-doctrine-1.3.62
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.59 to 1.3.62. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.59...1.3.62) --- 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.lock34
2 files changed, 19 insertions, 17 deletions
diff --git a/composer.json b/composer.json
index 0f6c31e58..40f7a5de2 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.58",
- "phpstan/phpstan-doctrine": "^1.3.59",
+ "phpstan/phpstan-doctrine": "^1.3.62",
"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 157912d84..d9b131fdd 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": "14c551804c19126d4eeb9df323d261a3",
+ "content-hash": "75c13352b3ae4fa09270db9abe242d9b",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1469,16 +1469,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.59",
+ "version": "1.3.62",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "9534fcd0b6906c62594146b506acadeabd3a99b3"
+ "reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/9534fcd0b6906c62594146b506acadeabd3a99b3",
- "reference": "9534fcd0b6906c62594146b506acadeabd3a99b3",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f3abbd8e93e12fed8091be3aeec216b06bed0950",
+ "reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950",
"shasum": ""
},
"require": {
@@ -1493,24 +1493,26 @@
"doctrine/persistence": "<1.3"
},
"require-dev": {
+ "cache/array-adapter": "^1.1",
"composer/semver": "^3.3.2",
- "doctrine/annotations": "^1.11.0",
- "doctrine/collections": "^1.6",
+ "cweagans/composer-patches": "^1.7.3",
+ "doctrine/annotations": "^1.11 || ^2.0",
+ "doctrine/collections": "^1.6 || ^2.1",
"doctrine/common": "^2.7 || ^3.0",
"doctrine/dbal": "^2.13.8 || ^3.3.3",
- "doctrine/lexer": "^1.2.1",
- "doctrine/mongodb-odm": "^1.3 || ^2.1",
- "doctrine/orm": "^2.14.0",
- "doctrine/persistence": "^1.3.8 || ^2.2.1",
+ "doctrine/lexer": "^2.0 || ^3.0",
+ "doctrine/mongodb-odm": "^1.3 || ^2.4.3",
+ "doctrine/orm": "^2.16.0",
+ "doctrine/persistence": "^2.2.1 || ^3.2",
"gedmo/doctrine-extensions": "^3.8",
"nesbot/carbon": "^2.49",
"nikic/php-parser": "^4.13.2",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^1.3.13",
"phpstan/phpstan-strict-rules": "^1.5.1",
- "phpunit/phpunit": "^9.5.10",
- "ramsey/uuid-doctrine": "^1.5.0",
- "symfony/cache": "^4.4.35"
+ "phpunit/phpunit": "^9.6.16",
+ "ramsey/uuid": "^4.2",
+ "symfony/cache": "^5.4"
},
"type": "phpstan-extension",
"extra": {
@@ -1533,9 +1535,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.59"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.62"
},
- "time": "2024-01-18T09:41:35+00:00"
+ "time": "2024-02-12T11:52:17+00:00"
},
{
"name": "phpstan/phpstan-phpunit",