From 850640eafa48f7c4edc1e368b2906869db339231 Mon Sep 17 00:00:00 2001 From: "Thomas A. Hirsch" Date: Fri, 30 Dec 2022 10:26:28 +0100 Subject: [PATCH] php 8 allowed --- composer.json | 2 +- composer.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 903e45f..1d49ebc 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "^7.0", + "php": "^7.0 || ^8.0", "ext-mbstring": "*" }, "require-dev": { diff --git a/composer.lock b/composer.lock index a035fd1..2eeb4a8 100644 --- a/composer.lock +++ b/composer.lock @@ -1,10 +1,10 @@ { "_readme": [ "This file locks the dependencies of your project to a known state", - "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", + "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "489066c7efa502aba22d53ca08a0f97a", + "content-hash": "02aca3898108ebb8a7bc27f27b6c4302", "packages": [], "packages-dev": [ { @@ -48,6 +48,10 @@ } ], "description": "Yeah, testies: a lightweight library for quick, simple unit-testing", + "support": { + "issues": "https://github.com/mindplay-dk/testies/issues", + "source": "https://github.com/mindplay-dk/testies/tree/master" + }, "time": "2016-05-09T09:41:04+00:00" } ], @@ -55,9 +59,11 @@ "minimum-stability": "stable", "stability-flags": [], "prefer-stable": false, - "prefer-lowest": false, + "prefer-lowest": true, "platform": { - "php": "^7.0" + "php": "^7.0 || ^8.0", + "ext-mbstring": "*" }, - "platform-dev": [] + "platform-dev": [], + "plugin-api-version": "2.3.0" }