aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 18:55:08 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 18:55:08 +0000
commitb58642bffc75edc6393775ed5d75b39fe2563010 (patch)
treeaf70c30d9e1809e5d3de8a53eae655e5a987f232 /composer.lock
parent475fb44a66953251327ef08f2ea600b4cccfd3b6 (diff)
update overtrue/phplint to 9.0.8, re #4158
Merge request studip/studip!2998
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock407
1 files changed, 348 insertions, 59 deletions
diff --git a/composer.lock b/composer.lock
index 46a3778..0f5572c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "1cfd4a01ac233ef7d43be6fb00f23501",
+ "content-hash": "4212f765bea5d1be5fa2d84d32040779",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -5682,72 +5682,36 @@
"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",
- "version": "3.1.1",
+ "version": "9.0.8",
"source": {
"type": "git",
"url": "https://github.com/overtrue/phplint.git",
- "reference": "66be32d54b763a4b0ba1a820d3c867cd2e252ea5"
+ "reference": "9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/overtrue/phplint/zipball/66be32d54b763a4b0ba1a820d3c867cd2e252ea5",
- "reference": "66be32d54b763a4b0ba1a820d3c867cd2e252ea5",
+ "url": "https://api.github.com/repos/overtrue/phplint/zipball/9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a",
+ "reference": "9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a",
"shasum": ""
},
"require": {
"ext-json": "*",
- "n98/junit-xml": "1.1.0",
- "php": ">=5.5.9",
- "symfony/console": "^3.2|^4.0|^5.0",
- "symfony/finder": "^3.0|^4.0|^5.0",
- "symfony/process": "^3.3|^4.0|^5.0",
- "symfony/yaml": "^3.0|^4.0|^5.0"
+ "ext-mbstring": "*",
+ "php": "^8.0",
+ "symfony/cache": "^5.4 || ^6.0 || ^7.0",
+ "symfony/console": "^5.4 || ^6.0 || ^7.0",
+ "symfony/event-dispatcher": "^5.4 || ^6.0 || ^7.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": {
- "brainmaestro/composer-git-hooks": "^2.7",
- "friendsofphp/php-cs-fixer": "^2.16",
- "jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
+ "bamarni/composer-bin-plugin": "^1.4",
+ "brainmaestro/composer-git-hooks": "^2.8.5 || 3.0.0-alpha.1",
+ "jetbrains/phpstorm-stubs": "^2021.3 || ^2022.3 || ^2023.0",
+ "php-parallel-lint/php-console-highlighter": "^1.0"
},
"bin": [
"bin/phplint"
@@ -5757,10 +5721,10 @@
"hooks": {
"pre-commit": [
"composer fix-style"
- ],
- "pre-push": [
- "composer check-style"
]
+ },
+ "branch-alias": {
+ "dev-main": "9.0.x-dev"
}
},
"autoload": {
@@ -5776,6 +5740,10 @@
{
"name": "overtrue",
"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.",
@@ -5783,11 +5751,12 @@
"check",
"lint",
"phplint",
+ "static analysis",
"syntax"
],
"support": {
"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": [
{
@@ -5795,7 +5764,7 @@
"type": "github"
}
],
- "time": "2022-06-21T05:52:47+00:00"
+ "time": "2024-02-05T09:37:32+00:00"
},
{
"name": "phar-io/manifest",
@@ -7481,6 +7450,182 @@
"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",
"version": "v6.4.7",
"source": {
@@ -7765,6 +7910,150 @@
"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",
"version": "1.2.3",
"source": {