Просмотр исходного кода

Require stable version of mongodb/mongodb

Andreas Braun 10 лет назад
Родитель
Сommit
cbcec68880
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      README.md
  2. 1 1
      composer.json

+ 1 - 1
README.md

@@ -34,7 +34,7 @@ The preferred method of installing this library is with
 [Composer](https://getcomposer.org/) by running the following from your project
 root:
 
-    $ composer require "alcaeus/mongo-php-adapter=dev-master" "mongodb/mongodb=@beta"
+    $ composer require "alcaeus/mongo-php-adapter=dev-master"
 
 If your project includes a library that requires `ext-mongo` you need to also
 specify a `provide` option in your composer.json:

+ 1 - 1
composer.json

@@ -11,7 +11,7 @@
     "require": {
         "php": "^5.5 || ^7.0",
         "ext-hash": "*",
-        "mongodb/mongodb": "1.0.0-beta2"
+        "mongodb/mongodb": "^1.0.0"
     },
     "require-dev": {
         "phpunit/phpunit": "^4.8 || ^5.0"