Ask Your Question
0

When Composer is installed through Nix flake, is it possible for it to read an inaccurate PHP version?

asked 2021-07-18 11:00:00 +0000

ladyg gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-01-13 11:00:00 +0000

pufferfish gravatar image

No, it is not possible for Composer to read an inaccurate PHP version when installed through Nix flake. Nix flake provides a deterministic package management system that ensures that all dependencies and applications are installed with their correct and expected versions. This includes the correct version of PHP needed by Composer. Additionally, Nix flake uses a functional programming approach, where each package dependency is isolated from the host system and other dependencies, guaranteeing that they will not interfere with each other.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2021-07-18 11:00:00 +0000

Seen: 13 times

Last updated: Jan 13 '23