Composer corelibs update

This commit is contained in:
Clemens Schwaighofer
2024-11-27 14:36:02 +09:00
parent e82e4f6079
commit 6fcb7a44e0
21 changed files with 637 additions and 311 deletions

View File

@@ -27,7 +27,9 @@
},
"require-dev": {
"phpunit/phpunit": "^9",
"phpstan/phpstan": "^1.10",
"phan/phan": "^5.4"
"phan/phan": "^5.4",
"phpstan/phpstan": "^2.0",
"phpstan/phpdoc-parser": "^2.0",
"phpstan/phpstan-deprecation-rules": "^2.0"
}
}