Skip to content

Commit 9578361

Browse files
authored
Update dev dependencies (#50)
- nette/tester ~2.0 -> ^2.6 - phpstan 2.1.17 -> 2.1.40 - phpstan-strict-rules 2.0.4 -> 2.0.10 - Simplify tester command
1 parent 3bbdda2 commit 9578361

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"php": "~8.0"
2424
},
2525
"require-dev": {
26-
"nette/tester": "~2.0",
27-
"phpstan/phpstan": "2.1.17",
26+
"nette/tester": "^2.6",
27+
"phpstan/phpstan": "2.1.40",
2828
"phpstan/extension-installer": "1.4.3",
29-
"phpstan/phpstan-strict-rules": "2.0.4"
29+
"phpstan/phpstan-strict-rules": "2.0.10"
3030
},
3131
"autoload": {
3232
"psr-4": {
@@ -35,7 +35,7 @@
3535
},
3636
"scripts": {
3737
"phpstan": "phpstan analyze",
38-
"tests": "tester -C ./tests/cases"
38+
"tests": "tester tests/cases"
3939
},
4040
"config": {
4141
"allow-plugins": {

0 commit comments

Comments
 (0)