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

update overtrue/phplint to 9.3.0, fixes #4158

Closes #4158

Merge request studip/studip!3016
parent 5b4b7f54
No related branches found
No related tags found
No related merge requests found
......@@ -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": "fca457dd82eba76b259880bcfbac376d",
"content-hash": "e56f52fb79feb267575817504f36ad7c",
"packages": [
{
"name": "algo26-matthias/idna-convert",
......@@ -5424,34 +5424,36 @@
},
{
"name": "overtrue/phplint",
"version": "9.0.8",
"version": "9.3.0",
"source": {
"type": "git",
"url": "https://github.com/overtrue/phplint.git",
"reference": "9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a"
"reference": "9cba6a16eb2cee04af67f852b80e914c549d1e73"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/overtrue/phplint/zipball/9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a",
"reference": "9b0cabaf0af41b06d0b0bc51e9045e5321e9b11a",
"url": "https://api.github.com/repos/overtrue/phplint/zipball/9cba6a16eb2cee04af67f852b80e914c549d1e73",
"reference": "9cba6a16eb2cee04af67f852b80e914c549d1e73",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-json": "*",
"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"
"php": "^8.1",
"symfony/cache": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/event-dispatcher": "^6.4 || ^7.0",
"symfony/finder": "^6.4 || ^7.0",
"symfony/options-resolver": "^6.4 || ^7.0",
"symfony/process": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.4",
"bartlett/sarif-php-sdk": "^1.2",
"brainmaestro/composer-git-hooks": "^2.8.5 || 3.0.0-alpha.1",
"jetbrains/phpstorm-stubs": "^2021.3 || ^2022.3 || ^2023.0",
"jetbrains/phpstorm-stubs": "^2021.3 || ^2022.3 || ^2023.3 || ^2024.1",
"php-parallel-lint/php-console-highlighter": "^1.0"
},
"bin": [
......@@ -5459,13 +5461,22 @@
],
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"target-directory": "vendor-bin",
"forward-command": true
},
"hooks": {
"pre-commit": [
"composer fix-style"
"composer style:fix",
"composer code:check"
],
"pre-push": [
"composer qa:check"
]
},
"branch-alias": {
"dev-main": "9.0.x-dev"
"dev-main": "9.3.x-dev"
}
},
"autoload": {
......@@ -5497,7 +5508,7 @@
],
"support": {
"issues": "https://github.com/overtrue/phplint/issues",
"source": "https://github.com/overtrue/phplint/tree/9.0.8"
"source": "https://github.com/overtrue/phplint/tree/9.3.0"
},
"funding": [
{
......@@ -5505,7 +5516,7 @@
"type": "github"
}
],
"time": "2024-02-05T09:37:32+00:00"
"time": "2024-05-16T06:42:55+00:00"
},
{
"name": "phar-io/manifest",
......@@ -7288,29 +7299,26 @@
},
{
"name": "symfony/cache-contracts",
"version": "v2.5.3",
"version": "v3.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache-contracts.git",
"reference": "fee6db04d913094e2fb55ff8e7db5685a8134463"
"reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/fee6db04d913094e2fb55ff8e7db5685a8134463",
"reference": "fee6db04d913094e2fb55ff8e7db5685a8134463",
"url": "https://api.github.com/repos/symfony/cache-contracts/zipball/df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
"reference": "df6a1a44c890faded49a5fca33c2d5c5fd3c2197",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/cache": "^1.0|^2.0|^3.0"
},
"suggest": {
"symfony/cache-implementation": ""
"php": ">=8.1",
"psr/cache": "^3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "2.5-dev"
"dev-main": "3.5-dev"
},
"thanks": {
"name": "symfony/contracts",
......@@ -7347,7 +7355,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/cache-contracts/tree/v2.5.3"
"source": "https://github.com/symfony/cache-contracts/tree/v3.5.0"
},
"funding": [
{
......@@ -7363,7 +7371,7 @@
"type": "tidelift"
}
],
"time": "2024-01-23T13:51:25+00:00"
"time": "2024-04-18T09:32:20+00:00"
},
{
"name": "symfony/css-selector",
......@@ -7588,22 +7596,23 @@
},
{
"name": "symfony/finder",
"version": "v5.4.39",
"version": "v6.4.7",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a"
"reference": "511c48990be17358c23bf45c5d71ab85d40fb764"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/f6a96e4fcd468a25fede16ee665f50ced856bd0a",
"reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a",
"url": "https://api.github.com/repos/symfony/finder/zipball/511c48990be17358c23bf45c5d71ab85d40fb764",
"reference": "511c48990be17358c23bf45c5d71ab85d40fb764",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
"php": ">=8.1"
},
"require-dev": {
"symfony/filesystem": "^6.0|^7.0"
},
"type": "library",
"autoload": {
......@@ -7631,7 +7640,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.39"
"source": "https://github.com/symfony/finder/tree/v6.4.7"
},
"funding": [
{
......@@ -7647,7 +7656,7 @@
"type": "tidelift"
}
],
"time": "2024-04-18T08:26:06+00:00"
"time": "2024-04-23T10:36:43+00:00"
},
{
"name": "symfony/options-resolver",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment