diff --git a/composer.json b/composer.json index 0a14c77..4331c0c 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,6 @@ }, "require-dev": { "graham-campbell/testbench": "^6.0", - "laravel/pint": "^1.11", "phpunit/phpunit": "^9.5|^10.0", "spatie/phpunit-watcher": "^1.23" }, @@ -49,7 +48,6 @@ } }, "scripts": { - "pint": "vendor/bin/pint", "test": "vendor/bin/phpunit", "watch": "vendor/bin/phpunit-watcher watch" },