Skip to content

Commit cc50dda

Browse files
committed
Composer config
1 parent 78906c0 commit cc50dda

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "2tvenom/PhpQueue",
3+
"type": "library",
4+
"description": "PHP Queue for task execution",
5+
"keywords": ["php", "queue"],
6+
"homepage": "https://github.com/2tvenom/PhpQueue",
7+
"license": "PHP",
8+
"authors": [
9+
{
10+
"name": "Pavel <Ven> Gulbin",
11+
"email": "2tvenom@gmail.com",
12+
"role": "Developer"
13+
}
14+
],
15+
"require": {
16+
"php": ">=5.4.0"
17+
},
18+
"autoload": {
19+
"psr-0": {
20+
"PhpQueue": "src"
21+
}
22+
}
23+
}

0 commit comments

Comments
 (0)