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 )
2
2
================================================
3
3
[ ![ Latest Stable Version] ( https://poser.pugx.org/shift31/laravel-elasticsearch/v/stable )] ( https://packagist.org/packages/shift31/laravel-elasticsearch )
4
4
[ ![ 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 8
8
}
9
9
],
10
10
"require" : {
11
- "php" : " >=5.6 <=7.1 " ,
11
+ "php" : " >=5.6" ,
12
12
"laravel/framework" : " ~4.2.0" ,
13
13
"elasticsearch/elasticsearch" : " ~5.0"
14
14
},
Original file line number Diff line number Diff line change 7
7
8
8
class ElasticsearchServiceProvider extends ServiceProvider
9
9
{
10
- const VERSION = '4.5.0 ' ;
10
+ const VERSION = '4.5.1 ' ;
11
11
12
12
/**
13
13
* @inheritdoc
You can’t perform that action at this time.
0 commit comments