Created
June 29, 2018 12:36
-
-
Save ackintosh/5da200f3fde7352d5e45e2906edc5a13 to your computer and use it in GitHub Desktop.
composer.json for installing latest Snidel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"minimum-stability": "dev", | |
"require": { | |
"ackintosh/snidel": "0.11.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
はじめに
さきほど、0.11.0をリリースいたしました (不要なPHP拡張モジュールへの依存を削除しました)!
もしかしたら関係あるかもしれないこと 📝
Snidelは PCNTL関数に依存していますので、ご利用の環境で当該関数が有効になっているかご確認ください 🙏
(ext-posixはデフォルトで有効になっているはず)
もし手元の環境にPCNTL関数が入ってない場合は、
Dockerfileを用意していますので、こちらで試していただくこともできます 💡
https://github.com/ackintosh/snidel#docker