This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/ClassLoader
Nicolas Grekas f569f58b66 Merge branch '2.8' into 3.4
* 2.8:
  Enable native_constant_invocation CS fixer
2018-07-26 13:19:56 +02:00
..
Tests Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
ApcClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
CHANGELOG.md [ClassLoader] Deprecated the component 2017-01-20 11:22:07 +01:00
ClassCollectionLoader.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
ClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
ClassMapGenerator.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
composer.json Merge branch '3.3' into 3.4 2017-08-03 11:34:20 +02:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
MapClassLoader.php fixed some deprecation messages 2017-12-31 06:50:45 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
Psr4ClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 13:19:56 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
WinCacheClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
XcacheClassLoader.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00

ClassLoader Component

The ClassLoader component provides tools to autoload your classes and cache their locations for performance.

Resources