Hello,
I noticed that the latest stable tag, 2.0 (dated 2020-08-15), has a strict PHP constraint of ^5.5 || ^7.0 which prevents installation on PHP 8 environments (Composer Platform Check).
However, I see that the dev-master branch already contains the necessary correction (^5.5 || ^7.0 || ^8.0) as per the commit history (dated 2024-04-09).
Could you please create and push a new patch release tag (e.g., v2.0.1) containing this fix? This would allow users on PHP 8 to install a stable version without needing to rely on the unstable dev-master branch.
Thank you for your quick consideration.
Hello,
I noticed that the latest stable tag, 2.0 (dated 2020-08-15), has a strict PHP constraint of
^5.5 || ^7.0which prevents installation on PHP 8 environments (Composer Platform Check).However, I see that the
dev-masterbranch already contains the necessary correction (^5.5 || ^7.0 || ^8.0) as per the commit history (dated 2024-04-09).Could you please create and push a new patch release tag (e.g., v2.0.1) containing this fix? This would allow users on PHP 8 to install a stable version without needing to rely on the unstable
dev-masterbranch.Thank you for your quick consideration.