yuna/breadcrumbs-twig-extension-bundle

6.4.5 2025-03-17 16:26 UTC

This package is not auto-updated.

Last update: 2025-07-18 21:47:06 UTC


README

Documentation

Learn more

Running types validator (PHPStan)

Library provides a docker container for reproducible PHPStan environment.

docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script phpstan

Running code style validator (CS-Fixer)

Library provides a docker container for reproducible CS-Fixer environment.

docker run --rm --volume .:/source --workdir /source --tty yunadev/breadcrumbs-bundle-container:1.0.1 composer run-script csfixer