forked from basho/riak-php-client
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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": { | ||
|
@@ -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", | ||
|