Skip to content

Commit

Permalink
Actualized PHP version in README and composer.json according to the v…
Browse files Browse the repository at this point in the history
…ersions in CI
  • Loading branch information
muxx committed Aug 10, 2023
1 parent 59e9c8d commit 29d6732
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 @@ -8,7 +8,7 @@

## Requirements

* PHP 7.1 and above
* PHP 7.3 and above
* PHP's cURL support
* PHP's JSON support

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
],
"require": {
"php": ">=7.2.5",
"php": ">=7.3",
"ext-curl": "*",
"ext-json": "*",
"jms/serializer": "3.*",
Expand Down

0 comments on commit 29d6732

Please sign in to comment.