Skip to content

Commit

Permalink
3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Paweł Brzozowski committed Aug 1, 2019
1 parent 51d59f3 commit 87cdf24
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@ Add the package to your composer.json:

{
"require": {
"bizley/migration": "^3.4"
"bizley/migration": "^3.5"
}
}

and run `composer update` or alternatively run `composer require bizley/migration:^3.4`
and run `composer update` or alternatively run `composer require bizley/migration:^3.5`

## Installation for PHP < 7.1

Add the package to your composer.json:

{
"require": {
"bizley/migration": "^2.7"
"bizley/migration": "^2.8"
}
}

and run `composer update` or alternatively run `composer require bizley/migration:^2.7`
and run `composer update` or alternatively run `composer require bizley/migration:^2.8`

## Configuration

Expand Down

0 comments on commit 87cdf24

Please sign in to comment.