Will there be support for PHP (and its tools)? #3204
QuestionI'd love to use this tool to keep my team's PHP and Composer versions in line with each other, do you think it would be possible to add them in the future? Background of the questionI want to leverage all great aspects of this system like easier onboarding, reproducibility, etc. Example CodeHow the configuration could look packages:
- name: php/php@vA.B.C
- name: composer/composer@vD.E.FNoteNo response |
Replies: 2 comments 8 replies
|
I guess it's difficult. https://www.php.net/manual/en/install.unix.php If PHP provides files such as zip and tarball including executable files and aqua can unarchive them, aqua would be able to support PHP. |
|
@suzuki-shunsuke Sorry for the ping. There's a related PR in mise jdx/mise#5711, so it would be great if we could use the Aqua backend for it. Also, if you're open to a PR, I'd like to hear what package names we should use. |
I guess it's difficult.
aqua doesn't support running external commands except for some specific commands when installing them.
I'm not familiar with PHP, but seems like we need to run external commands to install PHP.
https://www.php.net/manual/en/install.unix.php
If PHP provides files such as zip and tarball including executable files and aqua can unarchive them, aqua would be able to support PHP.