├── LICENSE ├── README.md ├── composer.json ├── logo.md ├── logo.png ├── php-cs-fixer ├── php-cs-fixer.phar └── php-cs-fixer.phar.asc /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/composer.json -------------------------------------------------------------------------------- /logo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/logo.md -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/logo.png -------------------------------------------------------------------------------- /php-cs-fixer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/php-cs-fixer -------------------------------------------------------------------------------- /php-cs-fixer.phar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/php-cs-fixer.phar -------------------------------------------------------------------------------- /php-cs-fixer.phar.asc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/PHP-CS-Fixer/shim/HEAD/php-cs-fixer.phar.asc --------------------------------------------------------------------------------