Skip to content

Commit

Permalink
Added keywords to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vkartaviy committed Sep 1, 2012
1 parent 1a10f12 commit e02ed76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

.idea

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vkartaviy/batch",
"description": "The library for repeatable and retryable operations",
"type": "library",
"keywords": ["proxy", "retry", "repeat", "backoff"],
"homepage": "https://github.com/vkartaviy/batch",
"license": "MIT",
"authors": [
Expand All @@ -12,9 +12,9 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.3"
},
"autoload": {
"psr-0": { "Batch": "src/" }
}
}
}

0 comments on commit e02ed76

Please sign in to comment.