Add phpunit and phpstan

This commit is contained in:
Oliver Davies 2025-08-22 11:49:40 +01:00
parent 322e71d74f
commit 38bad3185c

View file

@ -3,7 +3,15 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
devShells.sculpin = pkgs.mkShell { devShells.sculpin = pkgs.mkShell {
packages = with pkgs; [ packages =
with pkgs;
let
phpPackages = php84Packages;
in
[
phpPackages.phpstan
phpunit
(php.buildComposerProject2 { (php.buildComposerProject2 {
pname = "sculpin"; pname = "sculpin";
version = "3.3.0-dev"; version = "3.3.0-dev";