From 46e3d851ac1f7014e4ad925207f4586044166114 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 23 Mar 2024 15:15:44 +0700 Subject: [PATCH] Laravel 11.x Compatibility --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 772f992..6542c3c 100644 --- a/composer.json +++ b/composer.json @@ -27,14 +27,14 @@ } }, "require": { - "php": "^8.0", - "google/cloud-translate": "^1.2", - "illuminate/support": "9.*" + "php": ">=8.0", + "google/cloud-translate": "^1.7.4", + "illuminate/support": "^9|^10|^11" }, "require-dev": { - "mockery/mockery": "^1.1", - "orchestra/testbench" : "7.*", - "phpunit/phpunit": "^9.0" + "mockery/mockery": "^1.6.11", + "orchestra/testbench" : "8.*", + "phpunit/phpunit": "^10.5" }, "extra": { "laravel": {