Skip to content

Commit 4573b4d

Browse files
committed
First test - tried on Match
1 parent 60fda35 commit 4573b4d

File tree

5 files changed

+432
-5
lines changed

5 files changed

+432
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
{
22
"name": "spameri/elastic-query",
3+
"description": "Objects instead of arrays for querying to ElasticSearch.",
34
"authors": [
45
{
5-
"name": "VBoss",
6+
"name": "Václav Čevela",
67
"email": "vcevela@gmail.com"
78
}
89
],
10+
"support": {
11+
"issues": "https://github.com/Spameri/ElasticQuery/issues"
12+
},
913
"require": {
14+
"php": ">=7.1",
1015
"elasticsearch/elasticsearch": "^6.0"
1116
},
1217
"require-dev": {
13-
"phpstan/phpstan-shim": "^0.9.1",
14-
"nette/tester": "^2.0",
15-
"slevomat/coding-standard": "^4.0"
18+
"phpstan/phpstan-shim": "v0.10.3",
19+
"nette/tester": "v2.1.0"
1620
},
1721
"autoload": {
1822
"psr-4": {
19-
"Spameri\\": "src"
23+
"Spameri\\ElasticQuery\\": "src"
2024
}
2125
},
2226
"autoload-dev": {

0 commit comments

Comments
 (0)