Skip to content

Commit b85d6d7

Browse files
committed
Release 3.0 changes
1 parent 0068364 commit b85d6d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It follows the structure and features provided by [Doctrine Migrations](https://
1414

1515
## PHP Version Support
1616

17-
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.
17+
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.
1818

1919
## Symfony Bundle
2020

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

3333
# For php 7.1
34-
composer require "doesntmattr/mongodb-migrations=^2.0"
34+
composer require "doesntmattr/mongodb-migrations=^3.0"
3535
```
3636

3737
## Features

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"extra": {
4141
"branch-alias": {
42-
"dev-master": "2.0.x-dev"
42+
"dev-master": "3.0.x-dev"
4343
}
4444
},
4545
"archive": {

0 commit comments

Comments
 (0)