Skip to content

Commit

Permalink
composer.json: Force default { "minimum stability": "beta" }
Browse files Browse the repository at this point in the history
We must set Composer's minimum stability to beta releases due to Parsedown 1.8 being in beta right now. Unfortunatly Composer can't really decide this on a per-dependency basis... However, due to { "prefer-stable": true }, Composer should still download the latest stable releases whenever possible.
  • Loading branch information
PhrozenByte committed Nov 24, 2019
1 parent d8c7224 commit 297e2a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@
"picocms/pico-theme": "^2.1",
"picocms/pico-deprecated": "^2.1",
"picocms/composer-installer": "^1.0"
}
},
"minimum-stability": "beta",
"prefer-stable": true
}

0 comments on commit 297e2a4

Please sign in to comment.