Skip to content

Commit

Permalink
fix php version
Browse files Browse the repository at this point in the history
composer.json has ^8.1
  • Loading branch information
tacman authored Apr 5, 2024
1 parent 0fdccd0 commit 1bcd9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1bcd9f0

Please sign in to comment.