From 8a6374689c3cdf0edaecef9f43a888a12f511e3a Mon Sep 17 00:00:00 2001 From: Raminder Singh Date: Fri, 13 May 2022 14:53:59 +1000 Subject: [PATCH] added php 8 in installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5fd4ad..3a17a8c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ A container class for immutable settings objects. Not a DI container. PHP 7.4+ ```json { "require": { - "php": "^7.4", + "php": "^7.4 || ^8", "chillerlan/php-settings-container": "dev-main" } }