From ad40f9df66846bb2910812c612e6cf99d67d5b37 Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Tue, 22 Oct 2024 13:04:50 +0700 Subject: [PATCH] Add pint --- composer.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 165c6a2..0f45636 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,10 @@ "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" }, "require-dev": { + "friendsofphp/php-cs-fixer": "^3.0", + "laravel/pint": "^1.18", "orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "phpunit/phpunit": "^8.4 || ^9.0 || ^10.0", - "friendsofphp/php-cs-fixer": "^3.0" + "phpunit/phpunit": "^8.4 || ^9.0 || ^10.0" }, "autoload": { "psr-4": {