Skip to content

Commit 286554b

Browse files
committed
composer: require stable packages outside of nette
1 parent 270823b commit 286554b

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/http": "^3.2",
2424
"nette/tester": "^2.5",
2525
"tracy/tracy": "^2.9",
26-
"phpstan/phpstan-nette": "^1.0",
27-
"mockery/mockery": "^1.5"
26+
"phpstan/phpstan-nette": "^2.0@stable",
27+
"mockery/mockery": "^1.6@stable"
2828
},
2929
"conflict": {
3030
"nette/di": "<3.0-stable",

0 commit comments

Comments
 (0)