Skip to content

Commit 58d6cd9

Browse files
committed
add composer.json
1 parent 1532f66 commit 58d6cd9

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

composer.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"name": "makasim/php-fpm-queue",
3+
"type": "library",
4+
"description": "Use php-fpm as a simple built-in async queue",
5+
"keywords": ["messaging", "queue", "fpm", "cgi"],
6+
"license": "MIT",
7+
"require": {
8+
"php": "^7.1.3",
9+
"hollodotme/fast-cgi-client": "^2",
10+
"queue-interop/queue-interop": "0.7.x-dev",
11+
"enqueue/dsn": "0.9.x-dev"
12+
},
13+
"autoload": {
14+
"psr-4": { "Makasim\\PhpFpm\\": "src/" }
15+
},
16+
"minimum-stability": "dev",
17+
"extra": {
18+
"branch-alias": {
19+
"dev-master": "0.1.x-dev"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)