Skip to content

Commit 2e72eda

Browse files
authored
Merge pull request #48 from candasm/4.5
Update composer to not limit php support with php 7.1
2 parents 453b87e + f1f840c commit 2e72eda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
},

src/Shift31/LaravelElasticsearch/ElasticsearchServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
class ElasticsearchServiceProvider extends ServiceProvider
99
{
10-
const VERSION = '4.5.0';
10+
const VERSION = '4.5.1';
1111

1212
/**
1313
* @inheritdoc

0 commit comments

Comments
 (0)