I've just noticed this morning the project recommend installation via composer using govcms/govcms8-project. This project "govcms/govcms8-project" has minimum PHP requirement of 7.3. (govcms/govcms8 is PHP 7.1) So user downloading on on PHP 7.1 will get old version (1.0.6 instead of 1.x-dev or later) I note that "ignore platform requirements" is a workaround. `composer.phar" create-project --stability dev --prefer-dist --ignore-platform-reqs govcms/govcms8-project` Please either update README and/or decrease/version accordingly.
I've just noticed this morning the project recommend installation via composer using govcms/govcms8-project.
This project "govcms/govcms8-project" has minimum PHP requirement of 7.3. (govcms/govcms8 is PHP 7.1)
So user downloading on on PHP 7.1 will get old version (1.0.6 instead of 1.x-dev or later)
I note that "ignore platform requirements" is a workaround.
composer.phar" create-project --stability dev --prefer-dist --ignore-platform-reqs govcms/govcms8-projectPlease either update README and/or decrease/version accordingly.