Skip to content

Commit

Permalink
4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizley committed May 1, 2020
1 parent 38fb8c6 commit 6af6419
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,18 @@ Generates migration file based on the existing database table and previous migra

## Installation

```
THIS IS BETA VERSION OF YII 2 MIGRATION V4.
STABLE VERSION WILL BE RELEASED WHEN ALL UNEXPECTED BUGS ARE REMOVED.
USING IT NOW ON PRODUCTION IS STRONGLY DISCOURAGED.
For stable v3 go to the https://github.com/bizley/yii2-migration/blob/3.x/README.md
```


Run console command

```
composer require bizley/migration:4.0-RC2
composer require bizley/migration
```

Or add the package to your `composer.json` file:

```json
{
"require": {
"bizley/migration": "4.0-RC2"
"bizley/migration": "^4.0"
}
}
```
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
"support": {
"source": "https://github.com/bizley/yii2-migration"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/bizley"
}
],
"require": {
"php": "^7.2",
"ext-mbstring": "*",
Expand Down

0 comments on commit 6af6419

Please sign in to comment.