.. |
Namespaced
|
Delete ClassMapGenerator tests which are not needed anymore
|
2022-06-19 14:08:02 +02:00 |
Pearlike
|
Delete ClassMapGenerator tests which are not needed anymore
|
2022-06-19 14:08:02 +02:00 |
SubNamespace
|
Add unit tests for ClassLoader, covering PSR-0 and PSR-4.
|
2013-11-25 23:22:31 +01:00 |
platform
|
Add platform check for 64-bit PHP (#11334)
|
2023-03-20 16:08:12 +01:00 |
autoload_classmap.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap2.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap3.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap4.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap5.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap6.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap7.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap8.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_classmap9.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_files.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_files2.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_files_duplicates.php
|
Add warning when duplicate "files" autoload rules are detected (#11109)
|
2023-09-13 14:11:00 +02:00 |
autoload_files_files_by_dependency.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_files_functions.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_files_functions_with_removed_extra.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_files_target_dir.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_functions.php
|
Fix tests
|
2022-10-13 11:21:41 +02:00 |
autoload_functions_by_dependency.php
|
Fix tests
|
2022-10-13 11:21:41 +02:00 |
autoload_main.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_main2.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_main3.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_main4.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_main5.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_phar.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_phar_psr4.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_phar_static.php
|
Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions
|
2020-04-22 12:10:09 +02:00 |
autoload_psr4.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_psr4_2.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_psr4_3.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_real_files_by_dependency.php
|
Fix autoloading on PHP 5.6 (#11285)
|
2023-01-27 16:26:04 +01:00 |
autoload_real_functions.php
|
Fix autoloading on PHP 5.6 (#11285)
|
2023-01-27 16:26:04 +01:00 |
autoload_real_functions_with_include_paths.php
|
Fix autoloading on PHP 5.6 (#11285)
|
2023-01-27 16:26:04 +01:00 |
autoload_real_functions_with_removed_include_paths_and_autolad_files.php
|
Allow autoload to run on 5.6 still, add early exits when running composer or autoload.php with outdated PHP versions, fixes #10714, refs #10709
|
2022-04-06 22:07:16 +02:00 |
autoload_real_include_path.php
|
Allow autoload to run on 5.6 still, add early exits when running composer or autoload.php with outdated PHP versions, fixes #10714, refs #10709
|
2022-04-06 22:07:16 +02:00 |
autoload_real_target_dir.php
|
Fix autoloading on PHP 5.6 (#11285)
|
2023-01-27 16:26:04 +01:00 |
autoload_static_files_by_dependency.php
|
Sort packages with the same weight alphabetically to have a completely stable sort not dependent on input order, fixes #10614
|
2022-03-15 11:35:33 +01:00 |
autoload_static_functions.php
|
Rename mainPackage to rootPackage in AutoloadGenerator and ensure we use RootPackageInterface
|
2020-11-12 10:41:06 +01:00 |
autoload_static_functions_with_include_paths.php
|
Rename mainPackage to rootPackage in AutoloadGenerator and ensure we use RootPackageInterface
|
2020-11-12 10:41:06 +01:00 |
autoload_static_functions_with_removed_include_paths_and_autolad_files.php
|
Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions
|
2020-04-22 12:10:09 +02:00 |
autoload_static_include_path.php
|
Add a Composer\Versions class which is available in all projects at runtime to query installed packages/versions
|
2020-04-22 12:10:09 +02:00 |
autoload_static_target_dir.php
|
Rename mainPackage to rootPackage in AutoloadGenerator and ensure we use RootPackageInterface
|
2020-11-12 10:41:06 +01:00 |
autoload_target_dir.php
|
Fix tests
|
2022-10-13 11:21:41 +02:00 |
autoload_vendors.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
autoload_vendors_meta.php
|
Fix autoload regression with metapackage dependencies (#11481)
|
2023-05-24 14:58:11 +02:00 |
include_paths.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
include_paths_functions.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |
include_paths_functions_with_removed_extra.php
|
dirname(__FILE__) no longer needed
|
2022-01-04 11:22:13 +01:00 |