Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用替代路径满足 Composer 平台包依赖项?php >=5.4我有一个依赖php54. 有什么方法可以让 Composer 意识到这一点?
php >=5.4
php54
您可以通过 php54 可执行文件运行 composer。要么明确地调用它,php54 composer.phar ...但如果你全局安装了 composer,那会很痛苦。在这种情况下,您最好执行一个名为 composer 的 shell 脚本,该脚本将使用 php54 调用 phar 文件或为其注册一个 bash 别名。
php54 composer.phar ...