php-ddd-skeleton-deprecated
php-ddd-skeleton-deprecated copied to clipboard
Replace clevyr/prestissimo by yonex/prestissimo
When you execute "make build" clevyr/prestissimo throw an error:
"install: unrecognized option: ignore-platform-reqs"
If you use yonex/prestissimo instead clevyr/prestissimo all works fine :)
The version of Composer in clevyr/prestissimo
is v1.10.23, which does still support the --ignore-platform-reqs
flag. There may have been a version issue back in June, but this is definitely fixed now.
To verify, you can run docker run --rm clevyr/prestissimo composer install --help
and you should see that flag in the output!
According to the clevyr/prestissimo documentation, you can now use the composer image
@docker run --rm --interactive --volume $(current-dir):/app --user $(id -u):$(id -g) \
composer $(CMD) \
--ignore-platform-reqs \
--no-ansi \
--no-interaction