Skip to content

Commit 14f5f37

Browse files
committed
Fix composer.json
1 parent 2eb2268 commit 14f5f37

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/vendor/

composer.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
{
2-
"name": "spiritedmedia/redis-full-page-cache-purger",
3-
"description": "Purges keys from Redis when certain WordPress events happen. Pairs well with EasyEngine.",
4-
"keywords": ["redis", "caching", "purge"],
5-
"homepage": "https://github.com/spiritedmedia/redis-full-page-cache-purger",
6-
"license": "GPL-2.0+",
7-
"authors": [
8-
{
9-
"name": "Russell Heimlich",
10-
"email": "russell@spiritedmedia.com"
11-
},
12-
{
13-
"name": "Chris Montgomery",
14-
"email": "montchr@spiritedmedia.com"
2+
"name": "spiritedmedia/redis-full-page-cache-purger",
3+
"description": "Purges keys from Redis when certain WordPress events happen. Pairs well with EasyEngine.",
4+
"type": "wordpress-plugin",
5+
"license": "GPLv3",
6+
"authors": [
7+
{
8+
"name": "Russell Heimlich",
9+
"email": "russell@spiritedmedia.com"
10+
},
11+
{
12+
"name": "Chris Montgomery",
13+
"email": "montchr@spiritedmedia.com"
14+
}
15+
],
16+
"minimum-stability": "dev",
17+
"require": {
18+
"php": ">=5.3.2",
19+
"composer/installers": "v1.0.6"
1520
}
16-
],
17-
"type": "wordpress-plugin",
18-
"require": {
19-
"php": ">=5.3.2",
20-
"composer/installers": "v1.0.6"
21-
}
2221
}

0 commit comments

Comments
 (0)