diff options
| -rw-r--r-- | composer.json | 8 | ||||
| -rw-r--r-- | php-alcaeus-mongo-php-adapter.spec | 7 | 
2 files changed, 8 insertions, 7 deletions
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"      }  } diff --git a/php-alcaeus-mongo-php-adapter.spec b/php-alcaeus-mongo-php-adapter.spec index cc14088..15c820c 100644 --- a/php-alcaeus-mongo-php-adapter.spec +++ b/php-alcaeus-mongo-php-adapter.spec @@ -10,7 +10,7 @@  # disabled for https://fedoraproject.org/wiki/Changes/MongoDB_Removal  %bcond_with          tests -%global gh_commit    cdc54b06dcdf330ec73ca2f02f2275e7fc711715 +%global gh_commit    b828ebc06cd3c270997b13c97dadc94731b36354  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     alcaeus  %global gh_project   mongo-php-adapter @@ -18,7 +18,7 @@  Name:           php-%{gh_owner}-%{gh_project} -Version:        1.1.13 +Version:        1.2.0  Release:        1%{?dist}  Summary:        Mongo PHP Adapter @@ -152,6 +152,9 @@ exit $ret  %changelog +* Thu Nov 12 2020 Remi Collet <remi@remirepo.net> - 1.2.0-1 +- update to 1.2.0 +  * Mon Nov  2 2020 Remi Collet <remi@remirepo.net> - 1.1.13-1  - update to 1.1.13  | 
