diff --git a/.gitattributes b/.gitattributes index 7355567..d9433a5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,4 +13,3 @@ /psalm.xml export-ignore /psalm.xml.dist export-ignore /testbench.yaml export-ignore -/pint.json export-ignore diff --git a/composer.json b/composer.json index 147ce74..63e8982 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,6 @@ "symfony/console": ">=7.0" }, "require-dev": { - "laravel/pint": "^1.13", "orchestra/testbench": ">=9.0", "pestphp/pest": "^2.34", "pestphp/pest-plugin-laravel": "^2.4" diff --git a/pint.json b/pint.json deleted file mode 100644 index 1cbaf28..0000000 --- a/pint.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "exclude": [ - "stubs" - ] -}