Skip to content

Commit

Permalink
Merge pull request #277 from tighten/drift/update-duster
Browse files Browse the repository at this point in the history
Update Duster to v3
  • Loading branch information
driftingly authored Sep 27, 2024
2 parents 8072b17 + 2afeab2 commit 33bd4eb
Show file tree
Hide file tree
Showing 24 changed files with 1,759 additions and 865 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-duster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Duster Lint"
uses: tighten/duster-action@v2
uses: tighten/duster-action@v3
with:
args: lint
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"http-interop/http-factory-guzzle": "^1.2",
"inertiajs/inertia-laravel": "^0.6.9",
"laravel/framework": "^10.39",
"laravel/nova": "^4.27",
"laravel/nova": "4.33.3",
"laravel/socialite": "^5.11",
"laravel/tinker": "^2.8",
"laravel/ui": "^4.2",
Expand All @@ -44,7 +44,7 @@
"pestphp/pest-plugin-laravel": "^2.2",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ray": "^1.32",
"tightenco/duster": "^2.0"
"tightenco/duster": "^3.0"
},
"config": {
"optimize-autoloader": true,
Expand Down
Loading

0 comments on commit 33bd4eb

Please sign in to comment.