From 79d67fe6d291e20eb0aa3942c06d37a84158d868 Mon Sep 17 00:00:00 2001 From: Wahyu Kristianto Date: Sun, 21 Sep 2025 21:44:10 +0700 Subject: [PATCH] Update composer.json --- composer.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 25c4e1b..cfc19ba 100644 --- a/composer.json +++ b/composer.json @@ -17,14 +17,12 @@ } ], "require": { - "php": "^7.2|^8.0", - "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0" + "php": "^8.3", + "illuminate/contracts": "12.*" }, "require-dev": { - "laravel/pint": "^1.18", - "orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0" + "laravel/pint": "^1.0", + "pestphp/pest": "^4.0" }, "autoload": { "psr-4": {