Skip to content

Commit 5776af4

Browse files
Merge pull request #4 from devMuhammad05/master
Update composer.json to set minimum stability to stable and prefer stable packages
2 parents ddff4df + 7306357 commit 5776af4

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)