Problem/Motivation
In #3388449: Usage of trailing comma causing syntax error on PHP 7.4 @esolitos identified an issue installing version 2.2.1 on PHP 7.4 which was fixed in version 2.2.2.
Version 2.2.2 will be the last version to support php 7.4, since PHP 7 was EOL in November 28, 2022.
We would like to revert that change and tag a new version 2.3 with a minimum requirement of PHP 8, in order to leverage new syntax features and pave the way for unrestrained future development.
Proposed resolution
- Revert 17291c9.
- Add a minimum version requirement of PHP 8 in our composer.json and info.yml
- Tag a release 2.3.0.
Issue fork svg_image_field-3388731
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
jwilson3Comment #3
jwilson3The revert commit is here: 8ea1a62.
Comment #4
jwilson3Comment #9
jwilson3