Skip to content

Commit

Permalink
Release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sugeng-sulistiyawan committed Apr 5, 2023
1 parent 71cef21 commit 4e558b9
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 @@ -30,13 +30,13 @@ Create fast-fill database with fake data or bulk data for Yii2.
Package is available on [Packagist](https://packagist.org/packages/diecoding/yii2-seeder), you can install it using [Composer](https://getcomposer.org).

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

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

```
"diecoding/yii2-seeder": "@dev"
"diecoding/yii2-seeder": "^1.0"
```

## Dependencies
Expand Down

0 comments on commit 4e558b9

Please sign in to comment.