-
Notifications
You must be signed in to change notification settings - Fork 128
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
Document PHP version requirement #9
Comments
The original target version was 5.2.5 or higher. I guess we should keep that as long as we support Drupal 6. |
PHP 5.2? Ouch, support for it ended already in 2011. This further reaffirms my thought that the project would benefit from using Semver-compatible branches for different versions. I added #12 for further discussion. |
On February 24th 2016, Drupal 6 will reach end of life and no longer be supported. Can we please move on here? The library needs some refactoring and polish. |
i think is realy to upgrade to php 7.* |
@djoudi I think @fnoks tried to explain why 5.3 is still set as a minimum requirement at #64 (comment) just three weeks ago. |
JI-2755 Change height of bottom bar back to 25px
Currently there is no information of the required PHP version.
Make sure to add it at least to the
require
section in composer.json, for example:This way composer automatically checks the version when the library is being installed to a project.
The text was updated successfully, but these errors were encountered: