├── LICENSE.md ├── Makefile ├── README.md ├── composer.json ├── ecs.php ├── phpstan.neon └── src ├── Installer.php └── Plugin.php /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/LICENSE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/composer.json -------------------------------------------------------------------------------- /ecs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/ecs.php -------------------------------------------------------------------------------- /phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/phpstan.neon -------------------------------------------------------------------------------- /src/Installer.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/src/Installer.php -------------------------------------------------------------------------------- /src/Plugin.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nystudio107/twig-bundle-installer/HEAD/src/Plugin.php --------------------------------------------------------------------------------