1
0
mirror of synced 2024-11-21 19:36:02 +03:00

Actualized PHP version in README and composer.json according to the versions in CI

This commit is contained in:
Ilyas Salikhov 2023-08-10 18:31:31 +03:00
parent 59e9c8d3be
commit 29d6732404
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.*",