Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dmhendricks committed Jul 19, 2017
1 parent af42145 commit 3f181e1
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "dmhendricks/wordpress-output-buffering",
"type": "wordpress-plugin",
"description": "A simple mu-plugin that buffers the entire WP process, capturing the final output for manipulation.",
"keywords": ["wordpress", "plugin", "mu-plugin", "output", "buffering"],
"homepage": "https://github.com/dmhendricks/wordpress-output-buffering",
"license": "GPL-2.0",
"authors": [
{
"name": "kfriend",
"homepage": "https://stackoverflow.com/users/419673/kfriend",
"role": "Developer"
},
{
"name": "Daniel M. Hendricks",
"homepage": "https://danhendricks.com",
"role": "Contributor"
}
],
"support": {
"issues": "https://github.com/dmhendricks/wordpress-output-buffering/issues/",
"source": "https://github.com/dmhendricks/wordpress-output-buffering/"
},
"require": {
"php": ">=5.3.2"
}
}

0 comments on commit 3f181e1

Please sign in to comment.