├── LICENSE ├── README.md ├── composer.json ├── phpstan.neon └── src └── .gitkeep /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnapoli/project-template/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnapoli/project-template/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnapoli/project-template/HEAD/composer.json -------------------------------------------------------------------------------- /phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mnapoli/project-template/HEAD/phpstan.neon -------------------------------------------------------------------------------- /src/.gitkeep: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------