Skip to content

Commit a417341

Browse files
committed
Fix: Allow installation of unstable dependencies
1 parent f566c89 commit a417341

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737
"rector/rector": "~0.18.13",
3838
"vimeo/psalm": "^5.18.0"
3939
},
40+
"minimum-stability": "dev",
41+
"prefer-stable": true,
4042
"autoload": {
4143
"psr-4": {
4244
"Ergebnis\\PHPUnit\\SlowTestDetector\\": "src/"

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)