Add PHPStan and Psalm to all PHP dev shells

This commit is contained in:
Oliver Davies 2025-08-22 12:08:31 +01:00
parent d4aae0dfac
commit 9fa2e053d5
6 changed files with 11 additions and 0 deletions

View file

@ -8,6 +8,8 @@
packages = with pkgs; [
php84
php84Packages.composer
php84Packages.phpstan
php84Packages.psalm
] ++ commonPhpPackages pkgs system;
shellHook = ''