From 8d0b3711613d427c502edf3a119d99e0353e56be Mon Sep 17 00:00:00 2001 From: Watheq Alshowaiter Date: Thu, 18 Jul 2024 15:23:57 +0300 Subject: [PATCH] chore: remove pint for backward compatibility --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index 08ad6ba..1b886ee 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,6 @@ "illuminate/contracts": "^11.0||^10.0||^9.0||^8.0||^7.0||^6.0" }, "require-dev": { - "laravel/pint": "^1.16", "nunomaduro/collision": "^8.1.1||^7.10.0", "orchestra/testbench": "^9.0.0||^8.22.0" },