File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
tools :
2
2
external_code_coverage :
3
3
timeout : 720
4
+
5
+ build :
6
+ environment :
7
+ php :
8
+ version : ' 7.4'
Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ matrix:
11
11
- php : 7.1
12
12
- php : 7.2
13
13
- php : 7.3
14
+ - php : 7.4
14
15
15
16
# Test with the lowest dependencies
16
- - php : 7.3
17
+ - php : 7.4
17
18
env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist"
18
19
19
20
before_script :
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