From 92318379ea140b94b27996512000fdd620dfda02 Mon Sep 17 00:00:00 2001 From: Janidu Ayeshan Date: Mon, 23 Dec 2024 13:16:05 +0530 Subject: [PATCH] upgraded to larvel 11 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 7354164..ab8f48d 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ } ], "require": { - "php": "^5.5 || ^7.0 || ^8.0 || ^8.1 || ^8.2", + "php": "^5.5 || ^7.0 || ^8.0 || ^8.1 || ^8.2 || ^8.3", "ext-curl": "*", "illuminate/support": "^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0" },