Skip to content

Commit acd1009

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 3884d4e + 5bc737c commit acd1009

File tree

4 files changed

+103
-397
lines changed

4 files changed

+103
-397
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ This extension requires:
1414

1515
- The PHP `Couchbase` extension 4.x at least
1616
- The composer `Couchbase/Couchbase` library 4.x at least
17-
- The PHP `Posix` to fix a known bug (@srjlewis link it here please)
17+
- The PHP `Posix` to fix a known bug [PCBC-886](https://issues.couchbase.com/projects/PCBC/issues/PCBC-886)
1818

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"phpfastcache/phpfastcache": "^9.2",
2626
"couchbase/couchbase": "^4.0",
2727
"ext-posix": "*",
28-
"ext-couchbase": "*"
28+
"ext-couchbase": "^4.0"
2929
},
3030
"require-dev": {},
3131
"suggest": {},

0 commit comments

Comments
 (0)