We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87ed358 commit 6e82b9cCopy full SHA for 6e82b9c
composer.json
@@ -39,6 +39,11 @@
39
"url": "https://github.com/vendor-patch/autoload-package/archive/refs/heads/master.zip",
40
"path": "./modules/vendor-patch/autoload-package",
41
"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": [".*"]
47
}
48
49
},
@@ -78,7 +83,8 @@
78
83
"karelwintersky/monolog-pdo-handler" : "*",
79
84
"catfan/medoo" : "*",
80
85
"byjg/migration" : "*",
81
- "bramus/router" : "*"
86
+ "bramus/router" : "*",
87
+ "inverisoss/tiny-php-queue": "*"
82
88
89
"autoload": {
90
"classmap" : ["src/"],
0 commit comments