From 92137152c56e4eae695237e84d8ce73dabafb585 Mon Sep 17 00:00:00 2001 From: Maxime Rault Date: Fri, 28 Sep 2018 16:31:48 +0200 Subject: [PATCH] Laravel 5.7 compatibility --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0b1a21..7b26443 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ It provides DB2 Connection by extending the Illuminate Database component of the Add laravel-db2 to your composer.json file: ``` "require": { - "cooperl/laravel-db2": "~5.6" + "cooperl/laravel-db2": "~5.7" } ``` Use [composer](http://getcomposer.org) to install this package.