Skip to content

Commit

Permalink
Merge pull request #48 from candasm/4.5
Browse files Browse the repository at this point in the history
Update composer to not limit php support with php 7.1
  • Loading branch information
candasm authored Mar 5, 2017
2 parents 453b87e + f1f840c commit 2e72eda
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}
],
"require": {
"php": ">=5.6 <=7.1",
"php": ">=5.6",
"laravel/framework": "~4.2.0",
"elasticsearch/elasticsearch": "~5.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class ElasticsearchServiceProvider extends ServiceProvider
{
const VERSION = '4.5.0';
const VERSION = '4.5.1';

/**
* @inheritdoc
Expand Down

0 comments on commit 2e72eda

Please sign in to comment.