Skip to content

Commit

Permalink
Require PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Oct 13, 2023
1 parent 24a6585 commit 218c898
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ composer require brick/phonenumber

## Requirements

This library requires PHP 7.4 or later.
This library requires PHP 8.1 or later.

For PHP 7.4 and PHP 8.0 support, use version `0.5`.
For PHP 7.1 support, use version `0.4`.
For PHP 5.6 and PHP 7.0 support, use version `0.1`.
Note that [these PHP versions are EOL](http://php.net/supported-versions.php) and not supported anymore. If you're still using one of these PHP versions, you should consider upgrading as soon as possible.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"license": "MIT",
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.1",
"ext-json": "*",
"giggsey/libphonenumber-for-php": "^7.0 || ^8.0"
},
Expand Down

0 comments on commit 218c898

Please sign in to comment.