Show the Composer version in the PHP shell hook

This commit is contained in:
Oliver Davies 2025-07-30 01:41:41 +01:00
parent d46fb8a767
commit 63c58e5c4e
6 changed files with 6 additions and 5 deletions

View file

@ -14,3 +14,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
### Changed ### Changed
- Refactor to use [devshell](https://flake.parts/options/devshell.html). - Refactor to use [devshell](https://flake.parts/options/devshell.html).
- Show the Composer version with `composer -V` in the PHP shell hook.

View file

@ -17,7 +17,7 @@
] ++ commonPhpPackages pkgs; ] ++ commonPhpPackages pkgs;
shellHook = '' shellHook = ''
php --version composer -V
''; '';
}; };
}; };

View file

@ -11,7 +11,7 @@
] ++ commonPhpPackages pkgs; ] ++ commonPhpPackages pkgs;
shellHook = '' shellHook = ''
php --version composer -V
''; '';
}; };
}; };

View file

@ -11,7 +11,7 @@
] ++ commonPhpPackages pkgs; ] ++ commonPhpPackages pkgs;
shellHook = '' shellHook = ''
php --version composer -V
''; '';
}; };
}; };

View file

@ -11,7 +11,7 @@
] ++ commonPhpPackages pkgs; ] ++ commonPhpPackages pkgs;
shellHook = '' shellHook = ''
php --version composer -V
''; '';
}; };
}; };

View file

@ -11,7 +11,7 @@
] ++ commonPhpPackages pkgs; ] ++ commonPhpPackages pkgs;
shellHook = '' shellHook = ''
php --version composer -V
''; '';
}; };
}; };