From 46b922fddd6866ed745054890e12d34184986ae4 Mon Sep 17 00:00:00 2001 From: Shift Date: Thu, 5 Mar 2026 17:57:49 +0000 Subject: [PATCH] Bump dependencies for Laravel 13 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 37e0f6c..3487712 100644 --- a/composer.json +++ b/composer.json @@ -23,15 +23,15 @@ ], "require": { "php": ">=8.2", - "illuminate/collections": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/translation": "^8.0|^9.0|^10.0|^11.0|^12.0" + "illuminate/collections": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0|dev-master", + "illuminate/contracts": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/translation": "^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" }, "require-dev": { "laravel/pint": "^1.17", "phpunit/phpunit": "^9.5.10", - "squizlabs/php_codesniffer": "^3.6.2" + "squizlabs/php_codesniffer": "^3.6.2|^4.0" }, "autoload": { "psr-4": {