php-ddd-skeleton-deprecated icon indicating copy to clipboard operation
php-ddd-skeleton-deprecated copied to clipboard

Replace clevyr/prestissimo by yonex/prestissimo

Open daf111 opened this issue 3 years ago • 2 comments

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 :)

daf111 avatar Jun 28 '21 16:06 daf111

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!

gabe565 avatar Nov 19 '21 22:11 gabe565

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

gerfigna avatar Jul 16 '22 09:07 gerfigna