summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-05-24 12:42:53 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-05-24 17:07:29 +0200
commit684af84ea957ff160d49d44826525d1684b6f975 (patch)
tree2ee61435642397673dcace985b3ae7dc1ac5ae0f
parent83cb9b6a58655e63e6dd5428e498be63db5b4a99 (diff)
Bump phpstan/phpstan-doctrine from 1.3.4 to 1.3.5
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.3.4 to 1.3.5. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.3.4...1.3.5) --- 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.lock14
1 files changed, 7 insertions, 7 deletions
diff --git a/composer.lock b/composer.lock
index 6c2a8e488..54ae0a90d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1344,21 +1344,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.3.4",
+ "version": "1.3.5",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "dd53db81bc1f877248de3819321d84126a9e9f65"
+ "reference": "73979203c9cb56efd2dfcce1c795254f3b55ce39"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/dd53db81bc1f877248de3819321d84126a9e9f65",
- "reference": "dd53db81bc1f877248de3819321d84126a9e9f65",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/73979203c9cb56efd2dfcce1c795254f3b55ce39",
+ "reference": "73979203c9cb56efd2dfcce1c795254f3b55ce39",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0",
- "phpstan/phpstan": "^1.5"
+ "phpstan/phpstan": "^1.7.0"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1406,9 +1406,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.4"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.5"
},
- "time": "2022-05-09T13:15:33+00:00"
+ "time": "2022-05-23T13:09:30+00:00"
},
{
"name": "phpstan/phpstan-phpunit",