Skip to content

Commit ca631a7

Browse files
committed
composer: require stable packages outside of nette
1 parent b37d2c9 commit ca631a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"nette/di": "^3.1 || ^4.0",
2424
"latte/latte": "^2.11 || ^3.0.12",
2525
"tracy/tracy": "^2.9",
26-
"phpstan/phpstan": "^1.0",
27-
"psr/simple-cache": "^2.0 || ^3.0"
26+
"psr/simple-cache": "^2.0 || ^3.0",
27+
"phpstan/phpstan-nette": "^2.0@stable"
2828
},
2929
"conflict": {
3030
"latte/latte": ">=3.0.0 <3.0.12"

0 commit comments

Comments
 (0)