summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-08 12:56:21 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2024-01-08 15:57:26 +0200
commit32bdbd26b8b1af779f52abe2d46361bdfcaa6e22 (patch)
tree57e7245c97ff8d7ef97aa68290d3314fc1d25836
parent95efbabb96f22b4b342e42724f812d537b04a048 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.53 to 1.3.54
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.53 to 1.3.54. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.53...1.3.54) --- 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.lock28
2 files changed, 15 insertions, 15 deletions
diff --git a/composer.json b/composer.json
index be57ef0ad..2f0b1507d 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.8.0",
"phpstan/phpstan": "^1.10.52",
- "phpstan/phpstan-doctrine": "^1.3.53",
+ "phpstan/phpstan-doctrine": "^1.3.54",
"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 32db2e1d4..caf9a62a7 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": "23f96518150a1d9d1a87091534c48c91",
+ "content-hash": "e5d7748ea83b8cf4edcceb70ea640c44",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1357,16 +1357,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.52",
+ "version": "1.10.55",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "0cd0c330081d4f1e1d630701fe4f342c3b659685"
+ "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0cd0c330081d4f1e1d630701fe4f342c3b659685",
- "reference": "0cd0c330081d4f1e1d630701fe4f342c3b659685",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
+ "reference": "9a88f9d18ddf4cf54c922fbeac16c4cb164c5949",
"shasum": ""
},
"require": {
@@ -1415,7 +1415,7 @@
"type": "tidelift"
}
],
- "time": "2024-01-05T09:51:32+00:00"
+ "time": "2024-01-08T12:32:40+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1467,21 +1467,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.53",
+ "version": "1.3.54",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "85def57e5db6ac6c8a512200c0cfadf7b6621b10"
+ "reference": "f9555a2d54d685efd7003ae33c15e3d19d7d0c36"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/85def57e5db6ac6c8a512200c0cfadf7b6621b10",
- "reference": "85def57e5db6ac6c8a512200c0cfadf7b6621b10",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f9555a2d54d685efd7003ae33c15e3d19d7d0c36",
+ "reference": "f9555a2d54d685efd7003ae33c15e3d19d7d0c36",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.10.12"
+ "phpstan/phpstan": "^1.10.48"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1498,7 +1498,7 @@
"doctrine/dbal": "^2.13.8 || ^3.3.3",
"doctrine/lexer": "^1.2.1",
"doctrine/mongodb-odm": "^1.3 || ^2.1",
- "doctrine/orm": "^2.11.0",
+ "doctrine/orm": "^2.14.0",
"doctrine/persistence": "^1.3.8 || ^2.2.1",
"gedmo/doctrine-extensions": "^3.8",
"nesbot/carbon": "^2.49",
@@ -1531,9 +1531,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.53"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.54"
},
- "time": "2023-11-21T10:31:58+00:00"
+ "time": "2024-01-05T15:44:44+00:00"
},
{
"name": "phpstan/phpstan-phpunit",