You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the mistake on the readme.md since the composer.json is the one that is consumed by the composer. I will gladly open a Pull Request if this issue is confirmed.
Thank you.
The text was updated successfully, but these errors were encountered:
I notice there are differences for the minimum PHP version on the package's readme.md and the composer.json
On the readme.md, it is said that the minimum PHP version is PHP ^7.3
But the rule on composer.json state that the minimum PHP version is ^7.2
"require": { "php": "^7.2", "ext-json": "*", "guzzlehttp/guzzle": "^6.3", "symfony/polyfill-apcu": "^1.6" },
I think the mistake on the readme.md since the composer.json is the one that is consumed by the composer. I will gladly open a Pull Request if this issue is confirmed.
Thank you.
The text was updated successfully, but these errors were encountered: