Skip to content

Commit 9acd649

Browse files
committed
Merge pull request #11 from alejandroschmechel/master
Little fixes to work properly with json
2 parents 3c8dcba + 48dc6ec commit 9acd649

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "kvz/cakephp-elasticsearch-plugin",
2+
"name": "kvz/elasticsearch",
33
"type": "cakephp-plugin",
44
"keywords": ["cakephp", "Elastic", "Search", "ElasticSearch", "ElasticPlugin"],
55
"description": "CakePHP Plugin for ElasticSearch",

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ cd ${REPO_ROOT}
4141
git submodule add git://github.com/kvz/cakephp-elasticsearch-plugin.git ${YOURAPP}/Plugin/Elasticsearch
4242
```
4343

44+
Using composer
45+
```bash
46+
"require": {
47+
"kvz/elasticsearch": "dev-master"
48+
}
49+
```
50+
4451
## Integration
4552

4653
### Database

0 commit comments

Comments
 (0)