We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bbdda2 commit 9578361Copy full SHA for 9578361
1 file changed
composer.json
@@ -23,10 +23,10 @@
23
"php": "~8.0"
24
},
25
"require-dev": {
26
- "nette/tester": "~2.0",
27
- "phpstan/phpstan": "2.1.17",
+ "nette/tester": "^2.6",
+ "phpstan/phpstan": "2.1.40",
28
"phpstan/extension-installer": "1.4.3",
29
- "phpstan/phpstan-strict-rules": "2.0.4"
+ "phpstan/phpstan-strict-rules": "2.0.10"
30
31
"autoload": {
32
"psr-4": {
@@ -35,7 +35,7 @@
35
36
"scripts": {
37
"phpstan": "phpstan analyze",
38
- "tests": "tester -C ./tests/cases"
+ "tests": "tester tests/cases"
39
40
"config": {
41
"allow-plugins": {
0 commit comments