From 9ae47c6063d91631de7f0a8d853b16dcf93f6991 Mon Sep 17 00:00:00 2001 From: j0urneyK Date: Tue, 14 Mar 2023 19:49:41 +0900 Subject: [PATCH] Update Laravel 10.x support --- README.md | 2 +- composer.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ea4143..29a029a 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ You can check the project here. (https://github.com/seungmun/sens-php) Before you get started, you need the following: - PHP >= 7.2 (9.x also compatible) -- Laravel (9.x / 8.x / 7.x / 6.x) +- Laravel (10.x / 9.x / 8.x / 7.x / 6.x) ## Installation diff --git a/composer.json b/composer.json index 76f99fd..4bc62fb 100644 --- a/composer.json +++ b/composer.json @@ -23,8 +23,8 @@ "php": "^7.2|^8.0", "ext-json": "*", "guzzlehttp/guzzle": "^6.0|^7.0|^7.2", - "illuminate/support": "^6.0|^7.0|^8.0|^9.0", - "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0" + "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/notifications": "~5.8.0|^6.0|^7.0|^8.0|^9.0|^10.0" }, "require-dev": { "mockery/mockery": "^1.0",