Skip to content
New issue

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

Fix PHP version requirement #59

Open
kyborek opened this issue Mar 26, 2018 · 2 comments
Open

Fix PHP version requirement #59

kyborek opened this issue Mar 26, 2018 · 2 comments

Comments

@kyborek
Copy link

kyborek commented Mar 26, 2018

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.

@kyborek
Copy link
Author

kyborek commented Apr 4, 2018

Due to short array syntax the actual required php version is >=5.4.0

The composer.json file should be updated to reflect this

@kyborek
Copy link
Author

kyborek commented Apr 4, 2018

At last - the highest version supporting PHP 5.3 seems to be tag 0.4.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant