Skip to content

Commit 1540403

Browse files
committed
Set minimum-stability to stable in composer.json
Changed the minimum-stability setting from "dev" to "stable" to ensure that stable versions of packages are preferred. This will help in maintaining a more reliable and less error-prone environment.
1 parent 0679275 commit 1540403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,6 @@
8080
}
8181
}
8282
},
83-
"minimum-stability": "dev",
83+
"minimum-stability": "stable",
8484
"prefer-stable": true
8585
}

0 commit comments

Comments
 (0)