├── CONFLICTS.md ├── LICENSE ├── README.md ├── composer.json └── ecs.php /CONFLICTS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SyliusLabs/CodingStandard/HEAD/CONFLICTS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SyliusLabs/CodingStandard/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SyliusLabs/CodingStandard/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SyliusLabs/CodingStandard/HEAD/composer.json -------------------------------------------------------------------------------- /ecs.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SyliusLabs/CodingStandard/HEAD/ecs.php --------------------------------------------------------------------------------