From 2f8f9266c290985126e0ebdf65bdaf8e26a76e65 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Nov 2020 09:44:26 +0100 Subject: update to 1.2.0 --- composer.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 54d308c..00b61cf 100644 --- a/composer.json +++ b/composer.json @@ -9,14 +9,14 @@ { "name": "Olivier Lechevalier", "email": "olivier.lechevalier@gmail.com" } ], "require": { - "php": "^5.6 || ^7.0", + "php": "^5.6 || ^7.0 || ^8.0", "ext-ctype": "*", "ext-hash": "*", "ext-mongodb": "^1.2.0", "mongodb/mongodb": "^1.0.1" }, "require-dev": { - "phpunit/phpunit": "^5.7.27 || ^6.0 || ^7.0", + "symfony/phpunit-bridge": "5.x-dev", "squizlabs/php_codesniffer": "^3.2" }, "provide": { @@ -35,8 +35,6 @@ "psr-4": { "Alcaeus\\MongoDbAdapter\\Tests\\": "tests/Alcaeus/MongoDbAdapter" } }, "extra": { - "branch-alias": { - "dev-master": "1.1.x-dev" - } + "branch-version": "1.x" } } -- cgit