From 1b1fca4179ecf3411f21e59a0f27dd0a20ced683 Mon Sep 17 00:00:00 2001 From: Shift Date: Mon, 23 Feb 2026 21:12:07 +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 815d8a7..8684b54 100755 --- a/composer.json +++ b/composer.json @@ -17,12 +17,12 @@ ], "require": { "php": "^7.2|^7.3|^7.4|^8.0", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "livewire/livewire": "^3.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "livewire/livewire": "^3.0|dev-josh/v3-laravel-13-support" }, "require-dev": { - "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0", - "phpunit/phpunit": "^8.0|^9.0|^10.5" + "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0|^11.0", + "phpunit/phpunit": "^8.0|^9.0|^10.5|^12.5.12" }, "autoload": { "psr-4": {