Skip to content

Commit 6fff742

Browse files
author
luka8088
committed
Initial commit
0 parents  commit 6fff742

File tree

2 files changed

+399
-0
lines changed

2 files changed

+399
-0
lines changed

Diff for: composer.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "luka8088/php-simple-elastic-search",
3+
"description": "Simple wrapper for elasticsearch.",
4+
"authors": [
5+
{
6+
"name": "Luka Unuk (luka8088)",
7+
"email": "[email protected]"
8+
}
9+
],
10+
"require": {
11+
"php": ">=5.3.0",
12+
"ruflin/Elastica": "dev-master"
13+
},
14+
"repositories": [
15+
{
16+
"type": "vcs",
17+
"url": "https://github.com/ruflin/Elastica.git"
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)