Skip to content

Commit 91d2520

Browse files
committed
add php8 support
1 parent aee4dd4 commit 91d2520

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

composer.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "enqueue/elastica-bundle",
2+
"name": "indjeto/elastica-bundle",
33
"type": "symfony-bundle",
44
"description": "The bundle adds extra features to FOSElasticaBundle bundle",
55
"keywords": ["elasticsearch", "elastica", "fos", "performance"],
@@ -21,5 +21,11 @@
2121
"branch-alias": {
2222
"dev-master": "0.10.x-dev"
2323
}
24-
}
24+
},
25+
"repositories": [
26+
{
27+
"url": "https://github.com/indjeto/enqueue-elastica-bundle.git",
28+
"type": "git"
29+
}
30+
]
2531
}

0 commit comments

Comments
 (0)