Skip to content

Commit

Permalink
Release 3.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
caciobanu committed Mar 21, 2020
1 parent 0068364 commit b85d6d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It follows the structure and features provided by [Doctrine Migrations](https://

## PHP Version Support

If you require php 5.6 support use version `^1.0`. Version `^2.0` requires at least php 7.1. The `1.x` releases will only receive bug fixes.
If you require php 5.6 support use version `^1.0`. Version `^3.0` requires at least php 7.1. The `1.x` releases will only receive bug fixes.

## Symfony Bundle

Expand All @@ -31,7 +31,7 @@ To install with composer:
composer require "doesntmattr/mongodb-migrations=^1.0"

# For php 7.1
composer require "doesntmattr/mongodb-migrations=^2.0"
composer require "doesntmattr/mongodb-migrations=^3.0"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.0.x-dev"
}
},
"archive": {
Expand Down

0 comments on commit b85d6d7

Please sign in to comment.