From f053c855c91abdd4f337f9ff887c442fac758de3 Mon Sep 17 00:00:00 2001 From: Shift Date: Sat, 15 Feb 2025 19:02:55 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 1671a3f..6fadbdc 100755 --- a/composer.json +++ b/composer.json @@ -8,14 +8,17 @@ "laravel relationships" ], "authors": [ - {"name": "Claudin J. Daniel", "email": "cdaniel@awobaz.com"} + { + "name": "Claudin J. Daniel", + "email": "cdaniel@awobaz.com" + } ], "require": { - "php": ">=7", - "illuminate/database": "~5.4", - "illuminate/console": "~5.4", - "illuminate/support": "~5.4", - "illuminate/cache": "~5.4" + "php": ">=7", + "illuminate/database": "~5.4|^12.0", + "illuminate/console": "~5.4|^12.0", + "illuminate/support": "~5.4|^12.0", + "illuminate/cache": "~5.4|^12.0" }, "require-dev": { "phpunit/phpunit": "5.*", @@ -25,15 +28,13 @@ "psr-4": { "Awobaz\\Compoships\\": "src" }, - "files": [ - - ] + "files": [] }, "extra": { - "laravel": { - "providers": [ - "Awobaz\\Compoships\\ComposhipsServiceProvider" - ] - } + "laravel": { + "providers": [ + "Awobaz\\Compoships\\ComposhipsServiceProvider" + ] + } } }