Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Geolim4 committed Oct 20, 2017
1 parent 15fe9d8 commit cc1ea7d
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "basho/riak",
"description": "Official Riak client for PHP",
"name": "phpfastcache/riak-client",
"description": "Riak client for PHP (Fork of the official basho/riak due to maintainer significant inactivity)",
"type": "library",
"keywords": [
"basho",
Expand All @@ -14,20 +14,26 @@
"crdt",
"data"
],
"homepage": "http://basho.com/riak/",
"homepage": "https://github.com/PHPSocialNetwork/riak-php-client",
"license": "Apache-2.0",
"authors": [
{
"name": "Georges.L",
"email": "[email protected]",
"homepage": "https://github.com/Geolim4",
"role": "Maintainer"
},
{
"name": "Christopher Mancini",
"email": "[email protected]",
"homepage": "https://github.com/christophermancini",
"role": "Lead Developer"
"role": "Former Lead Developer"
},
{
"name": "Alex Moore",
"email": "[email protected]",
"homepage": "https://github.com/alexmoore",
"role": "Developer"
"role": "Former Developer"
}
],
"autoload": {
Expand All @@ -37,7 +43,10 @@
"psr-4": {"Basho\\Tests\\": "tests/"}
},
"support": {
"issues": "https://github.com/basho/riak-php-client/issues"
"issues": "https://github.com/PHPSocialNetwork/riak-php-client/issues"
},
"conflict": {
"basho/riak": "*"
},
"require": {
"php": ">=5.4",
Expand Down

0 comments on commit cc1ea7d

Please sign in to comment.