Skip to content

Commit f7b076b

Browse files
committed
Add more info to composer json
1 parent c87df79 commit f7b076b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"name": "deliciousbrains/wp-image-processing-queue",
3+
"description": "Resize WordPress images in the background",
4+
"keywords": ["wordpress", "images", "resize", "crop", "queue"],
5+
"license": "GPLv2",
6+
"authors": [
7+
{
8+
"name": "Delicious Brains",
9+
"email": "nom@deliciousbrains.com"
10+
}
11+
],
312
"require": {
413
"php": ">=5.3.0",
514
"a5hleyrich/wp-queue": "^1.2"

0 commit comments

Comments
 (0)