forked from rebillar/site-accueil-insa
		
	
		
			
				
	
	
		
			37 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
	
		
			2.1 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| // autoload_psr4.php @generated by Composer
 | |
| 
 | |
| $vendorDir = dirname(__DIR__);
 | |
| $baseDir = dirname($vendorDir);
 | |
| 
 | |
| return array(
 | |
|     'Twig\\' => array($vendorDir . '/twig/twig/src'),
 | |
|     'Symfony\\Polyfill\\Mbstring\\' => array($vendorDir . '/symfony/polyfill-mbstring'),
 | |
|     'Symfony\\Polyfill\\Iconv\\' => array($vendorDir . '/symfony/polyfill-iconv'),
 | |
|     'Symfony\\Polyfill\\Ctype\\' => array($vendorDir . '/symfony/polyfill-ctype'),
 | |
|     'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
 | |
|     'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
 | |
|     'Piwik\\Plugins\\' => array($baseDir . '/plugins'),
 | |
|     'Piwik\\' => array($baseDir . '/core'),
 | |
|     'PhpDocReader\\' => array($vendorDir . '/php-di/phpdoc-reader/src/PhpDocReader'),
 | |
|     'PHPMailer\\PHPMailer\\' => array($vendorDir . '/phpmailer/phpmailer/src'),
 | |
|     'Opis\\Closure\\' => array($vendorDir . '/opis/closure/src'),
 | |
|     'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
 | |
|     'MaxMind\\WebService\\' => array($vendorDir . '/maxmind/web-service-common/src/WebService'),
 | |
|     'MaxMind\\Exception\\' => array($vendorDir . '/maxmind/web-service-common/src/Exception'),
 | |
|     'MaxMind\\Db\\' => array($vendorDir . '/maxmind-db/reader/src/MaxMind/Db'),
 | |
|     'Matomo\\Network\\' => array($vendorDir . '/matomo/network/src'),
 | |
|     'Matomo\\Ini\\' => array($vendorDir . '/matomo/ini/src'),
 | |
|     'Matomo\\Decompress\\' => array($vendorDir . '/matomo/decompress/src'),
 | |
|     'Matomo\\Cache\\' => array($vendorDir . '/matomo/cache/src'),
 | |
|     'Invoker\\' => array($vendorDir . '/php-di/invoker/src'),
 | |
|     'GeoIp2\\' => array($vendorDir . '/geoip2/geoip2/src'),
 | |
|     'Doctrine\\Common\\Cache\\' => array($vendorDir . '/matomo/doctrine-cache-fork/lib/Doctrine/Common/Cache'),
 | |
|     'DeviceDetector\\' => array($vendorDir . '/matomo/device-detector'),
 | |
|     'Davaxi\\' => array($vendorDir . '/davaxi/sparkline/src'),
 | |
|     'DI\\' => array($vendorDir . '/php-di/php-di/src'),
 | |
|     'CpChart\\' => array($vendorDir . '/szymach/c-pchart/src'),
 | |
|     'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'),
 | |
|     'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
 | |
| );
 |