| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-22 | Merge remote-tracking branch 'origin/master' into staging-next | K900 | |
| 2025-12-22 | phpPackages.phpmd: update `vendorHash` | Pol Dellaiera | |
| 2025-11-20 | treewide: Remove redundant `versionCheckProgramArg = "--version";` with: | Jonathan Davies | |
| ```shell git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do sed -i '/versionCheckProgramArg/d' "$f" sed -i '/^$/N;/\n$/D' "$f" done ``` | |||
| 2025-10-17 | phpPackages.phpmd: fix composer hash | Maximilian Bosch | |
| Confirmed with diffoscope that only the composer-generated code did change. See #451395 | |||
| 2025-04-25 | treewide: switch instances of lib.teams.*.members to the new meta.teams ↵ | Fernando Rodrigues | |
| attribute Follow-up to #394797. Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net> | |||
| 2025-01-27 | phpmd: switch to buildComposerProject2, tag and versionCheckHook (#377325) | Piotr Kwiecinski | |
| * phpmd: switch to buildComposerProject2 * phpmd: switch to tag * phpmd: add versionCheckHook | |||
| 2024-05-04 | workflows/check-nix-format: enforce for php-packages | Pol Dellaiera | |
| 2024-02-25 | phpPackages.phpmd: use `buildComposerProject` builder | Pol Dellaiera | |
| 2023-12-17 | php81Packages.phpmd: 2.14.1 -> 2.15.0 | R. Ryantm | |
| 2023-10-12 | php81Packages.phpmd: 2.13.0 -> 2.14.1 | R. Ryantm | |
| 2022-12-29 | php.packages.phpmd: 2.8.2 -> 2.13.0 | Pol Dellaiera | |
| 2022-06-08 | php: Drop broken declarations for old versions | Elis Hirwing | |
| 2022-03-13 | php.packages: Add missing hooks. | Pol Dellaiera | |
| 2021-11-07 | phpmd: Fix meta.broken | Michal Sojka | |
| In commit e76ccc6b279 ("php.extensions: Add missing meta info", 2021-06-08), Nix expressions for PHP packages were refactored and in case of phpmd, the value of meta.broken was negated (likely by mistake). The result was that phpmd is marked as broken, but it seems to work well, at least for my use case. Here, we correct the mentioned commit by negating meta.broken again. | |||
| 2021-08-01 | phpmd: deprecate phases | Felix Buehler | |
| 2021-06-08 | php.extensions: Add missing meta info | Elis Hirwing | |
| 2021-02-27 | treewide/php-packages: Drop pkgs from arguments to packages | Elis Hirwing | |
| 2020-10-11 | php: Drop usage of isPhp73 and isPhp74 | Elis Hirwing | |
| These variables have bad names that doesn't really make full sense | |||
| 2020-10-11 | phpPackages.phpmd: Move to separate directory | Elis Hirwing | |
