all repos — wp-ffpc @ f64c17a8f905c844b08c973e1c32a57bc6c62e42

Merge pull request #36 from b3it/heroku

Add composer.json
Peter Molnar hello@petermolnar.eu
Fri, 05 Jun 2015 09:47:02 +0100
commit

f64c17a8f905c844b08c973e1c32a57bc6c62e42

parent

0da7a83f0eed0310639f67d6c9efe3120eb8da10

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" + } +}