|
1 | 1 | { |
2 | | - "name": "pdphilip/elasticsearch", |
3 | | - "description": "An Elasticsearch implementation of Laravel's Eloquent ORM", |
4 | | - "keywords": [ |
5 | | - "laravel", |
6 | | - "eloquent", |
7 | | - "elasticsearch", |
8 | | - "elastic", |
9 | | - "database", |
10 | | - "model" |
11 | | - ], |
12 | | - "homepage": "https://github.com/pdphilip/laravel-elasticsearch", |
13 | | - "authors": [ |
14 | | - { |
15 | | - "name": "David Philip", |
16 | | - |
17 | | - "homepage": "https://github.com/pdphilip" |
18 | | - } |
19 | | - ], |
20 | | - "license": "MIT", |
21 | | - "require": { |
22 | | - "illuminate/support": "^7.0", |
23 | | - "illuminate/container": "^7.0", |
24 | | - "illuminate/database": "^7.0", |
25 | | - "illuminate/events": "^7.0", |
26 | | - "elasticsearch/elasticsearch": "^7.16", |
27 | | - "ongr/elasticsearch-dsl": "^7.2" |
28 | | - }, |
29 | | - "require-dev": { |
30 | | - }, |
31 | | - "autoload": { |
32 | | - "psr-4": { |
33 | | - "PDPhilip\\Elasticsearch\\": "src/" |
34 | | - } |
35 | | - }, |
36 | | - "extra": { |
37 | | - "laravel": { |
38 | | - "providers": [ |
39 | | - "PDPhilip\\Elasticsearch\\ElasticServiceProvider" |
40 | | - ] |
41 | | - } |
| 2 | + "name": "pdphilip/elasticsearch", |
| 3 | + "description": "An Elasticsearch implementation of Laravel's Eloquent ORM", |
| 4 | + "keywords": [ |
| 5 | + "laravel", |
| 6 | + "eloquent", |
| 7 | + "elasticsearch", |
| 8 | + "elastic", |
| 9 | + "database", |
| 10 | + "model" |
| 11 | + ], |
| 12 | + "homepage": "https://github.com/pdphilip/laravel-elasticsearch", |
| 13 | + "authors": [ |
| 14 | + { |
| 15 | + "name": "David Philip", |
| 16 | + |
| 17 | + "homepage": "https://github.com/pdphilip" |
42 | 18 | } |
| 19 | + ], |
| 20 | + "license": "MIT", |
| 21 | + "require": { |
| 22 | + "illuminate/support": "^7.0", |
| 23 | + "illuminate/container": "^7.0", |
| 24 | + "illuminate/database": "^7.0", |
| 25 | + "illuminate/events": "^7.0", |
| 26 | + "elasticsearch/elasticsearch": "8.7" |
| 27 | + }, |
| 28 | + "require-dev": { |
| 29 | + }, |
| 30 | + "autoload": { |
| 31 | + "psr-4": { |
| 32 | + "PDPhilip\\Elasticsearch\\": "src/" |
| 33 | + } |
| 34 | + }, |
| 35 | + "extra": { |
| 36 | + "laravel": { |
| 37 | + "providers": [ |
| 38 | + "PDPhilip\\Elasticsearch\\ElasticServiceProvider" |
| 39 | + ] |
| 40 | + } |
| 41 | + } |
43 | 42 | } |
0 commit comments