mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Rename mainPackage to rootPackage in AutoloadGenerator and ensure we use RootPackageInterface
This commit is contained in:
parent
07352eafa8
commit
b574f10d9d
11 changed files with 92 additions and 86 deletions
|
@ -11,7 +11,7 @@ class ComposerStaticInitFilesAutoload
|
|||
'e56cac94f86c787e1efd645809df361d' => __DIR__ . '/..' . '/b/b/test2.php',
|
||||
'df8470dfa2ebd6b31da05b60fb4ec29a' => __DIR__ . '/..' . '/c/c/foo/bar/test3.php',
|
||||
'68f1e24e6cd39de885cb5a47678e6518' => __DIR__ . '/..' . '/c/c/foo/bar/test4.php',
|
||||
'61b776fd0ee84fb7d7d958ae46118ded' => __DIR__ . '/../..' . '/root.php',
|
||||
'5e70d6595c54512c151823ca0663ab51' => __DIR__ . '/../..' . '/root.php',
|
||||
);
|
||||
|
||||
public static $classMap = array (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue