11{
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" : " ^8.0" ,
23- "illuminate/container" : " ^8.0" ,
24- "illuminate/database" : " ^8.0" ,
25- "illuminate/events" : " ^8.0" ,
26- "elasticsearch/elasticsearch" : " 8.10"
27- },
28- "require-dev" : {},
29- "autoload" : {
30- "psr-4" : {
31- "PDPhilip\\ Elasticsearch\\ " : " src/"
32- }
33- },
34- "extra" : {
35- "laravel" : {
36- "providers" : [
37- " PDPhilip\\ Elasticsearch\\ ElasticServiceProvider"
38- ]
39- }
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"
4018 }
19+ ],
20+ "license" : " MIT" ,
21+ "require" : {
22+ "illuminate/support" : " ^8.0" ,
23+ "illuminate/container" : " ^8.0" ,
24+ "illuminate/database" : " ^8.0" ,
25+ "illuminate/events" : " ^8.0" ,
26+ "elasticsearch/elasticsearch" : " 8.10"
27+ },
28+ "require-dev" : {},
29+ "autoload" : {
30+ "psr-4" : {
31+ "PDPhilip\\ Elasticsearch\\ " : " src/"
32+ }
33+ },
34+ "extra" : {
35+ "laravel" : {
36+ "providers" : [
37+ " PDPhilip\\ Elasticsearch\\ ElasticServiceProvider"
38+ ]
39+ }
40+ }
4141}
0 commit comments