1
0
Fork 0
composer/tests/Composer/Test
Nils Adermann 80a5fdf398 Remove obsolete rules and their generation
The only automatic conflict we have results from packages using the same name
either by literally having the same name and being different versions or they
replace the same name, so

- removed all types of obsolete rules
- simplified rule generation significantly
- got rid of provide filtering in the pool
- fixed some language in error handling
2020-04-07 11:11:18 +02:00
..
Autoload Skip invalid PSR-0/4 classes from optimized autoloader, fixes #8403 2020-03-10 15:40:45 +01:00
Command Fix build 2020-02-11 11:41:31 +01:00
Config Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
Console PHPStan fixes 2020-02-07 23:10:10 +01:00
DependencyResolver PoolBuilder: make io non-nullable, NullIO can be used instead 2020-04-01 15:27:51 +02:00
Downloader Make FileDownloader always download file first in vendor-dir/composer/$tmp instead of next to install path to avoid issues with custom installers not being loaded when downloading on first install, and use cleanup method properly 2020-03-28 20:38:50 +01:00
EventDispatcher Replace pre/post-dependencies-solving by a pre-operations-exec event happening only on install from lock 2020-02-12 14:35:31 +01:00
Fixtures Remove obsolete rules and their generation 2020-04-07 11:11:18 +02:00
IO feat(buffer-io): add the possibility to set user inputs for interactive questions 2019-01-05 11:59:33 +01:00
Installer Simplify suggester output when updating, refactor suggest command to reuse SuggestedPackagesReporter and make smarter defaults, fixes #6267 2020-02-13 16:13:29 +01:00
Json Add funding field to composer.json 2020-02-14 10:08:35 +01:00
Mock Request jobs replaced by root require / fixed package 2020-01-19 23:21:07 +01:00
Package Alias dev-master/trunk/default to 9999999-dev instead of normalizing the version to that, fixes #8323 2020-03-11 15:04:18 +01:00
Plugin Refactor away some unnecessary RepositorySet usages 2020-02-13 17:51:22 +01:00
Question use Symfony PHPUnit Bridge 2020-02-07 12:22:22 +08:00
Repository Fixed up tests 2020-03-19 13:27:23 +00:00
Script Fix indenting 2019-07-29 16:44:50 +02:00
Util Merge branch 'master' into 2.0 2020-02-07 22:20:51 +01:00
AllFunctionalTest.php Make usage of foreach to improve readability 2019-07-24 02:39:40 +02:00
ApplicationTest.php do not use env 2020-02-07 13:07:01 +08:00
CacheTest.php Merge branch 'master' into 2.0 2020-02-07 22:20:51 +01:00
ComposerTest.php Add parallel download capability to FileDownloader and derivatives 2019-01-18 08:39:03 +01:00
ConfigTest.php fix risky tests (without any assertion) 2020-02-07 14:35:07 +08:00
DefaultConfigTest.php Fixes from PHPStan (#7687) 2018-11-12 15:23:32 +01:00
FactoryTest.php Fix factory test 2019-01-14 17:29:23 +01:00
InstallerTest.php Rename and document constants for partial update behavior 2020-03-30 16:21:27 +02:00
TestCase.php use Symfony PHPUnit Bridge 2020-02-07 12:22:22 +08:00