mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 01:21:03 +00:00
Merge pull request #4481 from wallabag/dependabot/composer/phpstan/phpstan-symfony-0.12.7
Bump phpstan/phpstan-symfony from 0.12.6 to 0.12.7
This commit is contained in:
commit
77820bb888
1 changed files with 11 additions and 11 deletions
22
composer.lock
generated
22
composer.lock
generated
|
@ -11549,35 +11549,35 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-symfony",
|
"name": "phpstan/phpstan-symfony",
|
||||||
"version": "0.12.6",
|
"version": "0.12.7",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan-symfony.git",
|
"url": "https://github.com/phpstan/phpstan-symfony.git",
|
||||||
"reference": "ba69dcd8e57c1a8580bf190e0554bea0fc37fe2f"
|
"reference": "86bb993d4f343fd6ee5570633d3fbd08b4d4bc4a"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/ba69dcd8e57c1a8580bf190e0554bea0fc37fe2f",
|
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/86bb993d4f343fd6ee5570633d3fbd08b4d4bc4a",
|
||||||
"reference": "ba69dcd8e57c1a8580bf190e0554bea0fc37fe2f",
|
"reference": "86bb993d4f343fd6ee5570633d3fbd08b4d4bc4a",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"ext-simplexml": "*",
|
"ext-simplexml": "*",
|
||||||
"php": "^7.1",
|
"php": "^7.1 || ^8.0",
|
||||||
"phpstan/phpstan": "^0.12"
|
"phpstan/phpstan": "^0.12.26"
|
||||||
},
|
},
|
||||||
"conflict": {
|
"conflict": {
|
||||||
"symfony/framework-bundle": "<3.0"
|
"symfony/framework-bundle": "<3.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"consistence/coding-standard": "^3.0.1",
|
"consistence/coding-standard": "^3.0.1",
|
||||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
|
||||||
"ergebnis/composer-normalize": "^2.0.2",
|
"ergebnis/composer-normalize": "^2.0.2",
|
||||||
"jakub-onderka/php-parallel-lint": "^1.0",
|
"jakub-onderka/php-parallel-lint": "^1.0",
|
||||||
"phing/phing": "^2.16.0",
|
"phing/phing": "^2.16.0",
|
||||||
"phpstan/phpstan-phpunit": "^0.12",
|
"phpstan/phpstan-phpunit": "^0.12.8",
|
||||||
"phpstan/phpstan-strict-rules": "^0.12",
|
"phpstan/phpstan-strict-rules": "^0.12.2",
|
||||||
"phpunit/phpunit": "^7.0",
|
"phpunit/phpunit": "^7.5.20",
|
||||||
"slevomat/coding-standard": "^4.5.2",
|
"slevomat/coding-standard": "^4.5.2",
|
||||||
"squizlabs/php_codesniffer": "^3.3.2",
|
"squizlabs/php_codesniffer": "^3.3.2",
|
||||||
"symfony/console": "^4.0",
|
"symfony/console": "^4.0",
|
||||||
|
@ -11615,7 +11615,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"description": "Symfony Framework extensions and rules for PHPStan",
|
"description": "Symfony Framework extensions and rules for PHPStan",
|
||||||
"time": "2020-04-15T20:26:41+00:00"
|
"time": "2020-07-21T14:56:43+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "symfony/maker-bundle",
|
"name": "symfony/maker-bundle",
|
||||||
|
|
Loading…
Reference in a new issue