Skip to content

Commit

Permalink
Merge pull request #50 from caciobanu/release-3.0
Browse files Browse the repository at this point in the history
Release 3.0 changes
  • Loading branch information
caciobanu authored Mar 21, 2020
2 parents 0068364 + e4402f3 commit 94092a7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
tools:
external_code_coverage:
timeout: 720

build:
environment:
php:
version: '7.4'
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ matrix:
- php: 7.1
- php: 7.2
- php: 7.3
- php: 7.4

# Test with the lowest dependencies
- php: 7.3
- php: 7.4
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest --prefer-dist"

before_script:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It follows the structure and features provided by [Doctrine Migrations](https://

## PHP Version Support

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.
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.

## Symfony Bundle

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

# For php 7.1
composer require "doesntmattr/mongodb-migrations=^2.0"
composer require "doesntmattr/mongodb-migrations=^3.0"
```

## Features
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
"dev-master": "3.0.x-dev"
}
},
"archive": {
Expand Down

0 comments on commit 94092a7

Please sign in to comment.