File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ It follows the structure and features provided by [Doctrine Migrations](https://
14
14
15
15
## PHP Version Support
16
16
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.
18
18
19
19
## Symfony Bundle
20
20
@@ -31,7 +31,7 @@ To install with composer:
31
31
composer require " doesntmattr/mongodb-migrations=^1.0"
32
32
33
33
# For php 7.1
34
- composer require " doesntmattr/mongodb-migrations=^2 .0"
34
+ composer require " doesntmattr/mongodb-migrations=^3 .0"
35
35
```
36
36
37
37
## Features
Original file line number Diff line number Diff line change 39
39
},
40
40
"extra" : {
41
41
"branch-alias" : {
42
- "dev-master" : " 2 .0.x-dev"
42
+ "dev-master" : " 3 .0.x-dev"
43
43
}
44
44
},
45
45
"archive" : {
You can’t perform that action at this time.
0 commit comments