From 68ddd3ad46396085707d164193045dfda7fb6193 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Mar 2026 15:28:57 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index dce5423..2a1eceb 100644 --- a/composer.json +++ b/composer.json @@ -20,12 +20,12 @@ "Amazon Incentives API" ], "require": { - "illuminate/support": "~5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" + "illuminate/support": "~5|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { - "phpunit/phpunit": "~7.0|~8.0|^10.5|^11.0", + "phpunit/phpunit": "~7.0|~8.0|^10.5|^11.0|^12.5.12", "mockery/mockery": "^1.1", - "orchestra/testbench": "~3.0|^9.0", + "orchestra/testbench": "~3.0|^9.0|^11.0", "sempro/phpunit-pretty-print": "^1.0" }, "autoload": {