Skip to content

Commit 8cc1a96

Browse files
authored
Merge pull request #49 from candasm/4.2
Update composer.json to support php7.
2 parents 31f3c1b + 1f87f37 commit 8cc1a96

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.2.1)
1+
Laravel Elasticsearch Service Provider (4.2.2)
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.4.0 <=7.0",
11+
"php": ">=5.4.0",
1212
"laravel/framework": "~4.2.0",
1313
"elasticsearch/elasticsearch": "~2.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.2.1';
10+
const VERSION = '4.2.2';
1111

1212
/**
1313
* @inheritdoc

0 commit comments

Comments
 (0)