From 1ec1456f9f88eaf8976e5b6acbb96d816044c17c Mon Sep 17 00:00:00 2001 From: Justin Reherman Date: Mon, 8 May 2017 13:16:19 -0400 Subject: [PATCH] Seriously this time! (#12) * Update dependencies * Remove support for PHP 5.6 Note: The application should still work on 5.6 tests are not executed on that version anymore. * Update composer lock --- composer.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.lock b/composer.lock index 05529bd..d931529 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": "962ec158c9f7af949d3bd857cb68baf3", + "content-hash": "f6ebe8184cb1589f6db159a48e6768cf", "packages": [ { "name": "composer/ca-bundle", @@ -2744,7 +2744,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.6" + "php": ">=7.0" }, "platform-dev": [] }