summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-06-10 12:10:49 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2024-06-11 11:57:47 +0200
commitac569431c2eda65ee210186ff719f93baf49de0c (patch)
treedd2dc07deafe2428a3578a7df91fe56f48558ec8
parent8145582d025bd5e4a8e9f525eebae6097470c345 (diff)
Build(deps-dev): Bump phpstan/phpstan-doctrine from 1.3.69 to 1.4.3
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.69 to 1.4.3. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.69...1.4.3) --- updated-dependencies: - dependency-name: phpstan/phpstan-doctrine dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock26
2 files changed, 14 insertions, 14 deletions
diff --git a/composer.json b/composer.json
index 5be10c03f..89d2be2f1 100644
--- a/composer.json
+++ b/composer.json
@@ -57,7 +57,7 @@
"phpunit/phpunit": "9.6.*",
"squizlabs/php_codesniffer": "^3.9.2",
"phpstan/phpstan": "^1.10.60",
- "phpstan/phpstan-doctrine": "^1.3.69",
+ "phpstan/phpstan-doctrine": "^1.4.3",
"phpstan/phpstan-strict-rules": "^1.5.2",
"phpstan/phpstan-phpunit": "^1.3.16",
"phpstan/extension-installer": "^1.3.1",
diff --git a/composer.lock b/composer.lock
index b9da65d6e..34b5ca55f 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": "fb327fe6611739bfeaee09756f809976",
+ "content-hash": "7597b35ceb19b17645835c69257ed60e",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1359,16 +1359,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.67",
+ "version": "1.11.4",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493"
+ "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/16ddbe776f10da6a95ebd25de7c1dbed397dc493",
- "reference": "16ddbe776f10da6a95ebd25de7c1dbed397dc493",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9100a76ce8015b9aa7125b9171ae3a76887b6c82",
+ "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82",
"shasum": ""
},
"require": {
@@ -1413,7 +1413,7 @@
"type": "github"
}
],
- "time": "2024-04-16T07:22:02+00:00"
+ "time": "2024-06-06T12:19:22+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -1465,21 +1465,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.69",
+ "version": "1.4.3",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "ac567407e750b94e2133dace33b19082ad9ed751"
+ "reference": "dd27a3e83777ba0d9e9cedfaf4ebf95ff67b271f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/ac567407e750b94e2133dace33b19082ad9ed751",
- "reference": "ac567407e750b94e2133dace33b19082ad9ed751",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/dd27a3e83777ba0d9e9cedfaf4ebf95ff67b271f",
+ "reference": "dd27a3e83777ba0d9e9cedfaf4ebf95ff67b271f",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.10.64"
+ "phpstan/phpstan": "^1.11"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -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.69"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.4.3"
},
- "time": "2024-04-18T12:56:14+00:00"
+ "time": "2024-06-08T05:48:50+00:00"
},
{
"name": "phpstan/phpstan-phpunit",