Skip to content

Commit

Permalink
🚀 v5
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Meilick <[email protected]>
  • Loading branch information
bnomei committed Nov 24, 2024
1 parent 15c35e3 commit c13b1ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit c13b1ba

Please sign in to comment.