From 35faece1d3497c501090f83bfeefc362860480e0 Mon Sep 17 00:00:00 2001 From: Shift Date: Tue, 24 Feb 2026 14:38:05 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index d9a8582..bd8ea02 100644 --- a/composer.json +++ b/composer.json @@ -17,15 +17,15 @@ ], "require": { "php": "^8.1", - "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0", - "livewire/livewire": "^3.0|^4.0", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "livewire/livewire": "^3.0|^4.0|dev-josh/v3-laravel-13-support", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": { "brianium/paratest": "^6.2|^7.4", "nunomaduro/collision": "^5.3|^8.0", - "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0", - "phpunit/phpunit": "^9.3|^10.5|^11.5.3", + "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0|^11.0", + "phpunit/phpunit": "^9.3|^10.5|^11.5.3|^12.5.12", "vimeo/psalm": "^4.4|^5.22|^6.5" }, "autoload": {