We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49393a4 commit 0b08f64Copy full SHA for 0b08f64
composer.json
@@ -18,7 +18,7 @@
18
],
19
"minimum-stability": "RC",
20
"require": {
21
- "php": "^8.0",
+ "php": "^8.3",
22
"codeception/codeception": "^5.0.8",
23
"codeception/lib-innerbrowser": "^3.0 | ^4.0"
24
},
@@ -29,8 +29,8 @@
29
"codemix/yii2-localeurls": "^1.7",
30
"codeception/module-asserts": ">= 3.0",
31
"codeception/module-filesystem": "> 3.0",
32
- "phpstan/phpstan": "^1.10",
33
- "rector/rector": "^1.2"
+ "phpstan/phpstan": "^2",
+ "rector/rector": "^2"
34
35
"autoload":{
36
"classmap": ["src/"]
phpstan.neon
@@ -5,7 +5,7 @@ parameters:
5
dynamicConstantNames:
6
- CONSOLE
7
- YII_DEBUG
8
- level: 5
+ level: 9
9
paths:
10
- src
11
checkMaybeUndefinedVariables: true
0 commit comments