Skip to content

Instantly share code, notes, and snippets.

@ackintosh
Created June 29, 2018 12:36
Show Gist options
  • Save ackintosh/5da200f3fde7352d5e45e2906edc5a13 to your computer and use it in GitHub Desktop.
Save ackintosh/5da200f3fde7352d5e45e2906edc5a13 to your computer and use it in GitHub Desktop.
composer.json for installing latest Snidel
{
"minimum-stability": "dev",
"require": {
"ackintosh/snidel": "0.11.0"
}
}
@ackintosh
Copy link
Author

ackintosh commented Jun 29, 2018

はじめに

さきほど、0.11.0をリリースいたしました (不要なPHP拡張モジュールへの依存を削除しました)!

もしかしたら関係あるかもしれないこと 📝

Snidelは PCNTL関数依存していますので、ご利用の環境で当該関数が有効になっているかご確認ください 🙏

$ php -i | grep pcntl

pcntl
pcntl support => enabled

ext-posixはデフォルトで有効になっているはず)

もし手元の環境にPCNTL関数が入ってない場合は、

Dockerfileを用意していますので、こちらで試していただくこともできます 💡
https://github.com/ackintosh/snidel#docker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment