updated all packages (#2512)

This commit is contained in:
Kevin Papst
2021-04-19 17:25:06 +02:00
committed by GitHub
parent 0330f45c6a
commit b6462b406d
43 changed files with 1652 additions and 1378 deletions

34
composer.lock generated
View File

@@ -966,26 +966,26 @@
},
{
"name": "doctrine/inflector",
"version": "1.4.3",
"version": "1.4.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/inflector.git",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c"
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4650c8b30c753a76bf44fb2ed00117d6f367490c",
"reference": "4650c8b30c753a76bf44fb2ed00117d6f367490c",
"url": "https://api.github.com/repos/doctrine/inflector/zipball/4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
"reference": "4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^7.0",
"phpstan/phpstan": "^0.11",
"phpstan/phpstan-phpunit": "^0.11",
"phpstan/phpstan-strict-rules": "^0.11",
"doctrine/coding-standard": "^8.0",
"phpstan/phpstan": "^0.12",
"phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
"type": "library",
@@ -1042,7 +1042,7 @@
],
"support": {
"issues": "https://github.com/doctrine/inflector/issues",
"source": "https://github.com/doctrine/inflector/tree/1.4.x"
"source": "https://github.com/doctrine/inflector/tree/1.4.4"
},
"funding": [
{
@@ -1058,7 +1058,7 @@
"type": "tidelift"
}
],
"time": "2020-05-29T07:19:59+00:00"
"time": "2021-04-16T17:34:40+00:00"
},
{
"name": "doctrine/instantiator",
@@ -12722,16 +12722,16 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "0.12.22",
"version": "0.12.25",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "4f94ccd437d7031d3513807ad8d4aee551813e0e"
"reference": "8a062af1cb7e9609d7b2a85d9b16060b1a35cee7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/4f94ccd437d7031d3513807ad8d4aee551813e0e",
"reference": "4f94ccd437d7031d3513807ad8d4aee551813e0e",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/8a062af1cb7e9609d7b2a85d9b16060b1a35cee7",
"reference": "8a062af1cb7e9609d7b2a85d9b16060b1a35cee7",
"shasum": ""
},
"require": {
@@ -12786,9 +12786,9 @@
"description": "Symfony Framework extensions and rules for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.22"
"source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.25"
},
"time": "2021-04-02T17:12:58+00:00"
"time": "2021-04-14T08:21:06+00:00"
},
{
"name": "phpunit/php-code-coverage",