From 11ac219d0ba040b80c16d06b5b2eea2fe75a4463 Mon Sep 17 00:00:00 2001 From: Daniel Hendricks Date: Sun, 1 Jul 2018 08:59:55 -0500 Subject: [PATCH] Removed composer.json --- composer.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 composer.json diff --git a/composer.json b/composer.json deleted file mode 100644 index b327b41..0000000 --- a/composer.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "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" - } -}