Skip to content

Commit

Permalink
Updating PHP version requirements to include PHP 8.0+.
Browse files Browse the repository at this point in the history
  • Loading branch information
brentscheffler committed May 10, 2022
1 parent 7a6e036 commit d69a7c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ For full description of request and response payloads and properties, please see

## Requirements

* PHP 7.3+
* PHP 7.3+ | PHP 8.0+
* ext-curl
* ext-json

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
],
"type": "library",
"require": {
"php": ">=7.3|^8.0",
"php": ">=7.3|>=8.0",
"ext-json": "*",
"ext-curl": "*",
"nimbly/shuttle": "^0.4"
Expand All @@ -33,7 +33,7 @@
"authors": [
{
"name": "Brent Scheffler",
"email": "brent@tomorrow.me"
"email": "brent@brentscheffler.com"
}
]
}

1 comment on commit d69a7c9

@andrewdwallo
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not work.

Please sign in to comment.