Skip to content

Commit 2bfc045

Browse files
Update handcrafted fork replacement on packagist
1 parent 17a9d5a commit 2bfc045

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ongr/elasticsearch-bundle",
2+
"name": "handcraftedinthealps/elasticsearch-bundle",
33
"description": "Elasticsearch bundle for Symfony.",
44
"type": "symfony-bundle",
55
"homepage": "http://ongr.io",
@@ -8,6 +8,10 @@
88
{
99
"name": "ONGR team",
1010
"homepage": "http://www.ongr.io"
11+
},
12+
{
13+
"name": "Handcrafted in the Alps Team",
14+
"homepage": "https://github.com/handcraftedinthealps/ElasticsearchBundle/graphs/contributors"
1115
}
1216
],
1317
"require": {
@@ -44,6 +48,9 @@
4448
"psr-4": { "ONGR\\ElasticsearchBundle\\": "" },
4549
"exclude-from-classmap": ["/Tests/", "/Test/"]
4650
},
51+
"replace": {
52+
"ongr/elasticsearch-bundle": "self.version"
53+
},
4754
"minimum-stability": "dev",
4855
"extra": {
4956
"branch-alias": {

0 commit comments

Comments
 (0)