Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
*.swp
config.ini
.DS_Store
*.esproj/
.idea/
iron.json
vendor
34 changes: 0 additions & 34 deletions build.php

This file was deleted.

58 changes: 30 additions & 28 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
{
"name": "iron-io/iron_cache",
"type": "library",
"description": "Client binding for IronCache (A key/value store in the cloud)",
"keywords": ["cache","iron_cache","iron","store","cloud storage"],
"homepage": "http://github.com/iron-io/iron_cache_php",
"license": "MIT",
"authors": [
{
"name": "Alexander S",
"email": "alexander@iron.io",
"homepage": "http://iron.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0",
"iron-io/iron_core": "0.*"
},
"autoload": {
"files": ["IronCache.class.php"]
},
"repositories":[
{
"type":"git",
"url":"http://github.com/iron-io/iron_cache_php"
}
]
}
"name": "iron-io/iron_cache",
"type": "library",
"description": "Client binding for IronCache (A key/value store in the cloud)",
"keywords": [
"cache",
"iron_cache",
"iron",
"store",
"cloud storage"
],
"homepage": "http://github.com/iron-io/iron_cache_php",
"license": "MIT",
"authors": [
{
"name": "Alexander S",
"email": "alexander@iron.io",
"homepage": "http://iron.io",
"role": "Developer"
}
],
"require": {
"php": ">=5.2.0",
"iron-io/iron_core": "1.0.*"
},
"autoload": {
"psr-4": {
"IronCache\\": "src/"
}
}
}
Binary file removed iron_cache.phar
Binary file not shown.
Loading