all repos — wp-ffpc @ f0c71ec39611f0ae275a0126ccc6ac9ac7b568cf

Merge branch 'master' of github:/petermolnar/wp-ffpc
Peter Molnar hello@petermolnar.eu
Fri, 05 Jun 2015 09:51:24 +0100
commit

f0c71ec39611f0ae275a0126ccc6ac9ac7b568cf

parent

d715c6fbaf69c9eec8d44de611a50ac064240ca9

2 files changed, 13 insertions(+), 0 deletions(-)

jump to
A .gitignore

@@ -0,0 +1,2 @@

+vendor +composer.lock
A 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" + } +}