Actualized PHP version in README and composer.json according to the versions in CI
This commit is contained in:
parent
59e9c8d3be
commit
29d6732404
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
* PHP 7.1 and above
|
* PHP 7.3 and above
|
||||||
* PHP's cURL support
|
* PHP's cURL support
|
||||||
* PHP's JSON support
|
* PHP's JSON support
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2.5",
|
"php": ">=7.3",
|
||||||
"ext-curl": "*",
|
"ext-curl": "*",
|
||||||
"ext-json": "*",
|
"ext-json": "*",
|
||||||
"jms/serializer": "3.*",
|
"jms/serializer": "3.*",
|
||||||
|
Loading…
Reference in New Issue
Block a user