Skip to content

Commit cb3ea0b

Browse files
authored
Update composer.json
1 parent 88ea558 commit cb3ea0b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

composer.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"name": "rgoro/cakephp-queue",
2+
"name": "pablohaedo/cakephp-queue",
33
"type": "cakephp-plugin",
44
"description": "The Queue plugin for CakePHP provides deferred task execution. This is a MongoDB implementation.",
55
"keywords": ["cakephp","queue","deferred tasks","background","mongodb"],
66
"homepage": "http://github.com/rgoro/cakephp-queue",
77
"license": "MIT",
88
"authors": [
9+
{
10+
"name": "Pablo Haedo",
11+
"homepage": "https://github.com/pablohaedo",
12+
"role": "Contributor"
13+
},
914
{
1015
"name": "Román Gorojovsky Sánchez",
1116
"homepage": "https://github.com/rgoro",
@@ -24,7 +29,7 @@
2429
],
2530
"require": {
2631
"cakephp/cakephp": "^3.2",
27-
"php": ">=5.5",
32+
"php": ">=5.6",
2833
"lewestopher/cakephp-monga": "^0.5.0"
2934
},
3035
"require-dev": {

0 commit comments

Comments
 (0)