Skip to content

Commit

Permalink
Updating repo structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed May 1, 2015
1 parent 9ef8be4 commit f373071
Show file tree
Hide file tree
Showing 12 changed files with 1,303 additions and 117 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
*~
*.bak

# Composer
vendor/

# Node
node_modules/
npm-debug.log
Expand Down
674 changes: 674 additions & 0 deletions LICENSE.txt

Large diffs are not rendered by default.

96 changes: 46 additions & 50 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,55 +1,51 @@
{
"name" : "websharks/zencache-pro",
"homepage" : "https://github.com/websharks/zencache-pro",
"description" : "A popular caching plugin for WordPress.",
"keywords" : [
"websharks",
"zencache",
"wordpress",
"caching",
"cache"
],
"type" : "library",
"license" : "GPL-3.0+",
"authors" : [
{
"name" : "websharks",
"homepage": "http://websharks-inc.com/",
"role" : "company"
},
{
"name" : "jaswsinc",
"homepage": "http://jaswsinc.com/",
"role" : "developer"
},
{
"name" : "raamdev",
"homepage": "http://raam.org/",
"role" : "developer"
}
],
"support" : {
"source": "https://github.com/websharks/zencache-pro",
"issues": "https://github.com/websharks/zencache-pro/issues"
},
"name": "websharks/zencache-pro",
"homepage": "https://github.com/websharks/zencache-pro",
"description": "A popular caching plugin for WordPress.",
"keywords": [
"websharks",
"zencache",
"wordpress",
"caching",
"cache"
],
"type": "library",
"license": "GPL-3.0+",
"authors": [{
"name": "websharks",
"homepage": "http://websharks-inc.com/",
"role": "company"
}, {
"name": "jaswsinc",
"homepage": "http://jaswsinc.com/",
"role": "developer"
}, {
"name": "raamdev",
"homepage": "http://raam.org/",
"role": "developer"
}],
"support": {
"source": "https://github.com/websharks/zencache-pro",
"issues": "https://github.com/websharks/zencache-pro/issues"
},

"require" : {
"php" : ">=5.3",
"phing/phing" : "dev-master",
"websharks/wp-php-rv" : "dev-master",
"websharks/html-compressor": "dev-master",
"websharks/sharkicons" : "dev-master"
},
"minimum-stability": "dev",
"prefer-stable" : true,
"require": {
"php": ">=5.3",
"phing/phing": "dev-master",
"websharks/wp-php-rv": "dev-master",
"websharks/html-compressor": "dev-master",
"websharks/sharkicons": "dev-master"
},
"minimum-stability": "dev",
"prefer-stable": true,

"autoload" : {
"psr-4": {
"WebSharks\\ZenCache\\Pro\\": "src/includes/classes/"
}
},
"autoload": {
"psr-4": {
"WebSharks\\ZenCache\\Pro\\": "src/includes/classes/"
}
},

"config" : {
"vendor-dir": "src/includes/vendor"
}
"config": {
"vendor-dir": "src/vendor"
}
}
Loading

0 comments on commit f373071

Please sign in to comment.