Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"require": {
"php": ">=8.0",
"php": ">=8.1",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.3||^7.0",
"symfony/cache": "^6.3",
Expand Down
Loading