From 0077cad8beb09f493ee23f0f413c5754088f5671 Mon Sep 17 00:00:00 2001 From: kawax Date: Fri, 14 Jan 2022 15:46:47 +0900 Subject: [PATCH] Laravel9 support, Drop PHP7.3 --- README.md | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d3d0fc..e017068 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![Test Coverage](https://api.codeclimate.com/v1/badges/20fdd1ca8f3737c383df/test_coverage)](https://codeclimate.com/github/kawax/laravel-google-sheets/test_coverage) ## Requirements -- PHP >= 7.3 +- PHP >= 7.4 - Laravel >= 6.0 ## Versioning diff --git a/composer.json b/composer.json index cb0970d..dffcb74 100644 --- a/composer.json +++ b/composer.json @@ -8,16 +8,16 @@ ], "license": "MIT", "require": { - "php": "^7.3||^8.0", - "illuminate/container": "^6.0||^7.0||^8.0", - "illuminate/support": "^6.0||^7.0||^8.0", + "php": "^7.4||^8.0", + "illuminate/container": "^6.0||^7.0||^8.0||^9.0", + "illuminate/support": "^6.0||^7.0||^8.0||^9.0", "google/apiclient": "^2.10", "pulkitjalan/google-apiclient": "^4.1@dev" }, "require-dev": { "phpunit/phpunit": "^9.0", "mockery/mockery": "^1.0", - "orchestra/testbench": "^5.0||^6.0" + "orchestra/testbench": "^5.0||^6.0||^7.0" }, "autoload": { "psr-4": {