summaryrefslogtreecommitdiffstats
path: root/php-cs-fixer-autoload.php
blob: e6c1c9ffa0dfe8a8c1c1719f86c724ea2c898b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/* Autoloader for friendsofphp/php-cs-fixer and its dependencies */

require_once '/usr/share/php/Fedora/Autoloader/autoload.php';

\Fedora\Autoloader\Autoload::addPsr4('PhpCsFixer\\', __DIR__);

\Fedora\Autoloader\Dependencies::required(array(
	'/usr/share/php/Symfony/Component/autoload.php',
	'/usr/share/php/SebastianBergmann/Diff/autoload.php',
));