lint container, workflows and composer update (#2591)

This commit is contained in:
Kevin Papst
2021-06-01 19:20:12 +02:00
committed by GitHub
parent 4859ac8ecb
commit c1eb5ba90a
13 changed files with 140 additions and 126 deletions

66
composer.lock generated
View File

@@ -1303,22 +1303,22 @@
},
{
"name": "doctrine/orm",
"version": "2.9.1",
"version": "2.9.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "f3e55fae9fdbdbc23897006bdbf016c20e11f6e9"
"reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/f3e55fae9fdbdbc23897006bdbf016c20e11f6e9",
"reference": "f3e55fae9fdbdbc23897006bdbf016c20e11f6e9",
"url": "https://api.github.com/repos/doctrine/orm/zipball/75b4b88c5b7cebc24ed7251a20c2a5aa027300e1",
"reference": "75b4b88c5b7cebc24ed7251a20c2a5aa027300e1",
"shasum": ""
},
"require": {
"composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "^1.13",
"doctrine/cache": "^1.11|^2.0",
"doctrine/cache": "^1.11.3|^2.0.3",
"doctrine/collections": "^1.5",
"doctrine/common": "^3.0.3",
"doctrine/dbal": "^2.13.0",
@@ -1389,9 +1389,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.9.1"
"source": "https://github.com/doctrine/orm/tree/2.9.2"
},
"time": "2021-05-24T15:54:12+00:00"
"time": "2021-05-31T09:53:14+00:00"
},
{
"name": "doctrine/persistence",
@@ -2918,16 +2918,16 @@
},
{
"name": "kimai/user-bundle",
"version": "2.0",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/kimai/user-bundle.git",
"reference": "9ef2c93a4ed9d14f0e354d88bd5fc7ab68c86c16"
"reference": "c618bf9f2440034d639adf6967f8f7dbc33d5b16"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/kimai/user-bundle/zipball/9ef2c93a4ed9d14f0e354d88bd5fc7ab68c86c16",
"reference": "9ef2c93a4ed9d14f0e354d88bd5fc7ab68c86c16",
"url": "https://api.github.com/repos/kimai/user-bundle/zipball/c618bf9f2440034d639adf6967f8f7dbc33d5b16",
"reference": "c618bf9f2440034d639adf6967f8f7dbc33d5b16",
"shasum": ""
},
"require": {
@@ -2980,9 +2980,9 @@
"description": "Kimai UserBundle",
"homepage": "https://www.kimai.org",
"support": {
"source": "https://github.com/kimai/user-bundle/tree/2.0"
"source": "https://github.com/kimai/user-bundle/tree/2.0.1"
},
"time": "2021-05-30T10:30:27+00:00"
"time": "2021-05-31T20:26:51+00:00"
},
{
"name": "laminas/laminas-code",
@@ -4665,16 +4665,16 @@
},
{
"name": "phpoffice/phpspreadsheet",
"version": "1.17.1",
"version": "1.18.0",
"source": {
"type": "git",
"url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
"reference": "c55269cb06911575a126dc225a05c0e4626e5fb4"
"reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/c55269cb06911575a126dc225a05c0e4626e5fb4",
"reference": "c55269cb06911575a126dc225a05c0e4626e5fb4",
"url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/418cd304e8e6b417ea79c3b29126a25dc4b1170c",
"reference": "418cd304e8e6b417ea79c3b29126a25dc4b1170c",
"shasum": ""
},
"require": {
@@ -4693,20 +4693,23 @@
"ext-zlib": "*",
"ezyang/htmlpurifier": "^4.13",
"maennchen/zipstream-php": "^2.1",
"markbaker/complex": "^1.5||^2.0",
"markbaker/matrix": "^1.2||^2.0",
"php": "^7.2||^8.0",
"markbaker/complex": "^2.0",
"markbaker/matrix": "^2.0",
"php": "^7.2 || ^8.0",
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/simple-cache": "^1.0"
},
"require-dev": {
"dompdf/dompdf": "^0.8.5",
"dealerdirect/phpcodesniffer-composer-installer": "dev-master",
"dompdf/dompdf": "^1.0",
"friendsofphp/php-cs-fixer": "^2.18",
"jpgraph/jpgraph": "^4.0",
"mpdf/mpdf": "^8.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^8.5||^9.3",
"phpstan/phpstan": "^0.12.82",
"phpstan/phpstan-phpunit": "^0.12.18",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5",
"tecnickcom/tcpdf": "^6.3"
},
@@ -4760,9 +4763,9 @@
],
"support": {
"issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.17.1"
"source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.18.0"
},
"time": "2021-03-02T17:54:11+00:00"
"time": "2021-05-31T18:21:15+00:00"
},
{
"name": "phpoffice/phpword",
@@ -12615,16 +12618,16 @@
},
{
"name": "phpstan/phpstan-symfony",
"version": "0.12.33",
"version": "0.12.34",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "7f47026c69c9f2ef8d6b1814bd17cc86ea768e9d"
"reference": "716a70de8524928036d5bc0d880d1117fa77de82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/7f47026c69c9f2ef8d6b1814bd17cc86ea768e9d",
"reference": "7f47026c69c9f2ef8d6b1814bd17cc86ea768e9d",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/716a70de8524928036d5bc0d880d1117fa77de82",
"reference": "716a70de8524928036d5bc0d880d1117fa77de82",
"shasum": ""
},
"require": {
@@ -12636,11 +12639,10 @@
"symfony/framework-bundle": "<3.0"
},
"require-dev": {
"phing/phing": "^2.16.3",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-phpunit": "^0.12.16",
"phpstan/phpstan-strict-rules": "^0.12.5",
"phpunit/phpunit": "^7.5.20",
"phpunit/phpunit": "^9.5",
"symfony/config": "^4.2 || ^5.0",
"symfony/console": "^4.0 || ^5.0",
"symfony/framework-bundle": "^4.4 || ^5.0",
@@ -12679,9 +12681,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.33"
"source": "https://github.com/phpstan/phpstan-symfony/tree/0.12.34"
},
"time": "2021-05-05T14:52:06+00:00"
"time": "2021-05-31T15:46:44+00:00"
},
{
"name": "phpunit/php-code-coverage",