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

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 лет назад
Родитель
Сommit
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": {