2601 Commits (854aab5f0393f39f0dc83500fee3516ccea9cc7f)

Author SHA1 Message Date
Stephan 854aab5f03
ArrayLoader: handle links where target is invalid numeric package name (#10663) 3 years ago
Stephan 9f8ee0e40a
ArrayLoader: fix integer index of branch alias (#10660) 3 years ago
Stephan 1daafb817d
ValidatingArrayLoader: only validate source/dist properties if they are set (#10658) 3 years ago
Stephan 61be158040
ArrayLoader: assert that source/dist reference are string values (#10647) 3 years ago
Jordi Boggiano e63e15aea8
Fix usage of react/promise resolve() to prepare for v3 3 years ago
Jordi Boggiano b0665981c2
Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch (#10632)
* Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch, fixes #10568

* Allow ProcessExecutorMock to function with async calls
3 years ago
Jordi Boggiano aad2f86edf
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 6b97524b25
Load plugins which modify install path early, fixes #10618 (#10621) 3 years ago
Jordi Boggiano 5122bd42fb
Merge branch '2.2' into main 3 years ago
Jordi Boggiano dbcdb4a903
Add test for circular depths of equal weight 3 years ago
Jordi Boggiano f31700bf19
Sort packages with the same weight alphabetically to have a completely stable sort not dependent on input order, fixes #10614 3 years ago
Yanick Witschi ced24da7b0
Fix PoolOptimizer should consider disjunctive MultiConstraints (#10579) 3 years ago
Jordi Boggiano b3f99faff7
Fix tests 3 years ago
Jordi Boggiano beb575dd00
Fix more issues, update baseline (2203/106) 3 years ago
Jordi Boggiano 6a466a120a
Enable strict types on all files 3 years ago
Jordi Boggiano 3cdca37e85
Fix strict type issues 3 years ago
Jordi Boggiano 0db443ba5f
Add visibility to all consts, fixes #10550 3 years ago
Jordi Boggiano 89ce53250e
Final type additions 3 years ago
Jordi Boggiano 7abc8da7d3
Add more types 3 years ago
Jordi Boggiano 6da38f83a0
Add parameter types to all the things 3 years ago
Jordi Boggiano fb854df124
Update phpstan config 3 years ago
Alexander Schranz e9b60580f5
Add return types to tests (#10) 3 years ago
Jordi Boggiano 84f0f19112
Split Composer into PartialComposer & Composer classes to avoid nullable properties on Composer for non-fully-loaded instances, add types to Composer\Factory 3 years ago
Jordi Boggiano eda9014bef
Add return types to all code which is not being extended by open source packages 3 years ago
Jordi Boggiano 137ebddc25
Clean up useless mocks 3 years ago
Jordi Boggiano a16ed3d0ed
Add return types to private/internal methods 3 years ago
Jordi Boggiano abdc6893a6
Add void types where no return statement is present 3 years ago
Jordi Boggiano 32852304d0
Make use of some new PHP features 3 years ago
Jordi Boggiano 86fb8d4412
Fix CS 3 years ago
Jordi Boggiano 63b5f2737b
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 5c98a2cf8e
Add phpstan-symfony to get type info about console InputInterface, fix many errors (#10476)
Extract common init/require commands functionality into PackageDiscoveryTrait
Extract some helper methods into BaseCommand for better types
3 years ago
Jordi Boggiano 28ec4fa7b0
Fix handling of invalid emails 3 years ago
Stephan 3eb12efae5
VcsRepositories: handle initialize with invalid repository URL (#10525) 3 years ago
Jordi Boggiano 45218092b4
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 6698317342
Make tests more robust 3 years ago
Jordi Boggiano f808e4907c
Fix handling for non-lowercased enum keyword, fixes #10521 3 years ago
Jordi Boggiano ae68ada127
Merge branch '2.2' into main 3 years ago
Jordi Boggiano 3cb44bc4c0
Fix build with latest setup-php 3 years ago
Volodymyr Panivko a0b0ddcd73
Add config option for update reference in path repository (#10488) 3 years ago
Jordi Boggiano 4b67a97a25
Update baseline 3 years ago
Jordi Boggiano 3446091027
Merge branch '2.2' into main 3 years ago
Jordi Boggiano ee36c5e54a
Fix error reporting issues when partial updates cannot update due to a symlinked path repo package, fixes #10451 3 years ago
Florian Engelhardt 3d82719b70
Fix package search not urlencoding the input (#10500) 3 years ago
Jordi Boggiano 62d5f4f295
Fix phpstan errors 3 years ago
Markus Staab 6be6ce7d9f
update composer/pcre to 1.0.1 (#10496) 3 years ago
Jordi Boggiano db8ea45295
Fix enum parsing when the syntax is "enum foo:string {}" without space between name and type, fixes #10498 3 years ago
Jordi Boggiano 7591ef0084
Attempt fixing usage of InstalledVersions in tests 3 years ago
Jordi Boggiano 4ce11ab4ab
Support escaping on newer symfony/console versions, fixes #10499 3 years ago
Jordi Boggiano bf1ad4d240
Make sure test runs in isolated dir 3 years ago
Jordi Boggiano bab974575c
Merge branch '2.2' into main 3 years ago