Skip to content

Commit 6e82b9c

Browse files
authored
Update composer.json
1 parent 87ed358 commit 6e82b9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@
3939
"url": "https://github.com/vendor-patch/autoload-package/archive/refs/heads/master.zip",
4040
"path": "./modules/vendor-patch/autoload-package",
4141
"ignore": [".*"]
42+
},
43+
"inverisoss/tiny-php-queue": {
44+
"url": "https://github.com/inverisOSS/tiny-php-queue/archive/refs/tags/1.0.0.zip",
45+
"path": "./modules/inverisoss/tiny-php-queue",
46+
"ignore": [".*"]
4247
}
4348
}
4449
},
@@ -78,7 +83,8 @@
7883
"karelwintersky/monolog-pdo-handler" : "*",
7984
"catfan/medoo" : "*",
8085
"byjg/migration" : "*",
81-
"bramus/router" : "*"
86+
"bramus/router" : "*",
87+
"inverisoss/tiny-php-queue": "*"
8288
},
8389
"autoload": {
8490
"classmap" : ["src/"],

0 commit comments

Comments
 (0)