Skip to content

Commit

Permalink
Create composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
marsanla committed Sep 16, 2014
1 parent 0420b51 commit 0398799
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "genius13/codeigniter-job-queue-redis",
"description": "Job Queue based on redis",
"type": "library",
"keywords": ["redis","job","queue"],
"homepage": "https://github.com/marsanla/Codeigniter-jobQueue",
"license": "MIT",
"authors": [
{
"name": "Marcos sanz",
"email": "[email protected]",
"homepage": "http://www.mistersanz.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
}
}

0 comments on commit 0398799

Please sign in to comment.