Composer update
After installing Composer I try to do a composer update
which tells me this:
[SymfonyComponentProcessExceptionRuntimeException]
The process has been signaled with signal "11".
I'm running OSX 10.6.8 (old, I know). What causes this error?
composer self-update
ran just fine.
signal 11 is a segmentation fault. I guess there is a problem with your version of php.
can you show us the output of php --version
? and can you upgrade it if it's not the latest version ?
You may have permission problems. Try running the command as sudo
:
sudo composer update
链接地址: http://www.djcxy.com/p/85378.html
上一篇: 删除和添加空格字符真的发生了什么?
下一篇: 作曲家更新