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

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

View file

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

View file

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

View file

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

View file

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