Skip to content

Commit

Permalink
Adds Duster as a PHP formatter/linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed Nov 27, 2024
1 parent 2ba0e93 commit 6e6fe1b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/duster/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: duster
description: Automatic configuration for Laravel apps to apply Tighten's standard linting & code standards.
homepage: https://github.com/tighten/duster
licenses:
- MIT
languages:
- PHP
- Blade
categories:
- Formatter
- Linters

source:
id: pkg:composer/tightenco/[email protected]

bin:
duster: composer:duster

0 comments on commit 6e6fe1b

Please sign in to comment.