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 85cf42c commit 52af2fe
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 500 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,19 @@
"symfony/finder": "^7.0"
},
"require-dev": {
"getkirby/cli": "dev-develop",
"getkirby/cli": "^1.5.0",
"getkirby/cms": "^5.0.0-alpha.4",
"larastan/larastan": "^2.9",
"larastan/larastan": "^v3.0.0",
"laravel/pint": "^1.13",
"pestphp/pest": "^2.24",
"pestphp/pest-plugin-type-coverage": "^2.4",
"pestphp/pest": "^v3.5.1",
"spatie/ray": "^1.39"
},
"scripts": {
"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.bak 's/function dump(/function xdump(/g' tests/kirby/config/helpers.php",
"sed -i.bak 's/function e(/function xe(/g' tests/kirby/config/helpers.php",
"./vendor/bin/pest"
],
"dist": [
Expand Down
Loading

0 comments on commit 52af2fe

Please sign in to comment.