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
According to the readme, the plugin requires PHP 5.3.2 or higher.
This should be declared in the composer.json file so that the requirement will be checked when installing the plugin via Composer.
composer.json
Also, some IDEs like PhpStorm will automatically update the project's settings according to the version declared in composer.json.
The text was updated successfully, but these errors were encountered:
Add PHP version requirement to composer.json
4e15a18
See https://getcomposer.org/doc/04-schema.md#package-links. Fixes #1332.
7ce6400
No branches or pull requests
According to the readme, the plugin requires PHP 5.3.2 or higher.
This should be declared in the
composer.json
file so that the requirement will be checked when installing the plugin via Composer.Also, some IDEs like PhpStorm will automatically update the project's settings according to the version declared in
composer.json
.The text was updated successfully, but these errors were encountered: