about summary refs log tree commit diff
path: root/pkgs/build-support/php/build-composer-project.nix
AgeCommit message (Expand)AuthorFilesLines
2024-05-07build-support/php: reorganize filesPol Dellaiera1-103/+0
2024-05-05build-support/php: remove obsolete parametersPol Dellaiera1-1/+0
2024-05-05build-support/php: add missing bindingPol Dellaiera1-16/+17
2024-05-05build-support/php: move environment variables under `env` attributePol Dellaiera1-3/+5
2024-05-05build-support/php: remove obsolete parametersPol Dellaiera1-3/+0
2024-05-04workflows/check-nix-format: enforce for build-support/phpPol Dellaiera1-29/+48
2024-02-15build-support/php: replace `preCheckInstall`, `postCheckInstall` with `preIns...Pol Dellaiera1-2/+2
2023-10-21build-support/php: add `composerStrictValidation` attributePol Dellaiera1-0/+2
2023-10-17Merge pull request #261582 from NixOS/php/build-support/fix-diff-and-env-varsPol Dellaiera1-0/+4
2023-10-17build-support/php: `phpDrv` in `nativeBuildInputs`Lorenz Leutgeb1-0/+1
2023-10-17php/build-support: fix usage of environment variablesPol Dellaiera1-0/+4
2023-10-16build-support/php: add `doInstallCheck`Pol Dellaiera1-0/+1
2023-10-16build-support/php: add `installCheckPhase`Pol Dellaiera1-0/+6
2023-09-13build-support/php: add `composerNoDev`, `composerNoPlugins` and `composerNoSc...Pol Dellaiera1-2/+11
2023-09-13build-support/php: move internal tools in `php/build-support/php/pkgs`Pol Dellaiera1-1/+1
2023-09-13composer-local-repo-plugin: Stop exposing this internal toolElis Hirwing1-1/+2
2023-09-13php: add new builder `buildComposerProject`Pol Dellaiera1-0/+61