diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 1429c71..fcfaf9d 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,8 @@ tools: external_code_coverage: timeout: 720 + +build: + environment: + php: + version: '7.4' diff --git a/.travis.yml b/.travis.yml index e422413..d1aa6d2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/README.md b/README.md index cb2dc61..3bc8e15 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/composer.json b/composer.json index 0d56bdf..a3ade78 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ }, "extra": { "branch-alias": { - "dev-master": "2.0.x-dev" + "dev-master": "3.0.x-dev" } }, "archive": {