From 56806e319da824843265d010b4f7a298f7a77795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emir=20Kars=CC=A7=C4=B1yakal=C4=B1?= Date: Mon, 23 Apr 2018 22:04:35 +0300 Subject: [PATCH] downgraded illuminate database to 5.5 for php 7 support --- composer.json | 2 +- composer.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 30b9d9d..f3ed42d 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "slim/slim": "^3.1", "slim/php-view": "^2.0", "monolog/monolog": "^1.17", - "illuminate/database": "^5.6", + "illuminate/database": "^5.5", "vlucas/phpdotenv": "^2.4", "robmorgan/phinx": "^0.9.2" }, diff --git a/composer.lock b/composer.lock index d875c29..3e354aa 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "content-hash": "f4a1d9e949332ba5d5e8837beb6a7761", + "content-hash": "65641e49df1ad08980377c1385ce1227", "packages": [ { "name": "container-interop/container-interop", @@ -2605,7 +2605,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.1" + "php": ">=7.0" }, "platform-dev": [] }