From 236f7a69aa54f17ddb38c837b041971d9bd9dee4 Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 22 Feb 2026 17:00:43 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 1671a3f..95df3d3 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|^13.0", + "illuminate/console": "~5.4|^13.0", + "illuminate/support": "~5.4|^13.0", + "illuminate/cache": "~5.4|^13.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" + ] + } } }