Add PHPStan and Psalm to all PHP dev shells
This commit is contained in:
parent
d4aae0dfac
commit
9fa2e053d5
6 changed files with 11 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
packages = with pkgs; [
|
||||
php81
|
||||
php81Packages.composer
|
||||
php81Packages.phpstan
|
||||
php81Packages.psalm
|
||||
] ++ commonPhpPackages pkgs system;
|
||||
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue