Skip to content

Commit

Permalink
bump required php version to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 30, 2023
1 parent da5ea09 commit ac67615
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a simple PHP library to help you deal with Europe's VAT rules.

## Installation

[PHP](https://php.net) version 7.3 or higher with the CURL and JSON extension is required.
[PHP](https://php.net) version 8.1 or higher with the CURL and JSON extension is required.

For VAT number existence checking, the PHP SOAP extension is required as well.

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 @@
}
],
"require": {
"php": ">=7.3",
"php": ">=8.1",
"ext-curl": "*",
"ext-json": "*"
},
Expand Down

0 comments on commit ac67615

Please sign in to comment.