about summary refs log tree commit diff
path: root/pkgs/build-support/php/hooks/composer-install-hook.sh
AgeCommit message (Expand)AuthorFilesLines
2024-05-07build-support/php: reorganize filesPol Dellaiera1-126/+0
2024-05-01build-support/php: replace `--no-ansi` with `--no-progress`Pol Dellaiera1-2/+2
2024-05-01build-support/php: remove `makeBinaryWrapper`Pol Dellaiera1-2/+3
2024-03-05build-support/php: move functions around (dry)Pol Dellaiera1-20/+1
2024-03-05phpPackages.composer: 2.6.6 -> 2.7.1Pol Dellaiera1-25/+1
2024-02-25build-support/php: set `COMPOSER_ROOT_VERSION` by defaultPol Dellaiera1-4/+8
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 Dellaiera1-1/+20
2023-10-20build-support/php: add colors in case of errorsPol Dellaiera1-14/+16
2023-10-17php/build-support: fix usage of environment variablesPol Dellaiera1-4/+0
2023-10-17php/build-support: fix usage of diff conditionPol Dellaiera1-1/+1
2023-10-16build-support/php: fix support of vcs repositoriesYureka1-2/+2
2023-10-04php.buildComposerProject: improve workflow in case of missing `composer.lock`...Pol Dellaiera1-2/+24
2023-10-04php.buildComposerProject: warn about outdated vendorHashYureka1-0/+17
2023-10-04php.buildComposerProject: don't allow use without lockfileYureka1-6/+1
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 Dellaiera1-1/+1
2023-09-13build-support/php: add `composerNoDev`, `composerNoPlugins` and `composerNoSc...Pol Dellaiera1-5/+9
2023-09-13php: Fix shellcheck string warnings in composer-install-hookElis Hirwing1-8/+8
2023-09-13php: add new builder `buildComposerProject`Pol Dellaiera1-0/+109