Skip to content

Commit

Permalink
Laravel9 support, Drop PHP7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Jan 14, 2022
1 parent 6bdd464 commit 0077cad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 0077cad

Please sign in to comment.