Skip to content

Commit

Permalink
Master tests should track Elasticsearch master
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jan 7, 2014
1 parent 53df7be commit 6ae948a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"symfony/yaml": "2.4.*@dev",
"satooshi/php-coveralls": "dev-master",
"mikey179/vfsStream": "~1.2",
"elasticsearch/elasticsearch_src" : "*"
"elasticsearch/elasticsearch_src" : "dev-master"
},
"autoload": {
"psr-0": {
Expand All @@ -39,11 +39,11 @@
"package":{
"name":"elasticsearch/elasticsearch_src",
"description":"elasticsearch",
"version":"0.90.9",
"version":"dev-master",
"source":{
"type" : "git",
"url":"git://github.com/elasticsearch/elasticsearch.git",
"reference" : "4050aae925c19500dd442b59f1bca86333571c52"
"reference" : "3cffe334ba6c2be9434c962c6944e74cf31df014"
}
}
}
Expand Down

0 comments on commit 6ae948a

Please sign in to comment.