about summary refs log tree commit diff
path: root/pkgs/build-support/php
AgeCommit message (Expand)AuthorFilesLines
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
2023-09-13php: Fix shellcheck string warnings in composer-install-hookElis Hirwing1-8/+8
2023-09-13composer: Stop exposing composer built from a phar fileElis Hirwing1-1/+3
2023-09-13composer-local-repo-plugin: Stop exposing this internal toolElis Hirwing2-2/+4
2023-09-13php: add new builder `buildComposerProject`Pol Dellaiera6-0/+382
2023-09-13composer-local-repo-plugin: init at 1.0.0Pol Dellaiera1-0/+110