Skip to content

Commit a0f9237

Browse files
committed
add minimum stability to allow the installation of unstable dependencies
1 parent 2a7e16a commit a0f9237

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@
3232
},
3333
"conflict": {
3434
"symfony/property-access": "<7.2"
35-
}
35+
},
36+
"minimum-stability": "dev"
3637
}

0 commit comments

Comments
 (0)