From f1f840c3cace51b5e7c7983ad48884d2642e4a57 Mon Sep 17 00:00:00 2001 From: Candas Minareci Date: Sat, 4 Mar 2017 22:45:54 +0200 Subject: [PATCH] Update composer to not limit php support with php 7.1 - Update readme file with new version number - Update service provider with new version number --- README.md | 2 +- composer.json | 2 +- .../LaravelElasticsearch/ElasticsearchServiceProvider.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fd4a91..a2b4f51 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Laravel Elasticsearch Service Provider (4.5.0) +Laravel Elasticsearch Service Provider (4.5.1) ================================================ [![Latest Stable Version](https://poser.pugx.org/shift31/laravel-elasticsearch/v/stable)](https://packagist.org/packages/shift31/laravel-elasticsearch) [![Total Downloads](https://poser.pugx.org/shift31/laravel-elasticsearch/downloads)](https://packagist.org/packages/shift31/laravel-elasticsearch) diff --git a/composer.json b/composer.json index b7e98ca..60b6dc1 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,7 @@ } ], "require": { - "php": ">=5.6 <=7.1", + "php": ">=5.6", "laravel/framework": "~4.2.0", "elasticsearch/elasticsearch": "~5.0" }, diff --git a/src/Shift31/LaravelElasticsearch/ElasticsearchServiceProvider.php b/src/Shift31/LaravelElasticsearch/ElasticsearchServiceProvider.php index 24730be..6351863 100644 --- a/src/Shift31/LaravelElasticsearch/ElasticsearchServiceProvider.php +++ b/src/Shift31/LaravelElasticsearch/ElasticsearchServiceProvider.php @@ -7,7 +7,7 @@ class ElasticsearchServiceProvider extends ServiceProvider { - const VERSION = '4.5.0'; + const VERSION = '4.5.1'; /** * @inheritdoc