MrKampf / proxmoxVE

The is a PHP 8 ProxmoxVe API client. With it you can easily and quickly retrieve information from your Proxmox server or cluster.
GNU General Public License v3.0
51 stars 26 forks source link

Add compatibility for all minor version of PHP 7.4 #38

Closed theoDep closed 1 year ago

theoDep commented 1 year ago

Is your feature request related to a problem? Please describe. When trying to install the package with Composer the following Exception appears: mrkampf/proxmox-ve requires php ^8.0|7.4|^8.1 which does not match your installed version 7.4.30.

Describe the solution you'd like Change packagist requirements to match all patches of PHP 7.4, like it's already done with PHP 8.0 and 8.1

Describe alternatives you've considered If the following changes are not possible, maybe add a disclaimer in the project README ?