summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-02-08 12:36:37 +0000
committerGitHub <noreply@github.com>2024-02-08 12:36:37 +0000
commitfb1a1a396c051047c11aad211412e73609dbf05e (patch)
treeb6f135e0fec651cd4ba1a27518b81830438d1e6c
parent46cc276cbdecb47d48c28855f0177387d9bf5b3b (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.59 to 1.3.60dependabot/composer/phpstan/phpstan-doctrine-1.3.60
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.59 to 1.3.60. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.59...1.3.60) --- 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.lock43
2 files changed, 23 insertions, 22 deletions
diff --git a/composer.json b/composer.json
index 2ebf42526..d8fd790ed 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.59",
+ "phpstan/phpstan-doctrine": "^1.3.60",
"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 1d4ead053..a16bbb4f0 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": "c28aba4b38cc09ca25df5a6c153d046d",
+ "content-hash": "04d444daa50bfb298d83574f56054e72",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1359,16 +1359,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.56",
+ "version": "1.10.57",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "27816a01aea996191ee14d010f325434c0ee76fa"
+ "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/27816a01aea996191ee14d010f325434c0ee76fa",
- "reference": "27816a01aea996191ee14d010f325434c0ee76fa",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/1627b1d03446904aaa77593f370c5201d2ecc34e",
+ "reference": "1627b1d03446904aaa77593f370c5201d2ecc34e",
"shasum": ""
},
"require": {
@@ -1417,7 +1417,7 @@
"type": "tidelift"
}
],
- "time": "2024-01-15T10:43:00+00:00"
+ "time": "2024-01-24T11:51:34+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1469,16 +1469,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.59",
+ "version": "1.3.60",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "9534fcd0b6906c62594146b506acadeabd3a99b3"
+ "reference": "30cf38dda057a78180c4df1f6f41e33eb49c4eca"
},
"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/30cf38dda057a78180c4df1f6f41e33eb49c4eca",
+ "reference": "30cf38dda057a78180c4df1f6f41e33eb49c4eca",
"shasum": ""
},
"require": {
@@ -1493,24 +1493,25 @@
"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",
+ "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 +1534,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.60"
},
- "time": "2024-01-18T09:41:35+00:00"
+ "time": "2024-02-08T09:33:18+00:00"
},
{
"name": "phpstan/phpstan-phpunit",