Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- * bac8b81 (original/master) Merge remote-tracking branch 'donquixote/AutoloadGeneratorTest-improvements'
- |\
- | | * c52d9bd (HEAD, origin/AutoloadGenerator-refactor, AutoloadGenerator-refactor) Add @author tag on all new classes. I hope that's ok.
- | | * 680c9e2 Remove validation from the package map.
- | | * c0f6ee2 Split up the Build class, as suggested by @stof in https://github.com/composer/composer/pull/2563#discussion_r8774349.
- | | * dd87e52 Add Composer license headers.
- | | * c917869 Add type hint for EventDispatcher->, to avoid a method_exists(). See https://github.com/composer/composer/pull/2563#discussi
- | | * ddc67da Add type hint for BuildInterface parameter of Classmap::buildCombinedClassMap(). See https://github.com/composer/composer/pu
- | | * 146013c Rename AbstractPackageConsumer to AbstractAutoloadType
- | | * a8c6dba ClassmapProviderInterface is a better name than ExposeClassmapInterface
- | | * bc853db improve some docblocks
- | | * c99d601 rename targetDir to mainPackageTargetDir for clarification
- | | * a957e52 Greatly simplfiy autoload generator plugins. Eliminate a lot of the inheritance madness and method cluttering.
- | | * 8653240 Introduce simplified version of the AutoloadGenerator::dump() method, with fewer parameters. Keep the old dump() method for
- | | * 9c9df2e Create a suffix if it is empty.
- | | * 5aed73a AutoloadGenerator::dump() only needs a WritableRepositoryInterface, not a InstalledRepositoryInterface. This fixes a conflic
- | | * 18d4173 PHPDoc / PhpStorm is confused by relative class names in docblock, if the namespace is already imported as a class via 'use'
- | | * 2b002ac Remove LoaderCreator which is no longer needed.
- | | * 5dda1a2 Add docblock description in BuildInterface::addMethod()
- | | * b4475a8 Simplify BuildInterface by removing two of three addFile() methods. Now it is assumed that every file added returns an array
- | | * 254df2e Prepend 'public ' to each public method.
- | | * 545f079 Swap getters and setters in Build and BuildInterface
- | | * 296e9c4 opening bracket on new line
- | | * ab8d26f newline at end of file fixes
- | | * a7bc5cc Further separate PluginInterface from PackageConsumerInterface.
- | | * 4120fa0 separate PackageConsumerInterface from PluginInterface
- | | * 8f801a0 Remove an unused class, and clarify SortedPackageConsumerInterface
- | | * e08a51d Introduce PackageMap, PackageConsumerInterface and PackagePathFinderInterface, process packages in correct order.
- | | * 172173c everything except plugin sorting
- | | * 7f69a8a AutoloadGenerator refactoring, first step.
- | |/
- | * fcf8e7f (origin/AutoloadGeneratorTest-improvements, AutoloadGeneratorTest-improvements) Random docblock improvements in AutoloadGenera
- | * 6a9fd1d rename \$package to \$mainPackage in AutoloadGeneratorTest::testOverrideVendorsAutoloading() for clarity.
- | * bb26152 docblock comments on properties in AutoloadGeneratorTest
- | * cab6943 AutoloadGeneratorTest::testOverrideVendorsAutoloading() - break autoload definitions to multiple lines.
- | * 084c11e AutoloadGeneratorTest::testMainPackageAutoloadingWithTargetDir() - Remove PSR-4 from the package in target-dir test, since it
- | * 7566315 (origin/master, origin/HEAD, master) Don't put dots in archive filenames they cause problems with PharData
- |/
- * a90a05a Detect composer install foo/bar misuse and suggest alt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement