diff --git a/shell.nix b/shell.nix index 5457e54..e756287 100644 --- a/shell.nix +++ b/shell.nix @@ -2,8 +2,8 @@ pkgs.mkShell { name = "MyPHPShell"; buildInputs = with pkgs; [ - php80 - php80Packages.composer + php82 + php82Packages.composer ]; shellHook = ''