File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/Shift31/LaravelElasticsearch Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- Laravel Elasticsearch Service Provider (4.5.0 )
1+ Laravel Elasticsearch Service Provider (4.5.1 )
22================================================
33[ ![ Latest Stable Version] ( https://poser.pugx.org/shift31/laravel-elasticsearch/v/stable )] ( https://packagist.org/packages/shift31/laravel-elasticsearch )
44[ ![ Total Downloads] ( https://poser.pugx.org/shift31/laravel-elasticsearch/downloads )] ( https://packagist.org/packages/shift31/laravel-elasticsearch )
Original file line number Diff line number Diff line change 88 }
99 ],
1010 "require" : {
11- "php" : " >=5.6 <=7.1 " ,
11+ "php" : " >=5.6" ,
1212 "laravel/framework" : " ~4.2.0" ,
1313 "elasticsearch/elasticsearch" : " ~5.0"
1414 },
Original file line number Diff line number Diff line change 77
88class ElasticsearchServiceProvider extends ServiceProvider
99{
10- const VERSION = '4.5.0 ' ;
10+ const VERSION = '4.5.1 ' ;
1111
1212 /**
1313 * @inheritdoc
You can’t perform that action at this time.
0 commit comments