Skip to content

Commit f104a6e

Browse files
author
Jacob Christiansen
committed
Updated composer.json for packagist.org
1 parent 9aed369 commit f104a6e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

composer.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
{
2-
"name": "simplesamlphp/simplesamlphp-module-redis",
2+
"name": "colourbox/simplesamlphp-module-redis",
33
"description": "A SimpleSAMLphp module for using Redis for session storage etc.",
44
"type": "simplesamlphp-module",
5-
"keywords": [ "redis", "store" ],
5+
"keywords": ["redis", "store", "simpleSAMLphp"],
66
"homepage": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis",
77
"license": "MIT",
88
"authors": [
99
{
1010
"name": "Jacob Christiansen",
11-
"email": "[email protected]"
11+
"email": "[email protected]",
12+
"role": "Developer"
1213
}
1314
],
1415
"support": {
1516
"issues": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis/issues",
1617
"wiki": "https://github.com/ColourboxDevelopment/simplesamlphp-module-redis/wiki"
1718
},
1819
"require": {
20+
"php": ">=5.4.0",
1921
"simplesamlphp/composer-module-installer": "~1.0",
2022
"predis/predis": "~1.0"
2123
}

0 commit comments

Comments
 (0)