Skip to content

Commit

Permalink
Merge pull request #2 from voceconnect/add-composer-installers
Browse files Browse the repository at this point in the history
add composer/installers allows changeing path where package installed
  • Loading branch information
kevinlangleyjr committed Jul 9, 2014
2 parents cd1f625 + 707edeb commit d00531e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
"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+",
"type": "library",
"authors": [
{
"name": "Mike Pretty",
"email": "mpretty@voceconnect.com"
}
],
"require": {
"composer/installers": "~1.0"
},
"autoload": {
"files": ["wp-large-options.php"]
}
Expand Down
2 changes: 1 addition & 1 deletion wp-large-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Description: Allows larger options to be stored in custom post type to prevent
all_options from overflowing 1MB value limit.
Author: prettyboymp, voceplatforms
Version: 1.0
Version: 1.0.1
Author URI: http://www.vocecommunications.com
GNU General Public License, Free Software Foundation <http://creativecommons.org/licenses/GPL/2.0/>
Expand Down

0 comments on commit d00531e

Please sign in to comment.