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 11tools :
22 external_code_coverage :
33 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:
1111 - php : 7.1
1212 - php : 7.2
1313 - php : 7.3
14+ - php : 7.4
1415
1516 # Test with the lowest dependencies
16- - php : 7.3
17+ - php : 7.4
1718 env : COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist"
1819
1920before_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://
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:
3131composer 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
Original file line number Diff line number Diff line change 3939 },
4040 "extra" : {
4141 "branch-alias" : {
42- "dev-master" : " 2 .0.x-dev"
42+ "dev-master" : " 3 .0.x-dev"
4343 }
4444 },
4545 "archive" : {
You can’t perform that action at this time.
0 commit comments