Fix latest libsodium compatibility (#388)

* fix #384

* bypass password-argon2 micro sanity check

* ignore funding yaml schema [skip ci]

* test linux compatibility for libargon2 and libsodium

* update composer.json to prevent smart-aleck composer [skip ci]
This commit is contained in:
Jerry Ma
2024-03-16 22:37:39 +08:00
committed by GitHub
parent 96c3e6b935
commit 46984b6df1
6 changed files with 16 additions and 9 deletions

View File

@@ -54,5 +54,11 @@
},
"optimize-autoloader": true,
"sort-packages": true
}
},
"funding": [
{
"type": "other",
"url": "https://github.com/crazywhalecc/crazywhalecc/blob/master/FUNDING.md"
}
]
}