Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Introduce Support for the WindowsAzure PHP SDK, deprecate the old Win…
Browse files Browse the repository at this point in the history
…dowsAzureTable support.
  • Loading branch information
beberlei committed Jan 27, 2013
1 parent 948f402 commit a21f94d
Show file tree
Hide file tree
Showing 5 changed files with 1,090 additions and 11 deletions.
13 changes: 10 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@
"require": {
"doctrine/common": "*"
},
"require-dev": {
"riak/riak-client": "dev-master",
"microsoft/windowsazure": "dev-master"
},
"repositories": [
{
"type": "pear",
"url": "http://pear.php.net"
}
],
"suggest": {
"riak/riak-client": "to use the Riak storage"
},
"require-dev": {
"riak/riak-client": "dev-master"
},
"description": "Simple Key-Value Store Abstraction Layer that maps to PHP objects, allowing for many backends.",
"license": "MIT",
"autoload": {
Expand Down
Loading

0 comments on commit a21f94d

Please sign in to comment.