You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Simon Berger bae227ec2d Changed all substr calls used to compare fragments of text to strpos
Some additional code cleanups in those classes

Reverted change causing issues
4 years ago
..
BinaryInstaller.php Make unixy proxy code POSIX compatible 5 years ago
BinaryPresenceInterface.php Make sure we do not overwrite binaries but only re-create missing ones, refs #5127 8 years ago
InstallationManager.php Fix pre/post-package-install/update/uninstall events receiving a partial list of operations, fixes #9079 4 years ago
InstallerEvent.php Replace pre/post-dependencies-solving by a pre-operations-exec event happening only on install from lock 4 years ago
InstallerEvents.php Replace pre/post-dependencies-solving by a pre-operations-exec event happening only on install from lock 4 years ago
InstallerInterface.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 5 years ago
LibraryInstaller.php Changed all substr calls used to compare fragments of text to strpos 4 years ago
MetapackageInstaller.php Reuse operation formatting logic in downloaders 4 years ago
NoopInstaller.php Split up steps on VCS downloaders to allow doing network operations before touching the filesystem on GitDownloader, fixes #7903 5 years ago
PackageEvent.php Fix \Composer\Installer\PackageEvent::__construct() and \Composer\Repository\ComposerRepository::isVersionAcceptable() required arguments used after optional, which is deprecated in PHP 8.0 4 years ago
PackageEvents.php fixed deprecated class usages 8 years ago
PluginInstaller.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 4 years ago
ProjectInstaller.php Reduce amount of Filesystem/ProcessExecutor instantiations, add lots of docblocks 4 years ago
SuggestedPackagesReporter.php Fix docblock 4 years ago