From fa9be89655037690048544be2d9d5fde33c7ce0f Mon Sep 17 00:00:00 2001 From: Artem Petrusenko Date: Thu, 18 Apr 2019 11:46:54 +0800 Subject: [PATCH 1/2] Add laravel 5.8 support --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 617666d..2d8771c 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ "php": ">=7.0", "elasticsearch/elasticsearch": "~5.3.0", "ongr/elasticsearch-dsl": "5.*", - "illuminate/container": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "illuminate/console": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "illuminate/pagination": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*", - "illuminate/database": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*" + "illuminate/container": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/console": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/pagination": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/database": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" }, "require-dev": { "phpunit/phpunit": "~4.0", From 96523a228754436d65830ca7b699a895e6a84d09 Mon Sep 17 00:00:00 2001 From: Artem Petrusenko Date: Thu, 19 Sep 2019 15:48:43 +0300 Subject: [PATCH 2/2] Add laravel 6.0 support --- composer.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 2d8771c..2af3672 100644 --- a/composer.json +++ b/composer.json @@ -15,12 +15,12 @@ "php": ">=7.0", "elasticsearch/elasticsearch": "~5.3.0", "ongr/elasticsearch-dsl": "5.*", - "illuminate/container": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/console": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/pagination": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", - "illuminate/database": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" + "illuminate/container": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*", + "illuminate/contracts": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*", + "illuminate/console": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*", + "illuminate/pagination": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*", + "illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*", + "illuminate/database": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.0.*" }, "require-dev": { "phpunit/phpunit": "~4.0",