From e10197f65fc844a6f79ff4b3926f90bbbcdf2872 Mon Sep 17 00:00:00 2001 From: Jitendra Patel <54883464+jitendrajp@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:53:02 +0530 Subject: [PATCH] Added Support Laravel version 10 and 11 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 31cf725..b5c719f 100644 --- a/composer.json +++ b/composer.json @@ -16,13 +16,13 @@ "homepage":"https://github.com/aloha/laravel-twilio", "license": "MIT", "require": { - "php": ">=7.2.0", + "php": ">=7.2.0|^8.2", "twilio/sdk": "^6.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.16", - "illuminate/console": "~6||~7||~8||~9", - "illuminate/support": "~6||~7||~8||~9", + "illuminate/console": "~6||~7||~8||~9||~10||~11", + "illuminate/support": "~6||~7||~8||~9||~10||~11", "phpunit/phpunit": "^8.0" }, "autoload": {