Skip to content

Commit

Permalink
Merge branch 'main' of github.com:sugeng-sulistiyawan/yii2-flysystem
Browse files Browse the repository at this point in the history
  • Loading branch information
sugeng-sulistiyawan committed May 5, 2023
2 parents af69d0b + e058602 commit 0ac74eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ This extension provides [Flysystem 3](https://flysystem.thephpleague.com) integr
Package is available on [Packagist](https://packagist.org/packages/diecoding/yii2-flysystem), you can install it using [Composer](https://getcomposer.org).

```shell
composer require diecoding/yii2-flysystem "@dev"
composer require diecoding/yii2-flysystem "^1.0"
```

or add to the require section of your `composer.json` file.

```shell
"diecoding/yii2-flysystem": "@dev"
"diecoding/yii2-flysystem": "^1.0"
```

## Dependencies
Expand Down

0 comments on commit 0ac74eb

Please sign in to comment.