We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3884d4e + 5bc737c commit acd1009Copy full SHA for acd1009
README.md
@@ -14,5 +14,5 @@ This extension requires:
14
15
- The PHP `Couchbase` extension 4.x at least
16
- The composer `Couchbase/Couchbase` library 4.x at least
17
-- The PHP `Posix` to fix a known bug (@srjlewis link it here please)
+- The PHP `Posix` to fix a known bug [PCBC-886](https://issues.couchbase.com/projects/PCBC/issues/PCBC-886)
18
composer.json
@@ -25,7 +25,7 @@
25
"phpfastcache/phpfastcache": "^9.2",
26
"couchbase/couchbase": "^4.0",
27
"ext-posix": "*",
28
- "ext-couchbase": "*"
+ "ext-couchbase": "^4.0"
29
},
30
"require-dev": {},
31
"suggest": {},
0 commit comments