Skip to content

Commit c5768b2

Browse files
committed
added minimum-stability and branch-alias
1 parent 2a0945f commit c5768b2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"doctrine/cache": "~1.4",
1919
"monolog/monolog": "~1.10",
2020
"elasticsearch/elasticsearch": "^2.1.3",
21-
"ongr/elasticsearch-dsl": "dev-master"
21+
"ongr/elasticsearch-dsl": "~2.0"
2222
},
2323
"require-dev": {
2424
"mikey179/vfsStream": "~1.4",
@@ -29,5 +29,11 @@
2929
"autoload": {
3030
"psr-4": { "ONGR\\ElasticsearchBundle\\": "" },
3131
"exclude-from-classmap": ["/Tests/", "/Test/"]
32+
},
33+
"minimum-stability": "dev",
34+
"extra": {
35+
"branch-alias": {
36+
"dev-master": "1.0-dev"
37+
}
3238
}
3339
}

0 commit comments

Comments
 (0)