From 86d50846fc180906586591a35942f1cf6834ac39 Mon Sep 17 00:00:00 2001 From: Sam Maosa Date: Mon, 19 Aug 2024 11:35:30 +0300 Subject: [PATCH] Support Laravel 10 & 11 --- composer.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 70dc5ce6..3fe2f9a9 100644 --- a/composer.json +++ b/composer.json @@ -28,14 +28,14 @@ ], "require": { "php": ">=7.2.0", - "illuminate/console": "^6.0 | ^7.0 | ^8.0|^9.0", - "illuminate/support": "^6.0 | ^7.0 | ^8.0|^9.0", - "illuminate/cache": "^6.0 | ^7.0 | ^8.0|^9.0" + "illuminate/console": "^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", + "illuminate/cache": "^6.0 | ^7.0 | ^8.0|^9.0|^10.0|^11.0" }, "require-dev": { - "phpunit/phpunit": "^8.5|^9.0", + "phpunit/phpunit": "^8.5|^9.0|^10.0", "mockery/mockery": "dev-master", - "illuminate/database": "^6.0 | ^7.0| ^8.0 |^9.0", + "illuminate/database": "^6.0 | ^7.0| ^8.0 |^9.0|^10.0|^11.0", "sami/sami": "dev-master" }, "autoload": {