Skip to content

Commit

Permalink
Improved composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed May 30, 2014
1 parent f215f2d commit 6c2c23d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"name": "myclabs/work",
"type": "library",
"description": "Work queue library letting you run distributed tasks using a generic abstraction",
"keywords": ["work", "work queue", "task", "distributed", "rabbitmq"],
"description": "Work queue library letting you run background tasks using a generic abstraction",
"keywords": ["work", "work queue", "task", "distributed", "background", "worker", "rabbitmq", "beanstalkd"],
"license": "MIT",
"autoload": {
"psr-4": {
"MyCLabs\\Work\\": "src/",
"MyCLabs\\Work\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Test\\MyCLabs\\Work\\FunctionalTest\\": "tests/FunctionalTest",
"Test\\MyCLabs\\Work\\UnitTest\\": "tests/UnitTest"
}
Expand Down

0 comments on commit 6c2c23d

Please sign in to comment.