Merge pull request #210 from tjmmm/prefer_stable

chore: use stable dependencies
This commit is contained in:
feek 2022-01-19 13:19:47 -05:00 committed by GitHub
commit b2cdf5e24f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,5 +66,6 @@
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
"minimum-stability": "dev",
"prefer-stable": true
}