From 186b725ceb45fc139e0ba43cfbe98dca9f0e7e0c Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Mar 2026 17:10:47 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index b258cf8b..39cca8e2 100644 --- a/composer.json +++ b/composer.json @@ -29,18 +29,18 @@ "minimum-stability": "stable", "require": { "php": ">=8.1", - "illuminate/support": "^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0", - "illuminate/collections": "^9.0|^10.0|^11.0|^12.0" + "illuminate/support": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/collections": "^9.0|^10.0|^11.0|^12.0|^13.0|dev-master" }, - "suggest" : { + "suggest": { "brick/math": "For decimal cast support" }, "require-dev": { - "predis/predis": "^2.0", + "predis/predis": "^2.0|^3.4", "laravel/pint": "^1.17", - "pestphp/pest": "^1.0|^2.0|^3.0", - "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0" + "pestphp/pest": "^1.0|^2.0|^3.0|^4.4", + "orchestra/testbench": "^7.0|^8.0|^9.0|^10.0|^11.0" }, "config": { "allow-plugins": {