We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d97a47c commit 9822fc2Copy full SHA for 9822fc2
composer.json
@@ -5,17 +5,17 @@
5
"license": "MIT",
6
"require": {
7
"php": "^8.2",
8
- "phpstan/phpstan": "^2.1.14",
+ "phpstan/phpstan": "^2.1",
9
"webmozart/assert": "^1.11"
10
},
11
"require-dev": {
12
- "nikic/php-parser": "^5.4",
+ "nikic/php-parser": "^5.6",
13
"symplify/phpstan-extensions": "^12.0",
14
- "phpunit/phpunit": "^11.5",
15
- "rector/rector": "^2.0",
16
- "symplify/easy-coding-standard": "^12.1",
17
- "phpstan/extension-installer": "^1.3",
18
- "tomasvotruba/class-leak": "^0.2",
+ "phpunit/phpunit": "^11.5|^12.2",
+ "rector/rector": "^2.2",
+ "symplify/easy-coding-standard": "^12.6",
+ "phpstan/extension-installer": "^1.4",
+ "tomasvotruba/class-leak": "^2.0",
19
"tracy/tracy": "^2.10"
20
21
"autoload": {
0 commit comments