瀏覽代碼

Change replace back to provide

After extensive discussion of the behavior within composer, the desired behavior for this library is to provide ext-mongo: this library provides the same interface as ext-mongo does but does not actually conflict with ext-mongo if it is installed (instead, it behaves like a polyfill should behave and silently step back without being loaded).
Andreas Braun 9 年之前
父節點
當前提交
b0e84fb837
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      composer.json

+ 1 - 1
composer.json

@@ -16,7 +16,7 @@
     "require-dev": {
         "phpunit/phpunit": "^4.8 || ^5.0"
     },
-    "replace": {
+    "provide": {
         "ext-mongo": "1.6.12"
     },
     "autoload": {