Skip to content

Commit

Permalink
added composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mazen committed Feb 24, 2012
1 parent de86bb8 commit aae2a9a
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
@@ -0,0 +1,23 @@
{
"name" : "processing/processing",
"type" : "library",
"keywords" : ["task", "background", "process"],
"homepage" : "http;//github.com/mazen/processing",
"version" : "0.1.0",
"license" : "MIT",
"description" : "Library to asynchronously perform background jobs",
"authors" : [
{
"name" : "Marcel Beerta",
"email" : "marcel@etcpasswd.de"
}
],
"require" : {
"php" : ">=5.3.2"
},
"autoload": {
"psr-0": {
"Processing": "lib/"
}
}
}

0 comments on commit aae2a9a

Please sign in to comment.