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