From ad61230549302d846014bae5f55b71ae572de6bd Mon Sep 17 00:00:00 2001 From: tg666 Date: Wed, 4 Jan 2023 00:29:15 +0100 Subject: [PATCH] Added PHP `8.1` into `composer.json` and support warning into the README --- README.md | 2 ++ composer.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4523d38..f2425cf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> :warning: Warning! This package does not have active support, it exists only for the historical needs of the author. + # i18n [![Build Status][ico-travis]][link-travis] diff --git a/composer.json b/composer.json index 8d5bdd8..5ee6f3a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,7 @@ } ], "require": { - "php": "^7.3", + "php": "^7.3 || ^8.1", "ext-json": "*", "nette/di": "^3.0.3", "nette/http": "^3.0",