Skip to content

Commit

Permalink
Updated composer.json for packagist.org
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Christiansen committed Jan 19, 2015
1 parent 9aed369 commit f104a6e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "simplesamlphp/simplesamlphp-module-redis",
"name": "colourbox/simplesamlphp-module-redis",
"description": "A SimpleSAMLphp module for using Redis for session storage etc.",
"type": "simplesamlphp-module",
"keywords": [ "redis", "store" ],
"keywords": ["redis", "store", "simpleSAMLphp"],
"homepage": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis",
"license": "MIT",
"authors": [
{
"name": "Jacob Christiansen",
"email": "[email protected]"
"email": "[email protected]",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis/issues",
"wiki": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis/wiki"
},
"require": {
"php": ">=5.4.0",
"simplesamlphp/composer-module-installer": "~1.0",
"predis/predis": "~1.0"
}
Expand Down

0 comments on commit f104a6e

Please sign in to comment.