Merge pull request #36 from b3it/heroku

Add composer.json
This commit is contained in:
Peter Molnar 2015-06-05 09:47:02 +01:00
commit f64c17a8f9
2 changed files with 13 additions and 0 deletions

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
vendor
composer.lock

11
composer.json Normal file
View file

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