about summary refs log tree commit diff
path: root/pkgs/build-support/php
AgeCommit message (Expand)AuthorFilesLines
2024-05-19php.packages.composer: do not use `buildComposerProject`Pol Dellaiera1-2/+0
2024-05-19build-support/php: use `php.packages.composer-local-repo-plugin`Pol Dellaiera5-127/+5
2024-05-19php.buildComposerWithPlugin: init new builderPol Dellaiera4-0/+270
2024-05-17build-support/php: add `composerGlobal` variablePol Dellaiera1-2/+13
2024-05-09buildsupport/php: add passthru.updateScriptPatka1-0/+8
2024-05-07build-support/php: reorganize filesPol Dellaiera7-2/+10
2024-05-05build-support/php: remove obsolete parametersPol Dellaiera3-3/+0
2024-05-05build-support/php: add missing bindingPol Dellaiera1-16/+17
2024-05-05build-support/php: composer, add `meta.mainProgram`Pol Dellaiera1-0/+1
2024-05-05build-support/php: use `lib.getExe`Pol Dellaiera1-1/+1
2024-05-05build-support/php: move environment variables under `env` attributePol Dellaiera3-11/+17
2024-05-05build-support/php: remove obsolete parametersPol Dellaiera2-4/+0
2024-05-04workflows/check-nix-format: enforce for build-support/phpPol Dellaiera6-143/+228
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-03-05build-support/php/composer-local-repo-plugin: 1.0.3 -> 1.1.0Pol Dellaiera1-2/+2
2024-02-25build-support/php: set `COMPOSER_ROOT_VERSION` by defaultPol Dellaiera4-6/+38
2024-02-15build-support/php: replace `preCheckInstall`, `postCheckInstall` with `preIns...Pol Dellaiera2-4/+4
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 Dellaiera4-2/+44
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 Dellaiera4-7/+7
2023-10-17build-support/php: `phpDrv` in `nativeBuildInputs`Lorenz Leutgeb3-3/+4
2023-10-17php/build-support: fix usage of environment variablesPol Dellaiera3-5/+4
2023-10-17php/build-support: fix usage of diff conditionPol Dellaiera2-2/+3
2023-10-17Merge pull request #261088 from NixOS/build-support/php/remove-autoloader-prefixElis Hirwing1-1/+0
2023-10-17Merge pull request #261413 from yu-re-ka/composer-vcs-reposElis Hirwing1-2/+2
2023-10-16build-support/php: add `doInstallCheck`Pol Dellaiera2-0/+2
2023-10-16build-support/php: add `installCheckPhase`Pol Dellaiera2-0/+12
2023-10-16build-support/php: fix support of vcs repositoriesYureka1-2/+2
2023-10-14build-support/php: remove obsolete autoloader-suffixPol Dellaiera1-1/+0
2023-10-09php.buildComposerProject: add missing `COMPOSER_ROOT_VERSION` env var.Pol Dellaiera1-0/+1
2023-10-06php.packages.composer: Make sure that both composers use the same versionElis Hirwing2-4/+8
2023-10-06phpPackages.composer: 2.6.4 -> 2.6.5Pol Dellaiera1-2/+2
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-29phpPackages.composer: 2.6.3 -> 2.6.4Pol Dellaiera1-2/+2
2023-09-25build-support/php/hooks: add `cacert`Pol Dellaiera1-2/+3
2023-09-25buildPecl: pass hash attr to fetchurlYureka1-3/+2
2023-09-21build-support/php/composer-local-repo-plugin: 1.0.2 -> 1.0.3Pol Dellaiera1-2/+2
2023-09-20phpPackages.composer: 2.6.2 -> 2.6.3Pol Dellaiera1-2/+2
2023-09-18build-support/php/composer-local-repo-plugin: 1.0.0 -> 1.0.2Pol Dellaiera2-3/+3
2023-09-14build-support/php: prevent the creation of symlinksPol Dellaiera2-4/+5
2023-09-13build-support/php: add `composerNoDev`, `composerNoPlugins` and `composerNoSc...Pol Dellaiera4-11/+34
2023-09-13build-support/php: move internal tools in `php/build-support/php/pkgs`Pol Dellaiera4-3/+51