mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 17:41:01 +00:00
Merge pull request #4705 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.11
Bump phpstan/phpstan-symfony from 0.12.10 to 0.12.11
This commit is contained in:
commit
7a84049893
1 changed files with 6 additions and 6 deletions
12
composer.lock
generated
12
composer.lock
generated
|
@ -11597,22 +11597,22 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-symfony",
|
"name": "phpstan/phpstan-symfony",
|
||||||
"version": "0.12.10",
|
"version": "0.12.11",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan-symfony.git",
|
"url": "https://github.com/phpstan/phpstan-symfony.git",
|
||||||
"reference": "675703d820235cac1abe08e8bfb12e5509a3b169"
|
"reference": "edb6aeb171980b11dca1fd27d3fa7573af89ac8e"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/675703d820235cac1abe08e8bfb12e5509a3b169",
|
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/edb6aeb171980b11dca1fd27d3fa7573af89ac8e",
|
||||||
"reference": "675703d820235cac1abe08e8bfb12e5509a3b169",
|
"reference": "edb6aeb171980b11dca1fd27d3fa7573af89ac8e",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
"php": "^7.1 || ^8.0",
|
"php": "^7.1 || ^8.0",
|
||||||
"phpstan/phpstan": "^0.12.26"
|
"phpstan/phpstan": "^0.12.51"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"symfony/framework-bundle": "<3.0"
|
"symfony/framework-bundle": "<3.0"
|
||||||
|
@ -11663,7 +11663,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony Framework extensions and rules for PHPStan",
|
"description": "Symfony Framework extensions and rules for PHPStan",
|
||||||
"time": "2020-10-22T10:47:37+00:00"
|
"time": "2020-10-30T09:50:09+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/maker-bundle",
|
"name": "symfony/maker-bundle",
|
||||||
|
|
Loading…
Reference in a new issue