diff --git a/composer.json b/composer.json index 83fcad90be87b47fe1e136663c42d6dcb0cb3576..01c15faba94dfb0a5b43bba1be35fc395dc0dd32 100644 --- a/composer.json +++ b/composer.json @@ -3,18 +3,18 @@ "keywords": [ "shim" ], - "version": "v2.16.1", + "version": "v2.14.0", "license": [ "MIT" ], "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - }, { "name": "Dariusz Rumiński", "email": "dariusz.ruminski@gmail.com" + }, + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" } ], "type": "application", @@ -38,5 +38,10 @@ ".git*" ] }, - "readme": "README.md" + "readme": "README.md", + "autoload": { + "exclude-from-classmap": [ + "php-cs-fixer" + ] + } } \ No newline at end of file diff --git a/php-cs-fixer b/php-cs-fixer index ecb2656f1692b507c1549ffea7c0ceefcb9336c6..e349aa7599c11467bb85b3c40248d066c59dc6b8 100755 Binary files a/php-cs-fixer and b/php-cs-fixer differ diff --git a/php-cs-fixer.asc b/php-cs-fixer.asc index dbd7759db491a762e5077ef4aa747bf765be58f1..cd3a12821da515dd59e87b1cf9bac18c99e91dcc 100644 Binary files a/php-cs-fixer.asc and b/php-cs-fixer.asc differ