From fc60d876f92d21dd191ea1e2aeb5993f500bdc86 Mon Sep 17 00:00:00 2001 From: Shift Date: Wed, 19 Feb 2025 02:49:23 +0000 Subject: [PATCH] Bump dependencies for Laravel 12 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 0abe51b..1b331c0 100644 --- a/composer.json +++ b/composer.json @@ -13,9 +13,9 @@ ], "require": { "php": ">=7.2", - "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0", - "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0", - "smsapi/php-client": "^1.8" + "illuminate/notifications": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0 || ^12.0", + "illuminate/support": "~6.0 || ~7.0 || ~8.0 || ~9.0 || ~10.0 || ^11.0 || ^12.0", + "smsapi/php-client": "^1.8 || ^3.0" }, "require-dev": { "mockery/mockery": "^1.0",