mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Bump phpstan/phpstan-symfony from 0.12.25 to 0.12.33
Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 0.12.25 to 0.12.33. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/0.12.25...0.12.33) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b4a1d6f62d
commit
e369309570
1 changed files with 13 additions and 13 deletions
26
composer.lock
generated
26
composer.lock
generated
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue