Skip to content

Commit

Permalink
Merge pull request #1 from voceconnect/composer
Browse files Browse the repository at this point in the history
adding composer.json
Michael Pretty committed Jul 8, 2014
2 parents 66c0ebc + 59d8e42 commit cd1f625
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "voceconnect/wp-large-options",
"description": "You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.",
"license": "GPL-2.0+",
"authors": [
{
"name": "Mike Pretty",
"email": "[email protected]"
}
],
"autoload": {
"files": ["wp-large-options.php"]
}
}

0 comments on commit cd1f625

Please sign in to comment.