Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sugeng-sulistiyawan committed Mar 30, 2023
1 parent 005d05d commit 17bf1d2
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 @@ -26,13 +26,13 @@ Package is available on [Packagist](https://packagist.org/packages/diecoding/yii
you can install it using [Composer](https://getcomposer.org).

```shell
composer require diecoding/yii2-dropify ~1.0
composer require diecoding/yii2-dropify "^1.0"
```

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

```
"diecoding/yii2-dropify": "~1.0"
"diecoding/yii2-dropify": "^1.0"
```

## Dependencies
Expand Down

0 comments on commit 17bf1d2

Please sign in to comment.