Skip to content

Commit

Permalink
Change readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaza-putu committed May 11, 2024
1 parent 47effc2 commit 41d4273
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This package allow to store and get data from google drive like S3 AWS in laravel

## Support
- php 8.1
- laravel 10
- Laravel 11 (php 8.2) use V3.x
- Laravel 10 (php 8.1) use V2.0.0

## Installation

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"require": {
"php": "^8.2",
"illuminate/contracts": "^10.0||^11.0",
"masbug/flysystem-google-drive-ext": "^2.2",
"spatie/laravel-package-tools": "^1.16"
"spatie/laravel-package-tools": "^1.16",
"masbug/flysystem-google-drive-ext": "^2.2"
},
"require-dev": {
"laravel/pint": "^1.14",
Expand Down

0 comments on commit 41d4273

Please sign in to comment.