Explorar el Código

Revert "Removed provide configuration"

This reverts commit 54fa6119fc77941061c52ae5e3fedd73306f3756.
Andreas Braun hace 10 años
padre
commit
1aa81897d4
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -36,6 +36,14 @@ root:
 
     $ composer require "alcaeus/mongo-php-adapter=dev-master" "mongodb/mongodb=@beta"
 
+If your project includes a library that requires `ext-mongo` you need to also
+specify a `provide` option in your composer.json:
+    "provide": {
+        "ext-mongo": "1.6.12"
+    }
+
+Due to a limitation in composer you need to specify this in the root package.
+
 # Known issues
 
 ## Mongo