Skip to content
Snippets Groups Projects
Commit b58642bf authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

update overtrue/phplint to 9.0.8, re #4158

Merge request studip/studip!2998
parent 475fb44a
No related branches found
No related tags found
No related merge requests found
...@@ -107,7 +107,7 @@ lint-php: ...@@ -107,7 +107,7 @@ lint-php:
- COMPOSER_MEMORY_LIMIT=-1 - COMPOSER_MEMORY_LIMIT=-1
composer exec phplint composer exec phplint
-- --
--json $PHPLINT_JSON_REPORT --log-json=$PHPLINT_JSON_REPORT
--cache=$CACHE_LOCATION --cache=$CACHE_LOCATION
after_script: after_script:
- ./.gitlab/scripts/convert-phplint-report $PHPLINT_JSON_REPORT > $PHPLINT_CODE_QUALITY_REPORT - ./.gitlab/scripts/convert-phplint-report $PHPLINT_JSON_REPORT > $PHPLINT_CODE_QUALITY_REPORT
...@@ -137,7 +137,7 @@ lint-php-8.3: ...@@ -137,7 +137,7 @@ lint-php-8.3:
- COMPOSER_MEMORY_LIMIT=-1 - COMPOSER_MEMORY_LIMIT=-1
composer exec phplint composer exec phplint
-- --
--json $PHPLINT_JSON_REPORT --log-json=$PHPLINT_JSON_REPORT
--cache=$CACHE_LOCATION --cache=$CACHE_LOCATION
after_script: after_script:
- ./.gitlab/scripts/convert-phplint-report $PHPLINT_JSON_REPORT > $PHPLINT_CODE_QUALITY_REPORT - ./.gitlab/scripts/convert-phplint-report $PHPLINT_JSON_REPORT > $PHPLINT_CODE_QUALITY_REPORT
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1cfd4a01ac233ef7d43be6fb00f23501", "content-hash": "4212f765bea5d1be5fa2d84d32040779",
"packages": [ "packages": [
{ {
"name": "algo26-matthias/idna-convert", "name": "algo26-matthias/idna-convert",
...@@ -5681,73 +5681,37 @@ ...@@ -5681,73 +5681,37 @@
], ],
"time": "2023-03-08T13:26:56+00:00" "time": "2023-03-08T13:26:56+00:00"
}, },
{
"name": "n98/junit-xml",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/cmuench/junit-xml.git",
"reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73",
"reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^9.5.0"
},
"type": "library",
"autoload": {
"psr-4": {
"N98\\JUnitXml\\": "src/N98/JUnitXml"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Münch",
"email": "c.muench@netz98.de"
}
],
"description": "JUnit XML Document generation library",
"support": {
"issues": "https://github.com/cmuench/junit-xml/issues",
"source": "https://github.com/cmuench/junit-xml/tree/1.1.0"
},
"time": "2020-12-25T09:08:58+00:00"
},
{ {
"name": "overtrue/phplint", "name": "overtrue/phplint",
"version": "3.1.1", "version": "9.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/overtrue/phplint.git", "url": "https://github.com/overtrue/phplint.git",
"reference": "66be32d54b763a4b0ba1a820d3c867cd2e252ea5" "reference": "9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/overtrue/phplint/zipball/66be32d54b763a4b0ba1a820d3c867cd2e252ea5", "url": "https://api.github.com/repos/overtrue/phplint/zipball/9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a",
"reference": "66be32d54b763a4b0ba1a820d3c867cd2e252ea5", "reference": "9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"n98/junit-xml": "1.1.0", "ext-mbstring": "*",
"php": ">=5.5.9", "php": "^8.0",
"symfony/console": "^3.2|^4.0|^5.0", "symfony/cache": "^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^3.0|^4.0|^5.0", "symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^3.3|^4.0|^5.0", "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^3.0|^4.0|^5.0" "symfony/finder": "^5.4 || ^6.0 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.0 || ^7.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/yaml": "^5.4 || ^6.0 || ^7.0"
}, },
"require-dev": { "require-dev": {
"brainmaestro/composer-git-hooks": "^2.7", "bamarni/composer-bin-plugin": "^1.4",
"friendsofphp/php-cs-fixer": "^2.16", "brainmaestro/composer-git-hooks": "^2.8.5 || 3.0.0-alpha.1",
"jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4" "jetbrains/phpstorm-stubs": "^2021.3 || ^2022.3 || ^2023.0",
"php-parallel-lint/php-console-highlighter": "^1.0"
}, },
"bin": [ "bin": [
"bin/phplint" "bin/phplint"
...@@ -5757,10 +5721,10 @@ ...@@ -5757,10 +5721,10 @@
"hooks": { "hooks": {
"pre-commit": [ "pre-commit": [
"composer fix-style" "composer fix-style"
],
"pre-push": [
"composer check-style"
] ]
},
"branch-alias": {
"dev-main": "9.0.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -5776,6 +5740,10 @@ ...@@ -5776,6 +5740,10 @@
{ {
"name": "overtrue", "name": "overtrue",
"email": "anzhengchao@gmail.com" "email": "anzhengchao@gmail.com"
},
{
"name": "Laurent Laville",
"homepage": "https://github.com/llaville"
} }
], ],
"description": "`phplint` is a tool that can speed up linting of php files by running several lint processes at once.", "description": "`phplint` is a tool that can speed up linting of php files by running several lint processes at once.",
...@@ -5783,11 +5751,12 @@ ...@@ -5783,11 +5751,12 @@
"check", "check",
"lint", "lint",
"phplint", "phplint",
"static analysis",
"syntax" "syntax"
], ],
"support": { "support": {
"issues": "https://github.com/overtrue/phplint/issues", "issues": "https://github.com/overtrue/phplint/issues",
"source": "https://github.com/overtrue/phplint/tree/3.1.1" "source": "https://github.com/overtrue/phplint/tree/9.0.8"
}, },
"funding": [ "funding": [
{ {
...@@ -5795,7 +5764,7 @@ ...@@ -5795,7 +5764,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-06-21T05:52:47+00:00" "time": "2024-02-05T09:37:32+00:00"
}, },
{ {
"name": "phar-io/manifest", "name": "phar-io/manifest",
...@@ -7480,6 +7449,182 @@ ...@@ -7480,6 +7449,182 @@
], ],
"time": "2023-02-07T11:34:05+00:00" "time": "2023-02-07T11:34:05+00:00"
}, },
{
"name": "symfony/cache",
"version": "v5.4.39",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "982237e35079fdcc31ab724f06b6131992c4fd24"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/982237e35079fdcc31ab724f06b6131992c4fd24",
"reference": "982237e35079fdcc31ab724f06b6131992c4fd24",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0",
"psr/log": "^1.1|^2|^3",
"symfony/cache-contracts": "^1.1.7|^2",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"conflict": {
"doctrine/dbal": "<2.13.1",
"symfony/dependency-injection": "<4.4",
"symfony/http-kernel": "<4.4",
"symfony/var-dumper": "<4.4"
},
"provide": {
"psr/cache-implementation": "1.0|2.0",
"psr/simple-cache-implementation": "1.0|2.0",
"symfony/cache-implementation": "1.0|2.0"
},
"require-dev": {
"cache/integration-tests": "dev-master",
"doctrine/cache": "^1.6|^2.0",
"doctrine/dbal": "^2.13.1|^3|^4",
"predis/predis": "^1.1",
"psr/simple-cache": "^1.0|^2.0",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/filesystem": "^4.4|^5.0|^6.0",
"symfony/http-kernel": "^4.4|^5.0|^6.0",
"symfony/messenger": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Cache\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
"homepage": "https://symfony.com",
"keywords": [
"caching",
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v5.4.39"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T08:26:06+00:00"
},
{
"name": "symfony/cache-contracts",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "fee6db04d913094e2fb55ff8e7db5685a8134463"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/fee6db04d913094e2fb55ff8e7db5685a8134463",
"reference": "fee6db04d913094e2fb55ff8e7db5685a8134463",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0|^3.0"
},
"suggest": {
"symfony/cache-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Cache\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to caching",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.3"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-01-23T13:51:25+00:00"
},
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v6.4.7", "version": "v6.4.7",
...@@ -7764,6 +7909,150 @@ ...@@ -7764,6 +7909,150 @@
], ],
"time": "2024-04-18T08:26:06+00:00" "time": "2024-04-18T08:26:06+00:00"
}, },
{
"name": "symfony/options-resolver",
"version": "v6.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/options-resolver.git",
"reference": "9a3c92b490716ba6771f5beced13c6eda7183eed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/9a3c92b490716ba6771f5beced13c6eda7183eed",
"reference": "9a3c92b490716ba6771f5beced13c6eda7183eed",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\OptionsResolver\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an improved replacement for the array_replace PHP function",
"homepage": "https://symfony.com",
"keywords": [
"config",
"configuration",
"options"
],
"support": {
"source": "https://github.com/symfony/options-resolver/tree/v6.4.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:22:46+00:00"
},
{
"name": "symfony/var-exporter",
"version": "v6.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
"reference": "825f9b00c37bbe1c1691cc1aff9b5451fc9b4405"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/var-exporter/zipball/825f9b00c37bbe1c1691cc1aff9b5451fc9b4405",
"reference": "825f9b00c37bbe1c1691cc1aff9b5451fc9b4405",
"shasum": ""
},
"require": {
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3"
},
"require-dev": {
"symfony/property-access": "^6.4|^7.0",
"symfony/serializer": "^6.4|^7.0",
"symfony/var-dumper": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\VarExporter\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Allows exporting any serializable PHP data structure to plain PHP code",
"homepage": "https://symfony.com",
"keywords": [
"clone",
"construct",
"export",
"hydrate",
"instantiate",
"lazy-loading",
"proxy",
"serialize"
],
"support": {
"source": "https://github.com/symfony/var-exporter/tree/v6.4.7"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-04-18T09:22:46+00:00"
},
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",
"version": "1.2.3", "version": "1.2.3",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment