From a4c870cc0c90de3b44b52369bc5a6e0da4e47768 Mon Sep 17 00:00:00 2001 From: Tom Castleman Date: Thu, 19 Feb 2015 13:05:33 +0000 Subject: [PATCH] Add composer.json --- .gitignore | 2 ++ composer.json | 11 +++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitignore create mode 100644 composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7579f74 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +vendor +composer.lock diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..061ddd0 --- /dev/null +++ b/composer.json @@ -0,0 +1,11 @@ +{ + "name": "petermolnar/wp-ffpc", + "type": "wordpress-plugin", + "homepage": "https://github.com/petermolnar/wp-ffpc", + "license": "GPLv3", + "description": "WordPress Plugin WP-FFPC", + "keywords": ["plugin", "cache", "page cache", "full page cache", "nginx", "memcached", "apc", "speed"], + "require": { + "composer/installers": "~1.0.0" + } +} \ No newline at end of file