From 1a1d0656fc68ff57affc3b1ff7792d593aa153e8 Mon Sep 17 00:00:00 2001 From: Sang Nguyen Date: Thu, 28 Feb 2019 16:17:56 +0700 Subject: [PATCH 1/2] Add support Laravel 5.8 --- composer.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.json b/composer.json index 58a9644d..e72700f0 100644 --- a/composer.json +++ b/composer.json @@ -27,13 +27,13 @@ ], "require": { "php": ">=5.6.4", - "illuminate/config": "5.4.*|5.5.*|5.6.*|5.7.*", - "illuminate/contracts": "5.4.*|5.5.*|5.6.*|5.7.*", - "illuminate/http": "5.4.*|5.5.*|5.6.*|5.7.*", - "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*", - "illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*", - "illuminate/validation": "5.4.*|5.5.*|5.6.*|5.7.*", - "illuminate/view": "5.4.*|5.5.*|5.6.*|5.7.*" + "illuminate/config": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/contracts": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/http": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/support": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/translation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/validation": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*", + "illuminate/view": "5.4.*|5.5.*|5.6.*|5.7.*|5.8.*" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.10", From c3820b04790537715e9b668f71674dfb968ad2cf Mon Sep 17 00:00:00 2001 From: Sang Nguyen Date: Thu, 28 Feb 2019 16:18:40 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cba7f3f..391973ec 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ You can validate forms automatically referencing it to your defined validations. | Laravel Version | Package Version | | --------------- | --------------- | +| `5.8` | `2.x (>2.4.0)` | +| `5.7` | `2.x (>2.3.1)` | | `5.6` | `2.x (>2.2.0)` | | `5.5` | `2.x (>2.1.0)` | | `5.4` | `2.x` |