Skip to content

Commit d69a7c9

Browse files
Updating PHP version requirements to include PHP 8.0+.
1 parent 7a6e036 commit d69a7c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For full description of request and response payloads and properties, please see
2929

3030
## Requirements
3131

32-
* PHP 7.3+
32+
* PHP 7.3+ | PHP 8.0+
3333
* ext-curl
3434
* ext-json
3535

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"type": "library",
1010
"require": {
11-
"php": ">=7.3|^8.0",
11+
"php": ">=7.3|>=8.0",
1212
"ext-json": "*",
1313
"ext-curl": "*",
1414
"nimbly/shuttle": "^0.4"
@@ -33,7 +33,7 @@
3333
"authors": [
3434
{
3535
"name": "Brent Scheffler",
36-
"email": "brent@tomorrow.me"
36+
"email": "brent@brentscheffler.com"
3737
}
3838
]
3939
}

0 commit comments

Comments
 (0)