From c13b1ba4fd1db870dd45bbb7d387369d51447f28 Mon Sep 17 00:00:00 2001 From: Bruno Meilick Date: Sun, 24 Nov 2024 21:42:54 +0000 Subject: [PATCH] :rocket: v5 Signed-off-by: Bruno Meilick --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 8d16d68..d7df80e 100644 --- a/composer.json +++ b/composer.json @@ -62,8 +62,8 @@ "stan": "./vendor/bin/phpstan", "fix": "./vendor/bin/pint", "test": [ - "sed -i '' 's/function dump(/function xdump(/g' tests/kirby/config/helpers.php", - "sed -i '' 's/function e(/function xe(/g' tests/kirby/config/helpers.php", + "sed -i '' 's/function dump(/function xdump(/g' ./tests/kirby/config/helpers.php", + "sed -i '' 's/function e(/function xe(/g' ./tests/kirby/config/helpers.php", "./vendor/bin/pest" ], "dist": [