Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
composer.json: Force default { "minimum stability": "beta" }
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