yuna / breadcrumbs-twig-extension-bundle
Installs: 9
Dependents: 0
Suggesters: 1
Security: 0
Type:symfony-bundle
pkg:composer/yuna/breadcrumbs-twig-extension-bundle
Requires
- php: >=8.3
- symfony/framework-bundle: ^6.4|^7.0
- symfony/twig-bundle: ^6.4|^7.0
- yuna/breadcrumbs-bundle: ^6.4|^7.0
README
Documentation
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