about summary refs log tree commit diff
path: root/pkgs/build-support/php/hooks
AgeCommit message (Expand)AuthorFilesLines
2024-05-07build-support/php: reorganize filesPol Dellaiera4-339/+0
2024-05-05build-support/php: remove obsolete parametersPol Dellaiera1-1/+0
2024-05-04workflows/check-nix-format: enforce for build-support/phpPol Dellaiera1-27/+34
2024-05-01build-support/php: replace `--no-ansi` with `--no-progress`Pol Dellaiera2-3/+3
2024-05-01build-support/php: remove `makeBinaryWrapper`Pol Dellaiera2-4/+4
2024-03-14build-support/php: update warnings when `composer validate` failsPol Dellaiera1-0/+20
2024-03-05build-support/php: update `composer validate` stepsPol Dellaiera1-1/+22
2024-03-05build-support/php: move functions around (dry)Pol Dellaiera3-40/+26
2024-03-05phpPackages.composer: 2.6.6 -> 2.7.1Pol Dellaiera2-26/+2
2024-02-25build-support/php: set `COMPOSER_ROOT_VERSION` by defaultPol Dellaiera4-6/+38
2023-12-06build-support/php: prevent the creation of symlinks of `bin` ending with `.bat`Pol Dellaiera1-1/+1
2023-10-21build-support/php: add `composerStrictValidation` attributePol Dellaiera2-2/+41
2023-10-20build-support/php: add colors in case of errorsPol Dellaiera2-21/+25
2023-10-17Merge pull request #261582 from NixOS/php/build-support/fix-diff-and-env-varsPol Dellaiera3-7/+3
2023-10-17build-support/php: `phpDrv` in `nativeBuildInputs`Lorenz Leutgeb1-3/+2
2023-10-17php/build-support: fix usage of environment variablesPol Dellaiera2-5/+0
2023-10-17php/build-support: fix usage of diff conditionPol Dellaiera2-2/+3
2023-10-16build-support/php: fix support of vcs repositoriesYureka1-2/+2
2023-10-09php.buildComposerProject: add missing `COMPOSER_ROOT_VERSION` env var.Pol Dellaiera1-0/+1
2023-10-04php.buildComposerProject: improve workflow in case of missing `composer.lock`...Pol Dellaiera2-3/+47
2023-10-04php.buildComposerProject: warn about outdated vendorHashYureka2-2/+25
2023-10-04php.buildComposerProject: don't allow use without lockfileYureka2-17/+4
2023-09-25build-support/php/hooks: add `cacert`Pol Dellaiera1-2/+3
2023-09-18build-support/php/composer-local-repo-plugin: 1.0.0 -> 1.0.2Pol Dellaiera1-1/+1
2023-09-14build-support/php: prevent the creation of symlinksPol Dellaiera2-4/+5
2023-09-13build-support/php: add `composerNoDev`, `composerNoPlugins` and `composerNoSc...Pol Dellaiera2-9/+16
2023-09-13php: Fix shellcheck string warnings in composer-install-hookElis Hirwing1-8/+8
2023-09-13php: add new builder `buildComposerProject`Pol Dellaiera3-0/+196