Add composer.json
This commit is contained in:
parent
c8589b3a54
commit
a4c870cc0c
2 changed files with 13 additions and 0 deletions
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
vendor
|
||||||
|
composer.lock
|
11
composer.json
Normal file
11
composer.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue