diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-14 15:24:52 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-14 15:24:52 +0100 |
commit | 52fd08bbda3747e45ec79d377dc505cdeceeeda2 (patch) | |
tree | 73349b8652826b88788a70d2a442adc8d85c4811 | |
parent | f2de4806f9d1dfd966951acfd4355968a010d792 (diff) |
fix dep
-rw-r--r-- | php-mongodb.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php-mongodb.spec b/php-mongodb.spec index 0819b5b..3cdab9f 100644 --- a/php-mongodb.spec +++ b/php-mongodb.spec @@ -45,7 +45,7 @@ BuildRequires: php(language) >= 5.5 BuildRequires: php-hash BuildRequires: php-json BuildRequires: php-spl -BuildRequires: php-pecl(mongodb) +BuildRequires: php-pecl(mongodb) >= 1.3.0 BuildRequires: mongodb-server >= 2.4 # From composer.json, "require-dev": { # "phpunit/phpunit": "^4.8" |