Merge pull request #5274 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.33

Bump phpstan/phpstan-symfony from 0.12.25 to 0.12.33
This commit is contained in:
Kevin Decherf 2021-05-14 22:03:51 +02:00 committed by GitHub
commit 60ce3da325
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 13 deletions

26
composer.lock generated
View File

@ -12431,22 +12431,22 @@
}, },
{ {
"name": "phpstan/phpstan-symfony", "name": "phpstan/phpstan-symfony",
"version": "0.12.25", "version": "0.12.33",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git", "url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "8a062af1cb7e9609d7b2a85d9b16060b1a35cee7" "reference": "7f47026c69c9f2ef8d6b1814bd17cc86ea768e9d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/8a062af1cb7e9609d7b2a85d9b16060b1a35cee7", "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7f47026c69c9f2ef8d6b1814bd17cc86ea768e9d",
"reference": "8a062af1cb7e9609d7b2a85d9b16060b1a35cee7", "reference": "7f47026c69c9f2ef8d6b1814bd17cc86ea768e9d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-simplexml": "*", "ext-simplexml": "*",
"php": "^7.1 || ^8.0", "php": "^7.1 || ^8.0",
"phpstan/phpstan": "^0.12.83" "phpstan/phpstan": "^0.12.86"
}, },
"conflict": { "conflict": {
"symfony/framework-bundle": "<3.0" "symfony/framework-bundle": "<3.0"
@ -12457,12 +12457,12 @@
"phpstan/phpstan-phpunit": "^0.12.16", "phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.5", "phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7.5.20", "phpunit/phpunit": "^7.5.20",
"symfony/config": "^4.2", "symfony/config": "^4.2 || ^5.0",
"symfony/console": "^4.0", "symfony/console": "^4.0 || ^5.0",
"symfony/framework-bundle": "^4.0", "symfony/framework-bundle": "^4.4 || ^5.0",
"symfony/http-foundation": "^4.0", "symfony/http-foundation": "^4.0 || ^5.0",
"symfony/messenger": "^4.2", "symfony/messenger": "^4.2 || ^5.0",
"symfony/serializer": "^4.0" "symfony/serializer": "^4.0 || ^5.0"
}, },
"type": "phpstan-extension", "type": "phpstan-extension",
"extra": { "extra": {
@ -12495,9 +12495,9 @@
"description": "Symfony Framework extensions and rules for PHPStan", "description": "Symfony Framework extensions and rules for PHPStan",
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues", "issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.25" "source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.33"
}, },
"time": "2021-04-14T08:21:06+00:00" "time": "2021-05-05T14:52:06+00:00"
}, },
{ {
"name": "symfony/maker-bundle", "name": "symfony/maker-bundle",