Skip to content

Commit 7306357

Browse files
committed
Update composer.json to set minimum stability to stable and prefer stable packages
1 parent 4570d36 commit 7306357

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
@@ -22,7 +22,8 @@
2222
"email": "[email protected]"
2323
}
2424
],
25-
"minimum-stability": "dev",
25+
"minimum-stability": "stable",
26+
"prefer-stable": true,
2627
"require": {
2728
"php": "^8.2"
2829
},

0 commit comments

Comments
 (0)