Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 1c95c5c

Browse files
committed
composer.json: adding "prefer-stable": true let composer choose stable packages
With `"prefer-stable": true` in composer.json Composer will use stable versions rather than commits like `2.2.x-dev-...`.
1 parent 1dad261 commit 1c95c5c

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
@@ -39,5 +39,6 @@
3939
"application/controllers/"
4040
]
4141
},
42-
"minimum-stability": "dev"
42+
"minimum-stability": "dev",
43+
"prefer-stable": true
4344
}

0 commit comments

Comments
 (0)