Skip to content

Commit 94092a7

Browse files
authored
Merge pull request #50 from caciobanu/release-3.0
Release 3.0 changes
2 parents 0068364 + e4402f3 commit 94092a7

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

.scrutinizer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
tools:
22
external_code_coverage:
33
timeout: 720
4+
5+
build:
6+
environment:
7+
php:
8+
version: '7.4'

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1920
before_script:

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)