Bump phpstan/phpstan from 0.11.18 to 0.11.19
Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 0.11.18 to 0.11.19. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Commits](https://github.com/phpstan/phpstan/compare/0.11.18...0.11.19) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
c6438944ab
commit
17f8ce33f1
23
composer.lock
generated
23
composer.lock
generated
|
@ -1252,16 +1252,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nette/bootstrap",
|
||||
"version": "v3.0.0",
|
||||
"version": "v3.0.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nette/bootstrap.git",
|
||||
"reference": "e1075af05c211915e03e0c86542f3ba5433df4a3"
|
||||
"reference": "b45a1e33b6a44beb307756522396551e5a9ff249"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nette/bootstrap/zipball/e1075af05c211915e03e0c86542f3ba5433df4a3",
|
||||
"reference": "e1075af05c211915e03e0c86542f3ba5433df4a3",
|
||||
"url": "https://api.github.com/repos/nette/bootstrap/zipball/b45a1e33b6a44beb307756522396551e5a9ff249",
|
||||
"reference": "b45a1e33b6a44beb307756522396551e5a9ff249",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1269,6 +1269,9 @@
|
|||
"nette/utils": "^3.0",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"conflict": {
|
||||
"tracy/tracy": "<2.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"latte/latte": "^2.2",
|
||||
"nette/application": "^3.0",
|
||||
|
@ -1321,7 +1324,7 @@
|
|||
"configurator",
|
||||
"nette"
|
||||
],
|
||||
"time": "2019-03-26T12:59:07+00:00"
|
||||
"time": "2019-09-30T08:19:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/di",
|
||||
|
@ -2107,16 +2110,16 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/phpstan",
|
||||
"version": "0.11.18",
|
||||
"version": "0.11.19",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/phpstan.git",
|
||||
"reference": "ca0218c7caea1f17a63f6aca6100700eee3fd215"
|
||||
"reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/ca0218c7caea1f17a63f6aca6100700eee3fd215",
|
||||
"reference": "ca0218c7caea1f17a63f6aca6100700eee3fd215",
|
||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/63cc502f6957b7f74efbac444b4cf219dcadffd7",
|
||||
"reference": "63cc502f6957b7f74efbac444b4cf219dcadffd7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -2178,7 +2181,7 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "PHPStan - PHP Static Analysis Tool",
|
||||
"time": "2019-10-21T18:27:11+00:00"
|
||||
"time": "2019-10-22T20:20:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "psr/container",
|
||||
|
|
Reference in a new issue