From 911c48123384b3f74928d6d181375190cca61597 Mon Sep 17 00:00:00 2001 From: Barbara Pitt Date: Sun, 27 Dec 2020 03:10:12 -0600 Subject: [PATCH] composer updates --- composer.json | 1 + composer.lock | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 490b5498..fce5e9a7 100644 --- a/composer.json +++ b/composer.json @@ -2,6 +2,7 @@ "name": "leftypol/leftypol", "description": "An imageboard based on lainchans", "require": { + "php": "5.6.40", "phpunit/phpunit": "^5" }, "scripts":{ diff --git a/composer.lock b/composer.lock index f671350f..bd19e4c1 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "8ccff279f128dadb7c4e24b60c31194a", + "content-hash": "18e1c1169d7719a196dbf162a8d01fb6", "packages": [ { "name": "doctrine/instantiator", @@ -1550,7 +1550,9 @@ "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, - "platform": [], + "platform": { + "php": "5.6.40" + }, "platform-dev": [], "plugin-api-version": "2.0.0" }