Skip to content

Commit 659bd43

Browse files
committed
chore: rename package to jooola/celery-php
1 parent 729b99b commit 659bd43

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

composer.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
2-
"name": "massivescale/celery-php",
2+
"name": "jooola/celery-php",
33
"type": "library",
44
"description": "PHP client for Celery task queue",
5-
"keywords": ["celery", "amqp", "task", "cron", "queue", "redis", "python"],
5+
"keywords": [
6+
"celery",
7+
"amqp",
8+
"task",
9+
"cron",
10+
"queue",
11+
"redis",
12+
"python"
13+
],
614
"homepage": "https://github.com/gjedeer/celery-php/",
715
"support": {
816
"issues": "https://github.com/gjedeer/celery-php/issues",
@@ -46,4 +54,4 @@
4654
"dev-master": "3.0-dev"
4755
}
4856
}
49-
}
57+
}

0 commit comments

Comments
 (0)