From 2858fbeeaeec83b49b9f6427bd65d6ef762d71cb Mon Sep 17 00:00:00 2001 From: Ricardo Gobbo de Souza Date: Thu, 17 Aug 2023 13:52:24 -0300 Subject: [PATCH] Remove laravel pint --- composer.json | 2 -- 1 file changed, 2 deletions(-) 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" },