From 87a09cd20cdcdfd248f606395bffe9177ab08b15 Mon Sep 17 00:00:00 2001 From: Shift Date: Sun, 22 Feb 2026 15:50:19 +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 38bbe20..b9e7b66 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ }, "require": { "php": "^8.0 || ^8.1", - "illuminate/translation": "^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/config": "^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/view": "^9.0 || ^10.0 || ^11.0 || ^12.0", - "illuminate/filesystem": "^9.0 || ^10.0 || ^11.0 || ^12.0" + "illuminate/translation": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/config": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/view": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0", + "illuminate/filesystem": "^9.0 || ^10.0 || ^11.0 || ^12.0 || ^13.0" }, "require-dev": { "laravel/laravel": "^10.0",