diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-24 09:45:01 +0200 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-04-24 09:45:01 +0200 |
| commit | 3c783c028c229a3e6561500521800e1fac4383ba (patch) | |
| tree | 2384f1968b81f4e888df24afb1e5d0902656724d /composer.lock | |
| parent | f3fd097abb5024bf95757a703f213c610252829a (diff) | |
update overtrue/phplint to v9.6.2, fixes #5539
Closes #5539
Merge request studip/studip!4175
Diffstat (limited to 'composer.lock')
| -rw-r--r-- | composer.lock | 35 |
1 files changed, 16 insertions, 19 deletions
diff --git a/composer.lock b/composer.lock index 177e599..56217ef 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": "f264372edd5c7644079b0a461a37c14a", + "content-hash": "20936b16a07c6b290560472bdb2c4824", "packages": [ { "name": "algo26-matthias/idna-convert", @@ -7298,19 +7298,20 @@ }, { "name": "overtrue/phplint", - "version": "9.3.0", + "version": "9.6.2", "source": { "type": "git", "url": "https://github.com/overtrue/phplint.git", - "reference": "9cba6a16eb2cee04af67f852b80e914c549d1e73" + "reference": "e2ebdbac93fa6ffe45d724e350f77df34c1f8fb4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/overtrue/phplint/zipball/9cba6a16eb2cee04af67f852b80e914c549d1e73", - "reference": "9cba6a16eb2cee04af67f852b80e914c549d1e73", + "url": "https://api.github.com/repos/overtrue/phplint/zipball/e2ebdbac93fa6ffe45d724e350f77df34c1f8fb4", + "reference": "e2ebdbac93fa6ffe45d724e350f77df34c1f8fb4", "shasum": "" }, "require": { + "composer-runtime-api": "^2.0", "ext-dom": "*", "ext-json": "*", "ext-mbstring": "*", @@ -7325,9 +7326,8 @@ }, "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.3 || ^2024.1", + "brainmaestro/composer-git-hooks": "^3.0.0", + "jetbrains/phpstorm-stubs": "^2024.1", "php-parallel-lint/php-console-highlighter": "^1.0" }, "bin": [ @@ -7335,22 +7335,19 @@ ], "type": "library", "extra": { - "bamarni-bin": { - "bin-links": true, - "target-directory": "vendor-bin", - "forward-command": true - }, "hooks": { "pre-commit": [ "composer style:fix", "composer code:check" - ], - "pre-push": [ - "composer qa:check" ] }, + "bamarni-bin": { + "bin-links": true, + "forward-command": true, + "target-directory": "vendor-bin" + }, "branch-alias": { - "dev-main": "9.3.x-dev" + "dev-main": "9.6.x-dev" } }, "autoload": { @@ -7382,7 +7379,7 @@ ], "support": { "issues": "https://github.com/overtrue/phplint/issues", - "source": "https://github.com/overtrue/phplint/tree/9.3.0" + "source": "https://github.com/overtrue/phplint/tree/9.6.2" }, "funding": [ { @@ -7390,7 +7387,7 @@ "type": "github" } ], - "time": "2024-05-16T06:42:55+00:00" + "time": "2025-04-10T13:12:51+00:00" }, { "name": "phar-io/manifest", |
