aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 18:19:52 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2024-05-15 18:19:52 +0000
commit3f6581892f34c0327f73977536d5e8d6fa2a9199 (patch)
treecb7b3c75f5113bdb16427371668a54cf5f390b11
parent2e27d1836985d92d59d358352351dac56e895eb9 (diff)
update phpstan/phpstan to 1.11.0, fixes #4169
Closes #4169 Merge request studip/studip!3007
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 7 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index 0ac48de..f9f1108 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
"codeception/codeception": "5.1.2",
"codeception/module-asserts": "3.0.0",
"overtrue/phplint": "3.1.1",
- "phpstan/phpstan": "^1.8",
+ "phpstan/phpstan": "1.11.0",
"symfony/var-dumper": "6.4.7"
},
"require": {
diff --git a/composer.lock b/composer.lock
index 4ca9e96..043fdac 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": "37344117fe2a7e12104caa87e77be265",
+ "content-hash": "49f5ef7c1527f76326978188aad5f943",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -6039,16 +6039,16 @@
},
{
"name": "phpstan/phpstan",
- "version": "1.10.8",
+ "version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
- "reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9"
+ "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0166aef76e066f0dd2adc2799bdadfa1635711e9",
- "reference": "0166aef76e066f0dd2adc2799bdadfa1635711e9",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/666cb1703742cea9cc80fee631f0940e1592fa6e",
+ "reference": "666cb1703742cea9cc80fee631f0940e1592fa6e",
"shasum": ""
},
"require": {
@@ -6091,13 +6091,9 @@
{
"url": "https://github.com/phpstan",
"type": "github"
- },
- {
- "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
- "type": "tidelift"
}
],
- "time": "2023-03-24T10:28:16+00:00"
+ "time": "2024-05-13T06:02:22+00:00"
},
{
"name": "phpunit/php-code-coverage",