Skip to content

Commit b0d1531

Browse files
committed
feat: amqp swoole
1 parent 498bbbe commit b0d1531

4 files changed

Lines changed: 316 additions & 243 deletions

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,15 @@
2323
"format": "vendor/bin/pint",
2424
"lint": "vendor/bin/pint --test"
2525
},
26+
"repositories": [
27+
{
28+
"type": "vcs",
29+
"url": "git@github.com:appwrite-labs/php-amqplib.git"
30+
}
31+
],
2632
"require": {
2733
"php": ">=8.3",
28-
"php-amqplib/php-amqplib": "^3.7",
34+
"appwrite-labs/php-amqplib": "master-dev",
2935
"utopia-php/cli": "0.15.*",
3036
"utopia-php/framework": "0.33.*",
3137
"utopia-php/telemetry": "0.1.*",

0 commit comments

Comments
 (0)