We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a9d5a commit 2bfc045Copy full SHA for 2bfc045
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "ongr/elasticsearch-bundle",
+ "name": "handcraftedinthealps/elasticsearch-bundle",
3
"description": "Elasticsearch bundle for Symfony.",
4
"type": "symfony-bundle",
5
"homepage": "http://ongr.io",
@@ -8,6 +8,10 @@
8
9
"name": "ONGR team",
10
"homepage": "http://www.ongr.io"
11
+ },
12
+ {
13
+ "name": "Handcrafted in the Alps Team",
14
+ "homepage": "https://github.com/handcraftedinthealps/ElasticsearchBundle/graphs/contributors"
15
}
16
],
17
"require": {
@@ -44,6 +48,9 @@
44
48
"psr-4": { "ONGR\\ElasticsearchBundle\\": "" },
45
49
"exclude-from-classmap": ["/Tests/", "/Test/"]
46
50
},
51
+ "replace": {
52
+ "ongr/elasticsearch-bundle": "self.version"
53
47
54
"minimum-stability": "dev",
55
"extra": {
56
"branch-alias": {
0 commit comments