This commit is contained in:
jhx
2023-08-18 11:36:21 +08:00
commit 74165f8887
4 changed files with 380 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "woon/stream-queue",
"require": {
"php": ">=7.4",
"ext-redis": "^5.2"
},
"autoload": {
"psr-4": {
"StreamQueue\\": "src/"
}
}
}