summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-31 12:03:34 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2022-03-31 14:27:48 +0200
commit6acf7cc8b31be34816f68ff6977ad8739b4109f0 (patch)
tree2c9fbd79270acd4ebd168f3236010a536e012864
parent342552687586ff46e11b0c85fbbd9b9ac7a07195 (diff)
Bump phpstan/phpstan-doctrine from 1.2.11 to 1.3.1
Bumps [phpstan/phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine) from 1.2.11 to 1.3.1. - [Release notes](https://github.com/phpstan/phpstan-doctrine/releases) - [Commits](https://github.com/phpstan/phpstan-doctrine/compare/1.2.11...1.3.1) --- 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.lock21
1 files changed, 9 insertions, 12 deletions
diff --git a/composer.lock b/composer.lock
index 7d44dc961..ace915b59 100644
--- a/composer.lock
+++ b/composer.lock
@@ -1344,21 +1344,21 @@
},
{
"name": "phpstan/phpstan-doctrine",
- "version": "1.2.11",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
- "reference": "580737eff27e48c1924bc019fa43343626242e91"
+ "reference": "88a26a2dabf5f47e7fd9b1c74a2537eca48c0578"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/580737eff27e48c1924bc019fa43343626242e91",
- "reference": "580737eff27e48c1924bc019fa43343626242e91",
+ "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/88a26a2dabf5f47e7fd9b1c74a2537eca48c0578",
+ "reference": "88a26a2dabf5f47e7fd9b1c74a2537eca48c0578",
"shasum": ""
},
"require": {
- "php": "^7.1 || ^8.0",
- "phpstan/phpstan": "^1.4.1"
+ "php": "^7.2 || ^8.0",
+ "phpstan/phpstan": "^1.5"
},
"conflict": {
"doctrine/collections": "<1.0",
@@ -1371,7 +1371,7 @@
"doctrine/annotations": "^1.11.0",
"doctrine/collections": "^1.6",
"doctrine/common": "^2.7 || ^3.0",
- "doctrine/dbal": "^2.13.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.11.0",
@@ -1387,9 +1387,6 @@
},
"type": "phpstan-extension",
"extra": {
- "branch-alias": {
- "dev-master": "1.2-dev"
- },
"phpstan": {
"includes": [
"extension.neon",
@@ -1409,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.2.11"
+ "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.1"
},
- "time": "2022-02-23T15:14:45+00:00"
+ "time": "2022-03-30T19:59:19+00:00"
},
{
"name": "phpstan/phpstan-phpunit",