Skip to content

Commit

Permalink
Merge pull request #49 from candasm/4.2
Browse files Browse the repository at this point in the history
Update composer.json to support php7.
  • Loading branch information
candasm authored Mar 5, 2017
2 parents 31f3c1b + 1f87f37 commit 8cc1a96
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.2.1)
Laravel Elasticsearch Service Provider (4.2.2)
================================================
[![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.4.0 <=7.0",
"php": ">=5.4.0",
"laravel/framework": "~4.2.0",
"elasticsearch/elasticsearch": "~2.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.2.1';
const VERSION = '4.2.2';

/**
* @inheritdoc
Expand Down

0 comments on commit 8cc1a96

Please sign in to comment.