We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md says
Requirements This library package requires PHP 5.4 or later and Plesk 12.0 or above.
composer.json says
"require": { "php": ">=5.3.0" }
So which one is it, does it require PHP >=5.3 or >=5.4? Either way, the version numbers should be updated to match.
The text was updated successfully, but these errors were encountered:
Due to short array syntax the actual required php version is >=5.4.0
The composer.json file should be updated to reflect this
Sorry, something went wrong.
At last - the highest version supporting PHP 5.3 seems to be tag 0.4.1
No branches or pull requests
README.md says
composer.json says
So which one is it, does it require PHP >=5.3 or >=5.4? Either way, the version numbers should be updated to match.
The text was updated successfully, but these errors were encountered: