Add phpunit and phpstan
This commit is contained in:
parent
322e71d74f
commit
38bad3185c
1 changed files with 21 additions and 13 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue