Skip to content

Commit e70c996

Browse files
authored
Add ably/ably-php to composer.json (#40277)
1 parent 5321e34 commit e70c996

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@
132132
"ext-pcntl": "Required to use all features of the queue worker.",
133133
"ext-posix": "Required to use all features of the queue worker.",
134134
"ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
135+
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
135136
"aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.198.1).",
136137
"brianium/paratest": "Required to run tests in parallel (^6.0).",
137138
"doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",

src/Illuminate/Broadcasting/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
}
3535
},
3636
"suggest": {
37+
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
3738
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0|^5.0|^6.0|^7.0)."
3839
},
3940
"config": {

0 commit comments

Comments
 (0)