dqmfo84644 2018-01-20 09:20
浏览 73

无法在Codeship上安装Blackfire PHP

I try to deploy my PHP application to Heroku through Codeship. Heroku requires to add ext-blackfire to my composer.json and it results in a crash on Codeship at composer install.

The requested PHP extension ext-blackfire ~1.18 is missing from your system. 
Install or enable PHP's blackfire extension.

How can I install Blackfire extension on Codeship?

  • 写回答

1条回答 默认 最新

  • doukong5394 2018-01-26 19:24
    关注

    You should be able to install your dependencies through composer install --ignore-platform-reqs, which ignores any missing extensions. See the docs (https://getcomposer.org/doc/03-cli.md) for more details.

    评论

报告相同问题?

悬赏问题

  • ¥50 我撰写的python爬虫爬不了 要爬的网址有反爬机制
  • ¥15 Centos / PETSc / PETGEM
  • ¥15 centos7.9 IPv6端口telnet和端口监控问题
  • ¥120 计算机网络的新校区组网设计
  • ¥20 完全没有学习过GAN,看了CSDN的一篇文章,里面有代码但是完全不知道如何操作
  • ¥15 使用ue5插件narrative时如何切换关卡也保存叙事任务记录
  • ¥20 海浪数据 南海地区海况数据,波浪数据
  • ¥20 软件测试决策法疑问求解答
  • ¥15 win11 23H2删除推荐的项目,支持注册表等
  • ¥15 matlab 用yalmip搭建模型,cplex求解,线性化处理的方法