aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:51:57 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-12-04 15:51:57 +0000
commitc1e29f7e8462cc8988f0dca201f7f57dc2807add (patch)
treebcc0f369020de418a21fc4dc1c13111d01dfd62b /composer.lock
parentfac89b11bc20d86ec435c1b450ccc50219002ecf (diff)
upgrade to phpstan 2, fixes #4958
Closes #4958 Merge request studip/studip!3722
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock19
1 files changed, 10 insertions, 9 deletions
diff --git a/composer.lock b/composer.lock
index 7ebf09c..7897e22 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": "f64a6bfba9a1758196b21c6394535191",
+ "content-hash": "5bc2e4ef41517f46c14d02cfecdd95d9",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -6516,20 +6516,20 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.11.0",
+ "version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e"
+ "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/666cb1703742cea9cc80fee631f0940e1592fa6e",
- "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6c98c7600fc717b2c78c11ef60040d5b1e359c82",
+ "reference": "6c98c7600fc717b2c78c11ef60040d5b1e359c82",
"shasum": ""
},
"require": {
- "php": "^7.2|^8.0"
+ "php": "^7.4|^8.0"
},
"conflict": {
"phpstan/phpstan-shim": "*"
@@ -6570,7 +6570,7 @@
"type": "github"
}
],
- "time": "2024-05-13T06:02:22+00:00"
+ "time": "2024-11-17T14:17:00+00:00"
},
{
"name": "phpunit/php-code-coverage",
@@ -8742,9 +8742,10 @@
"ext-pcre": "*",
"ext-pdo": "*",
"ext-mbstring": "*",
- "ext-dom": "*"
+ "ext-dom": "*",
+ "ext-iconv": "*"
},
- "platform-dev": [],
+ "platform-dev": {},
"platform-overrides": {
"php": "8.1"
},