From 4538c8fa35a25f15a8bb26eab35d7b7b339f1a83 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Fri, 25 Apr 2025 15:15:07 +0300 Subject: [PATCH 1/2] [fix] minimum PHP version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20cefc2..4212aa3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The free plan is limited to 50,000 requests per month, and doesn't include some #### Installation -The package works with PHP 8 and is available using [Composer](https://getcomposer.org). +The package works with PHP 8.1 and is available using [Composer](https://getcomposer.org). ```shell composer require ipinfo/ipinfo From d438e6c19c9ef869a19d4b9152062cb5e8c931e4 Mon Sep 17 00:00:00 2001 From: Ramil Valitov Date: Fri, 25 Apr 2025 15:15:38 +0300 Subject: [PATCH 2/2] [fix] set minimum PHP version to 8.1 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 94f3a18..5b7e180 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } ], "require": { - "php": ">=8.0", + "php": ">=8.1", "ext-json": "*", "guzzlehttp/guzzle": "^6.3||^7.0", "symfony/cache": "^6.3",