Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Aug 12, 2024
1 parent cc5731e commit a898e3d
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,32 @@
"illuminate/support": "^10.34 || ^11.0"
},
"require-dev": {
"larastan/larastan": "^2.4",
"laravel/nova": "dev-develop",
"laravel/nova-devtool": "^1.0",
"orchestra/testbench": "^8.20 || ^9.0"
"laravel/pint": "^1.17",
"orchestra/pest-plugin-testbench": "^2.0",
"orchestra/testbench": "^8.24|^9.2",
"phpstan/phpstan": "^1.11"
},
"conflict": {
"laravel/nova": "<5.0.0 || >=6.0.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/laravel/nova"
},
{
"type": "vcs",
"url": "https://github.com/laravel/nova-devtool"
}
],
"config": {
"allow-plugins": {
"pestphp/pest-plugin": true
}
},
"extra": {
"branch-alias": {
"dev-develop": "2.x-dev"
Expand All @@ -59,7 +73,7 @@
"serve": [
"Composer\\Config::disableProcessTimeout",
"@build",
"@php vendor/bin/testbench serve"
"@php vendor/bin/testbench serve --ansi"
],
"nova:build": [
"npm ci",
Expand Down

0 comments on commit a898e3d

Please sign in to comment.