aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
authorRami Jasim <minecraftmrgold@gmail.com>2025-03-12 14:30:36 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-12 14:30:36 +0000
commitf541b76dbdc72bc2685ad2c87ee1b0b034ff7778 (patch)
treedc2c5610db8ade6d22a5899eb2a7366ea6b0c4bb /composer.lock
parent1bf0695ec507e2bdc474bbbd045ae21a39a60c08 (diff)
Fix #5257: Type Hinting for Simple(ORMap)Collection
Closes #5257 Merge request studip/studip!3943
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock49
1 files changed, 48 insertions, 1 deletions
diff --git a/composer.lock b/composer.lock
index 42ffa20..d0409cc 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": "9c1e22fd04c1c26acf7a29ef3c23bf77",
+ "content-hash": "51dd8dc44622ddbcd6607f540c80844e",
"packages": [
{
"name": "algo26-matthias/idna-convert",
@@ -7539,6 +7539,53 @@
"time": "2024-03-15T13:55:21+00:00"
},
{
+ "name": "phpstan/phpdoc-parser",
+ "version": "2.1.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/phpstan/phpdoc-parser.git",
+ "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
+ "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
+ "shasum": ""
+ },
+ "require": {
+ "php": "^7.4 || ^8.0"
+ },
+ "require-dev": {
+ "doctrine/annotations": "^2.0",
+ "nikic/php-parser": "^5.3.0",
+ "php-parallel-lint/php-parallel-lint": "^1.2",
+ "phpstan/extension-installer": "^1.0",
+ "phpstan/phpstan": "^2.0",
+ "phpstan/phpstan-phpunit": "^2.0",
+ "phpstan/phpstan-strict-rules": "^2.0",
+ "phpunit/phpunit": "^9.6",
+ "symfony/process": "^5.2"
+ },
+ "type": "library",
+ "autoload": {
+ "psr-4": {
+ "PHPStan\\PhpDocParser\\": [
+ "src/"
+ ]
+ }
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
+ "support": {
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
+ },
+ "time": "2025-02-19T13:28:12+00:00"
+ },
+ {
"name": "phpstan/phpstan",
"version": "2.0.2",
"source": {