|
1 | 1 | {
|
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" |
15 | 20 | }
|
16 |
| - ], |
17 |
| - "type": "wordpress-plugin", |
18 |
| - "require": { |
19 |
| - "php": ">=5.3.2", |
20 |
| - "composer/installers": "v1.0.6" |
21 |
| - } |
22 | 21 | }
|
0 commit comments