From 1bcd9f02715298a2637fb7e601856b58e3e453bc Mon Sep 17 00:00:00 2001 From: Tac Tacelosky Date: Fri, 5 Apr 2024 08:44:40 -0400 Subject: [PATCH] fix php version composer.json has ^8.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16876eb..3af0b08 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ echo $egypt->getEmoji(); echo $egypt->getFlag(); $countries = countries(); $whereCountries = \Rinvex\Country\CountryLoader::where('geo.continent', ['OC' => 'Oceania']); ``` -> **Note:** This package is framework-agnostic, so it's compatible with any PHP framework whatsoever without any dependencies at all, except for the PHP version itself **^7.0**. Awesome, huh? :smiley: +> **Note:** This package is framework-agnostic, so it's compatible with any PHP framework whatsoever without any dependencies at all, except for the PHP version itself **^8.1**. Awesome, huh? :smiley: ## Table Of Contents