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",